/* line 3, ../sass/ticket-catalog.scss */
.RPN-Other {
  position: relative;
  margin-top: 50px;
}
/* line 7, ../sass/ticket-catalog.scss */
.RPN-Other .site-title {
  color: #012824;
}

/* line 12, ../sass/ticket-catalog.scss */
.RPN-Other-Result {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  margin-top: 35px;
}

/* line 29, ../sass/ticket-catalog.scss */
.RPN-Other-TPL {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: #f5f5fa;
  border-radius: 25px;
  width: calc((100% - 50px) / 3);
  padding: 25px 20px;
}

/* line 47, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Badge {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 55px;
}

/* line 54, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

/* line 70, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Logo {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: 80px;
}
/* line 76, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Logo img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (hover: hover) {
  /* line 87, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Logo:hover img {
    opacity: 0.7;
  }
}

/* line 94, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Info {
  position: relative;
  width: calc(100% - 80px - 15px - 30px);
}
/* line 98, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Info .name {
  position: relative;
  color: #012824;
  font-weight: 500;
  font-size: 18px;
  padding-top: 6px;
}
@media (hover: hover) {
  /* line 106, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info .name a:hover {
    color: #4E9F97;
  }
}
/* line 112, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Info .position {
  position: relative;
  color: #a6a9ad;
  font-weight: 300;
  font-size: 14px;
  padding-top: 3px;
}
/* line 120, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Info .team {
  position: relative;
  font-size: 16px;
}
/* line 124, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Info .team a {
  display: inline-block;
  color: #4E9F97;
}
@media (hover: hover) {
  /* line 129, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info .team a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

/* line 138, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Adr {
  position: relative;
  margin-bottom: 20px;
}
/* line 142, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Adr p {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
/* line 154, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Adr p svg {
  display: block;
  width: 20px;
  height: auto;
  color: #012824;
}
/* line 161, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Adr p a:hover {
  color: #4E9F97;
}

/* line 167, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Bot {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #d7d7db;
}
/* line 181, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Bot .btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  width: 125px;
  border: 1px solid #012824;
  color: #012824;
  line-height: 1;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
}
@media (hover: hover) {
  /* line 202, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .btn:hover {
    background: #012824;
    color: #fff;
  }
}
/* line 209, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Bot .icons {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
}
/* line 221, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Bot .col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 7px;
  color: #a6a9ad;
  font-size: 14px;
}
/* line 234, ../sass/ticket-catalog.scss */
.RPN-Other-TPL-Bot .col svg {
  display: block;
  width: 17px;
  height: auto;
}

/* line 243, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other {
  direction: rtl;
}
/* line 247, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other-TPL-Badge {
  left: -10px;
  right: auto;
}
/* line 253, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other-TPL-Info .name {
  font-size: calc(18px * 1.2);
}
/* line 257, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other-TPL-Info .position {
  font-size: calc(14px * 1.2);
}
/* line 261, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other-TPL-Info .team {
  font-size: 16px;
}
/* line 267, ../sass/ticket-catalog.scss */
.lang-he .RPN-Other-TPL-Bot .btn {
  font-size: calc(16px * 1.2);
}

@media only print, screen and (min-width: 0px) and (max-width: 1300px) {
  /* line 275, ../sass/ticket-catalog.scss */
  .RPN-Other {
    margin-top: 40px;
  }

  /* line 279, ../sass/ticket-catalog.scss */
  .RPN-Other-Result {
    gap: 20px;
    margin-top: 28px;
  }

  /* line 284, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL {
    border-radius: 20px;
    width: calc((100% - 40px) / 3);
    padding: 20px 16px;
  }

  /* line 290, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Badge {
    top: 20px;
    right: -8px;
    width: 44px;
  }

  /* line 296, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Top {
    gap: 12px;
    margin-bottom: 16px;
  }

  /* line 301, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Logo {
    width: 64px;
  }
  /* line 304, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Logo img {
    width: 64px;
    height: 64px;
  }

  /* line 310, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info {
    width: calc(100% - 64px - 12px - 24px);
  }
  /* line 313, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info .name {
    font-size: 16px;
    padding-top: 5px;
  }
  /* line 318, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info .position {
    font-size: 13px;
    padding-top: 3px;
  }
  /* line 323, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info .team {
    font-size: 15px;
  }

  /* line 328, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Adr {
    margin-bottom: 16px;
  }
  /* line 331, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Adr p {
    gap: 8px;
    font-size: 15px;
  }
  /* line 335, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Adr p svg {
    width: 16px;
  }

  /* line 341, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot {
    padding-top: 16px;
  }
  /* line 344, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .btn {
    width: 115px;
    height: 44px;
    font-size: 15px;
  }
  /* line 350, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .icons {
    gap: 12px;
  }
  /* line 354, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .col {
    gap: 6px;
    font-size: 13px;
  }
  /* line 358, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .col svg {
    width: 15px;
  }

  /* line 365, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Badge {
    left: -8px;
  }
  /* line 370, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Info .name {
    font-size: calc(16px * 1.2);
  }
  /* line 374, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Info .position {
    font-size: calc(13px * 1.2);
  }
  /* line 378, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Info .team {
    font-size: 15px;
  }
  /* line 384, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Bot .btn {
    font-size: calc(15px * 1.2);
  }
}
@media only print, screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 394, ../sass/ticket-catalog.scss */
  .RPN-Other {
    margin-top: 30px;
  }

  /* line 398, ../sass/ticket-catalog.scss */
  .RPN-Other-Result {
    gap: 15px;
    margin-top: 20px;
  }

  /* line 403, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL {
    width: calc((100% - 15px) / 2);
  }
  /* line 406, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 415, ../sass/ticket-catalog.scss */
  .RPN-Other {
    margin-top: 50px;
  }

  /* line 419, ../sass/ticket-catalog.scss */
  .RPN-Other-Result {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 0 15px;
    margin-top: 0px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
    padding-top: 25px;
  }

  /* line 434, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL {
    width: auto;
    min-width: calc(100vw - 45px);
    padding: 25px 20px;
  }

  /* line 440, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Badge {
    top: -12px;
    right: 20px;
    width: 45px;
  }

  /* line 446, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Top {
    gap: 15px;
    margin-bottom: 25px;
  }

  /* line 451, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Logo {
    width: 66px;
  }
  /* line 454, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Logo img {
    width: 66px;
    height: 66px;
  }

  /* line 460, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Info {
    width: calc(100% - 66px - 15px);
  }

  /* line 464, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Adr {
    margin-bottom: 20px;
    padding: 0 6px;
  }
  /* line 469, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Adr p svg {
    width: 22px;
  }

  /* line 475, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot {
    margin-top: 0px;
    padding-top: 20px;
  }
  /* line 479, ../sass/ticket-catalog.scss */
  .RPN-Other-TPL-Bot .btn {
    border-width: 2px;
    height: 40px;
    border-radius: 20px;
    width: 140px;
    font-size: 14px;
  }

  /* line 489, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Badge {
    left: 20px;
  }
  /* line 494, ../sass/ticket-catalog.scss */
  .lang-he .RPN-Other-TPL-Bot .btn {
    font-size: calc(14px * 1.2);
  }
}
