.beauty-pros-details-breadcrumbs {
  padding: 1.5em 0 0;
}

.beauty-pros-details-body {
  padding: 0 0 2.9375em;
}
.beauty-pros-details-body__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0 0;
}
@media (max-width: 767px) {
  .beauty-pros-details-body__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.beauty-pros-details-body__title {
  color: #373A3F;
  font-weight: 700;
}
.beauty-pros-details-body__category {
  font-size: 1.125em;
  color: #555960;
}
.beauty-pros-details-body__rating {
  font-size: 1.1667em;
  gap: 0.1072em;
  margin: 0.6429em 0 0;
}
.beauty-pros-details-body__buttons {
  display: flex;
  gap: 0 0.875em;
  padding: 0 0.4063em;
  margin: -1.3125em 0 0;
}
@media (max-width: 767px) {
  .beauty-pros-details-body__buttons {
    margin: 0.5em 0 0;
    align-self: flex-end;
  }
}
.beauty-pros-details-body__button {
  width: 3em;
  height: 3em;
}
.beauty-pros-details-body__gallery {
  display: flex;
  gap: 1.5em;
  padding: 1.8125em 0 0;
}
@media (max-width: 767px) {
  .beauty-pros-details-body__gallery {
    flex-direction: column;
  }
}
@media (max-height: 450px) and (orientation: landscape) {
  .beauty-pros-details-body__gallery {
    flex-direction: row;
  }
}
.beauty-pros-details-body__gallery-col {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.beauty-pros-details-body__gallery-col:first-child {
  flex: 0 0 calc(50% - 1em);
}
.beauty-pros-details-body__gallery_with-5-items .beauty-pros-details-body__gallery-col:first-child {
  flex: 0 0 40.4326%;
}
.beauty-pros-details-body__gallery-col:first-child .beauty-pros-details-body__gallery-item::before {
  padding-bottom: 51.0204%;
}
.beauty-pros-details-body__gallery_with-5-items .beauty-pros-details-body__gallery-col:first-child .beauty-pros-details-body__gallery-item::before {
  padding-bottom: 61.73%;
}
.beauty-pros-details-body__gallery-col:nth-child(2) {
  flex: 0 0 calc(25% - 1em);
}
.beauty-pros-details-body__gallery_with-5-items .beauty-pros-details-body__gallery-col:nth-child(2) {
  flex: 0 0 23.4609%;
}
.beauty-pros-details-body__gallery-col:nth-child(2) .beauty-pros-details-body__gallery-item::before {
  padding-bottom: 106.38%;
}
.beauty-pros-details-body__gallery-col:nth-child(3) {
  flex: 1;
}
.beauty-pros-details-body__gallery-col:nth-child(3) .beauty-pros-details-body__gallery-item {
  flex: 0 0 calc(50% - 0.75em);
}
.beauty-pros-details-body__gallery-col:nth-child(3) .beauty-pros-details-body__gallery-item::before {
  padding-bottom: 75.5556%;
}
.beauty-pros-details-body__gallery-col:nth-child(3) .beauty-pros-details-body__gallery-item:first-child {
  flex: 0 0 100%;
}
.beauty-pros-details-body__gallery-col:nth-child(3) .beauty-pros-details-body__gallery-item:first-child::before {
  padding-bottom: 36.4583%;
}
.beauty-pros-details-body__gallery-col:nth-child(2) .beauty-pros-details-body__gallery_with-5-items .beauty-pros-details-body__gallery-item::before, .beauty-pros-details-body__gallery-col:nth-child(3) .beauty-pros-details-body__gallery_with-5-items .beauty-pros-details-body__gallery-item::before {
  padding-bottom: 106.38%;
}
.beauty-pros-details-body__gallery-item {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  flex: 0 0 100%;
}
.beauty-pros-details-body__gallery-item::before {
  content: "";
  display: block;
}
.beauty-pros-details-body__gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.beauty-pros-details-body__info {
  padding: 2.4375em 0 0;
  display: flex;
  gap: 1.5em;
}
@media (max-width: 767px) {
  .beauty-pros-details-body__info {
    flex-direction: column;
  }
}
.beauty-pros-details-body__info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.beauty-pros-details-body__info-section_map {
  margin: 0.5em 0 0;
}
.beauty-pros-details-body__info-title {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5556;
  color: #191A1D;
}
.beauty-pros-details-body__info-description, .beauty-pros-details-body__info-list {
  font-size: 1.125em;
  color: #373A3F;
  margin: 0.4444em 0 0;
}
.beauty-pros-details-body__info-list {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}
.beauty-pros-details-body__info-address-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #555960;
  margin: 0.875em 0 0;
}
.beauty-pros-details-body__info-address {
  font-size: 1.125em;
  line-height: 1.6667;
  font-style: normal;
}
.beauty-pros-details-body__info-address-btn {
  width: 1.5em;
  height: 1.5em;
}
.beauty-pros-details-body__info-address-btn-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: color 0.25s;
  cursor: pointer;
}
.beauty-pros-details-body__info-address-btn:hover .beauty-pros-details-body__info-address-btn-icon {
  color: #BA874C;
}
.beauty-pros-details-body__info-map {
  border-radius: 0.75em;
  overflow: hidden;
  width: 100%;
  height: 14em;
  margin: 1em 0 0;
}
.beauty-pros-details-body__info-items {
  margin: 0.5em 0 0;
}
.beauty-pros-details-body__info-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 0.875em 0;
  color: #555960;
  border-bottom: 1px solid #F2EDE0;
  transition: color 0.25s;
}
.beauty-pros-details-body__info-item_url:hover {
  color: #BA874C;
}
.beauty-pros-details-body__info-item-icon {
  display: block;
  width: 1.5em;
  height: 1.5625em;
  object-fit: contain;
  object-position: center;
}
.beauty-pros-details-body__info-item-text {
  font-size: 1.125em;
  line-height: 1.6667;
}
.beauty-pros-details-body__info-item-socials {
  margin: 0 1.125em 0 auto;
  display: flex;
  gap: 0.5em;
}
.beauty-pros-details-body__info-item-social {
  width: 2em;
  height: 2em;
  display: flex;
  background-color: #F2EDE0;
  color: #DAA464;
  border-radius: 0.5em;
  transition: color 0.25s, background-color 0.25s;
}
.beauty-pros-details-body__info-item-social:hover {
  color: #191A1D;
  background-color: #EFB666;
}
.beauty-pros-details-body__info-item-social-icon {
  margin: auto;
  display: block;
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  object-position: center;
}
.beauty-pros-details-body__info-suggest-btn {
  align-self: flex-end;
  margin: 1em 0 0;
}

.beauty-pros-suggestions {
  padding: 0 0 4.3125em;
}
.beauty-pros-suggestions__header {
  padding: 1.875em 0 0;
  border-top: 2px solid #004D47;
}
.beauty-pros-suggestions__slides {
  margin: 1.5em 0 0;
}
