.best-domain-block {
  margin-bottom: 64px;
}

.best-domain-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.best-domain-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-domain-block__left {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: #6b6c6f;
}

.best-domain-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-domain-block__right div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;
  /* identical to box height, or 200% */
  text-align: right;
  text-transform: uppercase;
  color: #9ea0a5;
}

.best-domain-block__right div:not(:last-child) {
  margin-right: calc(64px + 16px);
}

.best-domain-block__item:not(:last-child) {
  margin-bottom: 16px;
}

.best-domain-block__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 16px;
  border: 1px solid rgba(137, 144, 165, 0.25);
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-domain-block__item a:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  border: 1px solid #0d66d0;
  -webkit-box-shadow: 0 4px 4px rgba(22, 101, 216, 0.15);
          box-shadow: 0 4px 4px rgba(22, 101, 216, 0.15);
}

.best-domain-block__domain {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #323232;
}

.best-domain-block__prices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-domain-block__price {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;
  text-align: right;
  color: #323232;
}

.best-domain-block__price:not(:last-child) {
  margin-right: 64px;
}

@media (max-width: 991px) {
  .best-domain-block__right div:not(:last-child) {
    margin-right: calc(16px + 16px);
  }

  .best-domain-block__price:not(:last-child) {
    margin-right: 16px;
  }
}