/* /dopredny-vykup-old, /koupis-prodas, /limitovane-nabidky */
.kpps-page .blocksWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .kpps-page .blocksWrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.kpps-page .buy__sell__block {
  border: 0;
  padding: 50px 20px !important;
}

@media (max-width: 850px) {
  .kpps-page .buy__sell__block {
    padding: 30px 20px !important;
  }
}

.kpps-page .buy__sell__block .stepWrapper {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .kpps-page .buy__sell__block .stepWrapper {
    justify-content: center;
  }
}

.kpps-page .buy__sell__block .stepWrapper .step {
  margin: 0 20px 0 0;
  padding-left: 5px;
  font-size: 30px;
  border-radius: 50% 50% 0 50%;
  background: #f3a000;
}

.kpps-page .buy__sell__block:not(.new__device) .stepWrapper .step {
  background: #5b57a2;
}

.kpps-page .buy__sell__block .v-theme--light.v-text-field--outlined > .v-input__control > .v-input__slot {
  background: #fff;
}

.kpps-page .buy__sell__block .v-theme--light.v-text-field--outlined legend {
  margin-left: 5px;
}

.kpps-page .buy__sell__block .v-theme--light.v-text-field--outlined .v-label--active {
  height: 30px;
  margin-top: -5px;
  padding: 5px 10px 0 10px;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .kpps-page .buy__sell__block .description {
    font-size: 18px;
  }
}

.kpps-page .buy__sell__block .img {
  mix-blend-mode: darken;
}

@media (max-width: 1200px) {
  .kpps-page .buy__sell__block .v-img {
    max-width: 100px;
    height: 100px;
  }
}

.kpps-page .subCart__insuranceBox {
  max-width: 1200px;
  margin: 50px auto 0;
  border: 0;
}

@media (max-width: 850px) {
  .kpps-page .subCart__insuranceBox {
    margin: 0;
    padding: 20px;
  }

  .kpps-page .subCart__insuranceBox .descTitle {
    top: 10px;
    left: 53px;
  }
}

@media (max-width: 500px) {
  .kpps-page .subCart__insuranceBox .v-radio-group .v-theme--light.v-label {
    font-size: 12.5px;
  }
}

.kpps-page .subCart__insuranceBox .v-radio-group .v-theme--light.v-label > div {
  display: contents;
}

@media (max-width: 500px) {
  .kpps-page .subCart__insuranceBox .v-radio-group .v-radio + .v-radio {
    margin-left: 5px;
  }
}

@media (min-width: 851px) {
  .kpps-page .subCart__radioGroup, .kpps-page .subCart__checkboxGroup {
    min-width: 430px;
  }
}

.kpps-page .subCart__checkboxGroup .v-input + .v-input {
  margin-top: 10px;
}

.kpps-page .subCart__checkboxGroup .desc {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .kpps-page .subCart__checkboxGroup .lightGreen {
    margin-left: auto;
  }
}

.kpps-page .vtfAlert--icon {
  max-width: 900px;
  margin: 50px auto;
  font-size: 20px;
}

.kpps-page .vtfAlert--icon .v-alert__content {
  align-items: center;
}

/* Green */
/* Blue */
/* Pink, violet, purple */
/* Red */
/* Orange and yellow */
.fub-page .mbtn--fub {
  display: flex;
  gap: 20px;
  min-height: 84px;
  padding: 15px 40px !important;
  border-radius: 50px 50px 0 50px !important;
  font-size: 27px !important;
  line-height: 1.2;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 850px) {
  .fub-page .mbtn--fub {
    gap: 10px;
    min-height: 60px;
    padding: 15px 25px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 500px) {
  .fub-page .mbtn--fub {
    font-size: 18px !important;
  }
}

.fub-page .mbtn--fub:hover {
  border-radius: 50px 50px 50px 0 !important;
}

.fub-page .mbtn--fub .icon {
  width: 40px;
  height: 40px;
  transition: 0.3s fill ease-in-out;
}

@media (max-width: 850px) {
  .fub-page .mbtn--fub .icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 500px) {
  .fub-page .mbtn--fub .icon {
    display: none;
  }
}

.fub-page .mbtn--fub-white {
  color: #2b3276;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.fub-page .mbtn--fub-white .icon {
  fill: #2b3276;
}

.fub-page .mbtn--fub-white:hover {
  color: #fff;
  background: #97bc43;
}

.fub-page .mbtn--fub-white:hover .icon {
  fill: #fff;
}

.fub-page .mbtn--fub-green {
  color: #fff !important;
  background: #97bc43 !important;
  border: 1px solid #97bc43 !important;
}

.fub-page .mbtn--fub-green .icon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  fill: #fff;
}

.fub-page .mbtn--fub-green:hover {
  color: #97bc43 !important;
  background: #fff !important;
}

.fub-page .mbtn--fub-green:hover .icon {
  fill: #97bc43;
}

.fub-page .mbtn--fub-black {
  color: #fff !important;
  background: #000 !important;
}

.fub-page .mbtn--fub-black .icon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  fill: #fff;
}

.fub-page .mbtn--fub-black:hover {
  color: #fff !important;
  background: #97bc43 !important;
}

.fub-page .product-preview-filter-codes .buy__sell__block {
  padding: 50px 20px 20px !important;
}

.fub-page .product-preview-filter-codes .stepWrapper {
  justify-content: center;
  padding: 0;
}

.fub-page .product-preview-filter-codes .stepWrapper .step {
  background: #97bc43 !important;
}

.fub-page .product-preview-filter-codes .v-progress-circular {
  display: flex;
  margin: 50px auto;
}

.fub-page .blocksWrapper {
  gap: 50px;
}

@media (min-width: 651px) {
  .fub-page .blocksWrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.fub-page .buy__sell__block {
  border: 0;
  padding: 0 !important;
}

.fub__subtitle {
  font-size: 40px;
}

@media (max-width: 600px) {
  .fub__subtitle {
    font-size: 32px;
  }
}

.fub__header {
  position: relative;
}

.fub__header .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1100px;
  height: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 851px) and (max-width: 1200px) {
  .fub__header .content {
    max-width: 800px;
  }
}

@media (max-width: 850px) {
  .fub__header .content {
    max-width: 550px;
    height: 400px;
  }
}

@media (max-width: 500px) {
  .fub__header .content {
    max-width: 380px;
    height: auto;
    padding-block: 1.25rem;
  }
}

.fub__header .headline {
  font-family: "Sora", sans-serif;
  font-size: 70px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

@media (min-width: 851px) and (max-width: 1200px) {
  .fub__header .headline {
    font-size: 56px;
  }
}

@media (min-width: 501px) and (max-width: 850px) {
  .fub__header .headline {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  .fub__header .headline {
    font-size: 22px;
  }
}

.fub__header .icon--arrow {
  width: 40px;
  height: 40px;
  margin: 20px 0 30px;
  filter: drop-shadow(0 0 10px #000);
}

@media (max-width: 500px) {
  .fub__header .icon--arrow {
    width: 30px;
    height: 30px;
    margin: 12px 0 20px;
  }
}

.fub__category {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  gap: 10px;
}

.fub__category + .fub__category {
  margin-top: 10px;
}

@media (min-width: 851px) {
  .fub__category {
    margin: 0 auto;
  }

  .fub__category:not(.fub__category--fullWidth) {
    max-width: 880px;
  }
}

@media (max-width: 850px) {
  .fub__category {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.fub__category .v-checkbox {
  grid-template-rows: 1fr auto;
}

.fub__category .v-checkbox .v-selection-control {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #e8e9eb;
  background-color: #f5f6f7;
  transition: 0.25s all ease-in-out;
}

.fub__category .v-checkbox .v-selection-control:hover {
  border: 1px solid #c7cacf;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fub__category .v-checkbox .v-selection-control__wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  order: 2;
}

.fub__category .v-checkbox .v-selection-control--dirty {
  background-color: rgba(151, 188, 67, 0.1);
  border: 1px solid #97bc43;
}

.fub__category .v-checkbox .v-label {
  width: 100%;
  padding: 17px 60px 18px 20px;
}

.fub__subcategory {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 15px auto 30px;
}

@media (min-width: 501px) {
  .fub__subcategory {
    justify-content: center;
  }
}

@media (min-width: 501px) {
  .fub__subcategory .v-input {
    flex: unset;
  }
}

@media (max-width: 500px) {
  .fub__subcategory .v-input {
    flex: 1 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}

