.pad-top-0 {
  padding-top: 0 !important;
}
.pad-top-1 {
  padding-top: 10px !important;
}
.pad-top-2 {
  padding-top: 20px !important;
}
.pad-top-3 {
  padding-top: 30px !important;
}
.pad-h-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.push-bottom-2 {
  margin-bottom: 20px !important;
}
.push-bottom-3 {
  margin-bottom: 30px !important;
}
.list li {
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .push-tablet-bottom-1 {
    margin-bottom: 10px !important;
  }
}
.align-center {
  text-align: center;
}
@media (max-width: 768px) {
  .align-phone-center {
    text-align: center !important;
  }
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.float-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.btn {
  display: inline-block;
  font-size: 1rem;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.btn.rounded {
  border-radius: 20px;
}
.btn.pink {
  color: #fff;
  background-image: linear-gradient(296deg, #ff7eb3, #ff758c);
}
.btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
body,
html {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
body {
  background-color: #fef9f2;
}
h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  color: #5c5757;
}
.white-text {
  color: #fff !important;
}
a {
  transition: color 0.3s ease;
}
ul.menu {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
ul.menu li {
  margin-bottom: 5px;
}
ul.white-text a {
  color: #fff;
}
ul.white-text a:hover {
  color: #ff7eb3;
}
.transition-all {
  transition: all 0.3s ease !important;
}
.home-header {
  background: #fff url('/gfx/salon.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}
.home-header .ui.grid + .grid {
  margin-top: 0!important;
}
.home-header:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(290deg, #ff7eb3, #ff758c);
  opacity: 0.9;
}
.home-left {
  padding-top: 140px;
  padding-bottom: 130px;
  transition: all 0.4s ease;
}
.home-left h1.ui.header {
  font-size: 2.5rem;
}
.home-left .input,
.home-left .selection {
  max-width: 100%;
}
@media (max-width: 768px) {
  .home-left {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.search-done .home-left {
  padding-top: 30px;
  padding-bottom: 10px;
}
#home {
  min-height: 100vh;
}
.front-page .content {
  padding-top: 40px;
}
.ui.rounded.selection.dropdown {
  border-radius: 24px;
  box-sizing: border-box;
  border: none !important;
  height: 48px !important;
  line-height: 1;
  min-height: 0;
  min-width: 0!important;
}
.rounded.input {
  border-radius: 24px !important;
  height: 48px !important;
}
.shadow.input {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.ui.card.fancy {
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}
.ui.card.fancy > div:first-child {
  border-radius: 0 !important;
}
.ui.card.fancy .head {
  background-size: cover;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.ui.card.fancy .head:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgba(26, 0, 44, 0), rgba(26, 0, 44, 0.7));
}
.ui.card.fancy .head .head-content {
  min-height: 130px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ui.card.fancy .head .head-content .suggested {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(293deg, #ff7eb3, #ff758c);
  padding: 3px 9px;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.ui.card.fancy .head h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.ui.card.fancy .description {
  box-sizing: border-box;
  padding: 15px;
  color: #5c5757;
  background: #fff;
  line-height: 1;
}
.ui.card:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2) !important;
}
.mirror-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
.mirror-wrapper .mirror {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.mirror-wrapper .mirror > img {
  display: block;
  width: 100%;
}
.mirror-wrapper .mirror .mirror-content {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: linear-gradient(151deg, #e4efe9, #93a5cf);
  display: block;
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 13%;
  right: 13%;
  z-index: 10;
  background-clip: content-box;
  border-radius: 50%;
}
.mirror-wrapper .mirror .mirror-content .items {
  height: 100%;
}
.mirror-wrapper .mirror .mirror-content .item {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.mirror-wrapper .mirror .mirror-content .item .item-description {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 30%;
  text-align: center;
  right: 0;
  left: 0;
  color: #5c5757;
}
.mirror-wrapper .mirror .mirror-content .item .item-description h2 {
  padding-top: 10px;
}
.mirror-wrapper .mirror .mirror-content .item .item-description p {
  color: #000;
}
.mirror-wrapper .mirror .mirror-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.mirror-wrapper .mirror .mirror-banner span {
  display: inline-block;
  background-image: linear-gradient(296deg, #ff7eb3, #ff758c);
  color: #fff;
  font-family: 'Playfair Display', serif;
  padding: 10px 16px;
  font-size: 20px;
  transform: skewY(-6deg);
}
@media (max-width: 768px) {
  .mirror-wrapper .mirror .mirror-banner {
    bottom: auto;
    top: 40px;
  }
}
@media (max-width: 991px) {
  .mirror-wrapper {
    position: relative;
  }
  .mirror-wrapper .mirror .mirror-content .items .item .item-description {
    display: none;
  }
}
.mirror-content img {
  max-width: 100%;
}
footer {
  padding: 40px 0;
  background: #555151;
  color: #fff;
}
