/*   
Theme Name: Intansify
Author: MG
Author URI: https://mg-live.ru
*/

.wpcf7-response-output{
    display: none !important;
}
.hero__yelp {
        cursor: pointer;
  width: 134px;
  margin-left: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__yelp > img {
  width: 100%;
}

.hero__yelp-stars {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin: 11px 0;
}

.hero__yelp-star {
  width: 18px;
  height: 18px;
}

.hero__yelp-text {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.hero__yelp-text span {
  color: #da4279;
}
.popupPrivacy .popup__content,
.popupCookie .popup__content{
  width: 100%;
  max-width: 739px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 50px 87px;
  border-radius: 20px;
  background-color: var(--c-wh);
  height: 80vh;
  overflow: scroll;
}
.popupPrivacy .popupBookNow__form div,
.popupCookie .popupBookNow__form div,
.popupPrivacy .popupBookNow__form ul,
.popupCookie .popupBookNow__form ul{
  margin-bottom: 20px;
}
.popupPrivacy .popupBookNow__form table,
.popupCookie .popupBookNow__form table{
  border-collapse: collapse;
}
.popupPrivacy .popupBookNow__form td,
.popupCookie .popupBookNow__form td{
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.popupPrivacy .popupBookNow__form a,
.popupCookie .popupBookNow__form a{
  color: #e96e8b;
  text-decoration: underline;
}
.popupPrivacy .popupBookNow__form a:hover,
.popupCookie .popupBookNow__form a:hover{
  text-decoration: none;
}
.popupPrivacy .close__popup,
.popupCookie .close__popup{
  border: 3px solid var(--c-black);
}
.popupPrivacy .close__popup:hover,
.popupCookie .close__popup:hover {
  border-color: var(--c-main);
}
.popupPrivacy .close__popup::after,
.popupPrivacy .close__popup::before,
.popupCookie .close__popup::after,
.popupCookie .close__popup::before{
  background-color: var(--c-black);
}
.popupPrivacy .close__popup:hover::after,
.popupPrivacy .close__popup:hover::before,
.popupCookie .close__popup:hover::after,
.popupCookie .close__popup:hover::before{
  background-color: var(--c-main);
}
@media screen and (max-width: 475px){
.hero__yelp {
    width: calc(50% - 28px);
    margin-left: 0;
  }
  .hero__yelp-stars {
    gap: 1vw;
    margin: 2.4vw 0;
  }
  .hero__yelp-star {
    width: 4vw;
    height: 4vw;
  }
  .hero__yelp-text {
    font-size: 2.6vw;
  }
}