.new-more__hits {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -2%;
}
li.hit {
  width: 33%;
  margin-top: 15px;
  margin-bottom: 1%;
  padding-right: 1%;
  min-width: 384px;
}
.hit__card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}
.hit__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hit__name {
  margin: 0;
}

.hit__name a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 24px;
}
.hit__gift {
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #444444;
  background-image: url(/local/templates/main/./images/general/icons/fire.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48%;
  overflow: hidden;
  cursor: default;
}
.uk-button {
}
.button-gift {
}
.hit__info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.hit__count {
  width: auto;
}
.hit__headline {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 14px;
  color: #7e7e7e;
}
.hit__price {
  padding: 0 0 0.3em 0;
  font-weight: bold;
  font-size: 25px;
  color: #000;
}
.uk-margin-small-bottom {
}
.hit__credit {
  font-size: 20px;
  margin-bottom: 15px;
}
.hit__picture {
  flex: 1;
  min-width: 1px;
  padding-left: 1em;
  text-align: right;
}

.hit__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.card__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button__credit {
  margin-right: 10px;
}

.btn.btn-primary.btn-credit {
  line-height: 44px;
  white-space: nowrap;
  padding: 0 20px;
}
.button__more {
}
.btn.btn-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 17px;
  border-radius: 100px;
  line-height: 44px;
}
.more__card {
  text-align: center;
  margin: 40px 0 0 0;
}

.btn.load__more {
  height: auto;
  text-transform: initial;
  font-weight: bold;
  line-height: 48px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #cacaca;
  color: #444;
  font-weight: 550;
  padding: 0 30px;
}

.btn.load__more::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-left: 18px;
  vertical-align: -4px;
  background: url(/local/templates/main/images/general/icons/load_color.svg) no-repeat center / contain;
}

.btn.load__more:hover {
  color: #fc8507;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

@media (max-width: 1210px) {
  .new-more__hits {
    justify-content: space-evenly;
  }
  li.hit {
    width: 40%;
  }
}

@media (max-width: 835px) {
  li.hit {
    width: 66%;
  }
}

@media (max-width: 640px) {
  li.hit {
    width: 100%;
    padding-right: 0;
  }
  .new-more__hits {
    margin-right: 0;
  }
}
