*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  font-family: "Mukta", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.page-game {
  padding-top: 7.8rem !important;
}
@media only screen and (min-width: 991px) {
  .page-game {
    padding-top: 9.4rem !important;
  }
}

.page {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 13.8rem;
  background: #f5f5f5;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page {
    padding-top: 7.6rem;
  }
}
@media only screen and (min-width: 991px) {
  .page {
    padding-top: 11.4rem;
  }
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 117rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 143rem;
  }
}

.two-col-layout {
  display: flex;
  flex-flow: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 768px) {
  .two-col-layout {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-layout__container {
    width: 56%;
  }
}
@media only screen and (min-width: 1400px) {
  .two-col-layout__container {
    width: 61.5%;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-layout__sidebar {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  .two-col-layout__sidebar {
    width: 35%;
  }
}

@media only screen and (min-width: 768px) {
  .section-wrapper--admin .two-col-layout__container {
    width: 67%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-wrapper--admin .two-col-layout__container {
    width: 69%;
  }
}
@media only screen and (min-width: 768px) {
  .section-wrapper--admin .two-col-layout__sidebar {
    width: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-wrapper--admin .two-col-layout__sidebar {
    width: 28%;
  }
}

.footer {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  width: 100%;
  background: url(../images/background-green.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 991px) {
  .header .header-main-game {
    padding: 2rem 0 !important;
  }
}
.header .header-main {
  display: flex;
  flex-flow: column-reverse wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .header .header-main {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 991px) {
  .header .header-main {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .header .header-main {
    row-gap: 2rem;
  }
}
.header .header-main__left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .header-main__left {
    flex: 1;
  }
}
.header .header-main__right {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .header-main__right {
    width: 100%;
    justify-content: center;
  }
}
.header .header-main__selector {
  width: 100%;
  max-width: 22rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 991px) {
  .header .header-main__selector {
    margin-right: 5rem;
    max-width: 26rem;
  }
}
.header .header-main__controls {
  position: relative;
  display: flex;
  column-gap: 1.5rem;
}
@media only screen and (min-width: 991px) {
  .header .header-main__controls {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 990px) {
  .header .header-main__controls .btn img {
    max-width: 3.6rem;
  }
}
.header .header-main__account {
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .header .header-main__account {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-main__account {
    font-size: 2rem;
  }
}

.header-search {
  position: absolute;
  top: -5px;
  right: 100%;
  display: none;
  z-index: 5;
  appearance: none;
  width: 23rem;
  margin: 0 2rem 0 0;
  padding: 0 1rem 0 0;
  border: 0.2rem solid #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .header-search {
    top: 4.5rem;
    right: 50%;
    transform: translateX(50%);
    background: url(../images/background-green.jpg) no-repeat center center;
    margin: 0;
  }
}
.header-search.opened {
  display: flex;
  align-items: center;
}
.header-search .form-field__inp, .header-search .form-field__select {
  background: transparent !important;
  border: none;
}
.header-search .ui-autocomplete {
  top: 40px;
  position: absolute;
  left: 18px;
  font-size: initial;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .header-search .ui-autocomplete {
    left: 26px;
  }
}
.header-search .ui-autocomplete li {
  padding: 5px 10px;
}
.header-search input {
  font-size: 1.6rem;
  flex: 1;
  margin: 0;
  padding: 0.4rem 1rem;
  border: none;
  background: transparent !important;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  outline: none !important;
  min-width: 1px;
}
@media only screen and (min-width: 768px) {
  .header-search input {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search input {
    font-size: 2rem;
  }
}
.header-search input::placeholder {
  color: #ffffff;
  font-style: italic;
}

.ui-menu-item {
  width: 100% !important;
}

.header-icons {
  padding: 0.2rem 0 !important;
}

.btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  transition: 0.3s;
  color: #000000;
  border-radius: 0.3rem !important;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  appearance: none;
}
@media only screen and (min-width: 991px) {
  .btn {
    padding: 1.7rem 2.5rem;
  }
}
.btn:hover {
  color: #006962;
  text-decoration: none;
}
.btn:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: grayscale(100%);
}
.btn-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: grayscale(100%);
}

.btn-big {
  padding: 1.5rem 3.5rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 991px) {
  .btn-big {
    padding: 2rem 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-big {
    font-size: 2rem;
  }
}

.btn-error {
  width: 20%;
  margin: auto;
}

.btn-primary {
  background: #006962 !important;
  color: #ffffff !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
  background: #ff5b17 !important;
  color: #ffffff !important;
}
.btn-primary:disabled {
  opacity: 1;
  background: #81aca7 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #ff5b17 !important;
  color: #ffffff !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.btn-secondary:hover {
  background: #006962 !important;
  color: #ffffff !important;
}
.btn-secondary:disabled {
  opacity: 1;
  background: #d59b83 !important;
  color: #ffffff !important;
}

.btn-text-secondary {
  color: #ff5b17 !important;
}
.btn-text-secondary:hover {
  color: #b03400 !important;
}
.btn-text-secondary:disabled {
  opacity: 1;
  color: #ffffff !important;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-icon__image {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (min-width: 550px) {
  .btn-icon__image {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-icon__image {
    width: 7rem;
    height: 7rem;
  }
}
.btn-icon__image img {
  box-shadow: none !important;
  max-width: 60%;
  max-height: 60%;
}
.btn-icon__text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .btn-icon__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-icon__text {
    font-size: 2rem;
  }
}
.btn-icon:hover .btn-icon__image {
  background: #006962 !important;
}
.btn-icon:hover .btn-icon__text {
  color: #006962 !important;
}
.btn-icon img {
  pointer-events: none;
}
.btn-icon--shadow img,
.btn-icon--shadow .btn-icon__image {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.btn-icon--shadow:hover img {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
}

.btn-pin {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50% !important;
}
@media only screen and (min-width: 550px) {
  .btn-pin {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 991px) {
  .btn-pin {
    width: 8rem;
    height: 8rem;
  }
}
.btn-pin img {
  pointer-events: none;
}
.btn-pin--shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.btn-pin--shadow:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
}

.btn-action {
  z-index: 1;
}
.btn-action:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
  background-color: #a19f9e !important;
}
.btn-action:hover:before {
  height: 5rem;
  width: 5rem;
  opacity: 0.15;
}

.btn-panel {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .btn-panel {
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .btn-panel {
    column-gap: 3rem;
  }
}

.btn-search {
  font-size: 0;
}
.btn-search .open {
  display: block;
}
.btn-search .close {
  display: none;
}
.btn-search.opened .open {
  display: none;
}
.btn-search.opened .close {
  display: block;
}

.btn-avatar {
  background: #fff;
}
.btn-avatar img {
  max-width: 60% !important;
  max-height: 60%;
}

.btn-form-search {
  padding-left: 1rem;
}

.save-bottom {
  max-width: 15rem;
}

.box {
  font-size: 1.6rem;
  border-radius: 0.5rem;
  position: relative;
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .box {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .box {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .box {
    border-radius: 1rem;
  }
}
.box__header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background: #006962 url(../images/background-green.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
@media only screen and (min-width: 991px) {
  .box__header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media only screen and (min-width: 991px) {
  .box__header {
    padding: 2rem 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .box__header {
    row-gap: 2rem;
  }
}
.box__header-title {
  font-size: 1.8rem;
  flex: 1;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .box__header-title {
    font-size: 2.2rem;
  }
}
.box__header-title--center {
  text-align: center;
}
.box__header-caption {
  font-size: 1.8rem;
  flex: 1;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .box__header-caption {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .box__header-caption {
    font-size: 2.2rem;
  }
}
.box__header-caption--center {
  text-align: center;
}
.box__header-text {
  font-size: 1.7rem;
  flex: 1;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .box__header-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 991px) {
  .box__header-text {
    font-size: 2rem;
  }
}
.box__header-text--center {
  text-align: center;
}
.box__content {
  padding: 1.5rem 1.5rem;
}
@media only screen and (min-width: 991px) {
  .box__content {
    padding: 2rem 4.5rem;
  }
}
.box__content--wo-pdg {
  padding: 0 !important;
}
.box__container {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
}
@media only screen and (min-width: 991px) {
  .box__container {
    padding: 1rem 1.5rem;
  }
}
.box__container a {
  transition: 0.3s;
  color: #000000;
  text-decoration: none;
}
.box__container a:hover {
  color: #006962;
}
.box__message {
  margin-bottom: 2rem;
  line-height: 1.4;
}
.box__message--center {
  text-align: center;
}
.box__controls {
  display: flex;
}
.box__controls--center {
  justify-content: center;
}
.box__popup {
  padding: 3rem 4.5rem 1rem 4.5rem !important;
}

.change-selected-member {
  display: flex;
  justify-content: space-around;
}

.save-image-avatar {
  width: 100%;
}

.tabs {
  display: block;
  border-bottom: 2px solid #006962;
}
.tabs__nav {
  display: flex;
  column-gap: 3rem;
}
.tabs__btn {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0 0 1rem 0;
  margin: 0;
  transition: 0.3s;
  background: transparent !important;
  color: #000000;
  border-radius: 0 !important;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  .tabs__btn {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__btn {
    font-size: 2rem;
  }
}
.tabs__btn.selected, .tabs__btn:hover {
  color: #006962;
}
.tabs__btn:only-child {
  pointer-events: none;
  cursor: default;
}

.tab-box {
  display: none;
}
.tab-box.selected {
  display: block;
}

.section-title {
  font-size: 2.2rem;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-title-title {
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 991px) {
  .section-title-text {
    font-size: 2rem !important;
  }
}

.section-text {
  font-size: 1.8rem;
  margin: 0 0 3rem 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .section-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .section-text {
    font-size: 2.2rem;
  }
}

.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-intro {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro {
    column-gap: 7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .section-intro {
    column-gap: 10rem;
  }
}
.section-intro > *:first-child {
  flex: 1;
}

.section-w-icon {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .section-w-icon {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 990px) {
  .section-w-icon img {
    max-width: 7rem;
  }
}
.section-w-icon-content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}
.section-w-icon-content > *:last-child {
  margin-bottom: 0 !important;
}
.section-w-icon--conversation {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .section-w-icon-meter {
    margin: 0 !important;
  }
}

.section-w-icon-controls {
  display: flex;
  justify-content: flex-start;
  padding-left: 9rem;
}
@media only screen and (min-width: 991px) {
  .section-w-icon-controls {
    padding-left: 13rem;
  }
}

@media only screen and (min-width: 991px) {
  .section-wrapper-meter {
    padding: 3rem 0 !important;
  }
}
@media only screen and (min-width: 1500px) {
  .section-wrapper-meter {
    padding: 7rem 0 !important;
  }
}

.section-wrapper-house {
  padding: 8rem 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-wrapper-house {
    padding: 3rem 0 !important;
  }
}
@media only screen and (min-width: 1500px) {
  .section-wrapper-house {
    padding: 4rem 0 !important;
  }
}

.section-wrapper-holiday {
  padding: 8rem 0 !important;
}
@media only screen and (min-width: 768px) {
  .section-wrapper-holiday {
    padding: 3rem 0 !important;
  }
}
@media only screen and (min-width: 1500px) {
  .section-wrapper-holiday {
    padding: 6rem 0 !important;
  }
}

@media only screen and (min-width: 1500px) {
  .section-wrapper-seats {
    padding: 8rem 0 !important;
  }
}

.section-wrapper {
  padding: 6rem 0;
}
@media only screen and (min-width: 991px) {
  .section-wrapper {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .section-wrapper {
    padding: 11rem 0;
  }
}
.section-wrapper--admin {
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .section-wrapper--admin {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .section-wrapper--admin {
    padding: 6rem 0;
  }
}
.section-wrapper--admin .section-intro {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .section-wrapper--admin .section-intro {
    margin: 0 0 4rem 0;
  }
}
.section-wrapper--admin .section-intro .section-text {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .section-wrapper--admin .section-intro .section-text {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-wrapper--admin .box__container {
    padding: 1rem 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section-content-house {
    row-gap: 3rem !important;
  }
}

.section-content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .section-content {
    row-gap: 6rem;
  }
}
.section-content__image {
  text-align: center;
}
.section-content__image img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-content__text-third-game {
    margin-bottom: 5rem;
  }
}
.section-content__box {
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
}

.no-results {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .no-results {
    font-size: 2rem;
    font-weight: 400;
  }
}

.error-message {
  padding-top: 2rem;
  text-align: center;
}

.emotions-detail {
  margin: 2rem 0 2rem 0 !important;
}
.emotions-detail__th {
  padding: 1rem !important;
  width: 7rem;
  text-align: center !important;
}
.emotions-detail__th-img {
  padding: 2rem 0 0 0 !important;
  text-align: center !important;
  position: relative;
}
.emotions-detail__img {
  max-width: 4rem;
  position: absolute;
  top: 15%;
  left: 20%;
}
.emotions-detail__td {
  padding: 0 0 0 2rem !important;
  font-weight: 400;
}
.emotions-detail__text {
  padding: 2rem 0 2rem 2rem !important;
}

.result-detail-text {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .result-detail-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .result-detail-text {
    font-size: 2rem;
  }
}

.admin-family-relationship-table {
  margin-top: 2rem;
}
.admin-family-relationship-table__two-rows {
  border-bottom: 0.1rem solid #d4e1e0;
  border-left: 0.1rem solid #d4e1e0;
  border-right: 0.1rem solid #d4e1e0;
  display: flex;
}
.admin-family-relationship-table__two-rows:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media only screen and (max-width: 990px) {
  .admin-family-relationship-table__two-rows:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.admin-family-relationship-table__header {
  padding: 1.5rem 1.5rem !important;
}
.admin-family-relationship-table__next_headers {
  padding: 1.5rem 1.5rem !important;
  background: grey !important;
}
.admin-family-relationship-table__row {
  padding: 2rem 2rem;
  display: block;
  transition: 0.3s;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  text-decoration: none;
  width: 43%;
  border-left: 0.1rem solid #d4e1e0;
}
.admin-family-relationship-table__row:first-child {
  border-left: 0rem solid #d4e1e0;
}
@media only screen and (max-width: 550px) {
  .admin-family-relationship-table__row {
    width: 38%;
  }
}
.admin-family-relationship-table__danger {
  padding: 0;
  display: flex;
  transition: 0.3s;
  color: red;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  text-decoration: none;
  width: 14%;
  font-size: 1.2rem;
}
@media only screen and (max-width: 550px) {
  .admin-family-relationship-table__danger {
    width: 24%;
  }
}
.admin-family-relationship-table__danger p {
  margin: auto 0;
}
.admin-family-relationship-table__danger img {
  max-width: 2rem;
  margin-right: 1rem;
}
.admin-family-relationship-table__text {
  font-size: 1.6rem;
  width: 100% !important;
  margin: 2rem 0 !important;
}
@media only screen and (min-width: 768px) {
  .admin-family-relationship-table__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .admin-family-relationship-table__text {
    font-size: 2rem;
  }
}
.admin-family-relationship-table__text li::marker {
  color: #006962;
}

.client-answers {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.client-answers a {
  max-width: 18rem;
}

.table-results {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  table-layout: fixed;
}
.table-results table tbody {
  display: table;
  width: 100%;
}
.table-results table, .table-results td, .table-results th {
  border: 0.1rem solid #d4e1e0;
  padding: 2rem;
}
.table-results__with-danger {
  display: flex;
  column-gap: 2rem;
}
.table-results__name {
  width: 100%;
}

.tabs__margin {
  margin-top: 3rem;
}

.tooltip {
  cursor: pointer;
}

.results-image {
  margin: 2rem auto 0;
  width: 100%;
}

.section-two-buttons {
  column-gap: 2rem !important;
}

.graph {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
}
.graph__test {
  position: relative;
  height: 600px;
  width: 600px;
}
.graph__client {
  position: absolute;
  left: 47%;
  top: 47%;
  z-index: 80;
}
.graph__client img {
  max-width: 100%;
}
.graph .btn-nodes {
  width: 4rem !important;
  height: 4rem !important;
  position: relative;
}
.graph__nodes {
  position: absolute;
  font-size: 1.4rem;
}
.graph .circle {
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.headlight-member {
  background-color: rgba(0, 105, 98, 0.1);
}

.tooltip-try {
  background: black;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0.2rem auto;
  font-size: 15px;
  display: none;
  position: absolute;
  bottom: 115%;
  z-index: 2000000;
}
.tooltip-try #arrow,
.tooltip-try #arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
  left: 40%;
  margin: auto;
}
.tooltip-try #arrow {
  visibility: hidden;
}
.tooltip-try #arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.result-table-position__1 {
  top: -56%;
  left: 13%;
}
.result-table-position__2 {
  top: -56%;
  left: 43%;
}
.result-table-position__3 {
  top: -56%;
  left: 74%;
}
.result-table-position__4 {
  top: 32%;
  left: 99%;
}
.result-table-position__5 {
  top: 104%;
  left: 74%;
}
.result-table-position__6 {
  top: 104%;
  left: 43%;
}
.result-table-position__7 {
  top: 104%;
  left: 13%;
}
.result-table-position__8 {
  top: 32%;
  left: -21%;
}

@media only screen and (max-width: 768px) {
  #top-menu-select {
    min-width: 17rem;
  }
}

.tippy-box[data-theme~=custom] {
  padding: 1rem;
  font-size: 1.6rem;
}

.form-field {
  display: block;
  width: 100%;
}
.form-field__lbl {
  font-size: 1.6rem;
  display: block;
  appearance: none;
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .form-field__lbl {
    font-size: 1.8rem;
  }
}
.form-field__lbl--center {
  text-align: center;
}
.form-field__inp, .form-field__select {
  font-size: 1.5rem;
  border-radius: 0.5rem;
  outline: none !important;
  position: relative;
  z-index: 5;
  display: block;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0.1rem solid #006962;
  background: #f8f7f5;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  outline-offset: 0.1rem;
}
@media only screen and (min-width: 991px) {
  .form-field__inp, .form-field__select {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 991px) {
  .form-field__inp, .form-field__select {
    border-radius: 1rem;
  }
}
.form-field__inp::placeholder, .form-field__select::placeholder {
  color: #a19f9e;
  font-style: italic;
}
.form-field__inp:focus, .form-field__select:focus {
  background: #ffffff;
}
.form-field__inp {
  padding: 1rem 1rem;
}
@media only screen and (min-width: 991px) {
  .form-field__inp {
    padding: 1rem 2rem;
  }
}
.form-field__member {
  width: 70% !important;
}
.form-field textarea {
  resize: none;
  height: 16rem;
}
.form-field__select-wrapper {
  display: block;
  position: relative;
}
.form-field__select-wrapper::before {
  width: 4rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 10;
  pointer-events: none;
  height: calc(100% - 0.2rem);
  background: transparent;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
@media only screen and (min-width: 991px) {
  .form-field__select-wrapper::before {
    width: 6rem;
  }
}
.form-field__select-wrapper::after {
  width: 4rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  pointer-events: none;
  height: 100%;
  background: url(../images/select-arrow.png) no-repeat center center;
}
@media only screen and (min-width: 991px) {
  .form-field__select-wrapper::after {
    width: 6rem;
  }
}
.form-field__select-wrapper-games {
  display: block;
  position: relative;
}
.form-field__select-wrapper-games::after {
  width: 4rem;
  width: 3rem !important;
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  left: 87px;
  z-index: 11;
  pointer-events: none;
  height: 100%;
  background: url(../images/select-arrow.png) no-repeat center center;
}
@media only screen and (min-width: 991px) {
  .form-field__select-wrapper-games::after {
    width: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .form-field__select-wrapper-games::after {
    right: 8px;
    left: unset;
  }
}
.form-field__select {
  padding: 1.3rem 1rem;
}
@media only screen and (min-width: 991px) {
  .form-field__select {
    padding: 1.5rem 1.5rem;
  }
}
.form-field__select:required:invalid {
  color: #a19f9e;
}
.form-field__select option {
  color: #000000 !important;
}
.form-field--wo-label .form-field__lbl {
  display: none;
}
.form-field--inverted .form-field__lbl {
  display: none;
}
.form-field--inverted .form-field__select,
.form-field--inverted .form-field__inp {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  border-radius: 0.8rem;
}
.form-field--inverted .form-field__select:required:invalid {
  color: #ffffff;
}
.form-field--inverted .form-field__select option {
  color: #ffffff;
}
.form-field--inverted .form-field__select-wrapper::before {
  background: #ffffff;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

.swal2-container.swal2-center {
  z-index: 99995 !important;
}

.swal2-container.swal2-top-end {
  z-index: 10000 !important;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1.5rem !important;
  margin-right: 0 !important;
}

.swal2-title {
  font-size: 2.1rem !important;
}

.swal2-content {
  font-size: 1.5rem !important;
  margin: 0.8rem 0 !important;
}

.swal2-styled.swal2-confirm {
  background: #006962 !important;
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  border-radius: 0.3rem !important;
}
.swal2-styled.swal2-confirm:hover {
  background: #ff5b17 !important;
  color: #ffffff !important;
}

.swal2-styled.swal2-cancel {
  font-size: 1.4rem;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  border-radius: 0.3rem !important;
  margin-left: 2rem;
}
.swal2-styled.swal2-cancel:hover {
  background: #ff5b17 !important;
  color: #ffffff !important;
}

.swal2-modal .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error-messages-ul {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 0;
}

.error-messages {
  color: red;
  list-style-type: none;
  text-align: left;
  font-size: 1.8rem;
}

.cohabitation {
  display: flex;
  width: 80%;
}
.cohabitation__label {
  margin: 0 !important;
  padding: 0 1rem;
  display: none;
}
@media only screen and (max-width: 549px) {
  .cohabitation__label {
    margin: 0.1rem 0 0 0 !important;
    display: inline-block;
  }
}
.cohabitation__checkbox {
  transform: scale(2);
  accent-color: #006962;
  margin: auto;
}
@media only screen and (max-width: 549px) {
  .cohabitation__checkbox {
    transform: scale(1.5);
    margin: 0;
  }
}

.client-labels-family {
  position: relative;
}
.client-labels-family__cohabitation {
  font-size: 1.6rem;
  max-width: 16rem;
  appearance: none;
  padding: 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 33px;
  top: -19px;
  display: none;
}
@media only screen and (min-width: 991px) {
  .client-labels-family__cohabitation {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 549px) {
  .client-labels-family__cohabitation {
    display: inline-block;
  }
}
@media only screen and (max-width: 1000px) {
  .client-labels-family__cohabitation {
    position: absolute;
    right: 40px;
    top: -19px;
  }
}

.vertical-select-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vertical-select-list ul li {
  margin: 0;
  padding: 0;
}

.vertical-select-list-header {
  display: flex;
  flex-flow: row wrap;
  column-gap: 0.5rem;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-header {
    column-gap: 1rem;
  }
}
.vertical-select-list-header__icon {
  width: 3.6rem;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-header__icon {
    width: 4.2rem;
  }
}
@media only screen and (max-width: 990px) {
  .vertical-select-list-header__icon img {
    max-height: 3rem;
  }
}

.vertical-select-list-item {
  position: relative;
  display: flex;
  flex-flow: row;
  flex-shrink: 0;
  column-gap: 1rem;
  margin: 0.8rem 0 0 0;
  cursor: pointer;
}
.vertical-select-list-item input {
  position: absolute;
  opacity: 0;
  left: -99999999999999px;
}
.vertical-select-list-item input:checked ~ .vertical-select-list-item__indicator:after {
  background-color: #006962;
}
.vertical-select-list-item input:checked ~ .vertical-select-list-item__indicator-checkbox:after {
  background-color: #006962;
}
.vertical-select-list-item__key {
  font-size: 1.8rem;
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
  border-radius: 0.3rem;
  color: #006962;
  line-height: 1.3;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__key {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__key {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.5rem;
  }
}
.vertical-select-list-item__lbl {
  font-size: 1.8rem;
  display: block;
  appearance: none;
  margin: 0 0 0 0.5rem;
  padding: 0.4rem 0 0 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__lbl {
    font-size: 2rem;
  }
}
.vertical-select-list-item__indicator {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0.3rem;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__indicator {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.5rem;
  }
}
.vertical-select-list-item__indicator:after {
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  display: block;
  left: 0.4rem;
  top: 0.4rem;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__indicator:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.vertical-select-list-item__indicator-checkbox {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0.3rem;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__indicator-checkbox {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.5rem;
  }
}
.vertical-select-list-item__indicator-checkbox:after {
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  display: block;
  left: 0.4rem;
  top: 0.4rem;
}
@media only screen and (min-width: 991px) {
  .vertical-select-list-item__indicator-checkbox:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.vertical-select-list-item:hover .vertical-select-list-item__lbl {
  text-decoration: underline;
}

.wizard {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.wizard__label {
  font-size: 1.6rem;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .wizard__label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 549px) {
  .wizard__label {
    display: none;
  }
}
.wizard--invert .wizard__label {
  color: #ffffff;
}
.wizard--invert .step-item {
  background: #ffffff;
  color: #006962;
}

.wizard-steps {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .wizard-steps {
    column-gap: 1rem;
    row-gap: unset;
  }
}
@media only screen and (min-width: 991px) {
  .wizard-steps {
    column-gap: 2rem;
  }
}

.step-item {
  font-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  color: #ffffff;
  background: #006962;
  border-radius: 50%;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .step-item {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 550px) {
  .step-item {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .step-item {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.step-item span {
  transform: translate(0.1rem, -0.1rem);
}
.step-item--active {
  opacity: 1;
}
.step-item--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: grayscale(100%);
}
.step-item:hover {
  opacity: 1;
}

@keyframes imageZoomInOut {
  0% {
    transform: mscale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.image-section {
  max-height: 45rem;
}

.image-in-border-wrapper {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
@media only screen and (min-width: 768px) {
  .image-in-border-wrapper {
    padding-top: 61%;
  }
}

.image-border {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ramecek2.png) no-repeat center center;
  background-size: contain;
  max-height: 38rem;
}
@media only screen and (min-width: 768px) {
  .image-border {
    max-height: 45rem;
  }
}

.image-element {
  -webkit-clip-path: polygon(13% 4%, 97% 8%, 94% 86%, 4% 95%);
  clip-path: polygon(13% 4%, 97% 8%, 94% 86%, 4% 95%);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: imageZoomInOut 5s ease-in-out infinite alternate;
  -webkit-animation: imageZoomInOut 5s ease-in-out infinite alternate;
  overflow: hidden;
  max-height: 38rem;
}
@media only screen and (min-width: 768px) {
  .image-element {
    max-height: 45rem;
  }
}

.horizontal-selector {
  column-gap: 3rem;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  row-gap: 4rem;
}
@media only screen and (min-width: 991px) {
  .horizontal-selector {
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .horizontal-selector {
    column-gap: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-selector {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-selector__icon {
    min-width: 100%;
    text-align: center;
  }
}
.horizontal-selector__icon img {
  transform: translateY(0.7rem);
}

.horizontal-selector-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
}
@media only screen and (min-width: 991px) {
  .horizontal-selector-icons {
    row-gap: 1.5rem;
  }
}

.horizontal-select-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .horizontal-select-item {
    flex: 1;
  }
}
.horizontal-select-item img {
  max-width: 5.5rem;
}
@media only screen and (min-width: 768px) {
  .horizontal-select-item img {
    max-width: 6.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item img {
    max-width: 8.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .horizontal-select-item img {
    max-width: 11.5rem;
  }
}
.horizontal-select-item__title {
  font-size: 1.8rem;
  display: block;
  appearance: none;
  margin: 0 0 0 0.5rem;
  padding: 0.4rem 0 0 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item__title {
    font-size: 2rem;
  }
}
.horizontal-select-item__index {
  font-size: 1.8rem;
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
  border-radius: 0.3rem;
  color: #006962;
  line-height: 1.3;
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item__index {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item__index {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.5rem;
  }
}
.horizontal-select-item__indicator {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 0.3rem;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item__indicator {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.5rem;
  }
}
.horizontal-select-item__indicator:after {
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  display: block;
  left: 0.4rem;
  top: 0.4rem;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .horizontal-select-item__indicator:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.horizontal-select-item input:checked ~ .horizontal-select-item__indicator:after {
  background-color: #006962;
}
.horizontal-select-item input {
  position: absolute;
  opacity: 0;
  left: -99999999999999px;
}

.conversation {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.conversation-item {
  display: flex;
  flex-direction: row;
}
.conversation-item--left {
  justify-content: flex-start;
}
.conversation-item--right {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .conversation-item .box {
    max-width: 80%;
  }
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
}

.popup-window {
  padding: 3rem;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 990px) {
  .popup-window {
    align-items: center;
  }
}
.popup-window__box {
  border-radius: 1rem;
  width: 100%;
  pointer-events: all;
}
@media only screen and (max-width: 990px) {
  .popup-window__box {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .popup-window__box--arrow-right .box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #ffffff;
  }
  .popup-window__box--arrow-left .box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 2rem solid #ffffff;
  }
  .popup-window__box--arrow-bottom .box::before {
    content: "";
    position: absolute;
    bottom: -1.9rem;
    transform: translateX(-50%);
    left: 50%;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    border-top: 2rem solid #ffffff;
  }
}
.popup-window .box__content {
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
}

.fancybox-content {
  background: transparent;
  margin-top: 10px !important;
  padding: 0 !important;
}

.fancybox-close-small {
  filter: invert(99%) sepia(8%) saturate(524%) hue-rotate(279deg) brightness(119%) contrast(100%);
}

.swal2-title {
  margin-top: 1rem !important;
  color: black !important;
  font-size: 1.8rem !important;
}
@media only screen and (min-width: 991px) {
  .swal2-title {
    font-size: 2.6rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .swal2-title {
    font-size: 2rem !important;
  }
}

.swal2-content {
  color: black !important;
  font-size: 1.6rem !important;
}

.swal2-styled {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.swal2-actions {
  margin: 1em auto !important;
}

.swal2-icon-show {
  margin: 1rem auto 0.875em !important;
}

.export__header {
  font-size: 1.6rem;
  border-bottom: 1px solid #006962;
}
.export__table {
  font-size: 1.2rem !important;
  font-weight: 400;
  margin: 1rem 0 4rem 0 !important;
  width: 100%;
  max-width: 70rem;
}
.export__table__th {
  padding: 0 0 1rem 2rem !important;
  width: 3rem !important;
  text-align: center !important;
}
.export__table__td {
  padding: 0 0 1rem 2rem !important;
  text-align: left;
}
.export__table th {
  text-align: left;
  padding-right: 2rem;
}
.export__table th,
.export__table td {
  padding-top: 1rem;
}
.export__points-table {
  border-collapse: collapse;
}
.export__points-table__row {
  color: #000000;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d4e1e0;
  border-left: 0.1rem solid #d4e1e0;
  border-right: 0.1rem solid #d4e1e0;
  width: 25rem;
  text-align: left;
}
.export__points-table__row-left {
  color: #000000;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d4e1e0;
  border-left: 0.1rem solid #d4e1e0;
  width: 20rem;
  text-align: left;
}
.export__points-table__row-right {
  color: #000000;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d4e1e0;
  border-left: 0.1rem solid #d4e1e0;
  width: 20rem;
  text-align: left;
}
.export__points-table__row-danger {
  color: red;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #d4e1e0;
  border-right: 0.1rem solid #d4e1e0;
  width: 10rem;
  text-align: left;
}
.export__points-table__row-danger img {
  text-align: left;
}
.export__text {
  padding: 2rem 0 !important;
  font-size: 1.2rem !important;
}
.export__subheader {
  font-size: 1.2rem;
  padding: 0 !important;
}
.export__subheader_next {
  font-size: 1.2rem;
  padding: 2rem 0 0 0 !important;
}
.export__table-rows {
  font-size: 1.2rem;
  border-bottom: 0.1px solid black;
}

.export-modal__text {
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .export-modal__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 991px) {
  .export-modal__text {
    font-size: 2rem;
  }
}

.dovolena-1-vertical-select-list {
  margin: 1rem 0 4rem 0;
}

.dovolena-1-section-text {
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 1200px) {
  .dovolena-1-section-text {
    margin: 0 0 7rem 0;
  }
}

.dovolena-2-image img {
  max-width: 70%;
}

.dovolena-4-horizontal-selector {
  margin: 0 0 4rem 0;
}

.dovolena-5-conversation {
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 1200px) {
  .dovolena-5-conversation {
    margin: 0 0 7rem 0;
  }
}

.holiday-input {
  position: unset !important;
  opacity: 1 !important;
  outline: none !important;
  border: 0.1rem solid #006962;
  appearance: none;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .holiday-input {
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
}
.holiday-input:focus {
  background: #ffffff;
}
.holiday-input__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.container-new-house {
  padding: 0 3.5rem;
}
@media only screen and (min-width: 550px) {
  .container-new-house {
    padding: 0 7.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .container-new-house {
    padding: 0 11.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .container-new-house {
    max-width: 153rem;
  }
}

.novy-domov-pudorys {
  position: relative;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .novy-domov-pudorys {
    padding-top: 0;
  }
}
.novy-domov-pudorys__background {
  position: relative;
  z-index: 10;
}
.novy-domov-pudorys__background img {
  width: 95%;
}
@media only screen and (min-width: 991px) {
  .novy-domov-pudorys__background img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .novy-domov-pudorys__background img {
    width: 75%;
  }
}
@media only screen and (min-width: 1500px) {
  .novy-domov-pudorys__background img {
    width: 62%;
  }
}

.novy-domov-pin-button {
  position: absolute;
  z-index: 20;
}
.novy-domov-pin-button--inactive {
  pointer-events: none;
}
.novy-domov-pin-button img {
  max-width: 60%;
}
.novy-domov-pin-button .btn-pin {
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 400px) {
  .novy-domov-pin-button .btn-pin {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .novy-domov-pin-button .btn-pin {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .novy-domov-pin-button .btn-pin {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 549px) {
  .novy-domov-pin-button .btn-pin {
    transform: translate(-20%, -20%) !important;
  }
  .novy-domov-pin-button .btn-pin img {
    max-width: 60% !important;
  }
}
.novy-domov-pin-button__lbl {
  display: none;
  font-size: 1.7rem;
  max-width: 11rem;
  word-break: break-word;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .novy-domov-pin-button__lbl {
    display: block;
  }
}

.domov-reason-form {
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 1200px) {
  .domov-reason-form {
    margin: 0 0 4rem 0;
  }
}

.house-possition-1 {
  top: 24% !important;
  left: 14% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-1 {
    top: 18% !important;
    left: 15% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-1 {
    top: 18% !important;
    left: 20% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-1 {
    top: 18% !important;
    left: 22% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-1 {
    top: 18% !important;
    left: 25% !important;
  }
}
.house-possition-1-1 {
  top: 24% !important;
  left: 7% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-1-1 {
    top: 18% !important;
    left: 8% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-1-1 {
    top: 18% !important;
    left: 9% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-1-1 {
    top: 18% !important;
    left: 18% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-1-1 {
    top: 18% !important;
    left: 24% !important;
  }
}
.house-possition-1-2 {
  top: 24% !important;
  left: 20% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-1-2 {
    top: 18% !important;
    left: 19% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-1-2 {
    top: 18% !important;
    left: 25% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-1-2 {
    top: 18% !important;
    left: 26% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-1-2 {
    top: 18% !important;
    left: 30% !important;
  }
}

.house-possition-2 {
  top: 69% !important;
  left: 14% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-2 {
    top: 64% !important;
    left: 15% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-2 {
    top: 64% !important;
    left: 20% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-2 {
    top: 64% !important;
    left: 22% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-2 {
    top: 64% !important;
    left: 25% !important;
  }
}
.house-possition-2-1 {
  top: 69% !important;
  left: 9% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-2-1 {
    top: 64% !important;
    left: 9% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-2-1 {
    top: 64% !important;
    left: 14% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-2-1 {
    top: 64% !important;
    left: 17% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-2-1 {
    top: 64% !important;
    left: 23% !important;
  }
}
.house-possition-2-2 {
  top: 69% !important;
  left: 22% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-2-2 {
    top: 64% !important;
    left: 21% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-2-2 {
    top: 64% !important;
    left: 24% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-2-2 {
    top: 64% !important;
    left: 26% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-2-2 {
    top: 64% !important;
    left: 30% !important;
  }
}

.house-possition-3 {
  top: 74% !important;
  left: 54% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-3 {
    top: 72% !important;
    left: 54% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-3 {
    top: 72% !important;
    left: 54% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-3 {
    top: 72% !important;
    left: 54% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-3 {
    top: 72% !important;
    left: 51% !important;
  }
}
.house-possition-3-1 {
  top: 74% !important;
  left: 47% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-3-1 {
    top: 72% !important;
    left: 46% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-3-1 {
    top: 72% !important;
    left: 47% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-3-1 {
    top: 72% !important;
    left: 48% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-3-1 {
    top: 72% !important;
    left: 48% !important;
  }
}
.house-possition-3-2 {
  top: 74% !important;
  left: 61% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-3-2 {
    top: 72% !important;
    left: 59% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-3-2 {
    top: 72% !important;
    left: 58% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-3-2 {
    top: 72% !important;
    left: 57% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-3-2 {
    top: 72% !important;
    left: 56% !important;
  }
}

.house-possition-4 {
  top: 61% !important;
  left: 82% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-4 {
    top: 57% !important;
    left: 83% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-4 {
    top: 57% !important;
    left: 76% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-4 {
    top: 57% !important;
    left: 75% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-4 {
    top: 57% !important;
    left: 71% !important;
  }
}
.house-possition-4-1 {
  top: 48% !important;
  left: 73% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-4-1 {
    top: 45% !important;
    left: 71% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-4-1 {
    top: 57% !important;
    left: 72% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-4-1 {
    top: 57% !important;
    left: 71% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-4-1 {
    top: 57% !important;
    left: 68% !important;
  }
}
.house-possition-4-2 {
  top: 48% !important;
  left: 86% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-4-2 {
    top: 45% !important;
    left: 85% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-4-2 {
    top: 57% !important;
    left: 81% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-4-2 {
    top: 57% !important;
    left: 79% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-4-2 {
    top: 57% !important;
    left: 74% !important;
  }
}

.house-possition-5 {
  top: 20% !important;
  left: 77% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-5 {
    top: 16% !important;
    left: 77% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-5 {
    top: 11% !important;
    left: 74% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-5 {
    top: 13% !important;
    left: 71% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-5 {
    top: 13% !important;
    left: 67% !important;
  }
}
.house-possition-5-1 {
  top: 20% !important;
  left: 71% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-5-1 {
    top: 16% !important;
    left: 69% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-5-1 {
    top: 11% !important;
    left: 66% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-5-1 {
    top: 13% !important;
    left: 67% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-5-1 {
    top: 13% !important;
    left: 64% !important;
  }
}
.house-possition-5-2 {
  top: 20% !important;
  left: 85% !important;
}
@media only screen and (min-width: 550px) {
  .house-possition-5-2 {
    top: 16% !important;
    left: 82% !important;
  }
}
@media only screen and (min-width: 991px) {
  .house-possition-5-2 {
    top: 11% !important;
    left: 78% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .house-possition-5-2 {
    top: 13% !important;
    left: 77% !important;
  }
}
@media only screen and (min-width: 1500px) {
  .house-possition-5-2 {
    top: 13% !important;
    left: 72% !important;
  }
}

.member-image-house {
  max-height: 90% !important;
}

.btn-inactive {
  background: green !important;
}

.bath {
  position: absolute;
  top: 55%;
  left: 44%;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 650px) {
  .bath {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .bath {
    top: 53%;
    left: 45%;
  }
}
@media only screen and (min-width: 991px) {
  .bath {
    font-size: 1.7rem;
    left: 45%;
  }
}
@media only screen and (min-width: 1500px) {
  .bath {
    left: 46%;
  }
}

.kitchen {
  position: absolute;
  top: 39%;
  left: 47%;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 650px) {
  .kitchen {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .kitchen {
    top: 37%;
  }
}
@media only screen and (min-width: 991px) {
  .kitchen {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .kitchen {
    left: 47.5%;
  }
}

.enter {
  font-size: 1.8rem;
  position: absolute;
  left: 36%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .enter {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .enter {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 650px) {
  .enter {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 991px) {
  .enter {
    left: 37%;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .enter {
    left: 40%;
  }
}
@media only screen and (min-width: 1500px) {
  .enter {
    left: 41%;
  }
}

.north {
  font-size: 1.8rem;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  top: -2rem;
}
@media only screen and (min-width: 768px) {
  .north {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .north {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .north {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .north {
    top: -10%;
  }
}
@media only screen and (min-width: 991px) {
  .north {
    top: -13%;
  }
}
@media only screen and (min-width: 1500px) {
  .north {
    top: -14%;
  }
}

.south {
  font-size: 1.8rem;
  left: 50%;
  display: none;
  position: absolute;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  bottom: -4rem;
}
@media only screen and (min-width: 768px) {
  .south {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .south {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .south {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .south {
    bottom: -6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .south {
    top: 107%;
    bottom: unset;
  }
}
@media only screen and (min-width: 1500px) {
  .south {
    top: 108%;
  }
}

.east {
  font-size: 1.8rem;
  position: absolute;
  display: none;
  right: -9rem;
  top: 50%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .east {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .east {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .east {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .east {
    right: -8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .east {
    left: 97%;
    right: unset;
  }
}
@media only screen and (min-width: 1500px) {
  .east {
    left: 89%;
  }
}

.west {
  font-size: 1.8rem;
  position: absolute;
  display: none;
  left: -3rem;
  top: 50%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .west {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .west {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 550px) {
  .west {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .west {
    left: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .west {
    left: 4%;
  }
}
@media only screen and (min-width: 1500px) {
  .west {
    left: 12%;
  }
}

.restaurace-pudorys {
  position: relative;
}
.restaurace-pudorys__background {
  position: relative;
  z-index: 10;
}
.restaurace-pudorys__background img {
  width: 100%;
}

.restaurace-seats-wrapper {
  margin: 0 auto;
  max-width: 35rem;
  max-height: 35rem;
}

@media (max-width: 990px) {
  .restaurace-seats {
    max-width: 70%;
    margin: 3rem auto;
  }
}
.restaurace-seats__background {
  z-index: 10;
  position: relative;
}
.restaurace-seats__background > img {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 50% !important;
  width: 100% !important;
  height: 100% !important;
}

.restaurace-table {
  position: absolute;
  z-index: 30;
  cursor: pointer;
}
.restaurace-table--1 {
  width: 28.2%;
  height: 15.7%;
  background: url(../images/restaurace-table-1.png) no-repeat center center;
  background-size: cover;
}
.restaurace-table .restaurace-pin-button {
  transform: scale(0.55);
  transform-origin: 0 0;
}
@media only screen and (min-width: 1200px) {
  .restaurace-table .restaurace-pin-button {
    transform: scale(0.6);
  }
}
@media only screen and (min-width: 1500px) {
  .restaurace-table .restaurace-pin-button {
    transform: scale(0.7);
  }
}

.restaurace-pin-button {
  position: absolute;
  z-index: 20;
}
.restaurace-pin-button--inactive {
  pointer-events: none;
}
@media only screen and (max-width: 549px) {
  .restaurace-pin-button .btn-pin {
    transform: translate(-13%, -8%) !important;
  }
  .restaurace-pin-button .btn-pin img {
    max-width: 60% !important;
  }
}
.restaurace-pin-button__lbl {
  font-size: 1.8rem;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .restaurace-pin-button__lbl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .restaurace-pin-button__lbl {
    font-size: 2.6rem;
  }
}
.restaurace-pin-button__lbl.position-top {
  top: 35%;
  left: 230%;
}
@media only screen and (max-width: 549px) {
  .restaurace-pin-button__lbl.position-top {
    font-size: 1.4rem;
    top: 22%;
    left: 211%;
  }
}

.restaurace-table-position__1 {
  top: -50%;
  left: 13%;
}
.restaurace-table-position__2 {
  top: -50%;
  left: 43%;
}
.restaurace-table-position__3 {
  top: -50%;
  left: 74%;
}
.restaurace-table-position__4 {
  top: 32%;
  left: 104%;
}
.restaurace-table-position__5 {
  top: 109%;
  left: 74%;
}
.restaurace-table-position__6 {
  top: 109%;
  left: 43%;
}
.restaurace-table-position__7 {
  top: 109%;
  left: 13%;
}
.restaurace-table-position__8 {
  top: 32%;
  left: -18%;
}

.table-buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table-button {
  width: 4rem;
  height: 4rem;
}
@media only screen and (min-width: 768px) {
  .table-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .table-button {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.table-button img {
  scale: 0.8;
}
.table-button__less {
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 991px) {
  .table-button__less {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.table-image {
  width: 60% !important;
}

.table-image2 {
  width: 25% !important;
}

.table-buttons2 {
  position: absolute;
  left: 24%;
  top: 49%;
  height: 35%;
  width: 50%;
}
@media only screen and (max-width: 549px) {
  .table-buttons2 {
    left: 7%;
    top: 71%;
    height: 25%;
    width: 85%;
  }
}
@media only screen and (min-width: 550px) {
  .table-buttons2 {
    left: 8%;
    top: 66%;
    height: 30%;
    width: 80%;
  }
}
@media only screen and (min-width: 700px) {
  .table-buttons2 {
    left: 9%;
    top: 64%;
    height: 35%;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .table-buttons2 {
    left: 9%;
    top: 56%;
    height: 35%;
    width: 80%;
  }
}
@media only screen and (min-width: 850px) {
  .table-buttons2 {
    left: 8%;
    top: 53%;
    height: 42%;
    width: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .table-buttons2 {
    left: 17%;
    top: 54%;
    height: 33%;
    width: 63%;
  }
}
@media only screen and (min-width: 1162px) {
  .table-buttons2 {
    left: 16%;
    top: 52%;
    height: 38%;
    width: 65%;
  }
}
@media only screen and (min-width: 1500px) {
  .table-buttons2 {
    left: 16%;
    top: 50%;
    height: 35%;
    width: 65%;
  }
}
@media only screen and (min-width: 1800px) {
  .table-buttons2 {
    left: 23%;
    top: 50%;
    height: 35%;
    width: 52%;
  }
}

.table-image3 {
  width: 30% !important;
}

.table-buttons3 {
  position: absolute;
  left: 24%;
  top: 49%;
  height: 35%;
  width: 50%;
}
@media only screen and (max-width: 549px) {
  .table-buttons3 {
    left: 5%;
    top: 67%;
    height: 29%;
    width: 85%;
  }
}
@media only screen and (min-width: 550px) {
  .table-buttons3 {
    left: 2%;
    top: 62%;
    height: 32%;
    width: 90%;
  }
}
@media only screen and (min-width: 650px) {
  .table-buttons3 {
    left: 7%;
    top: 60%;
    height: 33%;
    width: 80%;
  }
}
@media only screen and (min-width: 700px) {
  .table-buttons3 {
    left: 8%;
    top: 58%;
    height: 35%;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .table-buttons3 {
    left: 8%;
    top: 54%;
    height: 39%;
    width: 80%;
  }
}
@media only screen and (min-width: 850px) {
  .table-buttons3 {
    left: 8%;
    top: 51%;
    height: 42%;
    width: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .table-buttons3 {
    left: 8%;
    top: 49%;
    height: 40%;
    width: 80%;
  }
}
@media only screen and (min-width: 1162px) {
  .table-buttons3 {
    left: 11%;
    top: 49%;
    height: 40%;
    width: 74%;
  }
}
@media only screen and (min-width: 1400px) {
  .table-buttons3 {
    left: 11%;
    top: 51%;
    height: 40%;
    width: 74%;
  }
}
@media only screen and (min-width: 1500px) {
  .table-buttons3 {
    left: 16%;
    top: 49%;
    height: 35%;
    width: 65%;
  }
}
@media only screen and (min-width: 1800px) {
  .table-buttons3 {
    left: 19%;
    top: 48%;
    height: 36%;
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  .table-href-image {
    transform: scale(0.75);
  }
}

@media only screen and (min-width: 990px) {
  .restaurant-image {
    min-height: 40rem;
  }
}

.select-position.disabled {
  pointer-events: all;
}

.login-root-box {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

.login-form {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.add-new-user-form,
.forgot-pass-form,
.pass-form {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin-bottom: 3rem;
}

.form-forgot-margin {
  margin-bottom: 0 !important;
}

.login-forgot-pass {
  text-align: right;
}
.login-forgot-pass a {
  color: #006962;
  text-decoration: underline;
}
.login-forgot-pass a:hover {
  color: #ff5b17;
}

.admin-subject-cards {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 4rem 0;
}
.admin-subject-cards .box__container {
  min-height: 6rem;
}
@media only screen and (min-width: 1200px) {
  .admin-subject-cards .box__container {
    min-height: 8rem;
  }
}
.admin-subject-cards .box .btn-icon {
  width: 4rem;
  height: 4rem;
}

.navigation-item {
  padding: 1.5rem 1.5rem;
  display: block;
  transition: 0.3s;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 0.1rem solid #d4e1e0;
}
@media only screen and (min-width: 991px) {
  .navigation-item {
    padding: 2rem 4.5rem;
  }
}
.navigation-item.selected, .navigation-item:hover {
  color: #006962;
}

.admin-info-table {
  font-size: 1.6rem;
  margin: 1rem 0 4rem 0;
  width: 100%;
  max-width: 70rem;
}
@media only screen and (min-width: 768px) {
  .admin-info-table {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .admin-info-table {
    font-size: 2rem;
  }
}
.admin-info-table th {
  text-align: left;
  padding-right: 2rem;
}
.admin-info-table th,
.admin-info-table td {
  padding-top: 1rem;
}

.add-more-members {
  margin: -2rem 0 3rem 0;
}
.add-more-members a {
  color: #006962;
  text-decoration: underline;
}
.add-more-members a:hover {
  color: #ff5b17;
}

.family-members-repeater__lbl {
  font-size: 1.6rem;
  display: block;
  appearance: none;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .family-members-repeater__lbl {
    font-size: 1.8rem;
  }
}

.family-members-repeater-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .family-members-repeater-item {
    flex-direction: row;
  }
}

.select-avatar-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 3rem 0 4rem 0;
  row-gap: 2rem;
}
.select-avatar-field__lbl {
  font-size: 1.6rem;
  display: block;
  appearance: none;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #006962;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .select-avatar-field__lbl {
    font-size: 1.8rem;
  }
}
.select-avatar-field .btn-pin {
  width: 6rem;
  height: 6rem;
}
.select-avatar-field .btn-pin img {
  max-width: 3.4rem;
}

.avatar-chooser {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 4rem;
  column-gap: 4rem;
  margin: 2rem 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .avatar-chooser {
    column-gap: 5rem;
    margin: 3rem 0 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .avatar-chooser {
    column-gap: 6rem;
    margin: 4rem 0 6rem 0;
  }
}
.avatar-chooser--small {
  row-gap: 3rem;
  column-gap: 4rem;
  margin: 2rem 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .avatar-chooser--small {
    column-gap: 6rem;
    margin: 3rem 0 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .avatar-chooser--small {
    column-gap: 6rem;
    margin: 6rem 0 8rem 0;
  }
}
.avatar-chooser.has-selected .avatar-chooser-item__image {
  filter: grayscale(100%);
}

.avatar-chooser-item {
  position: relative;
  cursor: pointer;
}
.avatar-chooser-item__indicator {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}
.avatar-chooser-item__image {
  transition: 0.3s;
}
.avatar-chooser-item input {
  position: absolute;
  opacity: 0;
  left: -99999999999999px;
}
.avatar-chooser-item input:checked ~ .avatar-chooser-item__indicator {
  opacity: 1;
}
.avatar-chooser-item input:checked ~ .avatar-chooser-item__image {
  filter: none !important;
}

.add-member-form {
  display: flex;
  flex-flow: row wrap;
  row-gap: 3rem;
  column-gap: 3rem;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .add-member-form {
    column-gap: 5rem;
  }
}
.add-member-form__field {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .add-member-form__field {
    width: calc(34% - 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .add-member-form__field {
    width: calc(34% - 2.5rem);
  }
}
.add-member-form .btn-pin {
  width: 6rem;
  height: 6rem;
  margin: 1rem 0 0 0;
}
.add-member-form .btn-pin img {
  max-width: 3.4rem;
}

.thermometer-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 4rem;
}

.thermometer-item {
  width: 17rem;
}
@media only screen and (max-width: 549px) {
  .thermometer-item {
    width: calc(33.33% - 1.34rem);
  }
}
.thermometer-item__lbl {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  min-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .thermometer-item__lbl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .thermometer-item__lbl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .thermometer-item__lbl {
    min-height: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .thermometer-item__lbl {
    min-height: 7rem;
  }
}
.thermometer-item.has-selected .thermometer-item-value__color {
  filter: grayscale(100%);
}

.thermometer-item-value {
  position: relative;
  display: block;
  width: 100%;
  height: 5.6rem;
  cursor: pointer;
}
.thermometer-item-value__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.thermometer-item-value__indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0;
  z-index: 10;
}
.thermometer-item-value__text {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .thermometer-item-value__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .thermometer-item-value__text {
    font-size: 2rem;
  }
}
.thermometer-item-value input:checked ~ .thermometer-item-value__indicator {
  opacity: 1;
}
.thermometer-item-value input:checked ~ .thermometer-item-value__color {
  filter: none;
}

.thermo-color-10 {
  background: #ff5100;
}

.thermo-color-9 {
  background: #ff7701;
}

.thermo-color-8 {
  background: #ffc801;
}

.thermo-color-7 {
  background: #fad785;
}

.thermo-color-6 {
  background: #f3f180;
}

.thermo-color-5 {
  background: #1ed98c;
}

.thermo-color-4 {
  background: #13fca1;
}

.thermo-color-3 {
  background: #9ffbcc;
}

.thermo-color-2 {
  background: #6cccff;
}

.thermo-color-1 {
  background: #19baff;
}

.thermo-color-0 {
  background: #00a3fe;
}

.family-tree {
  position: relative;
}
.family-tree__background img {
  max-width: 70%;
}

.family-tree-button {
  position: absolute;
  z-index: 10;
}
.family-tree-button .btn {
  background: #fff;
}
.family-tree-button .btn img {
  max-width: 60%;
  max-height: 60%;
}

.family-mem-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 0 0 4rem 0;
}
.family-mem-list .btn {
  margin-top: 2rem;
}

.family-mem-item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.family-mem-item__icon {
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
}
.family-mem-item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.family-mem-item__href {
  margin: 0 !important;
  padding: 0 !important;
}
.family-mem-item__name {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .family-mem-item__name {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .family-mem-item__name {
    font-size: 2rem;
  }
}

.avatar-image {
  max-width: 10rem;
  height: 10rem;
}

.avatar-image-members {
  height: 9rem !important;
  width: 9rem !important;
}

.family-tree__1 {
  top: 0%;
  left: 53%;
}
.family-tree__2 {
  top: 9%;
  left: 72%;
}
.family-tree__3 {
  top: 37%;
  left: 30%;
}
.family-tree__4 {
  top: 9%;
  left: 14%;
}
.family-tree__5 {
  top: 34%;
  left: 65%;
}
.family-tree__6 {
  top: 25%;
  left: 43%;
}
.family-tree__7 {
  top: 6%;
  left: 30%;
}
.family-tree__8 {
  top: 16%;
  left: 57%;
}
.family-tree__9 {
  top: 27%;
  left: 17%;
}
.family-tree__10 {
  top: 27%;
  left: 78%;
}
.family-tree__11 {
  top: 80%;
  float: left;
  padding-left: 2rem;
  padding-top: 2rem;
}

.avatar-image-members-under-tree {
  max-width: 60%;
  max-height: 60%;
}

.btn-done {
  display: none;
}

.add-member-image {
  margin: 0;
}
.add-member-image__img {
  min-width: 5rem;
}

.family-member-avatar-button {
  float: left;
  padding: 0;
}

.delete-member {
  position: absolute;
  right: 4rem;
  padding: 0 !important;
  margin: 0 !important;
}
.delete-member__image {
  filter: invert(38%) sepia(20%) saturate(0%) hue-rotate(213deg) brightness(101%) contrast(92%);
  transform: scale(1.1);
}

.form-tree-width-checkbox {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .form-tree-width-checkbox {
    width: calc(27% - 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .form-tree-width-checkbox {
    width: calc(27% - 2.5rem);
  }
}
.form-tree-width-checkbox__checkbox {
  margin: 1rem 0 0 0;
  width: 6%;
}
@media only screen and (min-width: 550px) {
  .form-tree-width-checkbox__checkbox {
    position: absolute;
    left: 22%;
    top: 60%;
    margin: 0;
    width: 10%;
  }
}
@media only screen and (min-width: 740px) {
  .form-tree-width-checkbox__checkbox {
    position: absolute;
    left: 50%;
    top: 55%;
    margin: 0;
    width: 10%;
  }
}

.living-house__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  cursor: pointer;
}
.living-house__item input:checked ~ .horizontal-select-item__indicator:after {
  background-color: #006962;
}
.living-house__item input {
  position: absolute;
  opacity: 0;
  left: -99999999999999px;
}
.living-house__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .living-house__title {
    height: 7.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .living-house__title {
    height: 8.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .living-house__title {
    height: 9rem;
  }
}
.living-house__img {
  width: 9.5rem;
  height: 7rem;
}
@media only screen and (min-width: 768px) {
  .living-house__img {
    height: 7.5rem;
    width: 9.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .living-house__img {
    height: 8.5rem;
    width: 11.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .living-house__img {
    height: 12rem;
    width: 15rem;
  }
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  filter: grayscale(100%);
}

.priprava-4-horizontal-selector {
  margin: 0 0 4rem 0;
  column-gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .priprava-4-horizontal-selector .living-house__title {
    max-width: 15rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 991px) {
  .priprava-4-horizontal-selector {
    flex-wrap: unset;
  }
}
@media only screen and (min-width: 1500px) {
  .priprava-4-horizontal-selector {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .priprava-4-horizontal-selector .living-house__item {
    flex-basis: 46%;
  }
}
@media only screen and (min-width: 991px) {
  .priprava-4-horizontal-selector .living-house__item {
    flex-basis: 15%;
    row-gap: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .priprava-4-horizontal-selector .living-house__item {
    row-gap: 2rem;
  }
}

.meet-others__left {
  text-align: left;
}
.meet-others__right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .meet-others__right {
    width: 25%;
  }
}
.meet-others__name {
  padding-right: 3rem;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .meet-others__name {
    width: 72%;
  }
}
.meet-others td {
  padding-bottom: 3rem;
}
.meet-others__input {
  text-align: left;
  width: 12rem;
  padding: 1rem 1.5rem !important;
}
@media only screen and (max-width: 768px) {
  .meet-others__checkboxs {
    width: 30%;
  }
}
.meet-others__checkboxs input {
  position: absolute;
  opacity: 0;
  left: -99999999999999px;
}
.meet-others__checkboxs input:checked ~ .checkbox:after {
  background-color: #006962;
}
.meet-others__checkboxs .checkbox {
  min-width: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #006962;
  margin: auto;
}
@media only screen and (min-width: 991px) {
  .meet-others__checkboxs .checkbox {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.meet-others__checkboxs .checkbox:after {
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  display: block;
  left: 0.4rem;
  top: 0.4rem;
}
@media only screen and (min-width: 991px) {
  .meet-others__checkboxs .checkbox:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.avatar-tabs {
  display: flex;
  justify-content: space-around;
  padding-top: 2rem;
}
.avatar-tabs .selected-tab {
  background-color: #ff5b17 !important;
  pointer-events: none;
}

.section-intro-controls-bottom {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .section-intro-controls-bottom {
    margin: 0 0 0 auto;
  }
}

/*# sourceMappingURL=main.css.map */
