.p-staff-cassette__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 76px;
  height: 76px;
}

.p-step3-staff__image {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-button {
  text-decoration: none;
}

.p-footer-inner__icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-header__icon {
  width: 44px;
  height: 44px;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.help-block {
  margin-bottom: 8px;
  color: #dd3518;
}

.p-review-cassette-staff__avator .staff__image {
  width: 40px;
  height: 40px;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-salon-card__image-link {
  width: 31px;
}

@media screen and (min-width: 768px) {
  .p-staff-cassette__image {
    width: 120px;
    height: 120px;
  }

  .p-top-header__icon {
    width: 80px;
    height: 80px;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  border: 1px solid var(--base-border-color);
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-bottom: 1px solid var(--base-border-color);
  cursor: default;
  font-weight: bold;
}

.pagination > li > a.c-text-link {
  &:hover,
  &:focus {
    border-bottom: 1px solid var(--base-border-color);
  }
}
