/* line 1, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button.normal {
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  /* line 12, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button.normal .respect-button-icon {
    width: 50px;
    height: 50px;
  }
  /* line 17, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button.normal .respect-button-visible-text {
    padding-left: 21px;
    font-weight: bold;
  }
}

/* line 25, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect-button.small .respect-button-icon {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  /* line 31, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button.small .respect-button-visible-text {
    font-weight: normal;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  /* line 38, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button.small .respect-button-icon {
    width: 40px;
    height: 40px;
  }
}

/* line 46, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect-button-icon {
  width: 40px;
  height: 40px;
  background: url(/assets/user/respect-1aa9fbe660bb82eb024e864ae9a1cd7f0dfaa59725cbe00664cdb1e851a970bd.svg);
  background-size: cover;
  flex-shrink: 0;
}

/* line 54, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect-button-visible-text {
  padding-left: 11px;
  font-size: 16px;
  color: black;
  line-height: 16px;
}

/* line 61, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect-button-tooltip {
  padding: 10px;
  left: auto;
  font-size: 14px;
  padding: 10px 14px;
}

@media (min-width: 991px) {
  /* line 70, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect.many-likes .respect-button-visible-text {
    display: none;
  }
}

@media (max-width: 992px) {
  /* line 77, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
  .respect-button-tooltip {
    display: none;
  }
}

/* line 83, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect:not(.no-likes) .respect-button.normal {
  display: none;
}

/* line 88, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect.few-likes .respect-button-tooltip {
  display: none;
}

/* line 92, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect:not(.respected) .respected-text {
  display: none;
}

/* line 97, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect.respected .respect-button-icon {
  background-image: url(/assets/user/respected-f0a5c75f4cd5eb0bfc81b69fdc4b23003316bc2ce90dee4221f25ba95fd51138.svg);
}

/* line 101, app/assets/stylesheets/pages/user-barmen/respect-button.scss */
.respect.respected .respect-text {
  display: none;
}
/* line 2, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect {
  flex-basis: auto !important;
}

/* line 5, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .value {
  display: flex;
}

/* line 9, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .users {
  margin-right: 10px;
  display: flex;
}

@media (max-width: 991px) {
  /* line 9, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .users {
    margin-right: 20px;
  }
}

/* line 18, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .user {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 25, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .user + .user {
    margin-left: -10px;
  }
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .user + .user {
    margin-left: -20px;
  }
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .user {
    width: 40px;
    height: 40px;
  }
}

/* line 40, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .user img {
  width: 100%;
  height: 100%;
  background: #333;
}

/* line 47, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .more {
  background: #eb108e;
  font-size: 13px;
  color: white;
  line-height: 32px;
  text-align: center;
  overflow: visible;
}

@media (max-width: 991px) {
  /* line 47, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .more {
    line-height: 42px;
  }
}

/* line 59, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .more .list {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  left: auto;
}

/* line 66, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .more .list .line {
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 59, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .more .list {
    position: absolute;
    right: auto;
    left: -11px;
    border-radius: 3px;
  }
  /* line 76, app/assets/stylesheets/pages/user-barmen/respect.scss */
  .respect .more .list:before {
    right: auto;
    left: 25px;
  }
}

/* line 84, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .more:hover .list {
  display: block;
}

/* line 90, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .respect-users-tooltip, .respect .respect-button-tooltip {
  right: -18px;
}

/* line 93, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .respect-users-tooltip:before, .respect .respect-button-tooltip:before {
  left: auto;
  right: 25px;
}

/* line 98, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect .respect-users-tooltip a, .respect .respect-button-tooltip a {
  color: inherit;
  display: block;
}

/* line 105, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect.few-likes .more {
  display: none;
}

/* line 112, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect.no-likes > .key, .respect.no-likes > .value {
  display: none;
}

/* line 118, app/assets/stylesheets/pages/user-barmen/respect.scss */
.tooltip-wrap {
  position: relative;
}

/* line 121, app/assets/stylesheets/pages/user-barmen/respect.scss */
.tooltip-wrap:hover .respect-users-tooltip, .tooltip-wrap:hover .respect-button-tooltip {
  display: block;
}

/* line 127, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect-users-tooltip, .respect-button-tooltip {
  top: auto;
  bottom: 100%;
  margin-bottom: 13px;
  width: auto;
}

/* line 133, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect-users-tooltip:before, .respect-button-tooltip:before {
  top: 100%;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  border-bottom: 0;
}

/* line 139, app/assets/stylesheets/pages/user-barmen/respect.scss */
.respect-users-tooltip:after, .respect-button-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 13px;
}
/* line 2, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info {
  background: white;
  display: flex;
  padding: 30px 30px 40px;
  position: relative;
  border: 0;
}

/* line 8, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .photo {
  padding-right: 30px;
}

/* line 10, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .photo img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

/* line 16, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .info {
  flex-grow: 1;
}

/* line 19, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .page-breadcrumbs {
  margin-bottom: 8px;
}

/* line 22, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .name-and-origin {
  padding: 0 0 12px;
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .name-and-origin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* line 30, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .name {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

/* line 35, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .origin {
  padding-left: 10px;
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .subtitle {
  position: absolute;
}

/* line 41, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .subtitle .name-en, .barmen-info .subtitle .social {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .subtitle .name-en {
  color: #878787;
}

/* line 47, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .subtitle .social {
  margin-left: 10px;
}

/* line 49, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .subtitle .social img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

/* line 56, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .description {
  display: flex;
}

@media (min-width: 992px) {
  /* line 56, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .description {
    margin: 60px -15px 0;
  }
}

/* line 61, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .description .item {
  flex-basis: 33.3%;
  flex-grow: 1;
}

@media (min-width: 992px) {
  /* line 61, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .description .item {
    padding: 0 15px;
  }
}

/* line 68, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .description .key {
  color: #878787;
}

/* line 71, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info .description .value {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 4px;
}

/* line 77, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
.barmen-info a {
  color: #ec118f;
}

@media (max-width: 992px) {
  /* line 2, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info {
    flex-wrap: wrap;
    border-radius: 0;
    padding: 20px 0 0;
    background: #1d2527;
    display: block;
  }
  /* line 87, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .photo {
    padding-right: 0;
    text-align: center;
    margin-bottom: -70px;
  }
  /* line 91, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .photo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: white;
  }
  /* line 98, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .info {
    background: white;
    padding-top: 70px;
  }
  /* line 102, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .name {
    font-size: 1.8rem;
    text-align: center;
  }
  /* line 106, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .subtitle {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    display: block;
  }
  /* line 112, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .subtitle:after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    border: solid #dcdcdc;
    border-width: 1px 0;
    position: absolute;
    top: 100%;
    background: #f6f6f6;
  }
  /* line 123, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .subtitle .name-en {
    display: block;
  }
  /* line 126, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .subtitle .social {
    margin: 15px 12px 0;
  }
  /* line 128, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .subtitle .social img {
    width: 30px;
    height: 30px;
  }
  /* line 134, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .description {
    border-bottom: 1px solid #dcdcdc;
    margin-top: 0;
    display: block;
    padding: 17px 20px 6px;
  }
  /* line 139, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .description .item {
    margin-bottom: 23px;
  }
  /* line 142, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .description .value {
    margin-top: 8px;
  }
  /* line 146, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .origin {
    position: absolute;
    top: 72px;
    right: 20px;
    font-size: 0;
  }
  /* line 152, app/assets/stylesheets/pages/user-barmen/barman-info.scss */
  .barmen-info .page-breadcrumbs {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box {
    border-top: 0;
  }
  /* line 4, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .common-content.points-by-category:not(.common-top) {
    padding: 25px 0 0;
  }
}

/* line 8, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-box.list-open > :not(.common-top) {
  display: none !important;
}

/* line 13, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category {
  display: flex;
}

/* line 15, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .item {
  width: 160px;
  padding: 10px 0 50px;
}

/* line 19, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category a.item:hover {
  color: black;
}

/* line 21, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category a.item:hover .title {
  color: black;
}

/* line 25, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .title {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  color: #777;
  margin-bottom: 20px;
  white-space: normal;
}

/* line 34, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator {
  position: relative;
  display: flex;
}

/* line 37, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator .awards {
  background-image: url(/assets/barmen/three-stars-40b38776876fb99872cdf747c44403bab8ce97dba7f26f7e6357c89cb4eb97cb.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 28px;
  margin-bottom: 3px;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -25px;
  z-index: 2;
}

/* line 49, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator .awards.count-0 {
  display: none;
}

/* line 51, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator .awards.count-0 + .value {
  font-size: 18px;
  padding-top: 0;
}

/* line 56, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator .awards.count-1 {
  background-image: url(/assets/barmen/one-star-a5561f5fba37d344ff1269dd7ad597bf5a1c346166498ecc68b923e328b2d81b.png);
  background-position: center;
  background-size: contain;
}

/* line 61, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .indicator .awards.count-2 {
  background-image: url(/assets/barmen/two-stars-5210471dfb9afd66e9a4ed585b340e207fa620cc1cb8b694b224c5a77559cb6f.png);
  background-position: right;
  background-size: 40px 100%;
}

/* line 68, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .total .value {
  font-size: 15px;
  padding-top: 30px;
}

/* line 72, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .value {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 18px;
}

/* line 84, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category sup {
  opacity: 0.5;
  font-size: 10px;
  font-weight: bold;
  color: black;
  position: relative;
  top: -6px;
}

/* line 92, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category svg {
  transform: rotate(-90deg);
  margin: 0 auto;
}

/* line 96, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .shape {
  stroke: rgba(236, 17, 143, 0.2);
  stroke-width: 1;
}

/* line 100, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .fill {
  stroke: #ec118f;
  stroke-linecap: round;
  stroke-width: 5;
}

/* line 106, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .total .value {
  font-weight: bold;
}

/* line 110, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .categories {
  display: flex;
  flex-wrap: wrap;
}

/* line 113, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .categories .title {
  font-size: 16px;
  color: black;
}

/* line 117, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .categories .shape {
  stroke: rgba(0, 204, 118, 0.2);
}

/* line 120, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .categories .fill {
  stroke: #00cc76;
  stroke-width: 3;
}

/* line 126, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
.points-by-category .empty .value {
  opacity: .5;
}

@media (max-width: 992px) {
  /* line 133, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box {
    border-radius: 0;
  }
  /* line 135, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box:after {
    display: none;
  }
  /* line 138, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category:not(.common-top) {
    padding: 0 20px 12px;
  }
  /* line 141, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category {
    border-radius: 0;
  }
  /* line 143, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category:not(.common-top) {
    padding-top: 16px;
  }
  /* line 146, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .item {
    padding: 38px 0 30px;
    display: inline-block;
    width: 80px;
  }
  /* line 151, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .total {
    position: relative;
  }
  /* line 153, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .total:after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  /* line 164, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .total .title {
    position: absolute;
    z-index: 2;
    top: 0;
    white-space: nowrap;
  }
  /* line 171, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .categories {
    flex-wrap: nowrap;
    flex-grow: 1;
    white-space: nowrap;
    overflow: auto;
    padding: 0 30px 0 20px;
  }
  /* line 177, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .categories .item {
    display: inline-flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 38px 10px 30px;
    width: auto;
  }
  /* line 183, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .categories .item:first-child {
    padding-left: 0;
  }
  /* line 187, app/assets/stylesheets/pages/user-barmen/points-by-category.scss */
  .points-box > .points-by-category .categories .title {
    order: 1;
  }
}
/* line 1, app/assets/stylesheets/pages/user-barmen/chart.scss */
.chart-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: -7px;
  padding: 17px 20px 40px;
  background: white;
}

/* line 9, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart {
  display: flex;
  color: #777;
  font-weight: bold;
  line-height: 14px;
  background: white;
  padding-left: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* line 18, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart canvas {
  display: block;
  width: 900px;
}

/* line 22, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart .chart {
  display: flex;
  flex-direction: column;
  height: 250px;
  overflow: auto;
  font-size: 0;
  flex-grow: 1;
  overflow: auto;
}

/* line 31, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart .values {
  width: 40px;
  flex-shrink: 0;
  font-size: 12px;
  position: relative;
}

/* line 37, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart .value {
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  position: absolute;
}

/* line 43, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart .months {
  margin-top: 26px;
  font-size: 0;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/pages/user-barmen/chart.scss */
#chart .month {
  display: inline-block;
  height: 14px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 57, app/assets/stylesheets/pages/user-barmen/chart.scss */
  #chart .values {
    position: relative;
    margin-bottom: 44px;
    border-right: 2px solid #d8d8d8;
  }
  /* line 61, app/assets/stylesheets/pages/user-barmen/chart.scss */
  #chart .values:after {
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    width: 30px;
    background-image: -webkit-linear-gradient(90deg, white, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(90deg, white, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(90deg, white, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
  }
  /* line 74, app/assets/stylesheets/pages/user-barmen/chart.scss */
  #chart .months {
    border-left: 2px solid transparent;
  }
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards > .common-content:not(.common-top) {
  display: flex;
  padding: 15px 10px 23px;
}

/* line 6, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards.list-open > .common-content:not(.common-top) {
  display: none;
}

/* line 9, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .common-content {
  display: flex;
  flex-wrap: wrap;
}

/* line 13, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .common-title {
  box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .award {
  width: 33.3%;
  box-sizing: border-box;
  padding: 41px 20px 20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .image {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 29, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .image img {
  max-width: 100%;
  max-height: 100%;
}

/* line 35, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .description .name {
  line-height: 1;
  padding: 42px 30px 10px;
}

/* line 39, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .description .year {
  color: #777;
  font-weight: bold;
  padding-top: 10px;
}

/* line 45, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .appointer {
  color: #777;
}

/* line 48, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .left-offset {
  display: none;
}

/* line 51, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .popup {
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 140px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: auto;
  display: none;
}

/* line 64, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .certificate {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 600px;
  min-height: 670px;
  border: 8px solid #898989;
  padding: 7px;
  background: white;
  box-sizing: border-box;
}

/* line 75, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square {
  position: absolute;
  width: 18px;
  height: 17px;
  background: white;
  border: 0 solid #cacaca;
  z-index: 1;
}

/* line 82, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square:before {
  content: '';
  position: absolute;
  border: 3px solid #cacaca;
  width: 6px;
  height: 6px;
}

/* line 89, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.top {
  top: 7px;
  border-bottom-width: 3px;
}

/* line 92, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.top:before {
  top: 0;
}

/* line 96, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.right {
  right: 7px;
  border-left-width: 3px;
}

/* line 99, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.right:before {
  right: 0;
}

/* line 103, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.bottom {
  bottom: 7px;
  border-top-width: 3px;
}

/* line 106, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.bottom:before {
  bottom: 0;
}

/* line 110, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.left {
  left: 7px;
  border-right-width: 3px;
}

/* line 113, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .square.left:before {
  left: 0;
}

/* line 119, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner {
  width: 100%;
  height: 100%;
  padding-top: 52px;
  padding-left: 40px;
  border: 3px solid #cacaca;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #404040;
}

/* line 129, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .date, .awards .inner .name, .awards .inner .desc, .awards .inner .position {
  width: 250px;
  position: relative;
  z-index: 1;
}

/* line 134, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 57px;
}

/* line 141, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .name {
  font-size: 38px;
  line-height: 37px;
  font-weight: bold;
  margin-top: 33px;
}

/* line 147, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .desc {
  font-size: 17px;
  line-height: 23px;
  margin-top: 20px;
}

/* line 152, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .position {
  margin-top: 13px;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

/* line 159, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .num {
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

/* line 168, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .cert {
  position: absolute;
  top: 0;
  right: 18px;
  width: 186px;
  height: 314px;
  background: #e9edf2;
}

/* line 175, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .cert .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 27px;
  letter-spacing: 2px;
  color: #393a3c;
}

/* line 184, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .cert img {
  position: absolute;
  top: 155px;
  left: 36px;
}

/* line 189, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .cert .year {
  position: absolute;
  background: #e9edf2;
  top: 246px;
  left: 82px;
  font-size: 10px;
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .cert:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-color: #e9edf2 transparent;
  border-width: 62px 93px 0;
}

/* line 207, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .back {
  position: absolute;
  right: 18px;
  bottom: 0;
}

/* line 212, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .inner .back img {
  max-height: 255px;
}

/* line 217, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .controls {
  position: absolute;
  top: 91px;
  right: 50%;
  font-size: 0;
  white-space: nowrap;
  margin-right: -300px;
  text-align: center;
}

/* line 225, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .controls > * {
  display: inline-block;
  margin-left: 11px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  vertical-align: top;
  font-size: 0;
}

/* line 236, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .controls .download:before {
  content: '';
  display: inline-block;
  background-image: url(/assets/profile/download-7abc17c0bfeb8b143e661d6d571b4cba7542cdfb442f0be89c5d9781b298ee89.png);
  width: 40px;
  height: 40px;
  background-color: #ec118f;
  border-radius: 50%;
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

/* line 249, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .controls .close {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #979797;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .controls .close:before {
  content: '✕';
  font-size: 36px;
  color: #979797;
  position: relative;
  left: 1px;
  line-height: 36px;
}

/* line 265, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .award.show-certificate .popup {
  display: block;
}

@media (max-width: 992px) {
  /* line 270, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .common-content {
    display: block;
  }
  /* line 275, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .description .name {
    padding: 0;
  }
  /* line 279, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .popup {
    overflow: auto;
  }
  /* line 282, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .certificate {
    width: 100%;
    height: auto;
    flex-grow: 1;
    display: flex;
    min-height: initial;
  }
  /* line 289, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner {
    height: auto;
    overflow: auto;
    padding: 29px 29px 0;
    display: flex;
    flex-direction: column;
  }
  /* line 295, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .cert {
    width: 98px;
    height: 144px;
    right: 18px;
  }
  /* line 299, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .cert .title {
    font-size: 14px;
    margin-top: 32px;
    letter-spacing: 0;
  }
  /* line 304, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .cert img {
    top: 78px;
    width: 63px;
    left: 17px;
  }
  /* line 309, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .cert .year {
    top: 127px;
    left: 43px;
    font-size: 6px;
  }
  /* line 314, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .cert:after {
    border-width: 29px 49px 0;
  }
  /* line 318, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .date, .awards .inner .name, .awards .inner .desc, .awards .inner .position {
    width: auto;
  }
  /* line 321, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .date {
    font-size: 12px;
    margin-top: 19px;
  }
  /* line 325, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .name {
    font-size: 23px;
    line-height: 1;
    margin-top: 17px;
  }
  /* line 330, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    padding-right: 10px;
  }
  /* line 336, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .position {
    margin-top: 3px;
    font-size: 33px;
  }
  /* line 340, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .back {
    position: relative;
    right: auto;
    margin-top: 5px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
  }
  /* line 350, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .inner .back img {
    display: inline-block;
    height: 145px;
  }
  /* line 356, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls {
    position: static;
    right: auto;
    margin-right: 0;
    height: 50px;
    display: flex;
    bottom: 0;
    z-index: 1000;
    flex-shrink: 0;
  }
  /* line 365, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls > * {
    height: 50px;
    width: 50%;
    margin: 0;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  /* line 376, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls .close {
    background: #ee008f;
    border: 0;
    order: -1;
  }
  /* line 380, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls .close:first-child {
    width: 100%;
  }
  /* line 383, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls .close:before {
    display: none;
  }
  /* line 387, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls .download {
    background-color: #ec118f;
  }
  /* line 389, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .controls .download:before {
    width: 19px;
    height: 18px;
    margin-right: 8px;
    border-radius: 0;
    position: relative;
    top: 1px;
  }
  /* line 399, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .square {
    height: 18px;
  }
  /* line 401, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .square:before {
    width: 9px;
    height: 9px;
  }
  /* line 407, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards > .common-content:not(.common-top) {
    padding: 0 0 8px;
    display: block;
    width: max-content;
    margin: auto;
    max-width: 100%;
  }
  /* line 414, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award {
    width: initial;
    display: flex;
    text-align: left;
    padding: 30px;
  }
  /* line 419, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .popup {
    padding: 0;
  }
  /* line 422, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .description, .awards .award .left-offset {
    display: block;
    padding: 0;
  }
  /* line 426, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .description {
    padding-left: 0;
  }
  /* line 428, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .description > div {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 434, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .description .appointer {
    padding-top: 10px;
  }
  /* line 438, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award .left-offset {
    padding: 0;
  }
  /* line 443, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .image {
    padding: 0;
    box-sizing: border-box;
    height: 100px;
    text-align: center;
    margin-right: 30px;
  }
  /* line 449, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .image img {
    height: 100px;
    max-height: none;
    max-width: none;
  }
}

@media (max-width: 500px) {
  /* line 458, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .award {
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
  /* line 463, app/assets/stylesheets/pages/user-barmen/awards.scss */
  .awards .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 469, app/assets/stylesheets/pages/user-barmen/awards.scss */
.awards .award.show-certificate .popup {
  display: flex;
  flex-direction: column;
}
/* line 7, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
#user-barmen .common-title {
  position: relative;
}

@media (max-width: 992px) {
  /* line 6, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  #user-barmen {
    background: #f6f6f6;
  }
  /* line 14, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  #user-barmen .common-title.title {
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
  }
  /* line 20, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  #user-barmen .common-title.title .common-name {
    font-size: 22px;
  }
  /* line 23, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  #user-barmen .common-title.title .common-name .counter {
    vertical-align: sub;
  }
}

/* line 32, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list {
  background: white;
  border-radius: 7px;
}

/* line 35, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 25px;
}

@media (max-width: 992px) {
  /* line 35, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-list li {
    border: none;
  }
  /* line 44, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-list li:last-child .user-barmen-item {
    margin-bottom: 0;
  }
}

/* line 49, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media (max-width: 992px) {
  /* line 32, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-list {
    padding: 20px 0 !important;
    background: #f6f6f6;
  }
  /* line 59, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-list li {
    padding: 0;
  }
}

/* line 63, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list .category {
  color: #333;
  padding: 20px 15px 20px;
  text-align: center;
}

/* line 69, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list .tip {
  color: #333;
  padding: 20px 15px 20px;
  text-align: center;
}

/* line 76, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-item {
  font-size: 14px;
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 992px) {
  /* line 76, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-item {
    min-height: 85px;
    padding: 15px 20px;
    display: block;
    clear: both;
    background: #fff;
    margin-bottom: 20px;
  }
}

/* line 93, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-item:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff5fb;
}

/* line 99, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-item:hover .user-barmen-avatar img {
  border-color: #ff2aab;
}

@media (min-width: 992px) {
  /* line 106, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-item:hover {
    padding: 0 25px;
    margin: 0 -25px;
  }
}

/* line 112, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-item > div {
  box-sizing: border-box;
}

@media (min-width: 992px) {
  /* line 112, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-item > div {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (min-width: 992px) {
  /* line 122, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-avatar {
    width: 72px;
  }
  /* line 125, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-info {
    width: 148px;
    margin-right: 9px;
  }
  /* line 129, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-location {
    width: 141px;
    margin-right: 9px;
  }
  /* line 133, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-place {
    width: 141px;
    margin-right: 9px;
  }
  /* line 137, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-location,
.user-barmen-place,
.user-barmen-position {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  /* line 145, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-info {
    padding-bottom: 4px;
    margin-left: 100px;
  }
  /* line 149, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-location,
.user-barmen-place,
.user-barmen-position {
    color: #000;
    margin-left: 100px;
  }
  /* line 155, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-place,
.user-barmen-position {
    display: inline-block;
    margin-left: 4px;
  }
  /* line 160, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-place span,
.user-barmen-position span {
    color: #000;
    padding: 0 4px 0 0;
    display: inline;
  }
  /* line 166, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-work {
    margin-left: 96px;
  }
  /* line 170, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-place {
    display: block;
  }
}

/* line 176, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-info .name {
  font-size: 18px;
  line-height: 1.1;
}

/* line 180, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-info .experience {
  color: #7d7d7d;
  font-size: 14px;
}

@media (max-width: 992px) {
  /* line 185, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-avatar {
    margin-right: 12px;
    float: left;
  }
}

/* line 191, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid transparent;
}

@media (max-width: 992px) {
  /* line 191, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-avatar img {
    width: 82px;
    height: 82px;
  }
}

@media (min-width: 992px) {
  /* line 203, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-points {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 1;
    transition: opacity .3s;
    margin: -40px 0 0;
  }
}

@media (max-width: 992px) {
  /* line 203, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-points {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}

/* line 223, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list li:hover .user-barmen-info .name {
  color: #ff2aab;
}

/* line 227, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-remove {
  width: 75px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  text-align: right;
}

@media (max-width: 992px) {
  /* line 227, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove {
    width: 35px;
  }
}

/* line 239, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-remove .remove-button {
  display: block;
  position: relative;
}

/* line 243, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-remove .remove-button span {
  display: none;
}

@media (min-width: 992px) {
  /* line 239, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button {
    opacity: 0;
    width: 36px;
    height: 36px;
    border: 3px solid #b2b2b2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin-bottom: 10px;
    transition: .3s;
  }
  /* line 257, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-image: url(/assets/common/my-cocktails-icon-07fc512c266876c00049f0c597dbf6fd85c9600eba5f9c6917409620dc7e9478.svg);
    background-position: 0 -20px;
    filter: brightness(0);
    opacity: .4;
    transition: .3s;
  }
  /* line 272, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button:hover {
    border-color: #ff2aab;
  }
  /* line 275, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button:hover:before {
    filter: brightness(1);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  /* line 239, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button {
    width: 23px;
    height: 23px;
    background: #ff2aab;
    border-radius: 50%;
  }
  /* line 287, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-image: url(/assets/common/my-cocktails-icon-07fc512c266876c00049f0c597dbf6fd85c9600eba5f9c6917409620dc7e9478.svg);
    background-position: 0 -20px;
    filter: brightness(10);
    transition: .3s;
  }
  /* line 303, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .user-barmen-remove .remove-button:hover:before {
    filter: brightness(1);
    opacity: 1;
  }
}

/* line 314, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.user-barmen-list > li:hover .remove-button {
  opacity: 1;
}

/* line 320, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 15px;
}

/* line 336, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .awards {
  background-image: url(/assets/barmen/three-stars-40b38776876fb99872cdf747c44403bab8ce97dba7f26f7e6357c89cb4eb97cb.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 20px;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}

/* line 345, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .awards.count-0 {
  display: none;
}

/* line 347, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .awards.count-0 + span {
  font-size: 14px;
}

/* line 351, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .awards.count-1 {
  background-image: url(/assets/barmen/one-star-a5561f5fba37d344ff1269dd7ad597bf5a1c346166498ecc68b923e328b2d81b.png);
  background-position: center;
  background-size: contain;
}

/* line 356, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .awards.count-2 {
  background-image: url(/assets/barmen/two-stars-5210471dfb9afd66e9a4ed585b340e207fa620cc1cb8b694b224c5a77559cb6f.png);
  background-position: right;
  background-size: 28px 100%;
}

@media (max-width: 992px) {
  /* line 320, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator {
    padding: 0;
  }
  /* line 365, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator span {
    position: relative;
    z-index: 10;
  }
}

/* line 371, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator svg {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  transform: rotate(-90deg);
}

@media (max-width: 992px) {
  /* line 371, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator svg {
    width: 54px;
    height: 54px;
    top: -2px;
    left: -2px;
  }
}

/* line 386, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .indicator .shape {
  stroke: rgba(236, 17, 143, 0.2);
  stroke-width: 1;
}

@media (max-width: 992px) {
  /* line 386, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator .indicator .shape {
    fill: #fff;
    stroke-width: 5;
  }
}

/* line 395, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .indicator .fill {
  stroke: #ec118f;
  stroke-linecap: round;
  stroke-width: 5;
}

@media (max-width: 992px) {
  /* line 395, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator .indicator .fill {
    stroke-width: 5;
  }
}

/* line 405, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .hint {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  position: absolute;
  top: 100%;
  z-index: 50;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: white;
  white-space: nowrap;
  left: -5px;
  margin-top: -1px;
}

/* line 422, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.points-indicator .hint:before {
  content: '';
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0 4px 4px 4px;
  position: absolute;
  bottom: 100%;
  left: 25px;
}

@media (max-width: 991px) {
  /* line 434, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .points-indicator:hover .hint {
    display: block;
  }
}

/* line 440, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.awards-switcher {
  position: absolute;
}

@media (min-width: 992px) {
  /* line 440, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .awards-switcher {
    top: 18px;
    right: 25px;
  }
}

@media (max-width: 991px) {
  /* line 440, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .awards-switcher {
    top: 9px;
    right: 20px;
  }
}

/* line 453, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.awards-switcher .awards-switcher-input {
  display: none;
}

/* line 456, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.awards-switcher .awards-switcher-input:checked ~ .awards-switcher-label {
  background: url(/assets/icons/trophy-active-fb9ac1e7c18566291d656bdedb95d8285cc3135155af6811c4c30acd374af097.svg);
}

/* line 461, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
.awards-switcher .awards-switcher-label {
  height: 50px;
  width: 50px;
  display: block;
  cursor: pointer;
  background: url(/assets/icons/trophy-fdb2704ee800f820448d4c67896984111ed2d4542606a32107e540ceb59bb9bc.svg);
}

@media (min-width: 992px) {
  /* line 470, app/assets/stylesheets/pages/user-barmen/user-barmen.scss */
  .awards-switcher .awards-switcher-label:hover .tooltip {
    display: block;
    font-weight: bold;
    top: 60px;
    padding: 8px 20px;
    width: auto;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    user-select: none;
  }
}
