.concierge {
}

.concierge .about-main {
  height: unset;
  min-height: unset;
  max-height: unset;
  padding-top: 20rem;
  padding-bottom: 11rem;
}

.concierge-top-content .text-wrap {
  text-align: center;
  max-width: 101rem;
  margin: 0 auto;
}

.concierge-top-content .text-wrap .image-wrap {
  text-align: center;
  max-width: 14rem;
  margin: 0 auto 2rem;
  position: relative;
}

.concierge-top-content .text-wrap .image-wrap img {
  max-width: 100%;
}

.concierge-top-content .emoji-headline {
  position: absolute;
  right: 0.4rem;
  bottom: 0;
  font-size: 4rem;
  line-height: 1;
}

.concierge-top-content .main-headline {
  font-size: 8rem;
  line-height: 1.30;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
  color: #090E13;
}

.concierge-top-content .sub-headline {
  font-size: 2.2rem;
  line-height: 1.55;
}

.concierge-about,
.super-polina {
  position: relative;
}

.concierge-about-head {
  width: 50%;
  margin-bottom: 10rem;
}

.concierge-about-head h2 {
  font-size: 6rem;
  line-height: 1.30;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #090E13;
}

.concierge-about-head p {
  font-size: 2.2rem;
  line-height: 1.55;
}

.concierge-about .three-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.concierge-about .three-columns .column {
  margin-right: 10%;
}

.concierge-about .three-columns .column:last-child {
  margin-right: 0;
}

.concierge-about .three-columns h4 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.concierge-about .three-columns p {
  font-size: 1.8rem;
}

.concierge-page-content {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.chat-like {
  padding-bottom: 15rem;
}

.super-polina {
}

.super-polina .super-polina-headline {
  text-align: center;
  margin: 0 auto;
}

.super-polina .super-polina-headline .polina-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2rem;
}

.super-polina .super-polina-headline .polina-photo .img-wrap {
  max-width: 6.8rem;
  margin-right: 2.8rem;
}

.super-polina .super-polina-headline .polina-photo .img-wrap img {
  max-width: 100%;
}

.super-polina .super-polina-headline .sp-person-info {
  text-align: left;
  line-height: 1;
}

.super-polina .super-polina-headline h2 {
  margin-bottom: 4rem;
  font-size: 6rem;
  line-height: 1.30;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  color: #090E13;
}

.super-polina .super-polina-about {
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 10rem;
  text-align: center;
}

.super-polina .super-polina-about .polina-info p:first-child {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.super-polina .super-polina-about .polina-info p:last-child {
  font-size: 1.8rem;
  color: #92949C;
}

.super-polina .super-polina-about .polina-info p img {
  width: 24px;
  position: relative;
  bottom: -4px;
}

.super-polina .super-polina-about .sp-person-info {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  position: relative;
}

.super-polina .sp-person-info .person-photo {
  display: block;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.super-polina .sp-person-info .name {
  font-weight: 600;
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.super-polina .sp-person-info .sub-text {
  font-size: 1.6rem;
  color: rgba(36, 41, 56, 0.5);
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
}

.super-polina.chat-wrap .sp-person-info {
  margin-bottom: -4rem;
  position: relative;
}

.super-polina.chat-wrap .chat-item .sp-person-info .person-info {
  position: absolute;
  white-space: nowrap;
}

.super-polina.chat-wrap .chat-item.question .sp-person-info .person-info {
  text-align: right;
  right: 0;
}

.super-polina.chat-wrap .chat-item.answer .sp-person-info .person-info {
  text-align: left;
  left: 0;
}

.super-polina.chat-wrap .chat-item.question .speech-bubble {
  max-width: 58rem;
}

.concierge-page-content.call-to-action {
  max-width: unset;
  padding-top: 12rem;
  padding-bottom: 15rem;
  margin-bottom: 0;
}

.concierge-page-content.call-to-action.black {
  overflow: hidden;
  position: relative;
  background: #242938 url(../img/sp/call-to-action-bg1.svg) no-repeat 50% 50% / cover;
}

.concierge-page-content.call-to-action .call-to-action-content {
  text-align: center;
  margin: 0 auto;
}

.concierge-page-content.call-to-action .call-to-action-content h2 {
  color: #fff;
  font-size: 6rem;
  line-height: 1.30;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  margin-bottom: 5rem;
}

.concierge-page-content.call-to-action .call-to-action-content h2 span {
  position: relative;
  top: -0.6rem;
}

.concierge-page-content.call-to-action .call-to-action-content .inline-btn {
  background: #FFDC4E;
  color: var(--fibery-text-default-color);
  font-weight: 600;
  position: relative;
}

.concierge-page-content.call-to-action .call-to-action-content .inline-btn:hover {
  box-shadow: 0 4px 16px rgba(255, 220, 78, 0.1);
}

.concierge-page-content.call-to-action .call-to-action-content .inline-btn:before {
  content: '\1F448';
  font-size: 5rem;
  position: absolute;
  right: -14rem;
  top: 1rem;
  transform: rotate(8deg);
}

.concierge .concierge-page-content .content-header {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.concierge .concierge-page-content .content-header h2 {
  margin-bottom: 4rem;
  font-size: 6rem;
  line-height: 1.30;
  font-family: "Inter Var", sans-serif;
  font-weight: 400;
  color: #090E13;
}

.concierge-page-content.rocket {
  overflow: hidden;
}


.wow-item .emoji {
  margin-bottom: 2rem;
  width: 10.4rem;
  line-height: 0;
  position: relative;
}

.wow-item .emoji img {
  max-width: 100%;
}

.wow-item .emoji.mb img {
  bottom: -0.5rem;
  position: relative;
}

.wow-item .emoji.glass:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 43px;
  width: 88px;
  height: 50px;
  background: url("../img/sp/glasses.svg") no-repeat 50% 50% / contain;
  opacity: 0;
}

.wow-item .emoji.glass.activate:before {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


.wow-items.headline {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.wow-item p {
  font-size: 1.6rem;
}




