* {
  margin: 0;
  padding: 0;
  font-family: Heebo, sans-serif;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  direction: rtl;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  min-width: 320px;
  font-family: Heebo, sans-serif;
  direction: rtl;
}
body .jodit_toolbar_popup-inline {
  display: none !important;
}
body * {
  direction: rtl;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: initial;
}
a:link {
  text-decoration: none;
  color: initial;
}
a.cardlink {
  text-align: right;
  text-decoration: underline;
  color: #00f;
}
.numbers {
  text-align: center;
}
.numbers .pageNum {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #c6194c;
  line-height: 30px;
  background: #fff;
  cursor: pointer;
  margin: 2px;
}
.numbers .pageNum.active,
.numbers .pageNum:hover {
  font-weight: 700;
}
.createdBy {
  overflow: hidden;
  padding: 10px;
  text-align: center;
  background: #fff;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.createdBy i {
  color: red;
}
.createdBy a {
  color: #000;
}
input[type="button"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: Heebo, sans-serif;
}
.lineWrap .infoCell svg {
  height: 24px;
  vertical-align: middle;
}
.infoCell .share,
.lineWrap .infoCell .wlink {
  display: block;
  text-align: center;
}
.lineWrap .infoCell .icon-share {
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
.popup#sendCard {
  z-index: 3000;
}
.QNA {
  text-align: right;
  border-bottom: 1px #ccc solid;
}
.QNA input {
  display: none;
}
.QNA label {
  display: block;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 10px;
  padding-left: 30px;
}
.QNA label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-left: 3px #aaa solid;
  border-top: 3px #aaa solid;
  transform: rotate(225deg);
}
.QNA .answer {
  display: none;
  padding: 0 10px 10px;
}
.QNA .answer p {
  padding: 0;
  margin: 0;
}
.vidBox {
  position: relative;
  cursor: pointer;
}
.vidBox img {
  max-width: 50%;
  display: block;
  margin: 10px auto;
}
.vidBox svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: red;
  width: 100px;
  height: 90px;
}
.QNA input:checked + label::after {
  transform: rotate(45deg);
  top: 20px;
}
.QNA input:checked ~ .answer {
  display: block;
}
.QNA .price_row {
  padding: 5px 0;
  overflow: hidden;
}
.QNA .price_row div {
  float: left;
  font-weight: 700;
}
.QNA .price_row span {
  float: right;
}
.QNA .price_row span:first-child {
  padding-left: 4px;
  font-weight: 700;
}
h2.qna_title {
  margin-bottom: 24px;
}
.price-list {
  border-bottom: none;
}
.price-list h2 {
  margin-bottom: 24px;
  text-align: center;
}
.price-list .price-row {
  padding: 8px 0;
}
.price-list .answer {
  display: block;
}
.price-list .answer .p_title {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}
.ext-pack {
  border-bottom: 1px #ccc solid;
}
.ext-pack .answer {
  display: none;
  padding: 0 10px 10px;
}
.ext-pack input:checked ~ .answer {
  display: block;
}
.QNA label span {
  display: inline-block;
  float: left;
}
.answer ul {
  padding-right: 16px;
}
.answer ul li {
  list-style-type: circle;
}
.answer ul li ul {
  padding-right: 16px;
}
.answer ul li ul li {
  list-style: none;
}
.answer .c_marked {
  color: #f7609c;
  font-weight: 500;
}
.QNA .price_row {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}
.price-list {
  display: block;
  max-width: 500px;
  margin: auto;
}
.home_page_video {
  max-width: 360px;
  border-bottom: none !important;
  margin-top: 24px;
}
.home_page_video .vidBox {
  width: 75%;
  max-width: 360px;
  margin: 0 auto;
}
.home_page_video .vidBox img {
  max-width: 100%;
  display: block;
  margin: 10px 0 0 auto;
}
.youtubePop .vid {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
.youtubePop .vid iframe {
  max-width: 90vw;
  height: 90vh;
}
.youtubePop .vid .close {
  position: absolute;
  top: 0;
  left: 0;
}
.youtubePop .vid .close svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.youtubePop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  z-index: 999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.container-100 {
  background: url(/webimages/bg_site.jpg) center center;
}
.container-100.scroll .menuButton {
  top: -10px;
}
.innerPageContainer {
  height: 100%;
  min-height: calc(100vh - 175px);
}
.innerPageContainer .grid {
  background-color: #efefef;
}
.innerPageContainer .grid .mainTtl {
  margin-top: 20px;
  overflow: hidden;
}
.innerPageContainer .grid .mainTtl h2 {
  margin: 20px 0;
  font-size: 24px;
  color: #555;
  text-align: right;
}
.innerPageContainer .bgPage {
  margin: 60px 0 30px 0;
  height: 0;
  padding-bottom: 48%;
}
.grid {
  min-height: 50vh;
}
.grid.customerSec {
  min-height: unset;
}
.grid .pagePicture {
  width: 100%;
  max-width: 40%;
  float: left;
  vertical-align: top;
  margin-right: 20px;
}
.grid .upperText {
  text-align: right;
  width: 100%;
  float: right;
}
.grid .upperText p,
.grid .upperText > div {
  font-size: 18px;
  color: #000;
  max-width: 830px;
  width: 100%;
  text-align: right !important;
  margin: 30px auto 40px;
}
.grid .lowerText p,
.grid .lowerText > div {
  font-size: 18px;
  color: #000;
  max-width: 830px;
  width: 100%;
  text-align: right !important;
  margin: 30px auto 40px;
}
.grid .lowerText *,
.grid .upperText * {
  font-family: Heebo, sans-serif !important;
  font-size: 18px !important;
  text-align: right !important;
}
#container-100.menuOpen #closeMenu {
  display: block;
}
#container-100.menuOpen #closeMenu {
  margin-left: 300px;
}
.grid {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 40px;
}

.menuButton {
  display: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 16px;
  width: 40px;
  z-index: 3;
  border: 1px solid #3d4553;
  border-radius: 40px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menuButton span {
  background: #3d4553 none repeat scroll 0 0;
  border-radius: 10px;
  display: block;
  height: 1px;
  margin: 6px auto;
  transition: all 0.5s ease 0s;
  width: 60%;
}
.menuButton span:nth-child(1) {
  margin-top: 12px;
}
.menuButton span:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 5px;
}
.menuButton span:nth-child(3) {
  margin-bottom: 0;
}
.closeMenu {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(0% - 300px);
  bottom: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.open .menuButton > span:nth-child(1) {
  transform: translateY(6px) rotate(135deg);
}
.open .menuButton > span:nth-child(2) {
  transform: scale(0);
}
.open .menuButton > span:nth-child(3) {
  transform: translateY(-8px) rotate(-135deg);
}
.open .closeMenu {
  width: calc(100% - 300px);
  display: block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.open .header .menuSection {
  left: 0;
}
.open .header .menuSection .grid ul {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.open .header .menuSection .grid ul > li {
  display: block !important;
}
.topMenu {
  display: none !important;
  height: 50px;
  margin-bottom: 20px;
}
.topMenu img {
  width: 150px;
  margin-top: 10px;
}
.menuWrap {
  background: #3d4553;
  z-index: 2;
  margin-top: 80px;
}
#menu {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
}
#menu ul {
  list-style: none;
  display: table-row;
}
#menu > ul > li {
  text-align: center;
  position: relative;
  display: table-cell;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}
#menu > ul > li > a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
#menu > ul > li.active a {
  border-bottom: 2px solid #89d6d7;
}
#menu ul > li > ul {
  height: auto;
  background: #ededed none repeat scroll 0 0;
  display: inline-block;
  max-height: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#menu ul > li > ul > li {
  width: auto;
  height: 40px;
  line-height: 20px;
}
#menu ul > li > ul > li > a {
  color: #5a5a5a;
  text-align: right;
  padding: 10px;
  white-space: nowrap;
  display: block;
}
.menuButton {
  display: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 40px;
  width: 40px;
  z-index: 3;
  border: 1px solid #3d4553;
  border-radius: 40px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menuButton span {
  background: #3d4553 none repeat scroll 0 0;
  border-radius: 10px;
  display: block;
  height: 1px;
  margin: 6px auto;
  transition: all 0.5s ease 0s;
  width: 60%;
}
.menuButton span:nth-child(1) {
  margin-top: 12px;
}
.menuButton span:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 5px;
}
.menuButton span:nth-child(3) {
  margin-bottom: 0;
}
.header .upperSection {
  height: 125px;
  background-color: #efefef;
  position: relative;
}
.header .upperSection .grid {
  max-width: 1350px;
  padding: 0 50px;
  min-height: none;
}
.header .upperSection .contactUs {
  float: right;
  margin-top: 20px;
}
.header .upperSection .contactUs a .img {
  background: url(/webimages/phoneLogo1.png) no-repeat center right;
  height: 52px;
  width: 112px;
  padding-right: 65px;
}
.header .upperSection .contactUs a div {
  line-height: 1;
  text-align: right;
  position: relative;
}
.header .upperSection .contactUs a .phone {
  font-size: 20px;
  padding-top: 8px;
}
.header .upperSection .contactUs a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .upperSection .contactUs a .wp {
  position: absolute;
  bottom: -18px;
  right: -7px;
  font-weight: 700;
  font-size: 15px;
}
.header .upperSection .logo {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  left: 0;
  margin: auto;
  width: 300px;
}
.header .upperSection .login {
  text-align: center;
  width: 70px;
  height: 100px;
  float: left;
  margin-top: 20px;
}
.header .upperSection .logout_ {
  text-align: center;
  width: 70px;
  margin-top: 43px;
  float: left;
}
.header .upperSection .login img {
  max-width: 90%;
  border-radius: 100%;
  height: 60px;
  border: 2px solid #000;
}
.header .upperSection .login .loginText {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  line-height: 1;
}
.header .menuSection {
  height: 50px;
  background-color: #e70043;
  width: 100%;
}
.header .menuSection .grid {
  min-height: auto;
}
.header .menuSection .grid ul {
  list-style: none;
  display: table;
  width: 100%;
  margin: auto;
}
.header .menuSection .grid ul > li {
  z-index: 9;
  display: table-cell;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 1%;
}
.header .menuSection .grid ul > li > a {
  color: #fff;
  height: 50px;
  white-space: nowrap;
}
.header .menuSection .grid ul > li > ul {
  border-right: 1px solid #e70043;
  border-left: 1px solid #e70043;
  height: auto;
  background: #ededed none repeat scroll 0 0;
  display: inline-block;
  max-height: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .menuSection .grid ul > li > ul > li {
  width: auto;
  height: 40px;
  display: block;
  border-bottom: 1px solid #e70043;
}
.header .menuSection .grid ul > li > ul > li > a {
  color: #5a5a5a;
  text-align: right;
  padding: 0 10px;
  white-space: nowrap;
  display: block;
  line-height: 40px;
}
.header.fixed {
  padding-bottom: 50px;
}
.header.fixed .menuSection {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
}
.mainPic {
  background: url(/webimages/big_pic.jpg) no-repeat center center;
  background-size: cover;
}
.mainPic .grid {
  min-height: 360px;
  background: 0 0;
}
.mainPic .grid .textCont {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}
.mainPic .grid .textCont .title {
  font-size: 40px;
  color: #fff;
}
.mainPic .grid .textCont .content {
  max-width: 270px;
  margin: 20px auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.mainPic .grid .textCont .btn {
  position: relative;
  cursor: pointer;
  margin: auto;
  width: 300px;
  height: 70px;
  border-radius: 10px;
  background-color: #e70043;
  border: 2px solid #fff;
}
.mainPic .grid .textCont .btn a {
  color: #fff;
  font-size: 30px;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.inc_index .whatIsEvent .imgSection {
  margin: 60px 0 30px 0;
  background: url(/webimages/cont_pic.jpg) no-repeat center center;
  background-size: cover;
  height: 0;
  padding-bottom: 48%;
}
.inc_index .whatIsEvent .textSection .title {
  margin: 20px 0;
  font-size: 24px;
  color: #555;
  text-align: right;
}
.inc_index .whatIsEvent .textSection .title span {
  color: #e70044;
}
.inc_index .whatIsEvent .textSection p {
  font-size: 18px;
  color: #555;
  text-align: right;
}
.inc_index .whatIsEvent .textSection {
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.inc_index .whatIsEvent .textSection .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
}
.inc_index {
  margin-bottom: 20px;
}
.customersSection {
  padding: 0;
  max-width: 1000px !important;
  width: 100%;
}
.customersSection .title {
  width: calc(100% + 40px);
  padding: 20px 40px;
  margin: 0 -40px 0 0;
  background-color: #fff;
  font-size: 24px;
  color: #555;
  text-align: right;
  border-bottom: 4px solid #c5194b;
}
.customersSection .customers {
  width: 100%;
  padding: 50px 0 30px 0;
}
.customersSection .customers .item {
  display: block;
  width: 130px;
  height: 130px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  position: relative;
}
.customersSection .customers .item::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
}
.customersSection .customers .item img {
  width: 90% !important;
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.inc_index .mainPicContainer {
  max-height: 650px;
  margin: 50px 0;
  display: none;
}
.inc_index .mainPicContainer .galleryPic {
  position: relative;
  height: 330px;
  background-size: cover !important;
  padding-bottom: 69%;
  height: 0;
}
.customersPage {
  text-align: center;
}
.customersPage .item {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 190px;
  height: 190px;
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.customersPage .item .picture {
  height: 160px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}
.customersPage .item .title {
  line-height: 22px;
  font-size: 20px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
}
.customersSection .owl-controls {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}
.mainPicContainer .owl-controls {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
.owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -18px;
  background: url(/webimages/arLft.png) no-repeat center center
    rgba(255, 255, 255, 0.52);
  background-size: 20px;
  height: 50px;
  width: 35px;
  font-size: 0;
}
.owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -18px;
  background: url(/webimages/arRgt.png) no-repeat center center
    rgba(255, 255, 255, 0.52);
  background-size: 20px;
  height: 50px;
  width: 35px;
  font-size: 0;
}
.inputForm.contact {
  background: #efefef;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
.inputForm.contact .grid {
  min-height: unset;
}
.inputForm.contact .grid .mainTtl {
  margin-top: 40px;
  margin-bottom: 15px;
}
.inputForm.contact .inputCont {
  font-size: 0;
  vertical-align: bottom;
  display: inline-block;
  max-width: 200px;
  margin: 10px;
}
.inputForm.contact .inputCont textarea {
  height: 45px;
  box-sizing: border-box;
  padding-top: 8px;
}
.inputForm.contact input.submit {
  color: #fff;
  font-size: 20px;
  padding-left: 30px;
  margin: 0;
  width: 150px;
  background: #efefef url(/webimages/pinkBtnAll.png) no-repeat center center;
  background-size: 140px;
}
.inputForm.contact .grid {
  background: 0 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.inputForm .grid {
  min-height: 50vh;
}
.whatsappInline a {
  width: 112px;
  height: 52px;
  background: url(/webimages/phoneLogo1.png) no-repeat center right;
  display: inline-block;
  background-size: 60px;
  background-repeat: no-repeat;
  position: relative;
  padding-right: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.whatsappInline a::before {
  content: "לחצו לתמיכה והדרכה בוואטסאפ";
  line-height: 16px;
  text-align: right;
  display: inline-block;
  margin-top: 2px;
}
.whatsappInline a::after {
  content: "WhatsApp";
  position: absolute;
  font-weight: bold;
  right: -9px;
  bottom: -22px;
}

.inputForm .title {
  font-size: 24px;
  color: #555;
  max-width: 220px;
  margin: 50px auto 0;
  text-align: right;
}
.inputForm .inputCont {
  margin: 15px auto 0;
  position: relative;
  max-width: 220px;
}
.inputForm.mw300 .inputCont {
  margin: 15px auto 0;
  position: relative;
  max-width: 315px;
}
.inputForm select::-ms-expand {
  display: none;
}
.inputForm select {
  -webkit-appearance: none;
  appearance: none;
}
.inputForm .inputCont.select::before,
.inputForm .inputCont .clickable-arrow,
span.parents-arrow {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/webimages/selectArr.png) no-repeat center center;
  height: 10px;
  width: 20px;
  font-size: 0;
}
.inputForm .inputCont .clickable-arrow,
span.parents-arrow {
  z-index: 99;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}
.inputForm .inputCont .clickable-arrow:hover,
span.parents-arrow:hover {
  transform: scale(1.3);
  filter: brightness(1.2);
  opacity: 0.8;
}
.inputForm .inputCont input:not([type="checkbox"]),
.inputForm .inputCont select {
  background: #fff;
  position: relative;
  max-width: 220px;
  width: 100%;
  padding-right: 15px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #555;
  text-align: right;
}
.inputForm .inputCont select {
  background: 0 0;
}
.inputForm .inputCont select.error {
  border-color: red;
}
.inputForm .inputCont textarea {
  position: relative;
  max-width: 300px;
  height: 100px;
  width: 100%;
  padding-right: 15px;
  padding-top: 13px;
  height: 124px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #555;
  text-align: right;
}
.inputForm .inputCont input:not([type="checkbox"]) {
  max-width: 300px;
  width: 100%;
  padding-right: 15px;
  height: 44px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #555;
  text-align: right;
}
.inputForm .inputCont::after {
  content: attr(message);
  font-size: 0;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inputForm .inputCont.notValid.touched::after {
  content: attr(message);
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inputForm .inputCont.touched::after {
  content: "*שדה חובה";
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inputForm .inputCont.touched.valid::after {
  font-size: 0;
}
.inputForm.mw300 .inputCont select {
  position: relative;
  max-width: 315px;
  width: 100%;
  padding-right: 15px;
  height: 44px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #555;
  text-align: right;
}
.inputForm .submit {
  background-size: 80px;
  height: 100px;
  width: 100px;
  cursor: pointer;
  border: 0;
  font-size: 0;
  margin: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-image: url(/webimages/submitBtn.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.inc_contact .submit {
  font-size: 24px;
  font-weight: 500;
  padding-left: 90px;
  width: 160px;
  border: 0;
  background-position: left;
  color: #e70044;
  margin: 5px;
  box-sizing: border-box;
  line-height: 100px;
}
.inputForm input::placeholder,
.inputForm select,
.inputForm textarea::placeholder {
  font-size: 18px;
  color: #7f7f7f;
  text-align: right;
  font-weight: 300;
}
.inputForm select {
  cursor: pointer;
}
.inputForm .inputLabel {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 11px;
  color: #e70044;
  font-weight: 300;
  text-align: right;
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inputForm input:focus + .inputLabel,
.inputForm select:focus + .inputLabel,
.inputForm textarea:focus + .inputLabel {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.inputForm input:valid + .inputLabel,
.inputForm select:valid + .inputLabel,
.inputForm textarea:valid + .inputLabel {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.inputForm input:focus::placeholder,
.inputForm textarea:focus::placeholder {
  font-size: 0;
}
.inputForm .inputCont.radio label:not(.privacy) {
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
}
.inputForm .inputCont.radio label.privacy {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 200px;
  height: 20px;
  font-size: 16px;
  color: #055;
  margin-top: 10px;
}
.inputForm .inputCont.radio input {
  display: none;
}
.inputForm .inputCont.radio input:checked + label {
  background: url(/webimages/radioChecked.png) no-repeat center center;
}
.inputForm .inputCont.radio input:not(:checked) + label {
  background: unset;
}
.inputForm [disabled="disabled"],
input[type="tel"].disabled {
  opacity: 0.2;
  cursor: auto !important;
}
.inc_contact h2 {
  margin-top: 40px;
}
.inc_contact .subTtl {
  margin-top: 15px;
}
.inc_contact form {
  margin-top: 30px;
}
.editor_content#editorCont {
  margin-top: 15px;
}
.editor_content {
  margin-top: 15px;
}
.editor_content#editorCont .jodit_wysiwyg p:first-child {
  font-size: 18px !important;
}
.editor_content#editorCont .jodit_wysiwyg p:last-child {
  font-size: 18px !important;
}
.inc_signup .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.inc_signup .title .pink {
  font-size: 24px;
  color: #e70044;
}
.inc_signup .subTitle {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  text-align: center;
}
.inc_signup form {
  margin-top: 40px;
}
.inc_signup form {
  margin-top: 40px;
}
.inc_signup input.submit {
  margin-top: 50px;
}
.inc_signup #searchFreeBox {
  position: relative;
}
.inc_signup .autoBox {
  position: absolute;
  top: 40px;
  background: #fff;
  width: 315px;
  max-height: 0;
  overflow: hidden;
  border: 2px solid red;
  z-index: 100;
  box-sizing: border-box;
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inc_signup #searchFreeBox.active .autoBox {
  max-height: 250px;
  border: 1px solid #e70044;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  overflow: auto;
}
.inc_signup .autoBox span {
  display: block;
  padding: 5px 30px 5px 5px;
  text-align: right;
  cursor: pointer;
}
.inc_signup .autoBox span > b {
  color: #e70044;
}
.inc_signup .autoBox span:hover {
  background-color: #f5f5f5;
}
.inc_signup .autoBox span.keyActive {
  background-color: #ddd !important;
}
.inc_signup .autoBox span.cities {
  background: url(/webimages/mini_icon_map.png) no-repeat left 5px top 4px;
}
.footer {
  width: 100%;
  min-height: 274px;
  background-color: #272727;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.footer .fotterLogo div {
  color: #ddd;
  padding-top: 40px;
  margin-bottom: -20px;
  text-align: center;
}
.footer .fotterLogo img {
  margin-top: 50px;
  padding: 0 5px;
  cursor: pointer;
}
.footer .media img {
  margin-top: 25px;
  padding: 0 5px;
  cursor: pointer;
}
.footer .footerMenu {
  display: table;
  width: 100%;
}
.footer .footerMenu > ul {
  display: table-row;
}
.footer .footerMenu > ul > li {
  display: table-cell;
  width: 1%;
  line-height: 50px;
  position: relative;
  list-style: none;
}
.footer .footerMenu > ul > li::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #272727 86%, #272727 100%);
  background: -webkit-linear-gradient(top, #fff 0, #272727 86%, #272727 100%);
  background: linear-gradient(to bottom, #fff 0, #272727 86%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#272727', GradientType=0 );
}
.footer .footerMenu > ul > li:last-child::after {
  display: none;
}
.footer .footerMenu > ul > li > a {
  color: #fff;
  display: block;
}
.footer .footerMenu > ul > li > ul > li {
  list-style: none;
}
.footer .footerMenu > ul > li > ul > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #555;
  font-size: 13px;
  font-weight: 500;
}
:-moz-placeholder {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}
::-moz-placeholder {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}
:-ms-input-placeholder {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}
.jodit_toolbar_popup-inline {
  display: none !important;
}
.orderSearch {
  background: #e9e9e9;
  padding-bottom: 50px;
}
.orderSearch .topPic {
  text-align: center;
  position: relative;
  height: 295px;
  width: 100%;
  background: url(/webimages/topImg.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 4px solid #ad1a4a;
}
.orderSearch .topPic .logo {
  width: 400px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(0deg, #e1e1e1 0, #fff 100%);
  border: 4px solid #e1e1e1;
  max-width: 178px;
  display: inline-block;
  z-index: 1;
}
.orderSearch .topPic .logo img {
  max-width: 90%;
  max-height: 90%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.orderSearch .topPic .contactUs {
  height: 52px;
  position: absolute;
  right: 0;
  top: 20px;
  background: rgba(255, 255, 255, 0.8) url(/webimages/phoneLogo1.png) no-repeat
    center right 8px;
  padding-right: 70px;
}
.orderSearch .topPic .contactUs .phone {
  font-size: 20px;
  padding-top: 8px;
  margin-left: 20px;
  line-height: 1;
  text-align: right;
}
.orderSearch .topPic .contactUs .text {
  line-height: 1;
  text-align: right;
}
.generalButton {
  color: #000;
  position: relative;
  margin: 10px 10px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 76px;
  line-height: 66px;
  text-align: right;
  font-size: 18px;
  padding-right: 70px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #e7c4ce;
}
.generalButton::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c6194c url(/webimages/icon_info.png) no-repeat center center;
  background-size: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.generalButton.workersCards::after {
  background-image: url(/webimages/open_icon.png);
}
.generalButton.newEventBtn::after {
  background-image: url(/webimages/open_icon.png);
}
.generalButton.digCard::after {
  background-image: url(/webimages/share_icon.png);
}
.generalButton[data-noty]:not([data-noty="0"])::before {
  content: attr(data-noty);
  border: 2px solid #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #c6194c;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  line-height: 30px;
  z-index: 10;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0;
}
.orderSearch .grid {
  padding: 0;
}
.orderSearch .grid .secSect {
  background: #efefef;
  padding-bottom: 100px;
}
.orderSearch .grid .secSect .reviewCont {
  padding-top: 180px;
}
.orderSearch .grid .secSect .btnsWrapper .digCardLink,
.orderSearch .grid .secSect .reviewCont .reviewBtn {
  color: #000;
  position: relative;
  margin: 10px 10px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 76px;
  line-height: 66px;
  text-align: right;
  font-size: 18px;
  padding-right: 70px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #e7c4ce;
}
.orderSearch .grid .secSect .btnsWrapper .digCard {
  position: relative;
  margin: 10px 10px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 76px;
  line-height: 66px;
  text-align: right;
  font-size: 18px;
  padding-right: 70px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #e7c4ce url(/webimages/share.png) no-repeat center right 10px;
}
.orderSearch .grid .secSect .btnsWrapper .digCard::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c6194c url(/webimages/share_icon.png) no-repeat center center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.orderSearch .grid .secSect .btnsWrapper .newEventBtn,
.orderSearch .grid .secSect .btnsWrapper .updatePassword {
  position: relative;
  margin: 10px 10px 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 76px;
  line-height: 66px;
  text-align: right;
  font-size: 18px;
  padding-right: 70px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #e7c4ce;
}
.orderSearch .grid .secSect .btnsWrapper .newEventBtn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c6194c url(/webimages/open_icon.png) no-repeat center center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.orderSearch .grid .secSect .btnsWrapper .digCardLink::after,
.orderSearch .grid .secSect .btnsWrapper .updatePassword::after,
.orderSearch .grid .secSect .reviewCont .reviewBtn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c6194c url(/webimages/icon_info.png) no-repeat center center;
  background-size: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.orderSearch .grid .orderCount {
  background: #fff;
  line-height: 60px;
  text-align: right;
  font-weight: medium;
  font-size: 18px;
  color: #555;
  padding-right: 20px;
  border-bottom: 4px solid #d14770;
}
.orderSearch .grid .orderCount span {
  font-size: 20px;
  font-weight: 700;
  color: #c6194c;
}
.orderSearch .grid .orderCount > input {
  float: left;
  height: 40px;
  margin: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.orderSearch .grid .disSection {
  background: #efefef;
}
.orderSearch .grid .disSection .ttl {
  font-weight: 500;
  margin-top: 10px;
  font-size: 24px;
  text-align: right;
  color: #c6194c;
  padding-right: 10px;
}
.orderSearch .grid .disSection form {
  overflow: hidden;
}
.orderSearch .grid .disSection form input[type="text"] {
  background: 0 0;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  border-bottom: 4px solid #fff;
  float: right;
  margin: 30px 10px;
  width: 240px;
}
.orderSearch .grid .disSection form .searchBtn {
  float: right;
  margin-top: 24px;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  border: 4px solid #fff;
  background: #c6194c url(/webimages/searchIco.png) no-repeat center center;
  box-sizing: border-box;
}
.orderSearch .grid .disSection form .selects {
  padding: 30px 10px;
}
.orderSearch .grid .disSection form .selects .selectContainer {
  position: relative;
  display: inline-block;
}
.orderSearch .grid .disSection form .selects .selectContainer label {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 15px;
  margin: auto;
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.orderSearch .grid .disSection form .selects select.sort:focus + label {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.orderSearch .grid .disSection form .selects select.sort:valid + label {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.orderSearch .grid .disSection form .selects select.sort + label {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.orderSearch .grid .disSection form .selects select.sort {
  padding: 10px 15px 0;
  color: #c6194c;
  font-weight: 700;
  height: 40px;
  width: 100px;
  border: none;
  border-bottom: 5px solid #c6194c;
  margin: 0 3px;
  background: url(/webimages/selectArr.png) no-repeat center left 2px #fff;
  background-size: 25px;
}
.orderSearch .grid .disSection form select::-ms-expand {
  display: none;
}
.orderSearch .grid .disSection form select {
  -webkit-appearance: none;
  appearance: none;
}
.scrollTbl {
  width: 100%;
  overflow-x: auto;
  position: relative;
  padding-bottom: 200px;
}
.taWrap textarea {
  padding: 5px;
  min-height: 60px;
}
.checkBoxWrap {
  position: relative;
}
.checkBoxWrap input[type="checkbox"] {
  display: none;
}
.checkBoxWrap label.flbl {
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #b6b6b6;
  transition: none;
  border-radius: 5px;
}
.checkBoxWrap input:checked + label.flbl {
  background: url(/webimages/radioChecked.png) no-repeat center center;
}
.checkBoxWrap label.llbl {
  padding-right: 33px;
  line-height: 40px;
  color: #999;
  cursor: pointer;
}
.updateButton {
  background: #e7c4ce;
  border: 1px solid #ccc;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin: 4px auto;
}
.updateButton:hover {
  background: #c6194c;
  color: #fff;
}
.tblWrap {
  display: table;
  width: 100%;
  border-spacing: 3px;
  margin-top: 20px;
  white-space: nowrap;
}
.tblWrap .lineWrap {
  display: table-row;
}
.tblWrap .lineWrap .infoCell .taWrap {
  height: 0;
}
.tblWrap .lineWrap .infoCell.show .taWrap {
  height: auto;
}
.tblWrap .lineWrap .infoCell .noteImg {
  display: none;
}
.tblWrap .lineWrap .infoCell .noteImg.show {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.tblWrap .lineWrap:hover .infoCell {
  background-color: #fff;
}
.tblWrap .lineWrap .topCell {
  display: table-cell;
  background: #c6194c;
  text-align: right;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.tblWrap .lineWrap .topCell:nth-child(3),
.tblWrap .lineWrap .topCell:nth-child(4) {
  font-size: 13px;
}
.tblWrap .lineWrap .widthLimit {
  width: 150px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tblWrap .lineWrap .infoCell {
  display: table-cell;
  vertical-align: middle;
  background: #f2f2f2;
  text-align: right;
  padding: 0 10px;
  font-size: 16px;
  color: #555;
  height: 40px;
  line-height: 1.4;
  position: relative;
}
.tblWrap .lineWrap .infoCell:first-child {
  cursor: pointer;
  width: 120px;
  white-space: initial;
  line-height: 20px;
  vertical-align: middle;
}
.tblWrap .lineWrap .infoCell:nth-child(3),
.tblWrap .lineWrap .infoCell:nth-child(4) {
  font-size: 13px;
}
.tblWrap .lineWrap .infoCell.centers {
  text-align: center;
}
.tblWrap .lineWrap .infoCell.centers .eventStatus {
  color: #555;
  font-size: 16px;
}
.tblWrap .lineWrap .infoCell .link {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: #fff;
  color: #ad1a4a;
  border: 1px #ad1a4a solid;
  padding: 0 10px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 13px;
}
.tblWrap .lineWrap .infoCell .link.rank {
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.tblWrap .lineWrap .infoCell .link.status {
  height: 45px;
  line-height: 45px;
}
.tblWrap .lineWrap .infoCell .link.share {
  width: 25px;
  height: 45px;
  background: url(/webimages/share_icon.png) no-repeat center center;
  background-color: #999;
  background-size: 40px;
}
.tblWrap .lineWrap .infoCell .link:nth-child(2) {
  margin-left: 20px;
}
.tblWrap .lineWrap .infoCell .link div:nth-child(1) {
  line-height: 1;
  margin-top: 5px;
}
.tblWrap .lineWrap .infoCell .link div:nth-child(2) {
  line-height: 2;
}
.tblWrap .lineWrap .infoCell .link:not(.share):hover {
  background: #ffd7e2;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
}
.tblWrap .lineWrap .infoCell .link.share:hover {
  background-color: #c6194c;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
}
.tblWrap .lineWrap .infoCell .link[data-type="makeReview"] {
  float: none;
}
.tblWrap .lineWrap .infoCell.editLink > div.link.status {
  width: 80px;
  box-sizing: border-box;
  text-align: center;
}
.tblWrap .lineWrap .infoCell .eventNotes {
  font-size: 12px;
  display: none;
}
.tblWrap .lineWrap .infoCell .eventNotes.show {
  display: block;
}
.tblWrap .lineWrap .infoCell .eventNotes span:not(.noteTxt) {
  font-weight: 700;
}
.tblWrap .lineWrap .infoCell.boxes {
  width: 200px;
  cursor: pointer;
}
.tblWrap .lineWrap .infoCell .opener {
  background: url(/webimages/zone/opener.png) no-repeat left 5px center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.tblWrap .lineWrap .infoCell .opener[data-is="today"]::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c6194c;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.tblWrap .lineWrap .infoCell .infoBox {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #000;
  right: 0;
  z-index: 10;
  width: 100%;
}
.tblWrap .lineWrap .infoCell .infoBox.open {
  display: block;
}
.tblWrap .lineWrap .infoCell .infoBox .item {
  height: 50px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.tblWrap .lineWrap .infoCell .infoBox .item > span {
  line-height: 50px;
  padding-right: 50px;
}
.tblWrap .lineWrap .infoCell .infoBox .item.edit {
  background: url(/webimages/zone/editable.png) no-repeat right 10px center;
}
.tblWrap .lineWrap .infoCell .infoBox .item.manager {
  background: url(/webimages/zone/manager.png) no-repeat right 10px center;
}
.tblWrap .lineWrap .infoCell .infoBox .item.watcher {
  background: url(/webimages/zone/watcher.png) no-repeat right 10px center;
}
.tblWrap .lineWrap .infoCell .infoBox .item.feedbacks {
  background: url(/webimages/zone/feedback.png) no-repeat right 10px center;
}
.tblWrap .lineWrap .infoCell .infoBox .item.tocomments {
  background: url(/webimages/zone/remember.png) no-repeat right 10px center;
}
.tblWrap .lineWrap .infoCell .infoBox .item.tocomments > span {
  line-height: 35px;
  display: block;
}
.tblWrap .lineWrap .infoCell .infoBox .item.tocomments > span ~ span {
  display: block;
  line-height: 0;
  font-size: 12px;
}
.tblWrap .lineWrap .infoCell .infoBox .item > a.share {
  background: url(/webimages/zone/share.png) no-repeat top 10px center;
  font-size: 10px;
  text-align: center;
  padding-top: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 50px;
  border-right: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
}
.tblWrap .lineWrap .infoCell .infoBox .item:last-child {
  border-bottom: 0;
}
.tblWrap .lineWrap .infoCell.ltr {
  direction: ltr;
}
.tblWrap .lineWrap .infoCell {
  font-size: 13px;
}
.tblWrap .lineWrap .infoCell.location {
  white-space: normal;
  line-height: 15px;
  width: 120px;
}
.popup.open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.popup#reviewsPop .popup_container a.close,
.popup#reviewsPop .watchReview .closeInner {
  display: block;
  text-align: left;
  margin: 5px 0 0 5px;
  font-size: 24px;
  padding: 0 10px 0 24px;
  line-height: 35px;
  width: 100%;
  height: 30px;
  z-index: 2;
}
.popup#reviewsPop .popup_container a.close img,
.popup#reviewsPop .watchReview .closeInner img {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 31px;
  font-weight: 400;
  color: #9c9c9c;
}
.popup#reviewsPop .popup_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 450px;
  max-width: 940px;
  margin: auto;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
}
.popup#reviewsPop .popup_container .allCont,
.popup#reviewsPop .popup_container .allCont2 {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  top: 55px;
  padding: 20px;
}
.popup#reviewsPop .title {
  font-size: 28px;
  color: #000;
  margin: auto;
}
.popup#reviewsPop .watchReview {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup#reviewsPop .watchReview .grid {
  height: unset;
  min-height: unset;
  padding: 0 10px;
  max-width: 940px;
  width: 100%;
}
.popup#reviewsPop .watchReview .grid > div:not(.reviewTitle) {
  text-align: right;
  margin: 10px 0;
}
.popup#reviewsPop .watchReview .grid .subTtl {
  font-weight: 600;
  font-size: 20px;
}
.popup#reviewsPop .watchReview .grid .text {
  font-size: 18px;
}
.popup#reviewsPop .watchReview .reviewTitle {
  max-width: 940px;
  width: 98%;
  background: #c6194c;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  margin: 0 auto 30px;
}
.popup#reviewsPop .watchReview .reviewContent {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup#reviewsPop .tblWrap {
  white-space: unset;
}
.popup#reviewsPop .tblWrap .lineWrap .topCell {
  font-size: 18px;
}
.popup#reviewsPop .tblWrap .lineWrap {
  cursor: pointer;
}
.popup#reviewsPop .tblWrap .lineWrap .infoCell {
  font-size: 18px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup#reviewsPop .tblWrap .lineWrap:hover .infoCell {
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup#feedbacksPop .popup_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 450px;
  max-width: 940px;
  margin: auto;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
}
.popup#feedbacksPop .title {
  font-size: 28px;
  color: #000;
  margin: auto;
}
.popup#feedbacksPop .tblWrap {
  white-space: unset;
}
.popup#feedbacksPop .tblWrap .lineWrap .topCell {
  font-size: 18px;
}
.popup#feedbacksPop .tblWrap .lineWrap {
  cursor: pointer;
}
.popup#feedbacksPop .tblWrap .lineWrap .infoCell {
  font-size: 18px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup#feedbacksPop .tblWrap .lineWrap:hover .infoCell {
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popUp#feedBackPop {
  z-index: 1001;
}
.popUp#feedBackPopUnit {
  z-index: 1002;
}
.popUp,
.popUp1 {
  display: none;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popUp .popUpCont,
.popUp1 .popUpCont {
  box-sizing: border-box;
  text-align: center;
  max-width: 520px;
  width: 100%;
  height: 510px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid #ccc;
  padding: 20px;
}
.popUp#smsEventPopUp .popUpCont {
  height: 350px;
}
.popUp1 .popUpCont {
  height: 250px;
}
.popUp .popUpCont .closePop,
.popUp1 .popUpCont .closePop {
  z-index: 10;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: #aaa;
  cursor: pointer;
  transform: rotate(45deg);
  border-radius: 50%;
}
.popUp .popUpCont .closePop::before,
.popUp1 .popUpCont .closePop::before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 10%;
  margin: auto;
  background: #fff;
  height: 60%;
  border-radius: 5%;
}
.popUp .popUpCont .closePop::after,
.popUp1 .popUpCont .closePop::after {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 60%;
  margin: auto;
  background: #fff;
  height: 10%;
  border-radius: 5%;
}
.popUp form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
  padding: 20px;
}
.popUp form .popTitle,
.popUp1 form .popTitle {
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  padding: 10px;
}
.popUp form .form_input,
.popUp1 form .form_input {
  margin: 10px auto;
  position: relative;
  height: 40px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.popUp form .form_input .must {
  position: absolute;
  left: 10px;
  top: -8px;
  font-size: 10px;
  color: red;
  background: #fff;
  padding: 0 5px;
}
.popUp form .form_input select {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  font-size: 18px;
  padding: 0 10px;
  outline: 0;
  position: absolute;
  line-height: 30px;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.popUp form .form_input input,
.popUp1 form .form_input input {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  font-size: 18px;
  padding: 14px 10px 0;
  outline: 0;
  position: absolute;
  line-height: 30px;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.popUp form .form_input input + label,
.popUp1 form .form_input input + label {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
  font-size: 18px;
  transition: 0.2s ease all;
  pointer-events: none;
}
.popUp form .form_input select + label {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 5px;
  font-size: 18px;
  transition: 0.2s ease all;
  pointer-events: none;
}
.popUp form .form_input input:focus + label,
.popUp form .form_input input:valid + label,
.popUp1 form .form_input input:focus + label,
.popUp1 form .form_input input:valid + label {
  top: -8px;
  font-size: 10px;
  color: #000;
  background: #fff;
  padding: 0 5px;
}
.popUp form .form_input input#date + label {
  top: -8px;
  font-size: 10px;
  color: #000;
  background: #fff;
  padding: 0 5px;
}
.popUp form .form_input select:valid + label {
  top: -8px;
  font-size: 10px;
  color: #000;
  background: #fff;
  padding: 0 5px;
}
.popUp form .form_input.check {
  position: relative;
  margin: 0;
  text-align: right;
  display: block;
}
.popUp form .form_input.check input#allowPresentsCC_url,
.popUp form .form_input.check input#allowPresentsCC_url_management {
  display: none;
  position: relative;
  border-radius: 6px;
  width: auto;
  padding: 10px;
  top: auto;
}
.popUp form .form_input.check input#gift_package_firstname,
.popUp form .form_input.check input#gift_package_lastname,
.popUp form .form_input.check input#gift_package_phone,
.popUp form .form_input.check input#gift_package_email {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  width: auto;
  padding: 10px;
  top: auto;
}

.popUp
  form
  .form_input.check
  input[type="checkbox"]:checked
  ~ input#allowPresentsCC_url,
.popUp
  form
  .form_input.check
  input[type="checkbox"]:checked
  ~ input#allowPresentsCC_url_management {
  display: inline-block;
}
.presents_details {
  display: none;
}
.popUp
  form
  .form_input.check
  input[type="checkbox"]:checked
  ~ .presents_details {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: baseline;
}
.popUp form .form_input.check input {
  display: none;
  z-index: 99999;
  position: absolute;
  right: 13px;
  top: 9px;
  width: 25px;
  height: 25px;
}
.popUp form .form_input.check label:not(.checkbox) {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #b6b6b6;
  transition: none;
  border-radius: 5px;
}
.popUp form .form_input.check input:not(:checked) + label {
  background: unset;
}
.popUp form .form_input.check input:checked + label:not(.checkbox) {
  background: url(/webimages/radioChecked.png) no-repeat center center;
}
.popUp form .form_input.check label.checkbox {
  padding-right: 33px;
  line-height: 40px;
}
.popUp form .submit,
.popUp1 form .submit {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: #ad1a4a;
  color: #fff;
  padding: 0 10px;
  margin: 10px auto;
  cursor: pointer;
  border: none;
  font-size: 22px;
  width: 120px;
  height: 40px;
}
.popUp form.editform .popTitle {
  font-size: 0;
}
.popUp form.editform .submit,
.popUp1 form.editform .submit {
  width: 120px;
}
.popUp form.editform .rev {
  text-align: right;
  display: none;
  color: #f7609c;
  margin: 5px 0;
}
.popUp form.editform .rev span {
  font-weight: 600;
  font-size: 16px;
}
.popUp form.editform.ranked .rev {
  display: block;
}
.popUp form.editform.ranked label {
  top: -5px;
}
.popUp form.editform.ranked .submit {
  display: none;
}
.popUp form.editform.ranked .form_input label {
  font-size: 12px;
  color: #f7609c;
  top: -2px;
}
.popUp form.editform.ranked .form_input label.checkbox {
  font-size: 14px;
  color: #000;
  top: 0;
  line-height: unset;
}
.popUp form.editform.ranked .editor_content .jodit_toolbar {
  display: none;
}
.popUp .remove_guests {
  text-align: center;
}
.popUp .remove_guests .remove {
  background: red;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 10px auto;
  cursor: pointer;
}
.popUp .remove_guests .remove p span {
  display: block;
  font-size: 14px;
}
.popUp .remove_guests .remove p span::before {
  content: attr(persons);
  margin-left: 5px;
}
.logout {
  background: #fff;
  border: 1px solid #ccc;
  width: 100px;
  height: 40px;
  position: absolute;
  left: 10px;
  z-index: 10;
  border-radius: 4px;
  top: 10px;
}
.logout::after {
  content: "יציאה";
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
body.popHidden {
  overflow: hidden;
}
body.popHidden .inc_page {
  filter: blur(5px);
  -webkit-filter: blur(3px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
}
#sendCard.popup .popup_container {
  max-width: 240px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.popup .popup_container {
  position: relative;
  width: 80%;
  max-width: 400px;
  margin: 40% auto;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.popup .popup_container h2 {
  color: #f7609c;
  font-weight: 500;
  font-size: 22px;
}
.popup .popup_container a.close img {
  font-size: 31px;
  font-weight: 400;
  color: #9c9c9c;
  position: absolute;
  left: 10px;
  top: 10px;
}
.popup .popup_container .sending_to {
  margin: 0 -14px;
}
.popup .popup_container .sending_to ul {
  padding: 10px 0;
  margin: 15px auto;
  font-size: 0;
}
.popup .popup_container .sending_to ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0;
  max-width: 18%;
  margin: 1%;
}
.popup .popup_container .sending_to ul li.whatsapp a {
  background-color: #63c000;
}
.popup .popup_container .sending_to ul li.sms a {
  background-color: #f59d20;
}
.popup .popup_container .sending_to ul li.facebook a {
  background-color: #4865b6;
}
.popup .popup_container .sending_to ul li.twitter a {
  background-color: #19d2ed;
}
.popup .popup_container .sending_to ul li a {
  color: #fff;
  display: block;
  border-radius: 6px;
  background-color: #f1660b;
  padding: 10px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.popup .popup_container .sending_to ul li a label {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  font-size: 14px;
}
.popup .popup_container .sending_to ul li a img {
  width: 30px;
  height: 30px;
  top: -3px;
  position: relative;
}
.popup .popup_container .sending_to .or {
  margin-bottom: 15px;
}
.popup .popup_container .sending_to .sendToPhone input.tel {
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 2px;
}
.popup .popup_container .sending_to .sendToPhone .sendSms,
.popup .popup_container .sending_to .sendToPhone .sendSms2 {
  display: inline-block;
  vertical-align: top;
  background: #ad1a4a;
  color: #fff;
  padding: 0 10px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  border: none;
  height: 30px;
}
.popup .popup_container .sending_to .sendToPhone input.tel:-moz-placeholder,
.popup
  .popup_container
  .sending_to
  .sendToPhone
  input.tel:-ms-input-placeholder,
.popup .popup_container .sending_to .sendToPhone input.tel::-moz-placeholder,
.popup
  .popup_container
  .sending_to
  .sendToPhone
  input.tel::-webkit-input-placeholder {
  font-weight: 400;
}
.isNotMobile .popup .popup_container .sending_to ul li.sms {
  display: none;
}
.popup .popup_container .sending_to .emailSender,
.popup .popup_container .sending_to .smsSender,
.popup .popup_container .sending_to .sms2Sender {
  position: relative;
}
.popup .popup_container .sending_to .emailSender i,
.popup .popup_container .sending_to .smsSender i,
.popup .popup_container .sending_to .sms2Sender i {
  position: absolute;
  right: 8px;
  top: 7px;
}
.popup .popup_container .sending_to .sendToPhone {
  margin-top: 10px;
}
.popup .popup_container .sending_to .sendToPhone input.tel {
  width: 180px;
  padding-right: 25px;
}
.popup .popup_container .sending_to .sendToPhone .sendEmail {
  display: inline-block;
  vertical-align: top;
  background: #ad1a4a;
  color: #fff;
  padding: 0 10px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  border: none;
  height: 30px;
}
.digitalBg {
  background-image: url(/webimages/digital.jpg);
}
.digitalBg.card {
  background-image: url(/webimages/card-bgr.jpg);
}
.addReview {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.addReview .content {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 560px;
  max-width: 400px;
  min-width: 320px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.addReview .content .closer {
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
}
.addReview .content #review-form {
  text-align: center;
  width: 100%;
  float: right;
  height: 90%;
  opacity: 1;
  overflow: auto;
  margin: 30px auto;
}
.addReview .content #review-form .rev-right {
  display: inline-block;
  overflow: hidden;
  width: 310px;
}
.addReview .content #review-form .rev-right .topInputs {
  width: 50%;
  display: inline-block;
  margin: -4px;
}
.addReview .content #review-form > B {
  display: block;
  font-size: 20px;
  text-align: right;
  margin-bottom: 10px;
  color: #585858;
  right: 40px;
  position: absolute;
  background: #fff;
  top: 4px;
}
.addReview .content #review-form .text {
  text-align: right;
  margin: 10px 40px;
  font-size: 15px;
}
.addReview .content #review-form .rev-left {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 310px;
}
.addReview .content #review-form h4 {
  color: #0f4468;
  font-size: 18px;
}
.addReview .content #review-form .label {
  text-align: right;
  color: #fa4eb7;
  font-size: 11px;
  margin: 20px 0 0 0;
  clear: both;
  position: relative;
}
.addReview .content #review-form .label > span {
  color: #555;
}
.addReview .content #review-form .label.req::before {
  content: "* ";
  color: red;
}
.addReview .content #review-form .topInputs input {
  width: 90%;
  margin: 0 auto;
}
.addReview .content #review-form .topInputs.dateIn {
  position: relative;
}
.addReview .content #review-form .topInputs.dateIn::after {
  content: "";
  width: 30px;
  height: 29px;
  background: #fff url(/webimages/calRev.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.addReview .content #review-form input {
  padding-bottom: 2px;
  font-size: 16px;
  color: #555;
  padding-right: 10px;
  padding-top: 6px;
  font-family: arial;
  float: right;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #bbb;
  margin: 4px 0 0 5px;
  height: 20px;
}
.addReview .content #review-form textarea {
  padding: 10px;
  font-size: 16px;
  min-height: 100px;
  font-family: arial;
  box-sizing: border-box;
  float: right;
  width: 100%;
  border: 1px solid #bbb;
  margin: 4px 0 10px 5px;
}
.addReview .content #review-form .submit {
  margin: 8px auto;
  float: none;
  width: 230px;
  border-radius: 6px;
  border: none;
  clear: both;
  cursor: pointer;
  font-family: arial;
  font-size: 20px;
  background: #da3f8f;
  height: 50px;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
}
.addReview .content #review-form .boxrates {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  direction: ltr;
}
.addReview .content #review-form .boxrates .stars {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.addReview .content #review-form .boxrates input {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
  height: auto;
  width: auto;
  display: none;
}
.addReview .content #review-form .boxrates label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/webimages/starNormal.png) no-repeat;
  cursor: pointer;
}
.addReview .content #review-form .note {
  clear: both;
  color: #555;
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  padding-right: 24px;
  background: url(/webimages/noteSS.png) no-repeat top right;
}
.addReview .content #review-form .boxrates h4 {
  color: #2c8993;
}
.addReview .content #review-form .boxrates:not(:checked) > label:hover,
.addReview .content #review-form .boxrates:not(:checked) > label:hover ~ label,
.addReview .content #review-form .boxrates > input:checked ~ label {
  background: url(/webimages/starPush.png) no-repeat center center;
}
.addReview .content #review-form .boxrates > input:checked + label:hover,
.addReview .content #review-form .boxrates > input:checked ~ label:hover,
.addReview
  .content
  #review-form
  .boxrates
  > input:checked
  ~ label:hover
  ~ label,
.addReview
  .content
  #review-form
  .boxrates
  > label:hover
  ~ input:checked
  ~ label {
  background: url(/webimages/starPush.png) no-repeat center center;
}
.addReview .content #review-form .policy input {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 50;
  cursor: pointer;
}
.addReview .content #review-form .policy input + label {
  padding-right: 40px;
  position: relative;
  line-height: 30px;
}
.addReview .content #review-form .policy input + label::after {
  content: "";
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.addReview .content #review-form .policy input:checked + label::before {
  content: "\2713";
  position: absolute;
  right: -2px;
  font-size: 27px;
  z-index: 10;
  top: -10px;
}
.addReview .content #review-form .policy input + label > a {
  color: #fa4eb7;
  font-weight: 700;
}
#filePic {
  display: none;
}
.filePicLbl {
  display: block;
  margin: 10px auto;
  width: 102px;
  height: 42px;
  background: url(/webimages/fileUp.png) no-repeat center right 10px;
  border: 1px solid #bbb;
  line-height: 40px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  cursor: pointer;
  color: #555;
  font-size: 14px;
}
.container-100 .admin_buttons {
  position: absolute;
  left: 125px;
  z-index: 10;
  top: 10px;
}
.container-100 .btn {
  background: #e7c4ce;
  border: 1px solid #ccc;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  display: block;
}
.inc_page.nomargin {
  margin-top: -20px;
}
.inc_page .pages {
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
}
.inc_page .pages .page {
  width: 270px;
  height: 220px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  margin: 10px;
  position: relative;
}
.inc_page .pages .page .title {
  font-weight: 700;
  display: table;
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
}
.inc_page .pages .page .title p {
  display: table-cell;
  vertical-align: middle;
}
.inc_page .pages .page .pic {
  width: 250px;
  height: 156px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
.inc_page.owners .buttons {
  text-align: center;
}
.inc_page.owners .buttons .bttn {
  display: inline-block;
  vertical-align: top;
  color: #e70044;
  font-size: 20px;
  margin: 6px;
  background: #fff;
  line-height: 60px;
  width: 180px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px #e70044 solid;
}
.inc_page.owners .buttons .bttn.active,
.inc_page.owners .buttons .bttn:hover {
  background: #e70044;
  color: #fff;
}
.inc_page.owners .tabs > div {
  display: none;
}
.inc_page.owners .infos {
  float: right;
  width: 50%;
}
.inc_page.owners .boxes {
  float: left;
  width: 45%;
  background: #f5f5f5;
  padding-top: 30px;
}
.inc_page.owners .boxes .tabs .grid {
  background: #f5f5f5;
}
.ratesBox {
  margin-bottom: 20px;
}
.ratesBox .grid {
  min-height: 100%;
}
.ratesBox .rates {
  margin: 20px 0;
  position: relative;
  opacity: 0;
}
.ratesBox .rates .rate {
  height: 250px;
  background: #fff;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.ratesBox .rates .rate .pic {
  background: url(../webimages/rates_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 190px;
  margin: 10px;
  position: relative;
}
.ratesBox .rates .rate .pic .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  width: 100%;
}
.ratesBox .rates .rate .pic .message p {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  quotes: "“" "”" "‘" "’";
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  overflow: auto;
  display: table;
}
.ratesBox .rates .rate .pic .message.smaller p {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}
.ratesBox .rates .rate .pic .message.smaller p::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.ratesBox .rates .rate .pic .message.smaller p::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.ratesBox .rates .rate .pic .message.smaller p::-webkit-scrollbar-thumb {
  background-color: #e31d68;
}
.ratesBox .rates .rate .pic .message p:after {
  content: open-quote;
}
.ratesBox .rates .rate .pic .message p:before {
  content: close-quote;
}
.ratesBox .rates .rate .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 32px;
}
.ratesBox .rates .rate .info .name {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 15px;
  left: 90px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ratesBox .rates .rate .info .stars {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 15px;
  margin: auto;
}
.ratesBox .rates .rate .info .type {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  right: 0;
}
.ratesBox .rates .owl-next,
.ratesBox .rates .owl-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}
.ratesBox .grid .title {
  width: calc(100% + 40px);
  padding: 20px 40px;
  margin: 0 -40px 0 0;
  background-color: #fff;
  font-size: 24px;
  color: #555;
  text-align: right;
  border-bottom: 4px solid #c5194b;
}
.inc_contact {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #menu > ul > li:hover > a {
    background: #fff;
    color: #3d4553;
  }
  #menu ul > li:hover ul {
    opacity: 1;
    max-height: 500px;
  }
  #menu ul > li > ul > li:hover {
    background: #a2a2a2;
  }
  #menu ul > li > ul > li:hover a {
    color: #fff;
  }
}
.popUp1 .inputCont {
  margin: 15px auto 0;
  position: relative;
  max-width: 315px;
}
.popUp1 .inputCont input {
  max-width: 300px;
  width: 100%;
  padding-right: 15px;
  height: 44px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #555;
  text-align: right;
}
.popUp1 .inputCont .inputLabel {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 11px;
  color: #e70044;
  font-weight: 300;
  text-align: right;
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popUp1 .inputCont input:valid + .inputLabel {
  opacity: 1;
  bottom: calc(100% - 17px);
}
.popUp1 .inputCont::after {
  content: attr(message);
  font-size: 0;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popUp1 .inputCont.touched::after {
  content: "*שדה חובה";
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  transition: all 0.5s ease 0s;
}
.popUp1 .inputCont.notValid::after {
  content: attr(message);
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 0;
  color: #e70044;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inc_invite ~ .inc_invite {
  margin: 20px 0;
  min-height: 850px;
}
.inc_invite.home,
.inc_invite.home .grid,
.inc_invite.home .grid.card {
  min-height: 850px;
}
.inc_invite .grid {
  padding-top: 50px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right top 0;
  overflow: visible;
}
.inc_invite.home .grid h3 {
  margin-bottom: 10px;
  color: #e70043;
}
.inc_invite .grid.card {
  overflow: visible;
  height: 980px;
}
.inc_invite .grid .tableLike {
  display: table;
  width: 100%;
}
.inc_invite .grid .left_side,
.inc_invite .grid .right_side {
  display: table-cell;
  vertical-align: top;
}
.inc_invite .grid .right_side {
  text-align: right;
  padding-left: 50px;
}
.inc_invite .grid .left_side {
  float: left;
}
.inc_invite .grid .left_side::before {
  position: absolute;
  content: "";
  background: url(/webimages/hand.png) no-repeat;
  width: 595px;
  height: 950px;
  left: -61px;
  top: 18px;
}
.inc_invite .grid .mainTtl h2 {
  text-align: right;
  font-size: 36px;
}
.inc_invite .grid .content {
  text-align: right;
  margin-bottom: 20px;
  font-size: 18px;
}
.inc_invite .grid .toPop {
  background: linear-gradient(180deg, #f5487a, #e70043);
  font-size: 36px;
  color: #efefef;
  padding: 10px 30px;
  display: inline-block;
  max-width: 360px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  border-radius: 20px;
  border: 1px white solid;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.inc_invite .grid .toPop b {
  font-size: 44px;
  font-weight: 500;
  display: block;
}
.inc_invite .grid .left_side .slider {
  width: 400px;
  height: 650px;
  box-shadow: 0 0 10px rgba(2, 2, 2, 0.35);
  background-color: #f8f8f8;
  border: 10px solid #fff;
  position: relative;
  box-sizing: border-box;
  margin: 10px;
}
.inc_invite .grid .left_side .slider .items {
  height: 100%;
  position: relative;
}
.inc_invite .grid .left_side .slider .items div.itemSlide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
  background-position: center;
}
.inc_invite .grid .left_side .slider .top {
  height: 100px;
  background-color: rgba(231, 0, 67, 0.7019607843137254);
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  padding-top: 10px;
  box-sizing: border-box;
}
.inc_invite .grid.card .left_side .slider .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
}
.inc_invite .grid .left_side .slider .top div:last-child {
  font-size: 36px;
}
.inc_invite .grid .left_side .slider .bottom {
  font-size: 18px;
  line-height: 30px;
  color: #272727;
  height: 280px;
  background-color: rgba(239, 239, 239, 0.9019607843137255);
  width: 100%;
  bottom: 0;
  text-align: right;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
}
.inc_invite .grid .left_side .slider .bottom ul.list {
  list-style-type: none;
}
.inc_invite .grid .left_side .slider .bottom ul.list li {
  background-image: url(../webimages/okay.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
}
.inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-next,
.inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-prev {
  top: 180px;
  height: 40px;
  width: 40px;
}
.inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-prev {
  background-image: url(../webimages/arr_left.png);
  background-size: contain;
  left: -25px;
}
.inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-next {
  background-image: url(../webimages/arr_right.png);
  background-size: contain;
  right: -25px;
}
.il_makiage_banner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  z-index: 9999;
  margin-top: 2rem;
}
.il_makiage_banner h2 {
  background-color: #31bf69;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-size: 23px;
}
.il_makiage_banner img {
  width: 62.5rem;
}
@media (max-width: 767px) {
  .il_makiage_banner img {
    width: 100%;
  }
  .il_makiage_banner h2 {
    font-size: 17px;
  }
}
.popup .popup_container_invite {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 10px;
  margin: auto;
  background: #f1f1f1;
  padding: 20px 10px 0;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.popup .popup_container_invite form#popNewCard {
  height: 100%;
  overflow: auto;
}
.popup .popup_container_invite .loginPopup-close {
  width: auto;
  height: auto;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.popup .popup_container_invite .pop_content_invite .pop_invite_title {
  font-size: 24px;
  font-weight: 500;
  color: #e70043;
  margin-bottom: 10px;
}
.popup .popup_container_invite .pop_content_invite .invite_stage_pos > * {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
}
.popup .popup_container_invite.stage1 #stage_pos1 {
  color: #e70043;
}
.popup .popup_container_invite.stage2 #stage_pos2 {
  color: #e70043;
}
.popup .popup_container_invite.stage3 #stage_pos3 {
  color: #e70043;
}
.popup .popup_container_invite .invite_stage {
  display: none;
}
.popup .popup_container_invite.stage1 #invite_stage1 {
  display: block;
}
.popup .popup_container_invite.stage2 #invite_stage2 {
  display: block;
}
.popup .popup_container_invite.stage3 #invite_stage3 {
  display: block;
  padding-bottom: 180px;
  background: url(../webimages/finishing.png) no-repeat bottom 30px center;
}
.popup .popup_container_invite.stage3 #invite_stage3.stage4 {
  background: 0 0;
  padding-bottom: 0;
}
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  > .inputCont,
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  > .send_sms,
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  > .send_email {
  pointer-events: none;
  opacity: 0.3;
}
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  #verify_code {
  display: block;
  text-align: center;
}
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  #verify_code
  .backtonumber {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 100px;
  margin-top: 20px;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  padding: 5px 10px;
  display: none;
}
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  #verify_code
  .inputCont {
  display: inline-block;
}
.popup
  .popup_container_invite.stage3
  #invite_stage3.stage4
  .inputs_wraper
  #verify_code
  .code_text {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 10px;
}
.popup .popup_container_invite .inputForm #invite_stage3.stage4 input.submit {
  display: block;
  width: 140px;
}
.popup .popup_container_invite .pop_content_invite .invite_stage {
  overflow: hidden;
  margin: 15px 0;
}
.popup .popup_container_invite .pop_content_invite .inputs_wraper {
  overflow: hidden;
  font-size: 0;
  text-align: right;
}
.popup .popup_container_invite .inputForm .inputCont {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px 0;
  font-size: 0;
}
.popup .popup_container_invite .inputForm .inputCont.select {
  background: #fff;
}
.popup .popup_container_invite .inputForm .inputCont.wide {
  width: calc(100% - 20px);
  max-width: none;
}
.popup .popup_container_invite .inputForm .inputCont.clearb {
  clear: both;
  display: block;
}
.popup .popup_container_invite .inputForm .inputCont input {
  box-sizing: border-box;
  max-width: none;
}
.popup .popup_container_invite .inputForm .inputCont.required::before {
  position: absolute;
  content: "*";
  left: 4px;
  color: #e70044;
  z-index: 999999;
  top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.popup#editCard .popup_container .inputForm .inputCont.required::before {
  position: absolute;
  content: "*";
  left: 4px;
  color: #e70044;
  z-index: 999999;
  top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.popup .popup_container_invite .inputForm .send_sms,
.popup .popup_container_invite .inputForm .send_email {
  background: #e70044;
  font-size: 18px;
  color: #fff;
  width: calc(50% - 20px);
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.popup .popup_container_invite .inputForm #verify_code {
  display: none;
}
.popup .popup_container_invite .inputForm #invite_stage3 input.submit {
  display: none;
}
.popup .popup_container_invite .inputForm .submit {
  float: left;
  font-size: 24px;
  font-weight: 500;
  padding-left: 90px;
  width: 160px;
  background-position: left;
  color: #e70044;
  margin: 5px;
  box-sizing: border-box;
  line-height: 100px;
}
.popup .popup_container_invite.stage3 .inputForm .submit {
  display: none;
}
.popup .popup_container_invite.stage3 .inputForm .stage4 .submit {
  display: block;
}
.popup .popup_container_invite .validation_text {
  margin: 4px 10px;
  text-align: right;
  font-size: 18px;
}
.popup .popup_container_invite .inputForm .regulations {
  display: none;
  float: right;
  max-width: calc(100% - 170px);
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  max-height: 60px;
  line-height: 20px;
  position: relative;
  margin-top: 54px;
  transform: translateY(-50%);
}
.popup .popup_container_invite .inputForm .stage4 .regulations {
  display: block;
}
.popup .popup_container_invite .inputForm .regulations a {
  text-decoration: underline;
  color: #e70044;
  font-weight: 500;
}
.popup .popup_container_invite .inputForm .back {
  float: right;
  font-size: 24px;
  font-weight: 500;
  padding-right: 50px;
  width: 110px;
  color: #737373;
  margin: 5px;
  background: url(/webimages/backBtn.png) no-repeat right center;
  background-size: 50px;
  height: 100px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 100px;
}
.popup .popup_container_invite .inputForm #invite_stage3 input.back {
  position: absolute;
  bottom: 0;
  right: 0;
}
.popup .popup_container_invite .pop_content_invite .inputs_wraper.centered {
  text-align: center;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper
  .title {
  cursor: pointer;
  display: block;
  line-height: 40px;
  background: #e70044;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 40px;
  border-bottom: 2px solid #272727;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn {
  margin-top: 10px;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  input {
  display: none;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  input.hidden
  + label {
  pointer-events: none;
  opacity: 0.2;
}
.popup
  .popup_container_invite
  .pop_content_invite
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  label {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #949494;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  border-radius: 5px;
}
.picturePrev {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  height: 140px;
  overflow: hidden;
  position: relative;
  padding-bottom: 2px;
}
.picturePrev .singlePic {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 132px;
  height: 88px;
  display: inline-block;
  border: 2px solid #ccc;
  margin: 15px 5px;
  border-radius: 6px;
}
.picturePrev .singlePic input[type="radio"] {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.picturePrev .singlePic label {
  position: absolute;
  bottom: -25px;
  right: 0;
  border: 1px solid #ccc;
  height: 18px;
  width: 18px;
}
.picturePrev .singlePic label:after {
  content: "";
  width: 14px;
  height: 5px;
  position: absolute;
  top: 1px;
  left: 1px;
  border: 3px solid #0fb6d4;
  border-top: none;
  border-right: none;
  background: 0 0;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.picturePrev .singlePic label:before {
  content: "תמונה ראשית";
  position: absolute;
  top: 1px;
  right: 25px;
  width: 100px;
  font-size: 12px;
}
.picturePrev .singlePic input[type="radio"]:checked + label:after {
  opacity: 1;
}
.picturePrev .singlePic .delBtn {
  z-index: 5;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 16px;
}
.picturePrev .singlePic.removed {
  opacity: 0.4;
}
.picturePrev .reset {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #949494;
  margin: 0 auto;
  text-decoration: underline;
  display: block;
}
.picturePrev .reset::before {
  clear: both;
  content: "";
  display: block;
}
.picturePrev .owl-controls .owl-nav .owl-prev {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/webimages/leftgal.png) no-repeat center center;
  background-size: contain;
}
.picturePrev .owl-controls .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(/webimages/rightgal.png) no-repeat center center;
  background-size: contain;
}
.picturesBox .uploadeds {
  font-size: 12px;
}
.newPics {
  overlfow: hidden;
  height: 122px;
}
.popUp#feedBackPop .popUpCont {
  border-radius: 0;
  max-width: 1000px;
  width: 96%;
}
.popUp#feedBackPop .popUpCont .title {
  text-align: right;
  font-size: 20px;
}
.popUp#feedBackPop .popUpCont .close {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.popUp#feedBackPop .popUpCont .topinfo {
  text-align: right;
  margin: 10px 0;
}
.popUp#feedBackPop .popUpCont .topinfo > div {
  color: #555;
  display: inline-block;
  vertical-align: top;
  background: #ebebeb;
  position: relative;
  width: 130px;
  height: 80px;
  box-sizing: border-box;
  margin-left: 10px;
}
.popUp#feedBackPop .popUpCont .topinfo > div .numbers {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}
.popUp#feedBackPop .popUpCont .topinfo > div .explain {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 0 10px;
}
.popUp .popUpCont .info {
  overflow: hidden;
}
.popUp .popUpCont .info .line {
  background: #ebebeb;
  margin: 10px 0;
  padding: 5px;
  display: table;
  width: 100%;
  line-height: 36px;
}
.popUp .popUpCont .info .line > span {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  color: #c5194b;
}
.popUp .popUpCont .info .line > span:first-child {
  width: 170px;
}
.popUp .popUpCont .info .line .showIs {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.popUp .popUpCont .info .line .titles {
  font-weight: 500;
  width: 220px;
}
.popUp#feedBackPop .popUpCont .sendFeed {
  width: 180px;
  height: 50px;
  background: #c5194b;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  margin-top: 5px;
}
.popUp#feedBackPop .popUpCont .sendForm {
  display: none;
  border-top: 2px solid #c5194b;
  border-bottom: 2px solid #c5194b;
  margin: 10px 0;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.popUp#feedBackPop .popUpCont .sendForm > div {
  display: table;
  width: 100%;
}
.popUp#feedBackPop .popUpCont .sendForm > div > * {
  display: table-cell;
}
.popUp#feedBackPop .popUpCont .sendForm > div > .button {
  background: #c5194b;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.popUp#feedBackPop .popUpCont .sendForm > div > select {
  width: 70px;
  height: 36px;
  font-size: 18px;
}
.popUp#feedBackPop .popUpCont .sendForm > div > select ~ select {
  width: 260px;
}
.popUp#feedBackPopUnit .popUpCont {
  border-radius: 0;
  max-width: 1000px;
  width: 96%;
}
.popUp#feedBackPopUnit .popUpCont .title {
  text-align: right;
  font-size: 20px;
}
.popUp#feedBackPopUnit .popUpCont .close {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.popUp#feedBackPopUnit .tblWrap .lineWrap .infoCell,
.popUp#feedBackPopUnit .tblWrap .lineWrap .topCell {
  font-size: 16px !important;
}
.feedBackBody .cont {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.feedBackBody .cont .topRev {
  min-height: 272px;
  position: relative;
  width: 100%;
}
.feedBackBody .cont .topRev::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 );
}
.feedBackBody .cont .topRev .ttl {
  position: relative;
  font-size: 48px;
  text-align: center;
  padding-top: 60px;
  color: #fff;
  z-index: 1;
}
.feedBackBody .cont .topRev .evIcon {
  z-index: 200;
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  bottom: -120px;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(0deg, #e1e1e1 0, #fff 100%);
  border: 4px solid #e1e1e1;
}
.feedBackBody .cont .topRev .evIcon img {
  position: absolute;
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.feedBackBody .cont .mainCont {
  margin-top: 120px;
  box-sizing: border-box;
  padding: 0 10%;
}
.feedBackBody .cont .mainCont .evName {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: right;
}
.feedBackBody .cont .mainCont .evte {
  color: #000;
  font-size: 32px;
  text-align: center;
  margin: 5px 0;
}
.feedBackBody .cont .mainCont .evqus {
  color: #000;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
}
.feedBackBody .cont .mainCont .strTtl {
  color: #000;
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
}
.feedBackBody .cont .mainCont form {
  text-align: center;
}
.feedBackBody .cont .mainCont .startsCont {
  direction: ltr;
  display: inline-block;
  margin: 15px 0;
  display: flex;
  justify-content: space-around;
}
.feedBackBody .cont .mainCont .startsCont input {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
  height: auto;
  width: auto;
  display: none;
}
.feedBackBody .cont .mainCont .startsCont label {
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  color: #ccc;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../webimages/feedback/star.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.feedBackBody .cont .mainCont .startsCont:not(:checked) > label:hover,
.feedBackBody .cont .mainCont .startsCont:not(:checked) > label:hover ~ label,
.feedBackBody .cont .mainCont .startsCont > input:checked ~ label {
  background: url(../webimages/feedback/starc.png) no-repeat center center;
  background-size: contain;
}
.feedBackBody .cont .mainCont .startsCont > input:checked + label:hover,
.feedBackBody .cont .mainCont .startsCont > input:checked ~ label:hover,
.feedBackBody .cont .mainCont .startsCont > input:checked ~ label:hover ~ label,
.feedBackBody
  .cont
  .mainCont
  .startsCont
  > label:hover
  ~ input:checked
  ~ label {
  background: url(../webimages/feedback/starc.png) no-repeat center center;
  background-size: contain;
}
.feedBackBody .cont .mainCont .startsCont > input:checked + label {
  color: #fff;
}
.feedBackBody .cont .mainCont textarea {
  margin: 10px 0;
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  color: #000;
  font-size: 30px;
}
.feedBackBody .cont .mainCont .submitBut {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  background: #d6a121;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 5px;
}
.buttons {
  position: relative;
  display: block;
  padding: 40px 20px;
}
.getsmscode,
.sendsmscode {
  color: #fff;
  font-size: 17px;
  margin: 0;
  width: auto;
  background: #e70044;
  border: 0;
  border-radius: 40px !important;
  padding: 0 30px;
  height: 44px;
  max-width: 320px;
  width: 100%;
}
.topbtn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 30px;
  margin: 0;
  height: 50px;
  width: auto;
  background: #e70044;
  border: 0;
  border-radius: 36px !important;
  padding: 0 30px;
}
.topbtn.biz {
  color: #000;
  background: #fff;
  border: 2px solid #e70044;
  margin-right: 20px;
}
.get-sms-cont {
  background: #f1f2f6;
  position: relative;
  display: block;
  padding: 40px;
  width: 70%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.get-sms-cont .title {
  color: #000;
  width: 100%;
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0;
}
.get-sms-cont .inputCont {
  max-width: 100%;
  width: 100%;
  margin: 20px 0;
}
.get-sms-cont .inputCont input[type="tel"] {
  max-width: 320px;
  width: 100%;
  text-align: center;
  -webkit-appearance: unset;
  border-radius: unset;
  outline: 0;
}
.get-sms-cont input[type="tel"]::-webkit-input-placeholder {
  text-align: center;
}
.get-sms-cont input[type="tel"]:-ms-input-placeholder {
  text-align: center;
}
.get-sms-cont input[type="tel"]::placeholder {
  text-align: center;
}
.get-sms-cont .message {
  padding: 20px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.get-sms-cont .message.message3 {
  background: #fff;
  border: 1px solid #797676;
  padding: 5px;
  margin-top: 10px;
  border-radius: 13px;
  cursor: pointer;
  font-size: 13px;
  height: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .feedBackBody .cont .topRev {
    min-height: 150px;
  }
  .feedBackBody .cont .topRev .ttl {
    padding-top: 20px;
    font-size: 30px;
  }
  .feedBackBody .cont .topRev .evIcon {
    height: 100px;
    width: 100px;
    bottom: -60px;
  }
  .feedBackBody .cont .mainCont {
    margin-top: 80px;
    padding: 0 10px;
  }
  .feedBackBody .cont .mainCont .evName {
    font-size: 20px;
  }
  .feedBackBody .cont .mainCont .evte {
    font-size: 16px;
  }
  .feedBackBody .cont .mainCont .evqus {
    font-size: 20px;
  }
  .feedBackBody .cont .mainCont textarea {
    font-size: 15px;
    height: 100px;
  }
  .feedBackBody .cont .mainCont .submitBut {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .feedBackBody .cont .mainCont .strTtl {
    font-size: 16px;
  }
  .buttons {
    position: relative;
    display: block;
    padding: 40px 20px;
  }
  .getsmscode,
  .sendsmscode {
    color: #fff;
    font-size: 17px;
    margin: 0;
    width: auto;
    background: #e70044;
    border: 0;
    border-radius: 40px !important;
    padding: 0 30px;
    height: 44px;
  }
  .topbtn {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 30px;
    margin: 0;
    height: 50px;
    width: 90%;
    background: #e70044;
    border: 0;
    border-radius: 36px !important;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .topbtn.biz {
    color: #000;
    background: #fff;
    border: 2px solid #e70044;
    margin-right: auto;
  }
  .get-sms-cont {
    background: #f1f2f6;
    position: relative;
    display: block;
    padding: 40px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .get-sms-cont .title {
    color: #000;
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
  .get-sms-cont .inputCont {
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
  .get-sms-cont .inputCont input[type="tel"] {
    max-width: 320px;
    width: 100%;
    text-align: center;
    -webkit-appearance: unset;
    border-radius: unset;
    outline: 0;
  }
  .get-sms-cont input[type="tel"]::-webkit-input-placeholder {
    text-align: center;
  }
  .get-sms-cont input[type="tel"]:-ms-input-placeholder {
    text-align: center;
  }
  .get-sms-cont input[type="tel"]::placeholder {
    text-align: center;
  }
  .get-sms-cont .message {
    padding: 20px;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .get-sms-cont .message.message3 {
    background: #fff;
    border: 1px solid #797676;
    padding: 5px;
    margin-top: 10px;
    border-radius: 13px;
    cursor: pointer;
  }
}
@media (max-width: 1150px) {
  .inc_invite .grid.card {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .header .menuSection .grid ul > li:hover ul {
    opacity: 1;
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .header .upperSection .grid {
    padding: 10px;
  }
  .header .upperSection .login {
    margin-top: 30px;
    height: 40px;
  }
  .header .upperSection .contactUs {
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
  }
  .header .upperSection .contactUs a .img {
    background: #08b12a url(/webimages/phoneLogo1.png) no-repeat center right
      1px;
    border-radius: 26px;
    background-size: 40px;
    padding-right: 44px;
    height: 40px;
    bottom: 4px;
    border: 1px #fff solid;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 2px #000;
    width: 120px;
  }
  .header .upperSection .contactUs a .wp {
    display: none;
  }
  .header .upperSection .login a div {
    background-size: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .header .upperSection .contactUs a .phone,
  .header .upperSection .contactUs a .text {
    margin-left: 20px;
  }
  .inputForm .grid {
    padding: 0 20px;
  }
  .header .menuSection {
    position: fixed;
    overflow: auto;
    width: 300px;
    left: -302px;
    top: 0;
    border-right: 1px solid #525947;
    background: #fff;
    height: 100%;
    bottom: 0;
    z-index: 99;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #e70043;
  }
  .header .menuSection .grid {
    padding: 0;
  }
  .header .menuSection .grid ul {
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menuSection .grid ul .topMenu {
    line-height: initial;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .header .menuSection .grid ul > li.expandable.show {
    height: auto;
  }
  .header .menuSection .grid ul > li > ul {
    border: 0;
    position: static;
    opacity: 1;
    background: 0 0;
  }
  .header .menuSection .grid ul > li > ul > li > a {
    color: #fff;
    padding: 0;
  }
  .header .menuSection .grid ul > li {
    box-sizing: border-box;
    position: relative;
    display: block !important;
    width: 100%;
    text-align: right;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #fff;
  }
  .open .header .menuSection .grid .show ul {
    max-height: initial;
  }
  .open .header .menuSection .grid ul > li.expandable .arOpen {
    background: rgba(0, 0, 0, 0) url(/webimages/arDown_white.png) no-repeat
      scroll center center/contain;
    color: #fff;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-size: auto;
  }
  .header.topMenu {
    display: block !important;
  }
  .header .upperSection {
    box-shadow: 4px 0 10px #000;
  }
  .header .upperSection .logo {
    width: 200px;
    top: 15px;
    right: -20px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .upperSection .logo img {
    width: 200px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .upperSection .login {
    top: 50px;
    left: 0;
    width: 45px;
  }
  .header .upperSection .login.lone {
    margin-left: 0 !important;
    width: 45px;
  }
  .header .upperSection .login img {
    width: 40px;
  }
  .header .upperSection .login .loginText,
  .header .upperSection .logout_ .loginText {
    display: none;
  }
  .header .upperSection .logout_ {
    width: 50px;
    margin-left: 0;
  }
  .mainPic .grid {
    padding: 0;
  }
  .mainPic .grid .textCont .title {
    font-size: 32px;
  }
  .mainPic .grid .textCont .content {
    font-size: 16px;
  }
  .mainPic .grid .textCont .btn a {
    font-size: 22px;
  }
  .inner .menuWrap {
    height: 0;
  }
  .menuWrap {
    height: 0;
  }
  .menuButton {
    display: block;
    z-index: 90;
  }
  .open #menu {
    left: 0;
  }
  #menu {
    position: fixed;
    overflow: auto;
    width: 300px;
    left: -302px;
    top: 0;
    border-right: 1px solid #525947;
    background: #fff;
    height: 100%;
    bottom: 0;
    z-index: 99;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu ul {
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #menu > ul > li.expand {
    display: block;
    font-size: 20px;
    line-height: 40px;
  }
  #menu > ul > li {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  #menu > ul > li a {
    display: block;
    color: #e7e7e7;
  }
  #menu > ul > li.topMenu {
    display: block !important;
  }
  #menu ul li.expandable::after {
    background: rgba(0, 0, 0, 0) url(/webimages/arDown_blue.png) no-repeat
      scroll center center/contain;
    color: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-size: auto;
  }
  #menu ul li.open {
    height: auto;
  }
  #menu ul > li.open > ul {
    position: static;
    opacity: 1;
    max-height: none;
  }
  #menu > ul > li > a {
    padding-left: 0;
    color: #525947;
  }
  #menu > ul > li.active a {
    text-shadow: none;
    color: #fff;
    border: 0;
  }
  #menu > ul > li.active {
    background: #00a6d0;
  }
  #menu ul > li > ul {
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    width: 100%;
    border: none;
  }
  input,
  input:after,
  input:before {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
  }
  .orderSearch .topPic .contactUs {
    top: 11px;
    padding-right: 56px;
    background-size: 45px;
    height: 41px;
  }
  .orderSearch .topPic .contactUs .phone {
    font-size: 16px;
  }
  .orderSearch .topPic .contactUs .text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .inc_invite .grid {
    background-image: none !important;
    padding: 0 20px;
  }
  .inc_invite .grid .left_side,
  .inc_invite .grid .right_side {
    vertical-align: top;
    display: block;
    text-align: center;
    clear: both;
    float: none !important;
  }
  .inc_invite .grid .left_side > *,
  .inc_invite .grid .right_side > * {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 420px;
    text-align: center;
    float: none;
  }
  .inc_invite .grid .right_side {
    padding-left: 0;
  }
  .inc_invite .grid .mainTtl h2 {
    text-align: center;
  }
  .inc_invite .grid .left_side {
    box-sizing: border-box;
    margin: 0 -40px;
    background-image: url(/webimages/digital.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0;
    position: relative;
  }
  .inc_invite .grid .left_side::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background: linear-gradient(#efefef, rgba(220, 220, 220, 0));
    width: 100%;
  }
  .inc_invite .grid .left_side .slider {
    max-width: 100vw;
  }
  .inc_invite .grid.card .left_side {
    margin-top: 20px;
    background-image: url(/webimages/card-bgr.jpg);
  }
  .inc_invite .grid.card .left_side::before {
    left: -127px;
    right: -100px;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .inputForm.contact .inputCont {
    display: block;
    margin: 10px auto;
  }
  .inputForm.contact .inputCont textarea {
    box-sizing: initial;
  }
  .inc_invite.home,
  .inc_invite.home .grid,
  .inc_invite.home .grid.card {
    height: auto;
  }
}
@media (max-width: 768px) {
  .popup .popup_container_invite {
    box-sizing: border-box;
    overflow: auto;
    max-height: 100%;
  }
  .popup
    .popup_container_invite
    .inputForm
    .invite_stage:not(#invite_stage3)
    .inputCont {
    width: calc(100% - 20px);
    max-width: none;
  }
  .popup
    .popup_container_invite
    .pop_content_invite
    .inputs_wraper.centered
    .pictureWrapper
    .title {
    font-size: 15px;
  }
  .popUp .popUpCont,
  .popUp1 .popUpCont {
    padding: 20px 10px;
  }
  .grid .upperText {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .grid .pagePicture {
    max-width: 100%;
    margin: 20px 0;
    margin-top: 30px;
  }
  .scrollTbl > .tblWrap .lineWrap.main {
    display: none;
  }
  .popUp .popUpCont .popWrapInside {
    left: 0;
    right: 0;
    bottom: 10px;
    top: 60px;
    padding: 10px 10px;
    overflow: auto;
    position: absolute;
  }
  .scrollTbl > .tblWrap .lineWrap {
    display: block;
    margin-bottom: 10px;
    border: 1px #333 solid;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    height: 120px;
    max-width: calc(100vw - 6px);
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell {
    display: block;
    float: right;
    position: relative;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
    line-height: 14px;
    height: auto;
    background: #fff;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell::after {
    position: absolute;
    font-size: 11px;
    top: 0;
    right: 4px;
    line-height: 10px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(1) {
    font-weight: 700;
    width: auto;
    float: none;
    padding-right: 4px;
    width: calc(100% - 150px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(3) {
    padding: 0 10px;
    width: calc(100% - 110px);
    height: 12px;
    line-height: 12px;
    margin-top: 0;
    font-size: 12px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(3)::before {
    content: "נוצר ב - ";
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(4),
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(5) {
    padding-right: 4px;
    margin-right: 10px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 120px);
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(6) {
    padding: 0 0 10px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(1)::after {
    content: "שם החוגגים";
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(2)::after {
    content: "מספר נייד";
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(2) {
    background: #ad1a4a;
    border-radius: 4px;
    color: #fff;
    text-align: center;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell:nth-child(2) a {
    color: #fff;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell.boxes {
    position: absolute;
    left: 0;
    top: 10px;
    height: 40px;
    width: 140px;
    padding: 0;
    text-align: left;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .opener {
    font-size: 12px;
    height: 30px;
    display: table-cell;
    text-align: left;
    width: 140px;
    padding-left: 44px;
    vertical-align: middle;
    white-space: normal;
    box-sizing: border-box;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .link {
    line-height: 40px;
    font-size: 12px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .link:nth-child(2) {
    margin-left: 10px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .link {
    border: 1px #ad1a4a solid;
    color: #ad1a4a;
    background: #fff;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell.editLink {
    clear: both;
    float: none;
    overflow: hidden;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell.editLink .link {
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    width: 198px !important;
    text-align: center;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell.editLink .link.share {
    float: right;
    margin-right: 3px;
    height: 45px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .link.share {
    background-color: #999;
    width: 25px !important;
  }
  .orderSearch .grid .disSection form .selects {
    display: block;
    clear: both;
    float: right;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell.centers {
    display: block;
    clear: both;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .link.rank {
    display: block;
    clear: both;
    float: right;
    margin: 10px 0;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .infoBox.open {
    text-align: right;
    left: 9px;
    right: auto;
    width: 240px;
  }
  .scrollTbl > .tblWrap .lineWrap .infoCell .infoBox .item > a.share {
    padding-top: 30px;
  }
  .popup .tblWrap {
    overflow-y: auto;
  }
  .popup .tblWrap .lineWrap {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .popup .tblWrap .lineWrap .infoCell {
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: right;
  }
  .popup .tblWrap .lineWrap .topCell {
    display: inline-block;
  }
  .popup .tblWrap .lineWrap .infoCell:nth-child(1)::after,
  .popup .tblWrap .lineWrap .infoCell:nth-child(2)::after {
    display: none;
  }
  .popup .tblWrap .lineWrap .infoCell:nth-child(2) {
    background: 0 0;
    color: #000;
  }
  .popup .tblWrap .lineWrap .infoCell {
    font-weight: 300;
  }
  .popup#reviewsPop .popup_container {
    overflow-y: auto;
    height: 380px;
    max-height: 500px;
  }
  .popup#reviewsPop .watchReview .reviewTitle {
    max-width: 310px;
  }
  .popUp#feedBackPop .popUpCont {
    padding: 20px 10px;
  }
  .popUp#feedBackPop .popUpCont .topinfo {
    text-align: center;
  }
  .popUp#feedBackPop .popUpCont .topinfo > div {
    margin: 4px;
  }
  .popUp .popUpCont .info .line {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
    width: 100%;
  }
  .popUp .popUpCont .info .line .titles {
    position: absolute;
    left: 20px;
    top: 10px;
    right: 10px;
    padding-left: 50px;
    height: 40px;
    text-align: right;
    border-bottom: 1px #ccc solid;
    width: auto;
    line-height: 18px;
    vertical-align: middle;
    font-size: 16px;
  }
  .popUp .popUpCont .info .line .showIs {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 40px;
  }
  .popUp .popUpCont .info .line > span {
    width: 24%;
    font-size: 14px;
    padding: 0 5px;
    line-height: 1;
    text-align: center;
  }
  .popUp .popUpCont .info .line > span:first-child {
    width: 28%;
  }
  .popUp .popUpCont .info .line > span b {
    font-size: 14px;
    display: block;
  }
  .popUp#feedBackPop .popUpCont .sendForm > div > * {
    display: inline-block;
  }
  .popUp#feedBackPop .popUpCont .sendForm > div > .rText {
    float: right;
  }
  .popUp#feedBackPop .popUpCont .sendForm > div > .rText + select {
    float: left;
  }
  .popUp#feedBackPop .popUpCont .sendForm > div > .qText {
    display: block;
    clear: both;
  }
  .popUp#feedBackPop .popUpCont .sendForm > div > .button {
    margin-top: 10px;
  }
  .footer .footerMenu {
    display: block;
    text-align: right;
  }
  .footer .footerMenu > ul {
    display: inline-block;
    padding-right: 20px;
  }
  .footer .footerMenu > ul > li {
    width: auto;
    display: inline;
    line-height: 40px;
  }
  .footer .footerMenu > ul > li > ul {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .footer .footerMenu > ul > li > ul > li {
    line-height: 20px;
    height: 20px;
  }
  .popup#feedbacksPop .tblWrap .lineWrap .infoCell,
  .popup#reviewsPop .tblWrap .lineWrap .infoCell {
    width: auto;
    display: table-cell;
    padding: 5px;
    font-size: 14px;
    line-height: unset;
    text-align: center;
  }
  .popup#feedbacksPop .tblWrap .lineWrap .topCell,
  .popup#reviewsPop .tblWrap .lineWrap .topCell {
    display: table-cell;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: unset;
  }
  .popup#feedbacksPop .allCont,
  .popup#reviewsPop .allCont {
    overflow-x: auto;
  }
  .popup#feedbacksPop .tblWrap .lineWrap .infoCell:nth-child(2),
  .popup#reviewsPop .tblWrap .lineWrap .infoCell:nth-child(2) {
    background: #f2f2f2;
  }
  .popup#feedbacksPop .popup_container,
  .popup#reviewsPop .popup_container {
    width: 90%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .inc_page.owners .boxes,
  .inc_page.owners .infos {
    width: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  .popUp form .form_input {
    width: 100%;
    margin: 6px auto;
  }
  .container-100 .admin_buttons {
    left: 10px;
    top: 60px;
  }
  .inc_invite .grid .toPop {
    font-size: 24px;
  }
  .inc_invite .grid .toPop b {
    font-size: 34px;
  }
  .topbtn {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 30px;
    margin: 0;
    height: 50px;
    width: 45%;
    background: #e70044;
    border: 0;
    border-radius: 36px !important;
    padding: 0 2%;
    margin-bottom: 10px;
  }
  .get-sms-cont {
    background: #f1f2f6;
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .buttons {
    position: relative;
    display: block;
    padding: 10px 20px;
  }
  div#container-100.inc_login {
    padding-bottom: 60px;
  }
}
@media (max-width: 440px) {
  .inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  .inc_invite .grid .left_side .slider .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 400px) {
  .orderSearch .grid .disSection form .selects {
    width: 100%;
    padding: 0;
  }
  .orderSearch .grid .disSection form .selects .selectContainer,
  .orderSearch .grid .disSection form .selects .selectContainer select {
    display: block;
    width: 100%;
  }
  .orderSearch .grid .disSection form .selects .selectContainer {
    margin: 10px 0;
  }
  .inc_invite .grid .left_side .slider .bottom ul.list li {
    font-size: 14px;
  }
  .orderSearch .grid .disSection form .selects .selectContainer {
    overflow: hidden;
  }
  .orderSearch .grid .disSection form input[type="text"] {
    margin: 10px 0 !important;
  }
}
.inc_page {
  min-height: 500px;
  padding-bottom: 20px;
  background: url(/webimages/bg_site.jpg) center center;
  height: 100%;
}
.inc_page .grid {
  padding: 0 20px;
  max-width: 1000px;
  background-color: #efefef;
}
.inc_page.thecards .grid {
  padding: 0;
}
.inc_page .grid .mSectionPage .secDetails * {
  font-size: 18px;
  color: #555;
  text-align: right;
}
.inc_page .hall_images {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 35vh;
}
.inc_page .hall_images .owl-item,
.inc_page .hall_images .owl-stage,
.inc_page .hall_images .owl-stage-outer {
  height: 100%;
}
.inc_page .hall_images img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.inc_page .hall_images .owl-controls {
  display: none;
}
.inc_page .hall_images .hall_image {
  max-height: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.inc_page .hall_images.cover .hall_image {
  background-size: cover;
}
.inc_page .logoCard {
  z-index: 200;
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  bottom: -180px;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(0deg, #e1e1e1 0, #fff 100%);
  border: 4px solid #e1e1e1;
}
.inc_page .logoCard img {
  position: absolute;
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.logowraper {
  position: relative;
  z-index: 200;
}
.inc_page h1 {
  text-align: center;
  margin-top: 190px;
}
.inc_page h1.nologo {
  margin-top: 0;
}
.inc_page .position {
  color: #999;
  font-size: 16px;
}
.inc_page .subTitle {
  text-align: center;
  font-size: 18px;
}
.inc_page .text.main {
  max-height: 185px;
  overflow-y: hidden;
  max-width: 768px;
  margin: 30px auto 0;
  width: 100%;
  padding: 0 10px;
  text-align: justify;
  box-sizing: border-box;
}
.inc_page #pageText {
  padding: 0 20px;
}
.inc_page .readMore {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  width: 100px;
  margin: auto;
}
.inc_page #map {
  height: 400px;
}
.inc_page .card {
  padding: 50px;
  text-align: center;
}
.inc_page .card .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 20px 5px;
  border-radius: 15px;
  position: relative;
  background-color: #999 !important;
}
.inc_page .card .item label {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
.inc_page .card .item.isicon {
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  overflow: visible;
}
.inc_page .card .waze {
  background: url(/webimages/whiteWz.png) no-repeat center top 8px;
}
.inc_page .card .phone {
  background: url(/webimages/whitePn.png) no-repeat center top 8px;
}
.inc_page .card .website {
  background: url(/webimages/whiteInfo.png) no-repeat center top 8px;
}
.inc_page .card .face {
  background: url(/webimages/whiteFb.png) no-repeat center top 8px;
}
.inc_page .card .share {
  background: url(/webimages/whiteShare.png) no-repeat center top 8px;
}
.inc_page .card .instagram {
  background: url(/webimages/inst_card.png) no-repeat center top 8px;
}
.inc_page .card .twitter {
  background: url(/webimages/twit_card.png) no-repeat center top 8px;
}
.inc_page .card .card360 {
  background: url(/webimages/360_card.png) no-repeat center top 8px;
}
.inc_page .card .youtube {
  background: url(/webimages/youtube_card.png) no-repeat center top 8px;
}
.inc_page .card .mail {
  background: url(/home/images/email.png) no-repeat center top 8px;
}
.inc_page .card .whatsapp {
  background: url(/home/images/whatsapp.png) no-repeat center top 8px;
}
.inc_page .card .saveUser {
  background: url(/home/images/contact.png) no-repeat center top 8px;
}
.inc_page .card .pinterest span {
  font-size: 50px;
  color: #fff;
  line-height: 90px;
}
.inc_page .card .item.isicon .edit {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  left: -4px;
  top: -4px;
  background: #fff;
  border: 1px solid #999;
  z-index: 2;
}
.inc_page .card .item.isicon .edit i {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 20px;
}
.inc_page .card .item .clickable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.inc_page .reviews {
  position: relative;
  background: #fff;
  max-height: auto;
  width: 100%;
  direction: rtl;
}
.inc_page .reviews::after {
  content: "חוות דעת על המקום";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  background-color: #e8e8e8;
  min-height: 58px;
  margin-top: 3px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 58px;
}
.inc_page .reviewsOuter {
  position: relative;
}
.inc_page .reviews .content {
  padding: 80px 25px 25px;
}
.inc_page .reviews .owl-controls {
  position: absolute;
  top: 60px;
  left: calc(50% - 150px);
  right: calc(50% - 150px);
  z-index: 200;
  transform: rotate(-180deg);
}
.inc_page .reviews .owl-controls .owl-nav .owl-prev {
  background: url(/webimages/arLft.png) no-repeat center center;
}
.inc_page .reviews .owl-controls .owl-nav .owl-next {
  background: url(/webimages/arRgt.png) no-repeat center center;
}
.inc_page .reviews .owl-controls .owl-nav .owl-prev.pinkArr {
  background: url(/webimages/arrPink.png) no-repeat center center;
}
.inc_page .reviews .owl-controls .owl-nav .owl-next.pinkArr {
  background: url(/webimages/arrPink.png) no-repeat center center;
  transform: rotateZ(-180deg);
}
.inc_page .reviews .content .title {
  text-align: right;
  font-size: 18px;
  color: #262626;
  font-weight: 500;
}
.inc_page .reviews .content .text {
  position: relative;
  max-width: 800px;
  font-size: 18px;
  color: #555;
  font-weight: 300;
  text-align: right;
  margin-top: 15px;
  padding-left: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inc_page .reviews .content .note {
  text-align: right;
  direction: ltr;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.inc_page .reviews .content .note span {
  font-size: 14px;
  color: #555;
  font-style: italic;
}
.inc_page .reviews .content .more {
  font-size: 16px;
  line-height: 24px;
  color: #e70043;
  position: absolute;
  font-weight: 500;
  left: 0;
  bottom: 0;
}
.inc_page .reviews .content .stars {
  width: 100%;
  height: 25px;
  text-align: right;
  line-height: 25px;
  margin: 10px 0;
}
.inc_page .reviews .content .stars .star {
  background: url(/webimages/pinkStar.png) no-repeat center center;
  background-size: 25px;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.inc_page .info {
  text-align: center;
  color: #999;
  margin: 10px 0;
}
.inc_page .info .title {
  font-weight: 700;
}
.footers {
  text-align: center;
  border-top: 1px solid #ccc;
  margin: 0 40px;
  padding: 20px 0;
}
.footers .logo {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  width: 100%;
}
.footers .logo img {
  width: 100%;
}
.inc_page .isNotMobile .inc_page .card .waze {
  display: none;
}
.inc_page .popup#shareInvition .popup_container {
  height: 200px;
}
.inc_page .popup .popup_container {
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  margin: auto;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #555;
  max-height: 700px;
}
.inc_page .popup#addIcons .popup_container {
  height: auto;
  top: 0;
  bottom: 0;
  display: table;
  margin: auto;
  padding: 10px 0;
  transform: none;
}
.popup#addIcons .popup_container .pictureWrapper {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.popup#addIcons .popup_container .pictureWrapper .title {
  margin-top: 10px;
  line-height: 40px;
  background: #e70044;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 40px;
  border-bottom: 2px solid #272727;
}
.popup#addIcons .popup_container .pictureWrapper .picturesBox .upBtn {
  margin-top: 10px;
  display: none;
}
.popup#addIcons .popup_container .pictureWrapper .picturesBox .upBtn input {
  display: none;
}
.popup#addIcons
  .popup_container
  .pictureWrapper
  .picturesBox
  .upBtn
  input.hidden
  + label {
  pointer-events: none;
  opacity: 0.2;
}
.popup#addIcons .popup_container .pictureWrapper .picturesBox .upBtn label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #949494;
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  border-radius: 5px;
}
.popup#addIcons
  .popup_container
  .pictureWrapper
  .picturesBox
  .upBtn
  label.unselectable {
  pointer-events: none;
  opacity: 0.3;
}
.popup#addIcons .popup_container .pictureWrapper .picturesBox .chkbx {
  position: relative;
}
.popup#addIcons .popup_container .pictureWrapper .picturesBox .chkbx input {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  z-index: 50;
  cursor: pointer;
}
.popup#addIcons
  .popup_container
  .pictureWrapper
  .picturesBox
  .chkbx
  input
  + label {
  font-size: 12px;
  padding-right: 30px;
  position: relative;
  line-height: 30px;
}
.popup#addIcons
  .popup_container
  .pictureWrapper
  .picturesBox
  .chkbx
  input
  + label::after {
  content: "";
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.popup#addIcons
  .popup_container
  .pictureWrapper
  .picturesBox
  .chkbx
  input:checked
  + label::before {
  content: "\2713";
  position: absolute;
  right: -2px;
  font-size: 27px;
  z-index: 10;
  top: -10px;
}
.popup#addIcons .popup_container .pictureWrapper .picturePrev {
  max-height: 140px;
  height: auto;
}
.popup#addIcons .popup_container .removeIconCard,
.popup#addIcons .popup_container .saveCard {
  background: #fff;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}
.popup#addIcons .popup_container .removeIconCard {
  background: #e70044;
  color: #fff;
}
.inc_page .popup#orderIcons .popup_container {
  height: auto;
  top: 10px;
  bottom: 10px;
  margin: auto;
  padding: 10px 0;
  transform: none;
}
.inc_page .popup#orderIcons .popup_container .saveOrder {
  position: absolute;
  bottom: 10px;
  margin: auto;
}
.buttons .button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 20px 5px;
  border-radius: 15px;
  background-color: #000;
}
.buttons .button label {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
.buttons .button.addIcon {
  background: #000 url(../webimages/add.png) no-repeat center top 8px;
}
.buttons .button.editOrder {
  background: #000 url(../webimages/order.png) no-repeat center top 8px;
}
.inc_page .popup#orderIcons .popup_container .dd {
  position: absolute;
  top: 50px;
  bottom: 14vh;
  left: 0;
  right: 0;
  overflow: auto;
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.inc_page .popup#orderIcons .popup_container .dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.inc_page .popup#orderIcons .popup_container .dd-list .dd-list {
  padding-left: 30px;
}
.inc_page .popup#orderIcons .popup_container .dd-collapsed .dd-list {
  display: none;
}
.inc_page .popup#orderIcons .popup_container .dd-empty,
.inc_page .popup#orderIcons .popup_container .dd-item,
.inc_page .popup#orderIcons .popup_container .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.inc_page .popup#orderIcons .popup_container .dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
  background: linear-gradient(top, #fafafa 0, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inc_page .popup#orderIcons .popup_container .dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}
.inc_page .popup#orderIcons .popup_container .dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: 0 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.inc_page .popup#orderIcons .popup_container .dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.inc_page
  .popup#orderIcons
  .popup_container
  .dd-item
  > button[data-action="collapse"]:before {
  content: "-";
}
.inc_page .popup#orderIcons .popup_container .dd-empty,
.inc_page .popup#orderIcons .popup_container .dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inc_page .popup#orderIcons .popup_container .dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: -moz-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    );
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.inc_page .popup#orderIcons .popup_container .dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.inc_page .popup#orderIcons .popup_container .dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.inc_page .popup#orderIcons .popup_container .dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.inc_page .popup#orderIcons .popup_container .nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.inc_page .popup#orderIcons .popup_container #nestable-menu {
  padding: 0;
  margin: 20px 0;
}
.inc_page .popup#orderIcons .popup_container #nestable-output,
.inc_page .popup#orderIcons .popup_container #nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inc_page .popup#orderIcons .popup_container #nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0, #999 100%);
  background: linear-gradient(top, #bbb 0, #999 100%);
}
.inc_page .popup#orderIcons .popup_container #nestable2 .dd-handle:hover {
  background: #bbb;
}
.inc_page
  .popup#orderIcons
  .popup_container
  #nestable2
  .dd-item
  > button:before {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .inc_page .popup#orderIcons .popup_container .dd + .dd {
    margin-right: 2%;
  }
}
.inc_page .popup#orderIcons .popup_container .dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
.inc_page .popup#orderIcons .popup_container .dd3-content {
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 40px 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
  background: linear-gradient(top, #fafafa 0, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.inc_page .popup#orderIcons .popup_container .dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}
.inc_page
  .popup#orderIcons
  .popup_container
  .dd-dragel
  > .dd3-item
  > .dd3-content {
  margin: 0;
}
.inc_page .popup#orderIcons .popup_container .dd3-item > button {
  margin-left: 30px;
}
.inc_page .popup#orderIcons .popup_container .dd3-handle {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0, #bbb 100%);
  background: linear-gradient(top, #ddd 0, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inc_page .popup#orderIcons .popup_container .dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.inc_page .popup#orderIcons .popup_container .dd3-handle:hover {
  background: #ddd;
}
@media (max-width: 768px) {
  .inc_page .text.main {
    padding: 0 25px;
  }
  .inc_page .hall_image .logoCard {
    width: 130px;
    height: 130px;
    bottom: -70px;
  }
  .inc_page .hall_image .logoCard img {
    margin: 30px auto;
  }
  .inc_page .card {
    padding: 50px 20px;
  }
  .inc_page .logoCard {
    height: 100px;
    width: 100px;
    bottom: -90px;
  }
  .inc_page h1 {
    margin-top: 90px;
  }
}
@media (max-width: 600px) {
  .inc_page .card {
    padding: 50px 0;
  }
  .inc_page .card .item {
    width: 80px;
    height: 80px;
    background-position: bottom 17px center !important;
    background-size: 80% !important;
    margin: 5px;
  }
  .inc_page .card .item label {
    font-size: 12px;
    bottom: 3px;
  }
  .inc_page .card .item.whatsapp {
    background-size: 70% !important;
  }
  .inc_page .popup#shareInvition .popup_container {
    display: table;
  }
  .buttons .button {
    width: 80px;
    height: 80px;
    background-position: bottom 17px center !important;
    background-size: 80% !important;
    margin: 5px;
  }
  .buttons .button label {
    font-size: 12px;
    bottom: 3px;
  }
}
@media (max-width: 350px) {
  .popup .popup_container .sending_to ul li a label {
    font-size: 12px;
  }
}
.thecards .buttons {
  position: relative;
}
.thecards .buttons ul.editButtons {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: -85px;
  left: 0;
  z-index: 8;
}
.thecards .buttons ul.editButtons li {
  margin: 20px 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.thecards .buttons ul.editButtons li:last-child a {
  background-color: #ddd;
}
.thecards .buttons ul.editButtons li a,
.thecards .buttons ul.editButtons li label {
  border-radius: 20px;
  box-shadow: 3px 5.196px 6px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  display: block;
  text-align: center;
  color: #555;
  cursor: pointer;
}
.thecards .buttons ul.editButtons li a i {
  font-size: 16px;
}
.popup .popup_container > .title {
  color: #020202;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup .popup_container a.close img {
  font-size: 31px;
  font-weight: 400;
  color: #9c9c9c;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.popup .popup_container .bttnAbsolute {
  position: absolute;
  top: 60px;
  bottom: 10px;
  overflow: auto;
  left: 0;
  right: 0;
}
.popup .popup_container .bttnAbsolute .inputs_wraper.centered {
  text-align: center;
}
.popup .popup_container .bttnAbsolute .inputs_wraper.centered .pictureWrapper {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .title {
  line-height: 40px;
  background: #e70044;
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 40px;
  border-bottom: 2px solid #272727;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn {
  margin-top: 10px;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  input {
  display: none;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  input.hidden
  + label {
  pointer-events: none;
  opacity: 0.2;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #949494;
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  border-radius: 5px;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .upBtn
  label.unselectable {
  pointer-events: none;
  opacity: 0.3;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .chkbx {
  position: relative;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .chkbx
  input {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  z-index: 50;
  cursor: pointer;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .chkbx
  input
  + label {
  font-size: 12px;
  padding-right: 30px;
  position: relative;
  line-height: 30px;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .chkbx
  input
  + label::after {
  content: "";
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .chkbx
  input:checked
  + label::before {
  content: "\2713";
  position: absolute;
  right: -2px;
  font-size: 27px;
  z-index: 10;
  top: -10px;
}
.popup .popup_container .removeIconCard,
.popup .popup_container .saveCard,
.popup .popup_container .saveOrder,
.popup .popup_container .savePicture {
  cursor: pointer;
  font-size: 18px;
  max-width: 140px;
  width: 100%;
  border-radius: 18px;
  border: 4px solid #e70044;
  margin: 30px auto 0;
  color: #e70044;
  padding: 15px 0;
  position: static;
  bottom: 20px;
  left: 0;
  right: 0;
}
.popup
  .popup_container
  .bttnAbsolute
  .inputs_wraper.centered
  .pictureWrapper
  .picturesBox
  .picturePrev {
  height: 150px;
}
.popup#workersPop .popup_container > .title {
  text-align: center;
  left: 50px;
  right: 50px;
}
.popup#workersPop .popup_container > .addBttn {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  background: #ad1a4a;
  color: #fff;
  padding: 0 10px;
  margin: 10px auto;
  cursor: pointer;
  border: none;
  font-size: 18px;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.popup#workersPop .tblWrap .lineWrap .infoCell {
  cursor: pointer;
  font-size: 14px !important;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popup#workersPop .tblWrap .lineWrap .infoCell .delete {
  width: 20px;
  height: 20px;
  background: url(../webimages/delete.png) no-repeat center center;
  background-size: contain;
  margin: auto;
}
.popup#workersPop .tblWrap .lineWrap .topCell {
  font-size: 14px !important;
}
.popup#workersPop .popup_container {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 600px;
  overflow: auto;
  max-width: 600px;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 100;
}
.loader.active {
  display: block;
}
.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #5c5c5c;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5c5c5c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup#popUpload .popup_container {
  max-height: 500px;
}
.popup#editCard .popup_container,
.popup#popUpload .popup_container {
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 10px 10px;
  overflow: auto;
  display: block;
  box-sizing: border-box;
  transform: none;
  width: 100%;
}
.popup#editCard .popup_container .inputForm .inputCont {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}
.popup#editCard
  .popup_container
  .inputForm
  .inputCont
  input:not([type="checkbox"]),
.popup#editCard .popup_container .inputForm .inputCont textarea {
  box-sizing: border-box;
}
.popup#editCard
  .popup_container
  .inputForm
  .inputCont
  input[data-validator="phone"] {
  direction: ltr;
}
.popup#editCard .popup_container .inputForm .inputCont select {
  box-sizing: border-box;
  background: #fff;
  font-weight: 400;
}
.popup#editCard .popup_container #editForm {
  position: absolute;
  top: 60px;
  bottom: 10px;
  overflow: auto;
  left: 0;
  right: 0;
}
@font-face {
  font-family: icomoon;
  src: url(font/icomoon.eot?o13oa2);
  src: url(font/icomoon.eot?o13oa2#iefix) format("embedded-opentype"),
    url(font/icomoon.ttf?o13oa2) format("truetype"),
    url(font/icomoon.woff?o13oa2) format("woff"),
    url(font/icomoon.svg?o13oa2#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fullogo:before {
  content: "\e93b";
}
.icon-bell:before {
  content: "\e92b";
}
.icon-Settings:before {
  content: "\e93a";
}
.icon-Searched:before {
  content: "\e934";
}
.icon-Liked:before {
  content: "\e935";
}
.icon-Watched:before {
  content: "\e936";
}
.icon-Myreserv:before {
  content: "\e937";
}
.icon-Myrevs:before {
  content: "\e938";
}
.icon-Mymsgs:before {
  content: "\e939";
}
.icon-magn:before {
  content: "\e933";
}
.icon-phone3:before {
  content: "\e930";
}
.icon-alert:before {
  content: "\e931";
}
.icon-right:before {
  content: "\e932";
}
.icon-mappin:before {
  content: "\e92c";
}
.icon-play2:before {
  content: "\e92d";
}
.icon-left:before {
  content: "\e92e";
}
.icon-cam:before {
  content: "\e92f";
}
.icon-fav:before {
  content: "\e92a";
}
.icon-mr:before {
  content: "\e916";
}
.icon-bed:before {
  content: "\e917";
}
.icon-tv:before {
  content: "\e918";
}
.icon-sat:before {
  content: "\e919";
}
.icon-meh:before {
  content: "\e91a";
}
.icon-loved:before {
  content: "\e91b";
}
.icon-check:before {
  content: "\e91c";
}
.icon-info:before {
  content: "\e91d";
}
.icon-reco:before {
  content: "\e91e";
}
.icon-guest:before {
  content: "\e91f";
}
.icon-poolcover:before {
  content: "\e920";
}
.icon-sauna:before {
  content: "\e921";
}
.icon-jacuzi:before {
  content: "\e922";
}
.icon-dog:before {
  content: "\e923";
}
.icon-handicap:before {
  content: "\e924";
}
.icon-video:before {
  content: "\e925";
}
.icon-gallery:before {
  content: "\e926";
}
.icon-share:before {
  content: "\e927";
}
.icon-contact:before {
  content: "\e928";
}
.icon-like:before {
  content: "\e929";
}
.icon-megaphone:before {
  content: "\e903";
}
.icon-room2:before {
  content: "\e90b";
}
.icon-date2:before {
  content: "\e913";
}
.icon-phone:before {
  content: "\e910";
}
.icon-logo2:before {
  content: "\e914";
}
.icon-sinun:before {
  content: "\e911";
}
.icon-logo:before {
  content: "\e90f";
}
.icon-arrow_left:before {
  content: "\e900";
}
.icon-arrow_right:before {
  content: "\e901";
}
.icon-category:before {
  content: "\e902";
}
.icon-date:before {
  content: "\e904";
}
.icon-Lang:before {
  content: "\e905";
}
.icon-lang_arrow:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e907";
}
.icon-plus1:before {
  content: "\e908";
}
.icon-plus2:before {
  content: "\e909";
}
.icon-q_1:before {
  content: "\e90a";
}
.icon-q_2:before {
  content: "\e90c";
}
.icon-room:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\e912";
}
.icon-user:before {
  content: "\e915";
}
.icon-fb:before {
  content: "\e947";
}
.icon-inst:before {
  content: "\e948";
}
.icon-phone1:before {
  content: "\e949";
}
.icon-pint:before {
  content: "\e94a";
}
.icon-share1:before {
  content: "\e94b";
}
.icon-twitter:before {
  content: "\e94c";
}
.icon-yt:before {
  content: "\e94d";
}
.icon-gmaps2:before {
  content: "\e93c";
}
.icon-gmaps:before {
  content: "\e93d";
}
.icon-bridegroom1:before {
  content: "\e93e";
}
.icon-deco:before {
  content: "\e93f";
}
.icon-info1:before {
  content: "\e940";
}
.icon-pencil1:before {
  content: "\e941";
}
.icon-waze:before {
  content: "\e942";
}
.icon-heart:before {
  content: "\e943";
}
.icon-left_deco:before {
  content: "\e944";
}
.icon-right_deco:before {
  content: "\e945";
}
.icon-greeting:before {
  content: "\e946";
}

#ievent_benefit-inside {
  display: none !important;
  padding: 10px 0 20px;
  max-width: 450px;
}
#ievent_benefit-inside h2 {
  color: #f7609c;
  font-weight: 500;
  font-size: 22px;
}
#ievent_benefit-inside .benefits-container {
  display: flex;
  flex-direction: column;
  justify-content: right;
  margin: 1rem;
  gap: 5px;
}
#ievent_benefit-inside .benefit {
  display: inline-flex;
  align-items: flex-start;
}
#ievent_benefit-inside .benefit input[type="radio"] {
  margin: 3px 3px 0px 5px;
}
