/* /honor-200 */
.h200 .samsungNews__articles {
  max-width: 1500px;
  margin: 40px auto;
}

@media (min-width: 1400px) {
  .h200 .samsungNews__article {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .h200 .samsungNews__article img {
    grid-row: span 3;
  }

  .h200 .samsungNews__article .headline {
    padding: 0 20px 10px;
  }
}

.h200 .btn {
  display: inline-flex;
  align-self: flex-end;
  max-width: max-content;
  margin: 20px auto 0;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  transition: 0.25s all ease-in-out;
}

.h200 .btn:hover {
  color: #000;
  background: #fff;
}

.h200__header {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-content: center;
  min-height: 500px;
  padding: 25px;
  background: url("https://www.mp.cz/media/photos/2024/06/11/174321-phones-honor-200-mp-cz.jpg") no-repeat calc((100% - 470px) / 2) center;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .h200__header {
    background: url("https://www.mp.cz/media/photos/2024/06/11/174321-phones-honor-200-mp-cz.jpg") no-repeat calc((100% - 150px) / 2) center;
  }
}

@media (min-width: 851px) and (max-width: 1200px) {
  .h200__header {
    background: url("https://www.mp.cz/media/photos/2024/06/11/174321-phones-honor-200-mp-cz.jpg") no-repeat calc((100% - 150px) / 2) calc(50% - 20px);
    background-size: 80%;
  }
}

@media (max-width: 850px) {
  .h200__header {
    grid-template-columns: 1fr 1fr;
    padding: 70px 20px;
    background: url("https://www.mp.cz/media/photos/2024/06/11/174321-phones-honor-200-mp-cz.jpg") no-repeat calc((100% - 150px) / 2) calc(50% - 20px);
    background-size: 150%;
  }
}

@media (max-width: 650px) {
  .h200__header {
    grid-template-columns: 1fr;
    padding: 0 0 70px;
    background: url("https://www.mp.cz/media/photos/2024/06/11/174321-phones-honor-200-mp-cz.jpg") no-repeat calc(50% + 30px) 54px;
    background-size: 480px;
  }
}

@media (max-width: 850px) {
  .h200__header .drops {
    display: flex;
    align-self: flex-end;
    justify-self: center;
  }
}

.h200__header .drop {
  width: 130px;
  height: 130px;
  border: 3px solid #fff;
}

@media (max-width: 850px) {
  .h200__header .drop {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    font-size: 14px;
  }
}

.h200__header .drop .icon {
  width: 30px;
  height: 30px;
  margin: 0 0 8px;
}

@media (max-width: 850px) {
  .h200__header .drop .icon {
    width: 20px;
    height: 20px;
  }
}

.h200__header .drop.drop--green {
  margin: 0 0 0 34px;
  border-radius: 50% 0 50% 50%;
}

@media (max-width: 850px) {
  .h200__header .drop.drop--green {
    margin: -10px 0 0;
    border-radius: 0 50% 50% 50%;
  }
}

.h200__header .drop.drop--violet {
  margin: -20px 0 -18px;
  border-radius: 0 50% 50% 50%;
}

@media (max-width: 850px) {
  .h200__header .drop.drop--violet {
    margin: 0 -10px;
    border-radius: 50% 50% 50% 0;
  }
}

.h200__header .drop.drop--orange {
  margin: 0 0 0 40px;
  border-radius: 50% 50% 0 50%;
}

@media (min-width: 851px) {
  .h200__header .drop.drop--orange {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  .h200__header .drop.drop--orange {
    margin: -10px 0 0;
    border-radius: 50% 0 50% 50%;
  }
}

.h200__header .dropsLogo {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.6);
}

@media (max-width: 850px) {
  .h200__header .dropsLogo {
    top: -14px;
    left: 50%;
    right: unset;
    transform: translateX(-50%) scale(0.35);
  }
}

@media (max-width: 650px) {
  .h200__header .dropsLogo {
    display: none;
  }
}

.h200__header .img--magic {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 850px) {
  .h200__header .img--magic {
    max-width: 80px;
    bottom: 25px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}

@media (min-width: 651px) and (max-width: 850px) {
  .h200__placeholder {
    display: none;
  }
}

@media (max-width: 650px) {
  .h200__placeholder {
    height: 200px;
  }
}

.h200__claim {
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1501px) {
  .h200__claim {
    margin: 0 100px 0 0;
  }
}

.h200__claim > img {
  margin: 0 auto;
}

@media (min-width: 381px) and (max-width: 1400px) {
  .h200__claim > img {
    max-width: 300px;
  }
}

@media (max-width: 650px) {
  .h200__claim > img {
    margin: -170px auto 200px;
  }
}

@media (max-width: 380px) {
  .h200__claim > img {
    padding: 0 20px;
  }
}

.h200__claim .desc {
  display: grid;
  grid-template-columns: auto 1px auto 1px auto;
  align-items: center;
  gap: 15px;
  margin: 35px 0 50px;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1400px) {
  .h200__claim .desc {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1px auto 1px auto;
    gap: 10px;
    margin: 30px 0 30px;
    font-size: 14px;
  }
}

.h200__claim .divider {
  height: calc(100% - 8px);
  background: #000;
}

@media (max-width: 1400px) {
  .h200__claim .divider {
    width: 40px;
    height: 1px;
    margin: 0 auto;
  }
}

.h200__claim span {
  font-size: 13px;
}

@media (max-width: 1400px) {
  .h200__claim span {
    font-size: 12px;
  }
}

.h200__claim .gifts {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 25px;
}

@media (max-width: 850px) {
  .h200__claim .gifts {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 1400px) {
  .h200__claim .gifts img {
    height: 80px;
  }
}

@media (max-width: 850px) {
  .h200__claim .gifts img:first-child {
    margin-left: auto;
  }
}
