[v-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1199px) {
  .evcalc-container {
    width: 1042px !important;
  }
}

.pt-2 {
  padding-top: 2px;
}

.d-flex {
  display: flex;
}

.align-end {
  text-align: end;
  justify-content: end;
}

.app-loading__gg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1100;
}

.app-loading__preloader {
  position: relative;
  top: 32%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}

.links {
  display: flex;
}

.links a {
  text-decoration: underline;
  color: #000;
}
.links a:hover {
  color: #f00;
}

@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.checkbox-element,
.checkbox-element label,
.radio_button label {
  cursor: pointer;
  transition: 0.15s;
}

.checkbox-element label:hover,
.radio_button label:hover {
  color: #ff0000;
}

label::before {
  transition: 0.15s;
}

.checkbox-element label:hover::before,
.radio_button label:hover::before {
  border-color: #ff0000 !important;
}

.page-calc-body {
  background: #f9f9f9;
}

.n-calc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 5em;
}

.n-calc {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 46em;
}

.n-calc__main {
  flex: 1;
}

.n-calc__multipliers {
  flex: 1;
}

.n-calc-col__multipliers .n-calc-element__value input {
  max-width: 2.8em;
}

.n-calc__heading {
  margin-bottom: 0.6em;
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  font-weight: bold;
}
.n-calc__copy-arrow {
  display: flex;
  align-items: center;
  position: relative;
}
.n-calc-copy a {
  color: #000;
}
.n-calc-copy a:hover {
  color: #f00;
}
.n-calc-copy a:focus {
  text-decoration: none;
}
.n-calc-copy a:hover img {
  filter: invert(0.5) sepia(1) saturate(100) hue-rotate(-5deg);
}

.n-calc-body {
  padding: 2.4em 1.5em 0em;
}

.n-calc-footer,
.n-calc-copy {
  padding: 1.23em 1.3125em 2.6em;
}
.n-calc-copy {
  padding-top: 0;
}

.n-calc-col__wrapper {
  display: flex;
}

.n-calc-col {
  flex: 1;
}

.n-calc-col h4 {
  font-size: 22px;
}

.n-calc-col__settings {
  flex: 1 1 61%;
}
.n-calc-col__multipliers {
  flex: 1 1 39%;
}

.n-calc-element {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}

.n-calc-element__title {
  flex: 0 0 6em;
  max-width: 6em;
  overflow: hidden;
  margin-right: 0.4em;
}

.n-calc-col__multipliers .n-calc-element__title {
  flex: 0 0 4em;
}

.n-calc-element__value {
  min-height: 1.671em;
  display: flex;
  align-items: center;
}

.n-calc-element__value select,
.n-calc-element__value select:focus,
.n-calc-element__value input {
  padding: 0.12em 0.2em;
  border: 1px solid #e5e5e5;
  outline: none;
}

.n-calc-element__value input {
  padding: 0.07em 0.2em;
  margin-right: 0.3em;
}

.n-calc-element__value input {
  max-width: 5.3em;
}

.n-calc-footer {
  background: #0e1018;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  min-height: 9.4em;
}

.n-calc-footer__col {
  margin-bottom: 1em;
}

.n-calc-res-element {
  margin-right: 3.6em;
}

.n-calc-res-element:last-of-type {
  margin-right: 0;
}

.n-calc-res-element > div {
  white-space: nowrap;
}

.n-calc-res-element__title {
  color: #aca1a5;
}

.n-calc-res-element__sum {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.n-calc-res-element__subsum {
  color: #6f6e6e;
}

.calcPad input {
  background-color: white;
  border-color: lightgrey;
}

.calcPad select {
  background-color: white;
  border-color: lightgrey;
}

#main-calculator {
  padding: 0 1em 3em;
  margin-top: 2.2em;
}

@media (max-width: 767px) {
  #main-calculator {
    padding: 0;
  }
}

#main-calculator > .main-calculator__body {
  max-width: 500px;
  margin-bottom: 3.3em;
}

@media (min-width: 991px) {
  #main-calculator > .main-calculator__body {
    max-width: 600px;
  }
}

@media (min-width: 767px) {
  .n-calc {
    min-height: 44em;
  }
}

.pools-selectors,
.pools-selectors label {
  margin-bottom: 0;
}

.calcRes__subsum {
  font-size: 1em;
  margin-top: -0.3em;
  margin-bottom: 0.3em;
  color: #6f6e6e;
}

.pools-selectors div > input {
  position: absolute;
  left: -9999px;
}

.pools-selectors {
  margin-right: 1em;
}

.pools-selectors:last-of-type {
  margin-right: 0;
}

.pools-selectors div > label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 150ms color ease-in-out;
}

.pools-selectors div > label:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 9px;
}

.pools-selectors div > input:checked + label:before {
  border: 1px solid #d4ad68;
  background: #d4ad68;
}

.pools-selectors div > label:hover {
  cursor: pointer;
}

.calcTable .settings-input-small__wider {
  width: 4.9em;
  margin-right: 0.2em;
}

.n-calc-wrapper.gg-ev .n-gg-ev {
  width: 100%;
}

.n-calc-wrapper.gg-ev .n-calc__heading {
  margin-bottom: 26px;
}

.n-calc-wrapper.gg-ev .d-flex {
  display: flex;
}

.n-calc-wrapper.gg-ev .items-start {
  align-items: flex-start;
}

.n-calc-wrapper.gg-ev .n-calc-element__title {
  margin-right: 2.4em;
}

.n-calc-wrapper.gg-ev .top-element {
  margin-right: 32px;
  display: flex;
  align-items: center;
  gap: 1em;
}

.n-calc-wrapper.gg-ev .player-data-block {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  position: relative;
  min-width: 220px;
  padding-top: 2px;
}

.checkbox-element input[type='checkbox'] {
  position: relative;
  left: -99999px;
}

.n-calc-wrapper.gg-ev .player-data-block .checkbox-element label {
  position: relative;
  margin-left: 4px;
}
.n-calc-wrapper.gg-ev .player-data-block label {
  font-size: 1em !important;
}

.checkbox-element input[type='checkbox'] + label:before {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  content: '';
  border: 1px solid #000;
  width: 14px;
  height: 14px;
}

.checkbox-element input[type='checkbox']:checked + label:after {
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 6px;
  content: '';
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 5px;
  border-radius: 1px;
  transform: rotate(-45deg);
}

input[type='radio'] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type='radio']:focus {
  outline: none;
  outline-offset: 0;
}

input[type='radio']::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}

input[type='radio']:checked::before {
  transform: scale(1);
}

.n-calc-wrapper.gg-ev .top-element select {
  min-width: 82px;
}

.n-calc-wrapper.gg-ev .n-calc-col__pool {
  display: flex;
  flex-direction: column;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table {
  margin-left: -13px;
  margin-right: -13px;
  position: relative;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table,
.n-calc-wrapper.gg-ev .gg_pool {
  margin-top: 58px;
  margin-bottom: 19px;
}

.n-calc-wrapper.gg-ev .gg_pool {
  flex: 1;
}

.pl-gg_pool {
  padding-left: 70px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-row {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 19% 20% 25% 16% 13%;
}

.n-calc-wrapper.gg-ev .table-head {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.n-calc-wrapper.gg-ev .table-cell {
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
}
.n-calc-wrapper.gg-ev .table-cell-center {
  text-align: center;
  justify-content: center;
}

.n-calc-wrapper.gg-ev .table-cell {
  font-size: 1em;
}

.n-calc-wrapper.gg-ev .table-cell input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 7px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom {
  margin-bottom: 58px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem {
  display: grid;
  grid-template-columns: 50% 25% 25%;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem-title {
  font-size: 1.375em;
  font-weight: 700;
  grid-column: 1 / 3;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem .value,
.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem input {
  font-size: 1.375em;
  font-weight: 700;
  padding-left: 13px;
  padding-right: 13px;
}

.n-calc-wrapper.gg-ev input::-webkit-outer-spin-button,
.n-calc-wrapper.gg-ev input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.n-calc-wrapper.gg-ev input[type='number'] {
  -moz-appearance: textfield;
}

.n-calc-wrapper.gg-ev .table-cell.percent {
  display: flex;
  align-items: center;
}
.n-calc-wrapper.gg-ev .table-cell.percent input {
  margin-right: 0.2em;
  min-width: 40px;
}
.n-calc-wrapper.gg-ev .table-cell.percent label {
  margin-bottom: 0;
}

.gg-ev .n-calc__clear_btn {
  align-items: flex-start;
  display: inline-block;
}

.gg-ev .n-calc__clear_btn img {
  margin-right: 7px;
}
.gg-ev .actions {
  padding-bottom: 49px;
}

.gg-footer {
  margin: 0em -1.5em 0em;
}
.n-calc-footer.gg-footer {
  padding: 0;
}

.gg-footer .n-calc-res-element {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  flex: 1;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  padding-left: 24px;
  padding-right: 5px;
  color: #fff;
}

.gg-footer .n-calc-res-element .n-calc-res-element__title {
  color: #fff;
  font-size: 1.375em;
}

.gg-footer .n-calc-res-element .n-calc-res-element__subtitle {
  color: #929493;
}

.gg-footer .n-calc-res-element .pool-ev-block {
  margin-top: 40px;
  display: flex;
  gap: 2em;
}

.gg-footer .n-calc-res-element .profit-block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 4em;
}

.gg-footer .n-calc-res-element .value {
  font-size: 1.375em;
}

.gg-footer .n-calc-res-element .diff {
  color: #fff;
  font-size: 1em;
  line-height: 25px;
  max-width: 220px;
}

.gg-footer .n-calc-res-element .diff_elem {
  display: flex;
  /* flex-wrap: wrap; */
}

.gg-footer .n-calc-res-element .diff .red {
  color: #f00;
  font-weight: 700;
}

.gg-footer .n-calc-res-element .diff .green {
  color: #00cc21;
  font-weight: 700;
}

.gg-footer .splitter {
  width: 1px;
  background: #545454;
}

.gg-ev .n-calc-copy {
  padding: 0px;
}

@media (max-width: 1200px) {
  .gg-footer .n-calc-res-element__sum .value {
    min-width: 150px;
  }
  .gg-footer .splitter {
    margin: 25px;
    margin-right: 30px;
    width: 0;
  }
}

@media (max-width: 991px) {
  .n-calc-col__wrapper {
    display: block;
  }
  .pl-gg_pool {
    padding-left: 0px;
    margin-top: 34px;
  }

  .n-calc-wrapper.gg-ev .flex-wrap {
    flex-wrap: wrap;
  }

  .n-calc-wrapper.gg-ev .player-data-block {
    margin-top: 15px;
  }
  .n-calc-wrapper.gg-ev .n-calc-gg-table {
    margin-top: 38px;
  }
}

@media (max-width: 666px) {
  .n-calc-footer.gg-footer {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gg-footer .splitter {
    margin: 5px;
  }
}

/**************** comparison ******************/
.comparison {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3.3em;
  padding-top: 60px;
  padding-bottom: 80px;
}

.comparison .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: bold;
}

.comparison .comparison-real-data .crd-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.comparison .switcher {
  display: none;
  justify-content: center;
}

.switcher .radio_button {
  display: flex;
  margin-left: 30px;
  position: relative;
}

.switcher .radio_button input {
  position: absolute;
  left: -9999px;
}

.switcher .radio_button label {
  cursor: pointer;
  display: flex;
  font-size: 1em;
}

.switcher .radio_button label::before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 0.23em;
  margin-top: 6px;
}

.switcher .radio_button input:checked + label:before {
  border: none;
  background: #ff0000;
}

.switcher.switcher-userdata {
  position: absolute;
  top: 100%;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.switcher.switcher-userdata .radio_button {
  margin-left: 0px;
}

.comparison .comparison-real-data .crd-table {
  margin-bottom: 30px;
}
.comparison .comparison-real-data .crd-table-mobile {
  border-top: 1px solid #eeeeee;
  padding-bottom: 15px;
  display: none;
}

.comparison .comparison-real-data .crd-table .crd-header,
.comparison .comparison-real-data .crd-table .crd-row {
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 70px;
  align-items: center;
  padding-left: 24px;
  font-size: 1em;
  font-weight: 700;
}

.comparison .comparison-real-data .crd-table .crd-row {
  font-size: 1.375em;
  height: 104px;
  padding-bottom: 10px;
}
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.175em;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  align-content: center;
  font-weight: 700;
}

.comparison .comparison-real-data .crd-table .crd-row .crd-row__column,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .crd-row__column-mobile {
  position: relative;
}

.comparison .comparison-real-data .crd-table .crd-row .diff_percent {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  top: 35px;
  right: 0;
}
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  top: 22px;
  left: 0;
}

.comparison .comparison-real-data .crd-table .crd-row .diff_percent.green,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent.green {
  color: #01af79;
}
.comparison .comparison-real-data .crd-table .crd-row .diff_percent.red,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent.red {
  color: #ff0000;
}

.comparison .comparison-real-data .crd-footer {
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 24px;
  padding-right: 63px;
  height: 70px;
  align-items: center;
}

.comparison .comparison-real-data .crd-footer .since {
  align-items: end;
  line-height: 100%;
}

.comparison .comparison-real-data .crd-footer .question {
  margin-left: 7px;
}

.comparison .desc {
  padding-left: 24px;
  padding-right: 24px;
}

.comparison .desc ul {
  padding-left: 16px;
}
.comparison .desc li {
  padding-top: 8px;
}

.comparison .table {
  margin-top: 60px;
  border-bottom: 1px solid #e0e0e0;
  min-width: 900px;
}

.comparison .table .header {
  display: flex;
  align-items: stretch;
  background: #000;
  color: #fff;
}

.comparison .table .header .header__column {
  flex: 1;
  border-right: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 700;
  text-wrap: nowrap;
}
.comparison .table .header .header__column:first-child {
  justify-content: flex-start;
  padding-left: 25px;
}

.comparison .table .header .header__column:last-child {
  border-right: none;
}

.comparison .table .rows .row {
  display: flex;
  align-items: stretch;
  margin: 0;
  height: 114px;
}

.comparison .table .rows .row:nth-child(even) {
  background: rgba(1, 175, 121, 0.15);
}

.comparison .table .rows .row__column {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-wrap: nowrap;
}
.comparison .table .rows .row__column:last-child {
  border-right: none;
}

.comparison .table .rows .row__column_first {
  flex-direction: column;
  align-items: start;
  padding-left: 25px;
}
.comparison .table .rows .row__column_first div {
  text-align: start;
}
.comparison .formula_title {
  font-weight: bold;
  font-size: 1.375em;
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.comparison .question {
  min-width: 18px;
  width: 18px;
  height: 18px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5px;
  margin-left: 14px;
  position: relative;
  padding-left: 1px;
  padding-top: 1px;
}

.comparison .question.question_since {
  margin-left: 7px;
  top: 1px;
}
.comparison-tooltip-since.tooltip .tooltip-inner {
  max-width: 400px;
  font-size: 13px;
}

.comparison-tooltip.tooltip .tooltip-inner {
  max-width: 400px;
  font-size: 13px;
  background: #fff;
  color: #000;
  border-radius: 11px 11px 10px 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.comparison-tooltip.tooltip .tooltip-inner .title {
  font-size: 13px;
  font-weight: 700;
}

.comparison .graph-wrapper {
  margin-top: 70px;
}

.comparison .graph-wrapper .title {
  margin-bottom: 10px;
}
.comparison .graph-wrapper .subtitle {
  text-align: center;
}
.comparison .graph-wrapper .graph {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.comparison .graph-wrapper.graph2 .graph {
  padding-right: 18px;
  margin-top: 34px;
  margin-bottom: 28px;
}
.comparison .graph-wrapper .graph img {
  width: 100%;
}

.comparison .graph-wrapper .desc {
  padding-left: 140px;
  padding-right: 70px;
}

.comparison .graph-wrapper p {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .comparison .table {
    margin-top: 40px;
  }
  .comparison .table .rows .row {
    height: 90px;
  }

  .comparison .graph-wrapper {
    margin-top: 50px;
  }
  .comparison .graph-wrapper .graph {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .comparison .graph-wrapper .desc {
    padding-left: 12%;
    padding-right: 5%;
  }

  .comparison .table-wrap {
    overflow-x: auto;
  }

  .comparison .title {
    margin-bottom: 20px;
  }

  .comparison .comparison-real-data .crd-title {
    margin-bottom: 15px;
  }

  .comparison .comparison-real-data .crd-table .crd-row {
    font-size: 1em;
  }
  .comparison .comparison-real-data .crd-footer .since {
    align-items: center;
  }
  .comparison .comparison-real-data .crd-footer .since > span:first-child {
    width: 85px;
  }
  .comparison .comparison-real-data .crd-table .crd-header,
  .comparison .comparison-real-data .crd-table .crd-row,
  .comparison .comparison-real-data .crd-footer {
    padding-right: 24px;
  }

  .comparison .comparison-real-data .crd-footer {
    height: 50px;
    margin-bottom: 20px;
  }

  .comparison .comparison-real-data .crd-table {
    display: none;
  }
  .comparison .comparison-real-data .crd-table-mobile {
    display: block;
  }
}

/******************* real-data *********************/

.real-data {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3.3em;
  padding-top: 40px;
  /* overflow-x: auto; */
}

.real-data-title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .real-data-title {
    font-size: 24px;
  }
}

.real-data .calendar-icon {
  position: relative;
  top: -2px;
  left: -3px;
}

.real-data .array-down-icon {
  position: relative;
  top: -1px;
  left: 5px;
}

.real-data .top {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 35px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .real-data .top {
    width: 100vw;    
  }
}

.real-data .top .since {
  align-items: center;
  line-height: 100%;
}

.real-data .top .since .question {
  margin-left: 8px;
}

.real-data .switcher {
  display: flex;
}

.real-data .table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.real-data .table{
  min-width: 730px;
}

.real-data .table .header {
  border-top: 1px solid #eeeeee;
  display: flex;
  height: 57px;
  align-items: center;
  padding-left: 24px;
  font-size: 1em;
  font-weight: 700;
}

.real-data .table .col-stake {
  flex: 0 0 6%;
}
.real-data .table .col-tournaments {
  flex: 0 0 15%;
}
.real-data .table .col-evet {
  flex: 0 0 15%;
}
.real-data .table .col-evx50 {
  flex: 0 0 15%;
}
.real-data .table .col-evavg {
  flex: 0 0 15%;
}
.real-data .table .col-diff1 {
  flex: 0 0 12.5%;
}
.real-data .table .col-diff2 {
  flex: 0 0 12.5%;
}

@media (max-width: 767px) {
  .real-data .table .col-stake {
    flex: 0 0 50px;
    min-width: 50px;
    max-width: 50px;
  }
  .real-data .table .col-tournaments {
    flex: 0 0 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .real-data .table .col-evet {
    flex: 0 0 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .real-data .table .col-evx50 {
    flex: 0 0 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .real-data .table .col-evavg {
    flex: 0 0 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .real-data .table .col-diff1 {
    flex: 0 0 90px;
    min-width: 90px;
    max-width: 90px;
  }
  .real-data .table .col-diff2 {
    flex: 0 0 90px;
    min-width: 90px;
    max-width: 90px;
  }
  .real-data .table .header,
  .real-data .table .real-data-row {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.real-data .table .real-data-rows {
  border-top: 1px solid #eeeeee;
}

.real-data .table .real-data-row {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 1em;
  padding-left: 24px;
}
.real-data .table .real-data-row:hover {
  background-color: #b7d4e14d;
}

.real-data .top .date-selector {
  margin-right: 30px;
  position: relative;
}

.real-data .top .date-selector a {
  z-index: 1053;
  position: relative;
}
.real-data .top .date-selector a span {
  font-size: 14px;
}

.date-selector-box {
  position: absolute;
  display: flex;
  z-index: 1052;
  top: 5px;
  left: 0;
  width: 116px;
  background: #ffffff;
  border-radius: 5px;
  padding: 1.062em 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.date-selector-box__pools {
  width: 45%;
  position: relative;
  top: -1.1em;
  padding: 2em 0 0;
}

.date-selector-box__year {
  width: 55%;
  height: 100%;
  position: relative;
  top: -1.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3em;
  background: #f2f2f2;
  border-bottom-left-radius: 10px;
  padding: 2em 0.6em 0.3em;
}

.date-selector-box__year-element > input {
  position: absolute;
  left: -9999px;
}

.date-selector-box__year-element > input:checked + label {
  color: #000000;
}

.date-selector-box__year-element > label {
  font-size: 0.875em;
  color: #c4c4c4;
  transition: 150ms color ease-in-out;
}

.date-selector-box__year-element > label:hover {
  color: #ff0000;
  cursor: pointer;
}

.date-selector-box__pools-heading {
  padding: 2em 1em 0.5em;
}

.date-selector-box__pools-heading,
.date-selector-box__pools-element label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.date-selector-box__pools-heading span {
  font-weight: 500;
  margin-bottom: 0.4em;
}

.date-selector-box__pools-heading span,
.date-selector-box__pools-element label span {
  min-width: 4.7em;
  display: block;
}

.date-selector-box__pools-heading span:nth-child(odd),
.date-selector-box__pools-element label span:nth-child(odd) {
  padding: 0 0.8125em 0 0.8125em;
}

.date-selector-box__pools-element input {
  position: absolute;
  left: -9999px;
}

.date-selector-box__pools-element.active label {
  color: #000000;
}

.date-selector-box__pools-element label {
  font-size: 0.875em;
  color: #c4c4c4;
  margin-bottom: 1px;
  transition: 150ms ease-in-out color;
}

.date-selector-box__pools-element {
  transition: 150ms background ease-in;
}

.date-selector-box__pools-element:not(.active) label:hover {
  cursor: pointer;
  color: #000;
}

@media (max-width: 766px) {
  .switcher .radio_button {
    margin-left: 15px;
  }
  .switcher .radio_button label::before {
    margin-top: 6px;
  }

  .real-data-subtitle {
    margin-bottom: 12px;
  }
}

/* cpp - calculator pool profit v2 */

.cpp-wrapper {
  margin-bottom: 100px;
}
.cpp-header {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.cpp-header__title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cpp-header__title {
    font-size: 24px;
  }
}

.cpp-header__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cpp-header__subtitle {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cpp-header__subtitle .subtitle {
  font-size: 16px;
}

.cpp-header__subtitle .rate {
  font-size: 16px;
  color: #787878;
}
@media (max-width: 767px) {
  .cpp-header__subtitle .rate {
    display: none;
  }
}

.cpp-body {
  background: #f4f4f4;
  padding: 36px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
  .cpp-body {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .cpp-body {
    border-radius: 0;
  }
}

.cpp-body .cpp-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cpp-body .cpp-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cpp-body .cpp-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.profit-v2 .cpp-main {
  min-height: 375px;
  height: 375px;
}

@media (max-width: 991px) {
  .profit-v2 .cpp-main {
    min-height: auto;
    height: auto;
  }
}

.profit-v2 .col-player {
  width: 250px;
  margin-right: 80px;
}

.profit-v2 .col-multipliers {
  width: 235px;
  margin-right: 80px;
}

.profit-v2 .col-player .cpp-item-title {
  min-width: 95px;
}

@media (max-width: 767px) {
  .profit-v2 .col-multipliers .cpp-item-title {
    min-width: 95px;
  }
}

@media (max-width: 767px) {
  .cpp-item-title {
    min-width: 95px;
  }
}

.cpp-body .cpp-col__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 18px;
  height: 32px;
}

.cpp-item {
  display: grid;
  grid-template-columns: 8fr 13fr;
  gap: 20px;
  margin-bottom: 10px;
  align-items: baseline;
}

@media (max-width: 991px) {
  .profit-v2 .col-pool .cpp-item-title {
    min-width: 95px;
  }
}

.cpp-item select,
.cpp-item input {
  padding: 0 7px;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 135px;
  height: 26px;
}

.col-multipliers .cpp-item input {
  width: 75px;
}

.col-multipliers .cpp-item input {
  width: 75px;
}

@media (max-width: 991px) {
  .cpp-item .cpp-item-value {
    width: 135px;
  }
}

.cpp-item .cpp-item-value span {
  height: 26px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.cpp-main .cpp-item .cpp-item-value span.left {
  justify-content: start;
}

.cpp-result {
  background: #b7d4e14d;
  padding: 36px;
  display: flex;
  align-items: center;
  gap: 20px 70px;
}
@media (max-width: 991px) {
  .cpp-result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 20px;
  }
}

.formulas .cpp-result {
  padding: 0px;
  background: none;
}

.cpp-result-item__value {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cpp-result-item__value {
    font-size: 18px;
  }
}

.cpp-result-item__title {
  font-size: 14px;
  color: #686868;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cpp-result-item__title {
    font-size: 12px;
  }
}

.cpp-result-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cpp-result-table-row {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr 3fr 3fr;
  gap: 1px;
}

.cpp-result-table-row .cpp-result-table-cell {
  background: #b7d4e14d;
}
.cpp-result-table-header .cpp-result-table-cell {
  background: #a6bcd18c;
  height: 72px !important;
  font-size: 16px !important;
  text-align: center;
}

.cpp-result-table-header {
  font-weight: 700;
  font-size: 16px;
}

.cpp-result-table-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  height: 100px;
  font-size: 18px;
}

.cpp-result-table-cell.left {
  align-items: start;
  padding: 0 0 0 36px;
}

.cpp-result-formula-name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 18px;
}

.cpp-result-formula-desc {
  font-size: 16px;
  color: #686868;
}

.cpp-settings {
  margin-top: 40px;
  display: flex;
  gap: 30px 80px;
}
@media (max-width: 991px) {
  .cpp-settings {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.cpp-mults-table {
  width: 100%;
}

.cpp-mults-table-row {
  display: grid;
  grid-template-columns: 90px 90px 90px 90px 80px 50px;
  gap: 10px 15px;
  align-items: center;
}

.cpp-mults-table-header {
  margin-bottom: 15px;
  line-height: 1.8;
}

.cpp-mults-table .table-head {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: start;
  position: relative;
}

.cpp-mults-table .col-stack {
  text-align: end;
  justify-content: end;
}

.cpp-mults-table .col-mult {
  text-align: start;
  width: 70px;
}

.cpp-mults-table .table-cell {
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.cpp-mults-table .table-cell input {
  padding: 0 7px;
  border: none;
  outline: none;
  border-radius: 5px;
  height: 26px;
  text-align: start;
  width: 90px;
}

.cpp-mults-table .table-cell.col-mult input {
  width: 70px;
}

.cpp-mults-clear-btn {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  gap: 7px;
}

.cpp-mults-clear-btn:hover {
  color: #f00;
  text-decoration: none;
}

.cpp-mults-clear-btn:focus {
  color: #000;
  text-decoration: none;
}

.cpp-mults-clear-btn:active {
  color: #f00;
  text-decoration: none;
}

.cpp-mults-clear-btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7151%) hue-rotate(359deg) brightness(101%) contrast(101%);
}

.cpp-mults-clear-btn img {
  flex-shrink: 0;
}

.cpp-mults-clear-btn-mobile {
  display: none;
}

/* Кнопка clear desktop занимает две последние ячейки */
.cpp-mults-table-row > .table-cell-clear-desktop {
  grid-column: 5 / 7;
  justify-content: end;
}

/* Скрываем пустую ячейку перед кнопкой clear в десктопе */
.cpp-mults-table-row > .table-cell:nth-child(4):empty {
  display: none;
}

/* Скрываем ячейку с мобильной кнопкой только на десктопе */
@media (min-width: 768px) {
  .cpp-mults-table-row > .table-cell-clear-mobile {
    display: none;
  }
}

.cpp-mults-table .table-head .question {
  position: absolute;
  top: -2px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: black;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  right: 10px;
  cursor: default;
}

.comparison-tooltip {
  pointer-events: auto;
}

@media (max-width: 991px) {
  .formulas .cpp-settings .cpp-pool {
    width: 47%;
  }

  .formulas .cpp-main .cpp-item {
    display: flex;
    justify-content: space-between;
  }
}

.formulas .cpp-result .cpp-result-table.desktop {
  display: flex;
}

.formulas .cpp-result .cpp-result-table.mobile {
  display: none;
}

@media (max-width: 991px) {
  .formulas .cpp-result {
    grid-template-columns: 1fr;
  }

  .cpp-result-formula-desc {
    display: none;
  }

  .cpp-result-table-cell {
    padding: 0 3px;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 70px;
    font-size: 16px;
    text-align: center;
  }

  .cpp-result-table-header .cpp-result-table-cell {
    white-space: wrap;
    height: 50px;
    font-size: 16px;
    text-align: center;
    padding: 0 3px;
  }

  .cpp-result-table-cell.left {
    text-align: center;
    padding: 0 3px;
    align-items: center;
    white-space: nowrap;
  }

  .cpp-result-table-row,
  .cpp-result-table-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    gap: 1px !important;
  }
}

@media (max-width: 767px) {
  .formulas .cpp-settings .cpp-pool {
    width: 235px;
  }

  .formulas .cpp-main .cpp-col {
    width: 235px;
  }

  .cpp-mults-table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 5px 10px !important;
  }

  /* Скрываем 4-ю колонку (ttourneys) и 6-ю колонку (stack) */
  .cpp-mults-table-row > div:nth-child(4),
  .cpp-mults-table-row > div:nth-child(6),
  .cpp-mults-table-row .table-head:nth-child(4),
  .cpp-mults-table-row .table-head.col-stack,
  .cpp-mults-table-row .table-cell:nth-child(4),
  .cpp-mults-table-row .table-cell.col-stack {
    display: none;
  }

  /* Скрываем десктопную кнопку clear и показываем мобильную под колонкой mult% */
  .cpp-mults-clear-btn-desktop {
    display: none !important;
  }

  .cpp-mults-clear-btn-mobile {
    display: flex !important;
  }

  /* Показываем ячейку с мобильной кнопкой на мобильных устройствах */
  .cpp-mults-table-row > .table-cell-clear-mobile {
    display: flex !important;
  }

  /* Скрываем десктопную ячейку с кнопкой на мобильных */
  .cpp-mults-table-row > .table-cell-clear-desktop {
    display: none !important;
  }

  .cpp-mults-table .col-mult {
    width: auto;
  }

  .cpp-mults-table .table-cell input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cpp-mults-table .table-cell.col-mult input {
    width: 100%;
  }

  .formulas .cpp-result {
    grid-template-columns: 1fr;
  }

  .formulas .cpp-result .cpp-result-table.desktop {
    display: none;
  }

  .formulas .cpp-result .cpp-result-table.mobile {
    display: flex;
  }

  .cpp-result-table-row,
  .cpp-result-table-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
  }

  .cpp-result-table-cell {
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .cpp-result-table-header .cpp-result-table-cell {
    height: 50px;
    font-size: 14px;
    text-align: center;
    padding: 0 3px;
  }

  .cpp-result-table-cell {
    height: 70px;
    font-size: 14px;
    text-align: center;
    padding: 0 3px;
  }

  .cpp-result-table-cell.left {
    text-align: center;
    padding: 0 3px;
    align-items: center;
    white-space: nowrap;
  }

  .cpp-result-formula-desc {
    display: none;
  }

  .cpp-result-formula-name {
    font-size: 14px;
    margin-bottom: 0;
    white-space: wrap;
  }
}

.cpp-main.with-gap {
  gap: 50px;
}
@media (max-width: 767px) {
  .cpp-main.with-gap {
    gap: 18px;
  }
}

.cpp-col .checkbox-element label {
  position: relative;
  font-size: 16px;
  padding-left: 16px;
  transition: 150ms color ease-in-out;
  margin-bottom: 0;
  cursor: pointer;
  
}

.cpp-col .checkbox-element input[type='checkbox'] {
  position: relative;
  left: -99999px;
  width: 0px;
}

.cpp-col .checkbox-element input[type='checkbox'] + label:before {
  display: inline-block;
  position: absolute;
  left: 7px;
  top: -1px;
  content: '';
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  transform: translateY(4px) translateX(-0.7em);
  transition: 0.15s;
}

.cpp-col .checkbox-element input[type='checkbox']:checked + label:after {
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 0px;
  content: '';
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 5px;
  border-radius: 1px;
  transform: translateY(7px) translateX(-0.5em) rotate(-45deg);
}

.cpp-col .checkbox-element label:hover {
  color: #ff0000;
}

.cpp-col .checkbox-element label:hover::before {
  border-color: #ff0000 !important;
}

/* Мои игры — disabled во время загрузки: серый текст и галка, без hover */
.cpp-col .checkbox-element input[type='checkbox']:disabled + label {
  color: #999;
  cursor: default;
}
.cpp-col .checkbox-element input[type='checkbox']:disabled + label:hover {
  color: #999;
}
.cpp-col .checkbox-element input[type='checkbox']:disabled + label::before {
  border-color: #999;
}
.cpp-col .checkbox-element input[type='checkbox']:disabled + label:hover::before {
  border-color: #999 !important;
}
.cpp-col .checkbox-element input[type='checkbox']:disabled:checked + label::after {
  border-color: #999;
}

.cpp-item-value.flex{
  display: flex;
  gap: 16px;
}

.cpp-mygames {
  margin-bottom: 12px;
}

.cpp-mygames__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cpp-mygames__preloader {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-width: 2px;
}

.cpp-mygames .radio_button {
  display: flex;
}

.cpp-col .radio_button label {
  position: relative;
  font-size: 16px;
  padding-left: 5px;
  transition: 150ms color ease-in-out;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 24px;
}

.cpp-col .radio_button input[type='radio'] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(4px);
  display: grid;
  place-content: center;
  transition: 0.15s;
}

.cpp-col .radio_button input[type='radio']:focus {
  outline: none;
  outline-offset: 0;
}

.cpp-col .radio_button input[type='radio']::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}

.cpp-col .radio_button input[type='radio']:checked::before {
  transform: scale(1);
}

.cpp-col .radio_button label:hover {
  color: #ff0000;
}

.cpp-col .radio_button input[type='radio']:hover {
  border-color: #ff0000;
}

/* end cpp - calculator pool profit v2 */
