@font-face {
  font-family: "notosans";
  font-display: swap;
  src: url("../../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm";
  font-display: swap;
  src: url("../../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-bold";
  font-display: swap;
  src: url("../../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-bold";
  font-display: swap;
  src: url("../../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-medium";
  font-display: swap;
  src: url("../../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSans-Medium/NotoSans-Medium.woff") format("woff"), url("../../fonts/NotoSans-Medium/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.woff") format("woff"), url("../../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../../fonts/icons/icomoon.eot?6hzsjg");
  src: url("../../fonts/icons/icomoon.eot?6hzsjg#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.ttf?6hzsjg") format("truetype"), url("../../fonts/icons/icomoon.woff?6hzsjg") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_s1_logo:before {
  content: "\e900";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_check:before {
  content: "\e905";
}

.icon_search:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_info:before {
  content: "\e908";
}

.icon_success:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before {
  content: "\e911";
}

.header .main_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.table_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.table_block .seat_number, .table_block:before, .table_block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.secondary_btn, .primary_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.standard_text, .secondary_btn, .primary_btn {
  font-size: 140%;
  line-height: 20px;
}

.secondary_btn, .primary_btn {
  border: none;
  height: 40px;
}
@media screen and (min-width: 1601px) {
  .secondary_btn, .primary_btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .secondary_btn, .primary_btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .secondary_btn, .primary_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .secondary_btn, .primary_btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .secondary_btn, .primary_btn {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 575px) {
  .secondary_btn, .primary_btn {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.primary_btn {
  background: #069dd5;
  color: #333333;
}
.loading.primary_btn {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.loading.primary_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.secondary_btn {
  outline: 1px solid #069dd5 !important;
  color: #069dd5;
  background: transparent;
}
.loading.secondary_btn {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.loading.secondary_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
body.popup_opened {
  overflow: hidden;
}

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

.root {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #069dd5;
}
a:not([href]) {
  pointer-events: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1601px) {
  .page_row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .page_row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .page_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .page_row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 575px) {
  .page_row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1601px) {
  .page_container {
    max-width: 1630px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .page_container {
    max-width: 1470px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .page_container {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page_container {
    max-width: 1030px;
  }
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #C7383F;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.section_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.hidden_label {
  display: none;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  35.1% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60.1% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85.1% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.btns_block {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.members_col,
.tables_col {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.add_table {
  margin-inline: auto;
}

.guests_list {
  text-align: left;
  text-transform: capitalize;
  column-count: 3;
  column-gap: 40px;
  margin-top: 40px;
}
.guests_list li {
  margin-bottom: 10px;
}
.guests_list li:hover .member_remove {
  opacity: 1;
  pointer-events: unset;
}

.member_remove {
  opacity: 0;
  pointer-events: none;
  font-size: 12px;
  padding: 4px;
  cursor: pointer;
  color: red;
}

.member_block {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.member_block.selected {
  cursor: default;
}
.member_block.ready:not(.highlight) {
  color: #999999;
}

.guests_input {
  padding: 5px;
  margin-left: 10px;
}

.tables_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: numbering;
  max-width: 600px;
  margin-inline: auto;
}

.table_block {
  margin: 100px;
  flex: 0 0 100px;
  aspect-ratio: 1;
  position: relative;
  counter-increment: numbering;
}
.table_block:before {
  content: counter(numbering);
}
.table_block > span {
  display: flex;
  align-items: center;
  height: 0;
  transform-origin: left center;
  padding-left: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.table_block > span[data-id]:hover .seat_number {
  font-size: 0;
}
.table_block > span[data-id]:hover .seat_number:before {
  display: block;
  content: "X";
  font-size: 1rem;
}
.table_block .seat_number {
  border: 1px solid;
  min-width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
}
.table_block .seat_number span {
  display: block;
  pointer-events: none;
}
.table_block .member_name {
  padding-inline: 5px;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selected .seat_number,
.member_block.selected {
  font-weight: 700;
  border-width: 2px;
}

.highlight {
  color: blue;
}

.add_table,
.save_btn,
.upload_btn {
  cursor: pointer;
  border: 1px solid;
  padding: 5px;
  display: block;
  background: transparent;
}
.header {
  z-index: 100;
}
.header .main_menu {
  display: flex;
}
.header .main_menu > li {
  padding: 0 10px;
  position: relative;
}
.header .main_menu > li > .submenu_list {
  left: 0;
  top: 100%;
}
.header .main_menu > li > .submenu_list li {
  position: relative;
  padding: 10px;
}
.header .main_menu > li > .submenu_list .submenu_list {
  top: 0;
  left: 100%;
}
.header .submenu_list {
  display: none;
  position: absolute;
}

.footer {
  margin-top: auto;
}

.error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add_table,
.save_btn,
.upload_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.add_table input,
.save_btn input,
.upload_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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