/* Bonus k výkupní ceně -> /bonus-k-vykupni-cene, mpstore.ro/cumperi-vinzi-platesti-diferenta */
.buySell .lp__divider {
  height: 3px;
}

.buySell__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .buySell__header {
    justify-items: flex-end;
  }
}

.buySell__header img {
  position: absolute;
  top: 50%;
  right: calc((100% - 4px) / 2);
  transform: translateY(calc(-50% + 20px));
  z-index: -1;
}

@media (max-width: 600px) {
  .buySell__header img {
    right: calc((100% + 10px) / 2);
  }
}

.buySell__header .bonus {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .buySell__header .bonus {
    position: absolute;
    top: -10px;
    transform: scale(0.5);
  }
}

.buySell__header .bonus .drop--green {
  align-content: center;
  flex-wrap: wrap;
  gap: 0 5px;
  width: 164px;
  height: 164px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #97bc43;
  z-index: 1;
}

.buySell__header .bonus .drop--green span:first-of-type {
  font-size: 24px;
}

.buySell__header .bonus .drop--green span:nth-of-type(2) {
  align-self: flex-end;
  padding-bottom: 1px;
  font-size: 22px;
}

.buySell__header .bonus .drop--green span:last-of-type {
  font-size: 29px;
}

.buySell__header .bonus .drop--orange {
  position: relative;
  bottom: 20px;
  left: -65px;
  width: 84px;
  height: 84px;
  border-radius: 50% 50% 0 50%;
  background: #f3a000;
}

.buySell__header .desc {
  max-width: 660px;
  padding: 0 100px 0 0;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 1200px) {
  .buySell__header .desc {
    max-width: 500px;
    padding: 0;
  }
}

@media (max-width: 850px) {
  .buySell__header .desc {
    max-width: 270px;
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .buySell__header .desc {
    margin-top: 50px;
    font-size: 16px;
    text-align: right;
  }
}

.buySell__header .desc .bold {
  font-size: 35px;
}

@media (max-width: 850px) {
  .buySell__header .desc .bold {
    font-size: 24px;
  }
}

.buySell__header .dropsLogo {
  position: absolute;
  top: -6px;
  right: 10px;
  transform: scale(0.85);
}

@media (max-width: 850px) {
  .buySell__header .dropsLogo {
    top: -22px;
    right: -32px;
    transform: scale(0.5);
  }
}

.buySell__table--header {
  padding: 3px 0;
  margin: 5px 0;
  border-bottom: 1px solid #9da0a4;
}

.buySell__table--header table {
  align-items: flex-end;
}

@media (max-width: 850px) {
  .buySell__table--header table tr:last-child {
    display: none;
  }
}

.buySell__table {
  columns: 2;
  column-gap: 80px;
}

@media (max-width: 850px) {
  .buySell__table {
    columns: 1;
  }
}

.buySell__table table {
  display: grid;
  grid-template-columns: 1fr 180px;
}

@media (max-width: 1000px) {
  .buySell__table table {
    grid-template-columns: 1fr 90px;
  }
}

.buySell__table table tbody, .buySell__table table tr {
  display: contents;
}

.buySell__table table td {
  width: unset !important;
}

.buySell__table table td:nth-child(2n + 2) {
  text-align: right;
}

.buySell__partners img, .buySell__utilize img {
  min-width: unset;
}

.buySell__partners .headline, .buySell__utilize .headline {
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .buySell__partners .headline, .buySell__utilize .headline {
    font-size: 38px;
  }
}

.buySell__partners {
  margin-bottom: 80px;
}

.buySell__partners .headline {
  margin-top: 100px;
}

.buySell__partners .grid {
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  gap: 70px;
  margin: 50px auto 0;
  padding: 0 20px;
}

@media (max-width: 1600px) {
  .buySell__partners .grid {
    gap: 40px;
  }
}

.buySell__utilize {
  padding: 0 20px;
}

.buySell__utilize .headline {
  padding-top: 60px;
}

.buySell__utilize .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  align-items: flex-end;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 0;
}

@media (max-width: 850px) {
  .buySell__utilize .grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
}

.buySell__utilize .gridItem {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.buySell__utilize .gridItem .desc {
  font-size: 22px;
  margin-top: 25px;
}
