/* Extend Class
 * ------------------------------------------ */
.flex, .header-menu__nav, .gpw-logo, .gpw-navs > nav, .btn__group, .gpw-steps, .wallet-chart-label__first-line, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games, body.gpw__home .section__winners, .flex-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.flex-row > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.flex-row-auto > *, body.gpw__home .section__buttons > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-start, .gpw-logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.flex-end, footer.gpw-toolbar ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.flex-center, .gpw-steps, body.gpw__home .section__buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-middle, .header-menu__nav, .gpw-logo, .gpw-navs > nav, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-top, .gpw-steps, body.gpw__home .section__winners {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-stretch, body.gpw__home .section__winners.__games {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-auto, body.gpw__home .section__winners .section__note {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

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

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

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

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

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

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

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

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

.p-10 {
  padding: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13 {
  margin-left: 3.25rem !important;
}

.mr-13 {
  margin-right: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13 {
  padding-left: 3.25rem !important;
}

.pr-13 {
  padding-right: 3.25rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

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

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

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

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

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

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

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

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

.p-15 {
  padding: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17 {
  margin-left: 4.25rem !important;
}

.mr-17 {
  margin-right: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17 {
  padding-left: 4.25rem !important;
}

.pr-17 {
  padding-right: 4.25rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19 {
  margin-left: 4.75rem !important;
}

.mr-19 {
  margin-right: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19 {
  padding-left: 4.75rem !important;
}

.pr-19 {
  padding-right: 4.75rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

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

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

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

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

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

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

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

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

.p-20 {
  padding: 5rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21 {
  margin-left: 5.25rem !important;
}

.mr-21 {
  margin-right: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21 {
  padding-left: 5.25rem !important;
}

.pr-21 {
  padding-right: 5.25rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22 {
  margin-left: 5.5rem !important;
}

.mr-22 {
  margin-right: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22 {
  padding-left: 5.5rem !important;
}

.pr-22 {
  padding-right: 5.5rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23 {
  margin-left: 5.75rem !important;
}

.mr-23 {
  margin-right: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23 {
  padding-left: 5.75rem !important;
}

.pr-23 {
  padding-right: 5.75rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.p-24 {
  padding: 6rem !important;
}

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

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

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

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

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

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

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

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

.p-25 {
  padding: 6.25rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26 {
  margin-left: 6.5rem !important;
}

.mr-26 {
  margin-right: 6.5rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26 {
  padding-left: 6.5rem !important;
}

.pr-26 {
  padding-right: 6.5rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.mt-27 {
  margin-top: 6.75rem !important;
}

.mb-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27 {
  margin-left: 6.75rem !important;
}

.mr-27 {
  margin-right: 6.75rem !important;
}

.pt-27 {
  padding-top: 6.75rem !important;
}

.pb-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27 {
  padding-left: 6.75rem !important;
}

.pr-27 {
  padding-right: 6.75rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.mt-29 {
  margin-top: 7.25rem !important;
}

.mb-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29 {
  margin-left: 7.25rem !important;
}

.mr-29 {
  margin-right: 7.25rem !important;
}

.pt-29 {
  padding-top: 7.25rem !important;
}

.pb-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29 {
  padding-left: 7.25rem !important;
}

.pr-29 {
  padding-right: 7.25rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

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

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

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

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

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

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

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

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

.p-30 {
  padding: 7.5rem !important;
}

.mt-31 {
  margin-top: 7.75rem !important;
}

.mb-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31 {
  margin-left: 7.75rem !important;
}

.mr-31 {
  margin-right: 7.75rem !important;
}

.pt-31 {
  padding-top: 7.75rem !important;
}

.pb-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31 {
  padding-left: 7.75rem !important;
}

.pr-31 {
  padding-right: 7.75rem !important;
}

.p-31 {
  padding: 7.75rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.mt-33 {
  margin-top: 8.25rem !important;
}

.mb-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33 {
  margin-left: 8.25rem !important;
}

.mr-33 {
  margin-right: 8.25rem !important;
}

.pt-33 {
  padding-top: 8.25rem !important;
}

.pb-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33 {
  padding-left: 8.25rem !important;
}

.pr-33 {
  padding-right: 8.25rem !important;
}

.p-33 {
  padding: 8.25rem !important;
}

.mt-34 {
  margin-top: 8.5rem !important;
}

.mb-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34 {
  margin-left: 8.5rem !important;
}

.mr-34 {
  margin-right: 8.5rem !important;
}

.pt-34 {
  padding-top: 8.5rem !important;
}

.pb-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34 {
  padding-left: 8.5rem !important;
}

.pr-34 {
  padding-right: 8.5rem !important;
}

.p-34 {
  padding: 8.5rem !important;
}

.mt-35 {
  margin-top: 8.75rem !important;
}

.mb-35 {
  margin-bottom: 8.75rem !important;
}

.ml-35 {
  margin-left: 8.75rem !important;
}

.mr-35 {
  margin-right: 8.75rem !important;
}

.pt-35 {
  padding-top: 8.75rem !important;
}

.pb-35 {
  padding-bottom: 8.75rem !important;
}

.pl-35 {
  padding-left: 8.75rem !important;
}

.pr-35 {
  padding-right: 8.75rem !important;
}

.p-35 {
  padding: 8.75rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.mt-37 {
  margin-top: 9.25rem !important;
}

.mb-37 {
  margin-bottom: 9.25rem !important;
}

.ml-37 {
  margin-left: 9.25rem !important;
}

.mr-37 {
  margin-right: 9.25rem !important;
}

.pt-37 {
  padding-top: 9.25rem !important;
}

.pb-37 {
  padding-bottom: 9.25rem !important;
}

.pl-37 {
  padding-left: 9.25rem !important;
}

.pr-37 {
  padding-right: 9.25rem !important;
}

.p-37 {
  padding: 9.25rem !important;
}

.mt-38 {
  margin-top: 9.5rem !important;
}

.mb-38 {
  margin-bottom: 9.5rem !important;
}

.ml-38 {
  margin-left: 9.5rem !important;
}

.mr-38 {
  margin-right: 9.5rem !important;
}

.pt-38 {
  padding-top: 9.5rem !important;
}

.pb-38 {
  padding-bottom: 9.5rem !important;
}

.pl-38 {
  padding-left: 9.5rem !important;
}

.pr-38 {
  padding-right: 9.5rem !important;
}

.p-38 {
  padding: 9.5rem !important;
}

.mt-39 {
  margin-top: 9.75rem !important;
}

.mb-39 {
  margin-bottom: 9.75rem !important;
}

.ml-39 {
  margin-left: 9.75rem !important;
}

.mr-39 {
  margin-right: 9.75rem !important;
}

.pt-39 {
  padding-top: 9.75rem !important;
}

.pb-39 {
  padding-bottom: 9.75rem !important;
}

.pl-39 {
  padding-left: 9.75rem !important;
}

.pr-39 {
  padding-right: 9.75rem !important;
}

.p-39 {
  padding: 9.75rem !important;
}

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

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

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

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

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

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

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

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

.p-40 {
  padding: 10rem !important;
}

.mt-41 {
  margin-top: 10.25rem !important;
}

.mb-41 {
  margin-bottom: 10.25rem !important;
}

.ml-41 {
  margin-left: 10.25rem !important;
}

.mr-41 {
  margin-right: 10.25rem !important;
}

.pt-41 {
  padding-top: 10.25rem !important;
}

.pb-41 {
  padding-bottom: 10.25rem !important;
}

.pl-41 {
  padding-left: 10.25rem !important;
}

.pr-41 {
  padding-right: 10.25rem !important;
}

.p-41 {
  padding: 10.25rem !important;
}

.mt-42 {
  margin-top: 10.5rem !important;
}

.mb-42 {
  margin-bottom: 10.5rem !important;
}

.ml-42 {
  margin-left: 10.5rem !important;
}

.mr-42 {
  margin-right: 10.5rem !important;
}

.pt-42 {
  padding-top: 10.5rem !important;
}

.pb-42 {
  padding-bottom: 10.5rem !important;
}

.pl-42 {
  padding-left: 10.5rem !important;
}

.pr-42 {
  padding-right: 10.5rem !important;
}

.p-42 {
  padding: 10.5rem !important;
}

.mt-43 {
  margin-top: 10.75rem !important;
}

.mb-43 {
  margin-bottom: 10.75rem !important;
}

.ml-43 {
  margin-left: 10.75rem !important;
}

.mr-43 {
  margin-right: 10.75rem !important;
}

.pt-43 {
  padding-top: 10.75rem !important;
}

.pb-43 {
  padding-bottom: 10.75rem !important;
}

.pl-43 {
  padding-left: 10.75rem !important;
}

.pr-43 {
  padding-right: 10.75rem !important;
}

.p-43 {
  padding: 10.75rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.mt-45 {
  margin-top: 11.25rem !important;
}

.mb-45 {
  margin-bottom: 11.25rem !important;
}

.ml-45 {
  margin-left: 11.25rem !important;
}

.mr-45 {
  margin-right: 11.25rem !important;
}

.pt-45 {
  padding-top: 11.25rem !important;
}

.pb-45 {
  padding-bottom: 11.25rem !important;
}

.pl-45 {
  padding-left: 11.25rem !important;
}

.pr-45 {
  padding-right: 11.25rem !important;
}

.p-45 {
  padding: 11.25rem !important;
}

.mt-46 {
  margin-top: 11.5rem !important;
}

.mb-46 {
  margin-bottom: 11.5rem !important;
}

.ml-46 {
  margin-left: 11.5rem !important;
}

.mr-46 {
  margin-right: 11.5rem !important;
}

.pt-46 {
  padding-top: 11.5rem !important;
}

.pb-46 {
  padding-bottom: 11.5rem !important;
}

.pl-46 {
  padding-left: 11.5rem !important;
}

.pr-46 {
  padding-right: 11.5rem !important;
}

.p-46 {
  padding: 11.5rem !important;
}

.mt-47 {
  margin-top: 11.75rem !important;
}

.mb-47 {
  margin-bottom: 11.75rem !important;
}

.ml-47 {
  margin-left: 11.75rem !important;
}

.mr-47 {
  margin-right: 11.75rem !important;
}

.pt-47 {
  padding-top: 11.75rem !important;
}

.pb-47 {
  padding-bottom: 11.75rem !important;
}

.pl-47 {
  padding-left: 11.75rem !important;
}

.pr-47 {
  padding-right: 11.75rem !important;
}

.p-47 {
  padding: 11.75rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.mt-49 {
  margin-top: 12.25rem !important;
}

.mb-49 {
  margin-bottom: 12.25rem !important;
}

.ml-49 {
  margin-left: 12.25rem !important;
}

.mr-49 {
  margin-right: 12.25rem !important;
}

.pt-49 {
  padding-top: 12.25rem !important;
}

.pb-49 {
  padding-bottom: 12.25rem !important;
}

.pl-49 {
  padding-left: 12.25rem !important;
}

.pr-49 {
  padding-right: 12.25rem !important;
}

.p-49 {
  padding: 12.25rem !important;
}

.mt-50 {
  margin-top: 12.5rem !important;
}

.mb-50 {
  margin-bottom: 12.5rem !important;
}

.ml-50 {
  margin-left: 12.5rem !important;
}

.mr-50 {
  margin-right: 12.5rem !important;
}

.pt-50 {
  padding-top: 12.5rem !important;
}

.pb-50 {
  padding-bottom: 12.5rem !important;
}

.pl-50 {
  padding-left: 12.5rem !important;
}

.pr-50 {
  padding-right: 12.5rem !important;
}

.p-50 {
  padding: 12.5rem !important;
}

html {
  font-size: 18px;
  /* PHONE */
  /* TABLET */
  /* LAPTOP */
  /* DESKTOP */
  /* XL DESKTOP */
}
@media (min-width: 120px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 18px;
  }
  html body div[id^=gpw-table-expand_wrapper],
  html body div[id^=DataTables_] {
    max-width: 100%;
    overflow: hidden;
  }
  html body div[id^=gpw-table-expand_wrapper] > table,
  html body div[id^=DataTables_] > table {
    max-width: 100%;
    width: 100% !important;
  }
  html body div[id^=gpw-table-expand_wrapper] > table tr th,
  html body div[id^=DataTables_] > table tr th {
    width: unset !important;
    padding: 15px 5px;
  }
  html body div[id^=gpw-table-expand_wrapper] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap td {
    white-space: unset !important;
  }
  html body div[id^=gpw-table-expand_wrapper] .select2,
  html body div[id^=DataTables_] .select2 {
    min-width: 70px !important;
    max-width: 50px !important;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: black;
}

a,
button {
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

div,
p,
span,
button,
ul,
ol,
li,
a {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
}

svg.icon {
  width: 1.75rem;
  height: 1.75rem;
}
svg.icon path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button:focus, button:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@media (max-width: 767px) {
  .gpw-logo .d-none:before {
    display: none;
  }
  .header-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button {
    border: none;
    position: relative;
    width: 20px;
    height: 20px;
    background: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    outline: none;
    margin-left: 16px;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before, .gpw-mobile-menu .header-menu-mobile__dropdown-button:after,
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    position: absolute;
    content: "";
    width: 100%;
    height: 5%;
    background: #717070;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before {
    top: 0;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    top: 47.5%;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:after {
    bottom: 0;
  }
  .gpw-mobile-menu__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    bottom: -120%;
    left: 0;
    margin-top: 80px;
    background: #03152c;
    z-index: 2;
    animation-name: gpw-mobile-menu-hide;
    animation-duration: 0.5s;
  }
  .gpw-mobile-menu__menu .header-menu__link {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 16px 8px;
    color: #fff !important;
  }
  .gpw-mobile-menu__menu .header-menu__link.active {
    color: #fff !important;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner {
    display: block;
    overflow-y: auto;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner .header-menu__link {
    display: block;
    margin: auto;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:before {
    top: 50%;
    transform: rotate(45deg);
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button span {
    width: 0;
    left: 50%;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:after {
    bottom: 45%;
    transform: rotate(-45deg);
  }
  .gpw-mobile-menu.show .gpw-mobile-menu__menu {
    animation-name: gpw-mobile-menu-show;
    animation-duration: 0.5s;
    bottom: 0;
  }
  @keyframes gpw-mobile-menu-show {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes gpw-mobile-menu-hide {
    0% {
      bottom: 0;
    }
    100% {
      bottom: -120%;
    }
  }
  .page-menu {
    display: flex;
    flex-direction: row;
    height: auto !important;
  }
  .page-menu > a {
    min-width: inherit !important;
    white-space: nowrap;
  }
  .gpw-toolbar--header .header-menu__link:not(.__white):hover, .gpw-toolbar--header .header-menu__link:not(.__white):focus, .gpw-toolbar--header .header-menu__link:not(.__white).active {
    color: #052144;
  }
  .gpw-navs .__link:hover:not(.__icon):before {
    display: none !important;
  }
  .btn:hover:before, .btn:focus:before {
    display: none !important;
  }
}
.main-logged-page__title-box .col-6 {
  margin-top: -33px;
}

.wallet-table {
  margin-top: 32px;
}
.wallet-table tbody .wallet-chart__value td {
  font-size: 12px;
}

.gpw-ranking-logged-mobile .__rank {
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 8px;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  body .gpw__section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  body .gpw__section:not(.gpw-toolbar):first-of-type {
    overflow: hidden;
  }
}
body .gpw__section:nth-child(-n+3) .text {
  margin-bottom: 5px;
}
body .m-t-40 {
  margin-top: 40px;
}
body .m-t-15 {
  margin-top: 15px;
}

.date-range-mobile__filters-popup {
  display: none;
}

@media (max-width: 1199px) {
  .timeline {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .timeline {
    max-width: 100%;
    overflow-x: scroll;
  }
  .date-range .mobile-open-popup-filters {
    font-size: 16px;
    font-weight: bold;
    padding: 0.5rem;
  }
  .date-range-mobile__filters-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #052144;
    z-index: 2;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup.open {
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup .top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
  }
  .date-range-mobile__filters-popup .top-navigation .return {
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button {
    background: transparent;
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button-clear {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    align-self: flex-end;
    display: flex;
  }
  .date-range-mobile__filters-popup .body-form {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    flex: 1;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element {
    max-width: inherit !important;
    margin-bottom: 2rem;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element input {
    font-size: 16px;
  }
  .date-range-mobile__filters-popup .bottom-navigation {
    display: flex;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: #fff;
  }
  #walletChart {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .harmonogram-page__title-box .col-6 {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .finacial-history-page__title-box .col {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
.gpw__contact p {
  margin-bottom: 0;
}
.gpw__contact p.text.__note {
  font-size: 1rem;
}

body {
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
  color: #162641;
}
body.auth .auth-margin-top-2 {
  margin-top: 2rem;
}
body .gpw__section.jakgrac .jakgrac__headline {
  color: #fff;
  background-color: #052144;
  display: inline-block;
  padding: 0.88rem 1.33rem;
  border-radius: 8px;
  font-size: 2.22rem;
  font-weight: 700;
  line-height: 130%;
}
body .gpw__section.jakgrac .section__note {
  font-size: 1.33rem;
  margin-top: 1.77rem;
  margin-bottom: 1.77rem;
}
body .gpw__section.jakgrac .jakgrac__subheadline {
  font-weight: 900;
  line-height: 120%;
  font-family: "Arial", sans-serif;
  font-size: 1.33rem !important;
  background-color: #E75020;
  color: #fff;
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
}
@media (min-width: 120px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 2rem 0;
  }
}
@media (min-width: 960px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.jakgrac > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.jakgrac > .container > .row > div:last-child {
    order: 2;
  }
}
body .gpw__section.smartfon {
  background-color: #fff !important;
}
@media (min-width: 120px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 2rem 0;
  }
}
@media (min-width: 960px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 5rem 0;
    padding-bottom: 5rem;
  }
}
body .gpw__section.inwestor-wojtek {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important;
  background-color: #052144 !important;
}
body .gpw__section.inwestor-wojtek .section__headline,
body .gpw__section.inwestor-wojtek .section__note {
  color: #fff !important;
}
@media (min-width: 120px) {
  body .gpw__section.inwestor-wojtek > .container > .row {
    margin: 1.5rem 0;
    align-items: center;
  }
  body .gpw__section.inwestor-wojtek > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.inwestor-wojtek > .container > .row > div:last-child {
    order: 1;
    text-align: right;
  }
}
body .gpw__section.parkiet {
  background: #052144;
  background-color: #052144;
}
body .gpw__section.parkiet .background__image {
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 58%;
  right: 0%;
  transform: translateY(-50%);
  max-height: 28rem;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  body .gpw__section.parkiet .background__image {
    opacity: 0.1 !important;
  }
}
@media (min-width: 1138px) and (max-width: 1200px) {
  body .gpw__section.parkiet .background__image {
    right: -10% !important;
  }
}
body .gpw__section.parkiet .parkiet__logo {
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 767px) {
  body .gpw__section.parkiet .parkiet__investment-game {
    transform: scale(0.85);
    transform-origin: left center;
  }
}
@media (max-width: 575px) {
  body .gpw__section.parkiet .parkiet__investment-game {
    transform: scale(0.6);
    transform-origin: left center;
  }
}
@media (max-width: 767px) {
  body .gpw__section.parkiet .parkiet__virtual-balance {
    transform: scale(0.85);
    transform-origin: left center;
  }
}
@media (max-width: 575px) {
  body .gpw__section.parkiet .parkiet__virtual-balance {
    transform: scale(0.6);
    transform-origin: left center;
  }
}
body .gpw__section.parkiet .text {
  color: #fff !important;
}
body .gpw__section.parkiet .text:not(:last-child) {
  padding-bottom: 0.25rem;
}
body .gpw__section.parkiet .text.__headline, body .gpw__section.parkiet .text.__light, body .gpw__section.parkiet .text.__bold {
  font-weight: 900;
}
body .gpw__section.parkiet .section__winners {
  color: #fff;
}
body .gpw__section.parkiet .section__winners .section__note:not(:last-child):before {
  background: #fff;
  background-color: #fff;
}
body .gpw__section.parkiet .section__note {
  color: #fff;
}
body .gpw__section.parkiet .section__subnote {
  color: #fff;
}
body .gpw__section.parkiet .section__headline {
  color: #fff;
}
body .gpw__section.parkiet .section__subheadline {
  color: #fff;
}
body .gpw__section.inwestuj {
  background-color: #052144 !important;
}
body .gpw__section.inwestuj .section__headline,
body .gpw__section.inwestuj .section__note {
  color: #fff !important;
}
@media (max-width: 991px) {
  body .gpw__section.inwestuj .section__headline,
  body .gpw__section.inwestuj .section__note {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body .gpw__section.inwestuj .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    display: block;
    z-index: 2;
  }
}
@media (min-width: 120px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 2.5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 1;
    text-align: right;
  }
}
@media (max-width: 991px) {
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    position: static;
  }
}
@media (max-width: 991px) {
  body .gpw__section.inwestuj > .container > .row {
    position: relative;
  }
}
@media (min-width: 960px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 2;
    padding-left: 0%;
    text-align: left;
  }
  body .gpw__section.inwestuj .section__headline {
    font-size: 2.22rem;
  }
}
body .gpw__section.materialy {
  background-color: #fff !important;
}
@media (min-width: 120px) {
  body .gpw__section.materialy > .container > .row {
    margin: 0rem 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.materialy > .container > .row > div:first-child .btn {
    float: right;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 1;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body .gpw__section.materialy > .container > .row {
    margin: 3rem 0 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 2;
    margin-bottom: 0;
  }
  body .gpw__section.materialy .section__headline {
    font-size: 2.22rem;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image1 {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 991px) {
  body.gpw__home .section__image1 {
    position: absolute;
    top: 50%;
    right: 5%;
    margin: 0;
    max-width: 60rem;
    z-index: -1;
    -webkit-transform: translate(0, -50%) scale(1.2);
    -moz-transform: translate(0, -50%) scale(1.2);
    -ms-transform: translate(0, -50%) scale(1.2);
    -o-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
  }
}
@media (min-width: 1140px) {
  body.gpw__home .section__image1 {
    -webkit-transform: translate(0, -50%) scale(1.4);
    -moz-transform: translate(0, -50%) scale(1.4);
    -ms-transform: translate(0, -50%) scale(1.4);
    -o-transform: translate(0, -50%) scale(1.4);
    transform: translate(0, -50%) scale(1.4);
    right: 15%;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image2 {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  body.gpw__home .section__image2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate(15%, -40%);
    -moz-transform: translate(15%, -40%);
    -ms-transform: translate(15%, -40%);
    -o-transform: translate(15%, -40%);
    transform: translate(15%, -40%);
    object-fit: contain;
  }
}
@media (min-width: 1140px) {
  body.gpw__home .section__image2 {
    transform: scale(1.5) translate(15%, -40%);
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image3 {
    max-height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image3 {
    position: absolute;
    top: 50%;
    max-height: 32rem;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
  }
}
@media (max-width: 991px) {
  body.gpw__home .section__image3 {
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
body.gpw__home .section__image4 {
  transform: scale(1.25);
}
@media (min-width: 120px) {
  body.gpw__home .section__image4 {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image4 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image5 {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.75) !important;
  }
}
@media (min-width: 960px) {
  body.gpw__home .section__image5 {
    transform: scale(0.9);
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
body.gpw__home .section__list {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
body.gpw__home .section__list li {
  padding: 0.25rem 0;
}
body.gpw__home .section__winners:not(.__games) .section__note {
  position: relative;
}
body.gpw__home .section__winners:not(.__games) .section__note > * {
  display: block;
}
body.gpw__home .section__winners:not(.__games) .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  max-height: 5rem;
  height: 5rem;
  right: 0;
  width: 1px;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
body.gpw__home .section__winners.__games {
  padding: 1.5rem 0;
}
body.gpw__home .section__winners.__games .section__note {
  min-height: 100%;
  position: relative;
}
body.gpw__home .section__winners.__games .section__note > * {
  display: block;
}
body.gpw__home .section__winners.__games .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 35%;
  height: 1px;
  right: 0;
  width: 1rem;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
body.gpw__home .section__winners .section__note {
  text-align: center;
  padding: 0.75rem 0.25rem;
}
body.gpw__home .section__buttons {
  display: flex;
  max-width: 520px;
}
body.gpw__home .section__note {
  margin-bottom: 0.15rem;
}
body.gpw__home .section__note span {
  font-family: "Ubuntu", serif;
  font-weight: 300;
  font-size: 1.25rem;
}
body.gpw__home .section__note b {
  font-size: 1.5rem;
  font-family: "Ubuntu", serif;
  font-weight: 900;
}
body.gpw__home .section__note small {
  font-family: "Ubuntu", serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  font-weight: 700;
  display: block;
}
body.gpw__home .section__note small + span {
  font-size: 1rem;
}
body.gpw__home .section__subnote {
  font-size: 0.8rem;
  font-weight: 300;
}
body.gpw__home .section__headline {
  font-family: "Ubuntu", serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
body.gpw__home .section__headline > small {
  font-size: 60%;
  font-weight: 400;
}
body.gpw__home .section__subheadline {
  font-family: "Ubuntu", serif;
  margin: 0.5rem 0;
  font-weight: 700;
  font-size: 2.22rem;
  line-height: 110%;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar) {
  overflow: hidden;
  position: relative;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .parkiet__logo {
  object-fit: contain;
  max-width: 100%;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text {
  color: #fff !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text:not(:last-child) {
  padding-bottom: 0.25rem;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__headline, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__light, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__bold {
  font-weight: 900;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners .section__note:not(:last-child):before {
  background: #fff;
  background-color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__note {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subnote {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__headline {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subheadline {
  color: #fff;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type {
  position: relative;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type::before {
  font-family: "fontello";
  position: absolute;
  font-size: 50rem;
  bottom: -20rem;
  right: -5rem;
  color: #e5e5e5;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
}
body > .gpw__section:not(.gpw-toolbar):nth-child(odd) {
  background-color: #F4F7FB;
  z-index: 1;
}
body > .gpw__section:not(.gpw-toolbar).schedule-section {
  background-color: #F4F7FB;
}
body .container-fluid > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.noscroll {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.gpw-toolbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer.gpw-toolbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.75rem;
}
footer.gpw-toolbar .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #d9d9d9;
}
footer.gpw-toolbar ul {
  list-style: none;
  margin-bottom: 0 !important;
}
footer.gpw-toolbar ul li:not(:last-child) {
  margin-right: 1rem;
  position: relative;
}
footer.gpw-toolbar ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -0.5rem;
  background: #e6e6e6;
  background-color: #e6e6e6;
}
footer.gpw-toolbar ul li a {
  color: #999999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  padding: 0.25rem 0.25rem;
}
footer.gpw-toolbar ul li a:hover {
  color: #000;
}

header.gpw-toolbar {
  font-size: 1rem;
}

.add-to-favorite:hover {
  font-weight: 900;
  color: #E75020;
}
.add-to-favorite.loading {
  opacity: 0.4;
  pointer-events: none;
}

.dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: #717070;
  border-radius: 50%;
}
.dot + * {
  display: inline-block;
  vertical-align: middle;
}
.dot--color-0 {
  background: #ffa612;
}
.dot--color-1 {
  background: #fa6544;
}
.dot--color-2 {
  background: #673ab7;
}
.dot--color-3 {
  background: #003366;
}
.dot--color-4 {
  background: #cc0000;
}
.dot--color-5 {
  background: #E75020;
}
.dot--color-6 {
  background: #ffc107;
}
.dot--color-7 {
  background: #0099CC;
}
.dot--color-8 {
  background: #FFC0CB;
}

.wallet-table {
  border-spacing: 15px 5px;
  border-collapse: separate;
  font-size: 15px;
}
.wallet-table__sep {
  font-size: 2px;
}
.wallet-table tbody tr td {
  white-space: nowrap;
}
.wallet-table tbody tr td:nth-of-type(1), .wallet-table tbody tr td:nth-of-type(1) span {
  color: #717070;
}
.wallet-table tbody tr td:nth-of-type(2), .wallet-table tbody tr td:nth-of-type(2) span {
  font-weight: bold;
  text-align: right;
}

.wallet-chart {
  position: relative;
}
.wallet-chart__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
}
.wallet-chart__title span {
  font-weight: bold;
  font-size: 18px;
}
.wallet-chart__title small {
  text-transform: uppercase;
  font-size: 12px;
  color: #717070;
}
.wallet-chart__other-position {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.wallet-chart__other-position.table-row {
  max-height: 1000px;
  transition: max-height 0.6s, padding 0.6s;
}
.wallet-chart__other-position table tbody tr > td {
  font-size: 12px;
}
.wallet-chart__other-position table tbody tr > td:first-child {
  padding-left: 0.5rem;
}
.wallet-chart__other-position-button {
  cursor: pointer;
}
.wallet-chart__other-position-button > i.fas {
  margin-left: 0.3rem;
}
.wallet-chart-label__first-line {
  align-items: center;
  font-size: 0.8rem;
}
.wallet-chart-label__first-line > span {
  display: inline-block;
  margin-right: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.05rem solid #fff;
}
.wallet-chart-label__other-line {
  font-size: 0.7rem;
  margin-left: 1rem;
}

.pagination {
  font-size: 12px;
  margin-top: 16px;
}

.page-menu > a {
  margin: 0 5px 0 0;
}

.tooltip[role=tooltip] {
  max-width: 80vw;
}

.gpw-steps .step {
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.gpw-steps .step.active .number {
  background-color: #052144;
}
.gpw-steps .step:before,
.gpw-steps .step:after {
  position: absolute;
  top: 25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #052144;
}
.gpw-steps .step:first-child:before,
.gpw-steps .step:last-child:after {
  display: none;
}
.gpw-steps .step:before {
  left: 0;
}
.gpw-steps .step:after {
  right: 0;
}
.gpw-steps .step .number {
  font-size: 0.85rem;
  font-weight: 900;
  font-family: "Ubuntu", serif;
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(5, 33, 68, 0.4);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.gpw-steps .step .title {
  font-family: "Arial", sans-serif;
  font-weight: 300;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .gpw-steps {
    flex-flow: row wrap;
  }
  .gpw-steps .step {
    display: none;
  }
  .gpw-steps .step.active {
    display: block;
  }
  .gpw-steps .step::before {
    display: none !important;
  }
  .gpw-steps .step:first-child:before, .gpw-steps .step:last-child:after {
    display: none !important;
  }
}

.gpw-form-required {
  color: red;
}

.gpw-form-validated input.no,
.gpw-form-validated select.no {
  border-color: #ce0e0e;
}
.gpw-form-validated input.no ~ .invalid-feedback,
.gpw-form-validated select.no ~ .invalid-feedback {
  display: block;
}
.gpw-form-validated input.ok,
.gpw-form-validated select.ok {
  border-color: #96eb6a;
}

.form-group label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: top;
}

input, select {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}
input:hover, input:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

body[class^=gpw__] .form-control {
  color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB !important;
}

.form-control.error, .form-check-input.error {
  border-color: #ce0e0e;
}
.form-control.valid, .form-check-input.valid {
  border-color: #96eb6a;
}
.form-control ~ label.error, .form-check-input ~ label.error {
  color: #ce0e0e;
  margin: 5px 0 0 0;
}

.form-check {
  display: flex !important;
  align-items: flex-start;
  flex-flow: row wrap;
}
.form-check .form-check-label {
  margin-left: 0.5rem;
}
.form-check label.error {
  width: 100%;
  order: 2;
  padding-left: 0.5rem;
}
.form-check input:required ~ .form-check-label {
  position: relative;
}
.form-check input:required ~ .form-check-label:first-letter {
  padding-left: 10px;
}
.form-check input:required ~ .form-check-label:before {
  position: absolute;
  content: "*";
  left: 0;
  top: 0;
  color: #ce0e0e;
}

.form-text-resend-code-sms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

select.loading,
input.loading {
  opacity: 0.4;
  cursor: no-drop;
}

.gpw-toolbar {
  background: transparent;
  background-color: transparent;
}
.gpw-toolbar--header {
  background: #052144;
  background-color: #052144;
}

.gpw__icons {
  padding: 2.5rem 0 !important;
}
.gpw__icons div.text-center {
  margin: 2rem 0;
}

.gpw-description {
  font-family: "Nunito Sans";
  font-weight: 300;
}

.gpw-bg.__light {
  background: #eee;
}

.singleMessage {
  border-bottom: 1px solid #f3f4f5;
}
.singleMessage .date {
  color: #717070;
  font-size: 0.75rem;
}
.singleMessage a {
  color: #000;
}

.text.__headline, .text.__light, .text.__bold {
  font-weight: 900;
}
.text.__bold {
  font-weight: 900;
}
.text.__light {
  font-weight: 300;
}
.text.__h2 {
  font-family: "Ubuntu", serif;
  font-weight: 600;
}
.text.__title {
  font-weight: 400;
}
.text.__body {
  font-family: "Arial", sans-serif;
}
.text.__note {
  font-family: "Arial", sans-serif;
}
.text.__small {
  font-size: 0.7rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.text.__list, .text.__list ul {
  padding-left: 1rem;
}
.text.__green {
  color: #E75020;
}

.gpw-headline.__h1 {
  font-size: 60px;
  line-height: 68px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.gpw-headline.__default, .gpw-headline.gpw-btn.__error {
  font-family: "Arial", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}
.gpw-headline.__light {
  color: #f3f4f5;
  font-size: 20px;
}

.gpw-sub.__h1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

/**
* Nav information
*/
.gpw-nav-info .__title {
  color: #052144;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.gpw-nav-info .__description {
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

body[class^=gpw__] h1 {
  font-size: 3rem;
}
body[class^=gpw__] h2 {
  font-size: 2.65rem;
}
body[class^=gpw__] h3 {
  font-size: 2.3rem;
}
body[class^=gpw__] h4 {
  font-size: 1.95rem;
}
body[class^=gpw__] h5 {
  font-size: 1.6rem;
}
body[class^=gpw__] h6 {
  font-size: 1.25rem;
}

.gpw-btn.__default, .gpw-btn.__error {
  background: #052144;
  color: #fff;
}
.gpw-btn.__error {
  background: #ce0e0e;
}

.btn__group > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.btn__group > *:not(:last-child) {
  margin-right: 0.5rem;
}

body[class^=gpw__] .btn {
  min-width: 10rem;
  font-size: 0.85rem;
  border: 2px solid #052144;
  font-family: "Ubuntu", serif;
  font-weight: 700;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: black;
  position: relative;
  z-index: 1;
}
body[class^=gpw__] .btn:hover, body[class^=gpw__] .btn:focus, body[class^=gpw__] .btn.active {
  border-color: #052144;
  background-color: #052144;
  color: #fff;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
body[class^=gpw__] .btn:hover::before, body[class^=gpw__] .btn:focus::before, body[class^=gpw__] .btn.active::before {
  width: 100%;
}
body[class^=gpw__] .btn.__error {
  background: #ce0e0e;
  border-color: #ce0e0e;
  color: white;
}
body[class^=gpw__] .btn.__error:hover {
  background: #860909;
}
body[class^=gpw__] .btn.__white {
  border-color: transparent;
}
body[class^=gpw__] .btn.__white::before {
  background: #bfbfbf;
  background-color: #bfbfbf;
}
body[class^=gpw__] .btn.__white:hover, body[class^=gpw__] .btn.__white:focus {
  border-color: gray;
  color: black;
}
body[class^=gpw__] .btn.__white.__border {
  border-color: #E75020;
}
body[class^=gpw__] .btn.__white.__border:hover, body[class^=gpw__] .btn.__white.__border:focus {
  border-color: #bf3e15;
}
body[class^=gpw__] .btn.__white.__border::before {
  background: #E75020 !important;
  background-color: #E75020 !important;
}
body[class^=gpw__] .btn.__link-primary {
  color: #509fef;
}
body[class^=gpw__] .btn.__big {
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.75rem 2rem;
}
body[class^=gpw__] .btn.__2xl {
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 1.3rem 1.77rem;
}
body[class^=gpw__] .btn.__small {
  font-size: 0.6rem;
  min-width: 6rem;
}
body[class^=gpw__] .btn.__fluid {
  min-width: 100%;
}
body[class^=gpw__] .btn.__blue {
  background: #052144;
  color: white;
}
body[class^=gpw__] .btn.__blue:hover {
  color: black;
  background: transparent;
}
body[class^=gpw__] .btn.__square {
  min-width: 0;
  padding: 0.5rem 0.7rem;
}
body[class^=gpw__] .btn.__secondary {
  background-color: #E75020;
  color: #fff;
  border: 2px solid #E75020;
  border-radius: 8px;
}
body[class^=gpw__] .btn.__secondary:hover {
  background-color: #fff;
  color: #E75020;
  border: 2px solid #E75020;
}
body[class^=gpw__] .btn.__outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #E75020;
  border-radius: 8px;
}
body[class^=gpw__] .btn.__outline:hover {
  color: #fff;
  border: 2px solid #fff;
}

.gpw-ranking {
  border-left: 1px solid #f3f4f5;
}
.gpw-ranking .__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.gpw-ranking .__rank .__position {
  font-size: 24px;
  line-height: 32px;
  font-family: "Arial", sans-serif;
}
.gpw-ranking .__rank .__shift {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
}
.gpw-ranking .__rank .__difference {
  font-size: 14px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
  padding: 0 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.summary-rank {
  display: flex;
  align-items: center;
}
.summary-rank__wrap {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.summary-rank__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  position: relative;
}
.summary-rank__circle span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.summary-rank__circle i {
  font-size: 50px;
  color: #717070;
}
.summary-rank__circle + div {
  padding: 0 0 0 15px;
  font-size: 14px;
}
.summary-rank ul {
  list-style-position: inside;
  font-size: 14px;
  margin: 0;
}
.summary-rank ul li {
  padding: 2px 0 2px 10px;
}

table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.load-default-table {
  overflow: auto;
}
.load-default-table.load {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100px;
}
.load-default-table.load:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}
.load-default-table.load:after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #083874;
  border-color: #083874 transparent #083874 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  z-index: 10;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

table.dataTable thead tr th {
  font: bold 12px/1.4 "Arial", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
  border-bottom: none;
}
table.dataTable tbody tr,
table.dataTable tbody tr.odd {
  background-color: transparent !important;
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr td,
table.dataTable tbody tr.odd td {
  background-color: transparent !important;
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr.group,
table.dataTable tbody tr.odd.group {
  background-color: #f2f2f2 !important;
  font: bold 10px/1.2 "Arial", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
table.dataTable.collapsed tbody tr td.table-instrument__title {
  padding-left: inherit !important;
}
table.dataTable.collapsed tbody tr td:before {
  display: none !important;
}
table.dataTable.collapsed tbody tr.group td:first-child:before {
  display: none;
}

table#gpw-table-expand tbody tr ul li[data-dtr-index="12"] {
  display: none !important;
}

body table.dataTable.gpw-table-expand-no-sort-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema-no-sort-7 thead tr th {
  background-position: center left;
  padding: 15px 5px 15px 18px;
}

.dataTables_wrapper > .dataTables_wrapper {
  max-height: unset !important;
  height: auto !important;
}

.gpw-table {
  width: 100%;
  margin: 26px 0;
  border-spacing: 0;
  border-collapse: separate;
}
.gpw-table p {
  font-size: 12px;
  line-height: 20px;
}
.gpw-table td:not([colspan="12"]) {
  border-bottom: 2px solid #DDD;
}
.gpw-table thead tr th {
  font: bold 12px/1.4 "Arial", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
}
.gpw-table tbody tr:not(.table-primary) td:not([colspan="12"]) {
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
.gpw-table tbody tr.table-primary, .gpw-table tbody tr.table-primary > td, .gpw-table tbody tr.table-primary > th {
  background-color: #455C7F;
}
.gpw-table__more {
  text-align: right;
  padding: 15px;
}
.gpw-table__title {
  background: #f2f2f2;
  font: bold 10px/1.2 "Arial", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
.gpw-table__title td {
  text-align: left;
  padding: 15px;
}

.table-instrument__title {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}
.table-instrument__status--ZLOZONA {
  color: #0099CC;
}
.table-instrument__status--W_TRAKCIE {
  color: #007bff;
}
.table-instrument__status--ZREALIZOWANA {
  color: #009934;
}
.table-instrument__status--ANULOWANA {
  color: #CC0000;
}
.table-instrument__status--OCZEKUJE {
  color: #ffc107;
}

.table-sort {
  white-space: nowrap;
  cursor: pointer;
}
.table-sort__title {
  display: inline-block;
  vertical-align: middle;
}
.table-sort__icon {
  width: 10px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 5px;
}
.table-sort__icon:before, .table-sort__icon:after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.table-sort__icon:before {
  border-bottom-color: #333;
  margin-top: -11px;
}
.table-sort__icon:after {
  border-top-color: #333;
  margin-top: 1px;
}
.table-sort[data-value=ASC] .table-sort__icon:before {
  border-bottom-color: #BBB;
}
.table-sort[data-value=DESC] .table-sort__icon:after {
  border-top-color: #BBB;
}

table.table-standings {
  min-height: 500px;
}

.gpw-card {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 24px 0;
}
.gpw-card .__content {
  display: inline-flex;
  flex: 1;
}
.gpw-card .__icon, .gpw-card .__icon.small {
  display: flex;
  flex-flow: column;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.gpw-card .__icon p, .gpw-card .__icon.small p {
  font-size: 12px;
}
.gpw-card .__icon i, .gpw-card .__icon.small i {
  font-size: 42px;
}
.gpw-card .__icon.small {
  width: 65px;
  height: 65px;
}
.gpw-card .__icon.small p {
  display: none;
}
.gpw-card .__icon.small i {
  font-size: 24px;
}
.gpw-card .__icon .revert {
  flex-flow: column-reverse;
}

/**
Timetable
 */
.gpw-timetable {
  padding: 20px 100px 45px 100px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.gpw-timetable .__point {
  display: flex;
  flex: 1;
  position: relative;
}
.gpw-timetable .__point:last-child {
  text-align: right;
  flex: 0;
}
.gpw-timetable .__point:last-child .__content {
  position: absolute;
}
.gpw-timetable .__point .__content {
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: -75px;
}
.gpw-timetable .__point .__content p, .gpw-timetable .__point .__content b {
  padding: 0;
  margin: 0;
}
.gpw-timetable .__point:after {
  position: absolute;
  width: 100%;
  height: 10px;
  border: 1px solid #052144;
  content: "";
  top: 70px;
}
.gpw-timetable .__point:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #052144;
  content: "";
  border-radius: 50%;
  left: -12.5px;
  top: 62.5px;
  z-index: 1;
}
.gpw-timetable .__point .percent {
  height: 10px;
  position: absolute;
  left: 0;
  top: 70px;
  background: #052144;
}

.register-container {
  background: #e5e5e5;
  background-color: #e5e5e5;
}

.gpw__text {
  font-size: 16px;
}
.gpw__text p {
  font-size: 16px;
}

.date-range {
  padding: 15px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.date-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
  margin-bottom: 0.5rem;
}
.date-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.date-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.date-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.date-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.date-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #052144;
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0.5rem 0;
}
.date-range__submit:hover {
  background: #052144;
  color: #fff;
}
.date-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 5px 0.5rem 0;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
  white-space: nowrap;
}
.date-range__clear:hover {
  background: #717070;
  color: #fff;
}

.table-select {
  display: inline-block;
  text-align: left;
}
.table-select select {
  opacity: 0;
}
.table-select__label {
  display: block;
}
.table-select .select2 {
  min-width: 100px;
  outline: none;
}
.table-select .select2:focus, .table-select .select2 * {
  outline: none;
}
.table-select[data-field=instrument] .select2 {
  min-width: 120px;
}
.table-select .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 0;
  color: #717070;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #717070;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}
.table-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 9px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

.select2-results__option {
  font-size: 12px;
  padding: 6px 10px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
  padding: 5px;
  min-width: 200px;
}

.table-fixed {
  margin: 26px 0;
  overflow-x: auto !important;
}
.table-fixed .gpw-table {
  margin: 0;
}

.tv-chart iframe, .tv_chart_container iframe {
  max-height: 480px;
}

.nav-item {
  margin: 0 5px 0 0;
}
.nav-item:last-of-type {
  margin: 0;
}

.highlight {
  background: #e5e5e5;
  background-color: #e5e5e5;
}

body[class^=gpw__] .tooltip-inner {
  background: #FFF;
  color: #000;
  border: 1px solid #DDD;
  text-align: left;
  font-size: 14px;
  padding: 7px 10px;
  max-width: 400px;
}
body[class^=gpw__] .bs-tooltip-auto[x-placement^=top] .arrow::before, body[class^=gpw__] .bs-tooltip-top .arrow::before {
  border-top-color: #DDD;
}
body[class^=gpw__] .tooltip.show {
  opacity: 1;
}

.timeline {
  margin: 2rem 0;
  display: flex;
  flex-flow: row;
}
.timeline__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  min-width: 100px;
}
.timeline__item:after {
  content: "";
  width: calc(100% - 25px);
  height: 2px;
  background: #DDD;
  position: absolute;
  top: 12.5px;
  left: 35px;
  display: block;
}
.timeline__item:last-of-type:after {
  display: none;
}
.timeline__circle {
  width: 25px;
  height: 25px;
  border: 2px solid #DDD;
  background: #FFF;
  border-radius: 50%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.timeline__item--active .timeline__circle {
  border-color: #052144;
  background: #052144;
}
.timeline__item--active-line:after {
  background: #052144;
}
.timeline__date {
  color: #777;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.timeline__title {
  font-weight: bold;
  font-size: 15px;
}

.gpw-list {
  border: 1px solid #052144;
  border-radius: 5px;
  list-style: none;
  text-align: center;
}
.gpw-list__item {
  padding: 0.75rem 1.25rem;
  position: relative;
}
.gpw-list__item:after {
  content: "";
  width: calc(100% - 2.5rem);
  height: 1px;
  background: #052144;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 1.25rem;
}
.gpw-list__item:last-of-type:after {
  display: none;
}

.gpw-multiselect {
  margin: 0.5rem 0;
  display: flex;
}
.gpw-multiselect.load {
  max-height: 35px;
  opacity: 0;
}
.gpw-multiselect > button {
  margin-left: 0.5rem;
}
.gpw-multiselect .select2-container {
  min-width: 200px;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple {
  border: 2px solid #DDD;
  border-radius: 0;
  font-size: 0.7rem;
  padding: 0.5rem;
}
.gpw-multiselect .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #DDD;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 0;
  padding: 3px 5px 3px 14px;
  font-size: 0.6rem;
  font-weight: bold;
  position: relative;
  margin: 0 5px 0 0;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}
.gpw-multiselect .select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

/*live ranking*/
#live-table {
  background: #2f2f2f;
  color: white;
  border-collapse: collapse;
}

#live-table tbody tr, #live-table thead tr {
  border-bottom: 1pt solid #5d5d5d;
}

#live-table tbody tr td, #live-table thead tr th {
  vertical-align: middle;
  text-align: center;
}

#live-table thead tr {
  background: #162641;
}

.gpw-pagination .page-item .page-link {
  color: #000;
  background-color: #fff;
}

.pagination .page-item.active .page-link {
  background: #052144;
  background-color: #052144;
  border-color: #052144;
  color: #fff;
}
.pagination .page-item .page-link {
  color: #052144;
}
.pagination .page-item .page-link:hover {
  background: #052144;
  background-color: #052144;
  color: #fff;
  border-color: #052144;
  cursor: pointer;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.box-size, body > .gpw__section:not(.gpw-toolbar) {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.box-size.mini, body > .mini.gpw__section:not(.gpw-toolbar) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.default-slider {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.default-slider .__item {
  background-color: #fff;
  padding: 16px;
  margin: 5px;
  flex: 1 0 calc(25% - 10px);
}
@media (max-width: 767px) {
  .default-slider .__item {
    flex: 1 0 calc(49% - 10px);
  }
}
.default-slider .__title {
  font-size: 12px;
  font-weight: bold;
  color: #AAA;
  display: block;
  margin: 0 0 9px 0;
}

.carousel-with-title {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.carousel-with-title .item {
  background-color: #fff;
  padding: 16px;
  margin: 0 5px;
  flex: 1 0 calc(20% - 10px);
}
@media (max-width: 767px) {
  .carousel-with-title .item {
    flex: 1 0 calc(49% - 10px);
  }
}
.carousel-with-title .__title {
  font-size: 12px;
  font-weight: bold;
  color: #AAA;
  display: block;
  margin: 0 0 9px 0;
  text-align: center;
}

.gpw-cookie-popup {
  position: fixed;
  bottom: -100%;
  background: #052144;
  width: 80%;
  left: 10%;
  padding: 1rem 0.5rem;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
}
@media (max-width: 960px) {
  .gpw-cookie-popup {
    left: 12.5%;
  }
}
.gpw-cookie-popup.open {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 1rem;
}
.gpw-cookie-popup .button {
  color: #fff;
  padding: 0.5rem;
  font-family: "Arial", sans-serif;
  font-weight: 900;
  background: none;
  position: absolute;
  top: -1rem;
  right: -0.5rem;
}

.gpw-navs .__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Arial", sans-serif;
  margin: 0.75rem 1.25rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.gpw-navs .__link.__icon {
  padding: 0.5rem 0.25rem;
}
.gpw-navs .__link.__icon i {
  font-size: 1.5rem;
}
.gpw-navs .__link:not(.__icon)::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 2px;
  background: #E75020;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover, .gpw-navs .__link.active {
  text-decoration: none;
}
.gpw-navs .__link:hover:not(.__icon), .gpw-navs .__link.active:not(.__icon) {
  color: #052144;
}
.gpw-navs .__link:hover:not(.__icon):before, .gpw-navs .__link.active:not(.__icon):before {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover.__icon, .gpw-navs .__link.active.__icon {
  color: #052144;
}
.gpw-navs .__link:first-child {
  margin-left: 0px;
}
.gpw-navs .__link:last-child {
  margin-right: 0px;
}
.gpw-navs .__link button[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  outline: none;
}
.gpw-navs .mobile-button {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-button {
    display: block;
  }
}
.gpw-navs .mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-navs .mobile-nav .btn-group {
    width: 100%;
  }
  .gpw-navs .mobile-nav .btn-group .btn.__primary {
    position: absolute;
    display: inline-flex;
    flex: 0;
    width: 45px;
    height: 45px;
    right: 16px;
    top: -49px;
  }
  .gpw-navs .mobile-nav .dropdown-menu {
    width: calc(100% + 5px);
    border: none;
    left: 4px;
    top: 16px !important;
  }
  .gpw-navs .mobile-nav .dropdown-menu .__link {
    display: block;
    width: 100%;
  }
}

.nav.nav-tabs {
  flex-direction: row;
  flex-wrap: nowrap;
}

.gpw-logo {
  flex-flow: nowrap;
}
.gpw-logo a {
  display: block;
}
.gpw-logo a img {
  height: 50px;
  max-height: 50px;
  width: 100%;
}
@media (min-width: 1140px) {
  .gpw-logo a img {
    height: 60px;
    max-height: 60px;
  }
}
.gpw-logo > div {
  margin-left: 2rem;
  position: relative;
}
.gpw-logo > div::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 1px;
  background: #d9d9d9;
  background-color: #d9d9d9;
}
.gpw-logo > div > img {
  width: 40%;
}
.gpw-logo > div > img:not(:last-of-type) {
  margin-right: 8%;
}

.header-menu__link {
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  padding: 0.75rem 1rem;
  margin: 8px;
  position: relative;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header-menu__link--icon {
  padding: 0.5rem 0.25rem;
}
.header-menu__link--icon i {
  font-size: 1.5rem;
}
.header-menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0%;
  height: 2px;
  background: #E75020;
  background-color: #E75020;
}
.header-menu__link:not(.header-menu__link--icon):hover, .header-menu__link:not(.header-menu__link--icon):focus, .header-menu__link:not(.header-menu__link--icon).active {
  text-decoration: none;
  color: #fff;
}
.header-menu__link:not(.header-menu__link--icon):hover:before, .header-menu__link:not(.header-menu__link--icon):focus:before, .header-menu__link:not(.header-menu__link--icon).active:before {
  width: 100%;
}
.header-menu__link:first-child {
  margin-left: 0px;
}
.header-menu__link:last-child {
  margin-right: 0px;
}
.header-menu__link button[type=submit] {
  background: transparent;
  outline: none;
  color: inherit;
  font-weight: 300;
  width: 100%;
}
.header-menu__link button[type=submit]:hover {
  color: #fff;
}
.header-menu__link.active .header-menu__submenu {
  display: block;
}
.header-menu__submenu {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 200px;
  display: none;
  padding: 1rem;
  border-top: 2px solid #E75020;
  background: #052144;
  line-height: 1;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.header-menu__submenu-link {
  padding: 10px 12px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 0.9rem;
  position: relative;
  font-weight: 300;
  width: 100%;
}
.header-menu__submenu-link:hover {
  text-decoration: none;
  color: #fff;
}
.header-menu__submenu-link:not(:last-of-type):after {
  width: 90%;
  left: 5%;
  height: 1px;
  display: block;
  background: #DDD;
  content: "";
  position: absolute;
  bottom: 0;
}

.gpw-toolbar--header .header-menu__link:hover, .gpw-toolbar--header .header-menu__link:focus, .gpw-toolbar--header .header-menu__link.active {
  color: #fff;
}

.modal .modal-dialog .modal-content {
  padding: 1rem 0.5rem;
  border: none;
}

.gpw-sell-buy {
  align-items: center;
}
.gpw-sell-buy .__info {
  margin: 0;
}
.gpw-sell-buy .__info .__title {
  font-size: 14px;
  line-height: 22px;
  color: #717070;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__info .__value {
  font-size: 16px;
  line-height: 24px;
}
.gpw-sell-buy .__product {
  text-align: right;
  border-left: 1px solid #333;
}
.gpw-sell-buy .__product .__name {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.gpw-sell-buy .__product .__price {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__product .__percent {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.__icon.__primary, .gpw-card .__primary.__icon.small {
  color: #052144;
}
.__icon.__big, .gpw-card .__big.__icon.small {
  font-size: 62px;
  line-height: 70px;
}

.fa-icon {
  font-size: 16px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.fa-icon:hover {
  text-decoration: none;
}
.fa-icon + * {
  display: inline-block;
  vertical-align: middle;
}

i.text-danger {
  font-style: inherit !important;
}

.filter-range {
  padding: 15px 0 0 0;
  display: flex;
  align-items: flex-end;
}
.filter-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
}
.filter-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.filter-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.filter-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.filter-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.filter-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #052144;
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0 0;
}
.filter-range__submit:hover {
  background: #052144;
  color: #fff;
}
.filter-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
}
.filter-range__clear:hover {
  background: #717070;
  color: #fff;
}

.gpw-error-page {
  position: relative;
  min-height: 80vh;
  align-items: center;
  align-content: center;
}
.gpw-error-page::before {
  font-family: "fontello";
  content: "\e825";
  position: absolute;
  font-size: 50rem;
  top: -20rem;
  right: -5rem;
  color: #e5e5e5;
  z-index: -1;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
}

body:not(.auth) .messages-page__title-box,
body:not(.auth) .harmonogram-page__title-box {
  margin-top: 2rem;
}

@media (min-width: 120px) {
  .hide-if-not-selected-instrument {
    display: none;
  }
}
@media (min-width: 960px) {
  .hide-if-not-selected-instrument {
    display: block;
  }
}

.relative {
  position: relative;
}

.awards__headline {
  font-weight: 700;
  font-size: 2.22rem !important;
  line-height: 130%;
  font-family: "Ubuntu", serif;
}
.awards__wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding-inline: 1.33rem;
}
.awards__amount {
  font-weight: 900;
  font-size: 1.5rem;
}
.awards__place {
  font-size: 1.11rem;
}
.awards__item {
  padding: 1.33rem;
}

.text-accent {
  color: #E75020;
}

body[class^=gpw__] h2.section__headline {
  font-size: 2.22rem;
}

.schedule {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1140px) {
  .schedule {
    margin-bottom: 0;
  }
}
.schedule__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1140px) {
  .schedule__wrapper {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.schedule__chevron {
  width: 2.22rem;
  height: 2.22rem;
  transform: rotate(90deg);
}
@media (min-width: 1140px) {
  .schedule__chevron {
    transform: rotate(0);
  }
}
.schedule__img {
  width: 5.55rem;
  height: 5.55rem;
  margin-bottom: 1.33rem;
}
.schedule__headline {
  color: #E75020;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 1.5rem;
  font-family: "Ubuntu", serif;
}
@media (min-width: 1140px) {
  .schedule__headline {
    font-size: 1.77rem;
    line-height: 130%;
  }
}
.schedule__subheader {
  font-size: 0.88rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 1.33rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.schedule__box {
  background-color: #E75020;
  color: white;
  padding: 0.88rem;
  display: inline-block;
  border-radius: 8px;
  margin-inline: auto;
  font-size: 1.33rem;
}

.footer__img {
  max-height: 5rem;
}

.text-900 {
  font-weight: 900 !important;
}

.partners-group__image--asseco {
  max-width: 132px;
}
.partners-group__box {
  display: flex;
  justify-content: center;
}
.partners-group__title {
  font-size: 12px;
  font-weight: bold;
  color: #AAA;
  display: block;
  margin: 0 0 9px 0;
}
.partners-group img {
  max-height: 50px;
  width: auto !important;
  object-fit: contain;
}

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