/* /koupis-prodas, /dopredny-vykup-old */
.fub__header--bsi {
  background: #f5f6f7;
}

.fub__header--bsi .dropsLogo {
  position: absolute;
  margin: 0;
  transform: translate(40px, 40px) scale(0.9);
}

@media (max-width: 1300px) {
  .fub__header--bsi .dropsLogo {
    left: 50%;
    transform: translate(-50%, -40px) scale(0.9);
  }
}

@media (max-width: 850px) {
  .fub__header--bsi .dropsLogo {
    transform: translate(-50%, -50px) scale(0.5);
  }
}

@media (max-width: 850px) {
  .fub__header--bsi .content {
    height: unset;
    padding: 40px 20px 30px;
  }
}

.fub__header--bsi .headline--bsi {
  font-size: 86px;
}

@media (max-width: 1300px) {
  .fub__header--bsi .headline--bsi {
    font-size: 58px;
  }
}

@media (max-width: 850px) {
  .fub__header--bsi .headline--bsi {
    font-size: 40px;
  }
}

.fub__header--bsi .gradient {
  margin: 20px 0 0;
  padding: 5px 30px;
  border-radius: 20px;
  font-size: 55px;
  background: linear-gradient(225deg, #fcff00 0%, #fcff00 13%, #ffcf00 84%, #ffcf00 100%);
}

@media (max-width: 1300px) {
  .fub__header--bsi .gradient {
    font-size: 36px;
  }
}

@media (max-width: 850px) {
  .fub__header--bsi .gradient {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.fub__header--bsi .iconWrapper {
  margin: 20px 0 15px;
}

@media (max-width: 1300px) {
  .fub__header--bsi .iconWrapper {
    max-width: 30px;
    margin: 10px 0 10px;
  }
}

.fub__hiw {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1390px;
  margin: 0 auto 30px;
  padding: 50px 0;
}

@media (min-width: 601px) and (max-width: 1050px) {
  .fub__hiw {
    max-width: 580px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fub__hiw {
    grid-template-columns: 1fr;
    margin: 0 auto 25px;
    padding: 25px 0;
  }
}

.fub__hiw .fub__subtitle {
  margin: 0 0 20px;
}

@media (min-width: 1051px) {
  .fub__hiw .fub__subtitle {
    grid-column: span 4;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  .fub__hiw .fub__subtitle {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .fub__hiw .fub__subtitle {
    margin: 5px 0 0;
  }
}

.fub__hiw .gridItem {
  display: grid;
  align-content: flex-start;
  justify-items: center;
  gap: 20px;
}

@media (max-width: 600px) {
  .fub__hiw .gridItem {
    grid-template-columns: 70px 1fr;
    justify-items: flex-start;
  }
}

.fub__hiw .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 600px) {
  .fub__hiw .iconWrapper {
    width: 70px;
    height: 70px;
  }
}

.fub__hiw .icon {
  height: 80px;
  width: 80px;
}

@media (max-width: 600px) {
  .fub__hiw .icon {
    width: 34px;
    height: 34px;
  }
}

.fub__hiw .icon--bsi {
  height: 60px;
  width: 60px;
}

@media (max-width: 600px) {
  .fub__hiw .icon--bsi {
    width: 30px;
    height: 30px;
  }
}

.fub__hiw .iconShiny {
  position: relative;
}

.fub__hiw .icon--shiny {
  position: absolute;
  top: -15px;
  left: -7px;
  width: 30px;
  height: 30px;
}

@media (max-width: 850px) {
  .fub__hiw .icon--shiny {
    top: -10px;
    left: -5px;
    width: 20px;
    height: 20px;
  }
}

.fub__hiw .step {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50% 0 50% 50%;
  font-size: 18px;
  background: #000;
}

@media (max-width: 600px) {
  .fub__hiw .step {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

.fub__hiw .desc {
  font-size: 24px;
}

@media (min-width: 601px) {
  .fub__hiw .desc {
    text-align: center;
  }
}

@media (min-width: 601px) and (max-width: 1250px) {
  .fub__hiw .desc {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .fub__hiw .desc {
    font-size: 18px;
  }
}

@media (min-width: 1051px) {
  .fub__hiw a {
    grid-column: span 4;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  .fub__hiw a {
    grid-column: span 2;
  }
}

.fub__types .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: flex-end;
  max-width: 1472px;
  margin: 55px auto;
}

@media (max-width: 1210px) {
  .fub__types .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    max-width: 850px;
  }
}

@media (max-width: 700px) {
  .fub__types .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .fub__types .wrapper {
    gap: 10px;
  }
}

