html {
  box-sizing: border-box;
  font-size: 62.5%; }

* {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  background-color: #3333;
  font-size: 1.7rem; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

button {
  padding: .7rem;
  margin: 0.3rem 0;
  cursor: pointer; }

.login, .footer, body {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 40%, #000000 60%, #1c1c1c 100%);
  color: white; }

.hero, .intro-main {
  margin-top: 100px; }

.front {
  color: #333; }

.container {
  max-width: 960px;
  margin: 0 auto; }

.container-mobile {
  max-width: 575px;
  margin: 0 auto; }

.container-header {
  max-width: 960px;
  margin: 0 auto; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.header {
  z-index: 2000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white; }
  .header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.3rem  1rem; }
  .header .logo a {
    font-size: 2rem; }
  .header .nav-menu > .menu > .menu-item {
    display: inline-block;
    margin-right: 1rem;
    border-bottom: 3px solid whitesmoke; }
  .header .nav-menu > .menu > .has-child-element {
    display: inline-block;
    position: relative; }
  .header .menu > .menu-item > a {
    display: block;
    display: block;
    padding: .7rem 1rem; }
  .header .menu > .menu-item:hover > a {
    border-bottom: 3px solid #ba1717; }
  .header .nav-menu > .menu > .menu-item > .sub-menu {
    width: 100px;
    position: absolute;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: all .3s  ease-in-out;
    width: 140px;
    padding: 1rem 1rem;
    padding-bottom: 1rem; }
  .header .nav-menu > .menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .header .nav-menu > .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: .7rem 0;
    display: block; }
  .header .nav-menu > .menu > .menu-item > .sub-menu > .menu-item:hover > a {
    border-bottom: 3px solid #ba1717; }
  .header .nav-menu-open {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none; }
  .header .nav-menu-open span {
    height: 4px;
    width: 30px;
    background-color: black;
    display: block;
    position: relative; }
  .header .nav-menu-open span::after {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    content: ""; }
  .header .nav-menu-open span::before {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -7px;
    content: ""; }
  .header .fa-x {
    color: black; }
  .header .nav-menu-close {
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none; }
  .header .fa-solid {
    color: black; }

@media screen and (max-width: 900px) {
  header .nav-menu {
    padding-top: 3rem;
    display: none; }
  header .nav-menu.active {
    position: absolute;
    z-index: 2000;
    border: 1px solid white;
    display: block;
    top: 0;
    right: 0;
    width: 335px;
    background-color: #333; }
    header .nav-menu.active .menu > .menu-item {
      display: block; }
  header .nav-menu > .menu > .menu-item > .sub-menu {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
  header .nav-menu > .menu > .menu-item {
    border-bottom: 3px solid #333  !important; }
  header .nav-menu > .menu > .menu-item:hover a {
    border-bottom: 3px solid whitesmoke !important; }
  header .nav-menu > .menu > .menu-item > a {
    color: white;
    text-align: center; }
  header .nav-menu > .menu > .has-child-element:hover > .sub-menu {
    opacity: 1;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: .2rem;
    visibility: visible;
    padding-left: 1rem; }
  header .nav-menu > .menu > .has-child-element:hover > .sub-menu > .menu-item > a {
    color: #333 !important; }
  header .nav-menu > .menu > .has-child-element:hover > .sub-menu > .menu-item > a:hover {
    border-bottom: #333 solid 2px !important; }
  header .logo a {
    font-size: 1.8rem; }
  header .nav-menu-open {
    display: flex !important; }
  header .nav-menu-close.active {
    display: flex; } }
.container {
  max-width: 9600px;
  padding: 2rem; }

.col-2-1, .col-2-2, .col-3-1, .col-3-2, .col-3-3,
.col-4-1,
.col-4-2,
.col-4-3,
.col-4-4 {
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 3rem; }

  .spacer {
    margin: 3rem auto; }

  .section-four {
    width: 100%; }

  .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2rem;
    row-gap: 2rem; }

  .col-1 {
    grid-column: 1/13;
    padding: 2rem; }

  .col-2-1, .col-2-2 {
    padding: 2rem; }

  .col-2-1 {
    grid-column: 1/7; }

  .col-2-2 {
    grid-column: 7/13; }

  .col-3-1 {
    grid-column: 1/5; }

  .col-3-2 {
    grid-column: 5/9; }

  .col-3-3 {
    grid-column: 9/13; }

  .col-3-1, .col-3-2, .col-3-3 {
    padding: 2rem; }

  .col-4-1, .col-4-2, .col-4-3, .col-4-4 {
    padding: 2rem;
    border: 1px solid gray; }

  .col-4-1 {
    grid-column: 1/7; }

  .col-4-2 {
    grid-column: 7/13; }

  .col-4-3 {
    grid-column: 1/7; }

  .col-4-4 {
    grid-column: 7/13; } }
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1140px;
    margin: 0 auto; }

  .spacer {
    margin: 3rem auto; }

  .section-four {
    width: 100%; }

  .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 2rem; }

  .col-1 {
    grid-column: 1/13;
    padding: 2rem; }

  .col-2-1, .col-2-2 {
    padding: 2rem;
    border: 1px solid gray; }

  .col-2-1 {
    grid-column: 1/7; }

  .col-2-2 {
    grid-column: 7/13; }

  .grid-3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr ifr; }

  .col-3-1 {
    grid-column: 1/5; }

  .col-3-2 {
    grid-column: 5/9; }

  .col-3-3 {
    grid-column: 9/13; }

  .col-3-1, .col-3-2, .col-3-3 {
    padding: 2rem; }

  .col-4-1, .col-4-2, .col-4-3, .col-4-4 {
    padding: 2rem;
    border: 1px solid gray; }

  .col-4-1 {
    grid-column: 1/4; }

  .col-4-2 {
    grid-column: 4/7; }

  .col-4-3 {
    grid-column: 7/10; }

  .col-4-4 {
    grid-column: 10/13; } }
.front {
  height: auto !important; }

.footer-inner {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 3px solid lawngreen; }

.business-editor-inner {
  margin-top: 70px; }

.business-editor {
  background-color: whitesmoke;
  width: 100%;
  padding-bottom: 2rem; }
  .business-editor .content {
    background-color: white; }
  .business-editor table {
    background-color: white; }

.link-hero {
  font-weight: 800;
  color: black;
  border-bottom: 1px solid black;
  padding: 1rem;
  background-color: lawngreen;
  transition: all .4s ease-in; }
.link-hero:hover {
  background-color: white;
  color: black; }
.link-footer {
  color: white;
  font-weight: 800;
  margin-bottom: .3rem;
  display: inline-block;
  text-transform: capitalize; }
.link-be {
  padding: .6rem;
  display: inline-block; }

.title-hero, .title-home {
  position: relative; }
.title-hero::after, .title::after {
  content: '';
  background-color: lawngreen;
  width: 70%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%); }
.title-home {
  text-align: center;
  margin-bottom: 2rem; }

img {
  width: 100%; }

.list {
  border-bottom: 2px solid #333;
  display: inline-flex;
  align-items: center;
  gap: 1rem; }

.tbl {
  border-collapse: collapse;
  margin: 0 auto;
  border: 2px solid #333; }
  .tbl td, .tbl th {
    border: 1px solid #333;
    padding: 1rem; }

.item-edit {
  margin-bottom: .1rem;
  padding: .7rem; }

input[type="text"] {
  padding: .3rem;
  font-size: inherit; }

input[type="submit"] {
  font-size: inherit;
  background-color: #333;
  color: whitesmoke;
  padding: .6rem;
  cursor: pointer; }

input[type="email"] {
  padding: .3rem;
  font-size: inherit; }

input[type="number"] {
  padding: .3rem;
  font-size: inherit; }

input[type="password"] {
  padding: .3rem;
  font-size: inherit; }

select {
  padding: .3rem;
  font-size: inherit; }

.business-editor {
  position: relative;
  height: calc(100vh - 300px); }

#overlay-success {
  height: 100%;
  width: 100%;
  position: absolute;
  color: white;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  #overlay-success .ok {
    font-size: 3rem; }

.overlay-response {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.3rem;
  text-align: center;
  position: relative; }
  .overlay-response .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: black;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 2rem; }

.overlay-response.success {
  background-color: green; }
  .overlay-response.success .correct {
    color: white; }

.overlay-response.fail {
  background-color: red; }
  .overlay-response.fail .error {
    background-color: white; }

.card {
  border-radius: 10px;
  display: flex;
  box-shadow: 10px 10px 10px #333;
  padding: 1rem;
  color: white; }
  .card-hero, .card-home, .card-footer {
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
  .card-footer {
    border-right: 2px solid gray; }
    .card-footer:first-child {
      border-left: 2px solid gray; }

.main-qr-code {
  background-color: white;
  width: 250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .main-qr-code .qr-logo {
    width: 70%;
    margin: 0 auto;
    border: 5px solid darkgoldenrod;
    padding: 1rem; }
    .main-qr-code .qr-logo img {
      width: 100%;
      overflow-y: hidden; }
  .main-qr-code .qr-img-box {
    border: 4px solid darkgoldenrod;
    width: 90%;
    margin: 0 auto;
    padding: 1rem; }
    .main-qr-code .qr-img-box img {
      width: 100%; }
  .main-qr-code .qr-title {
    border: 1px solid darkgoldenrod;
    width: 100%;
    text-align: center;
    background-color: #333;
    color: white;
    text-transform: uppercase; }
  .main-qr-code .qr-top {
    border: dotted 1px black;
    margin-bottom: 3rem;
    padding: 2rem; }

.card-front {
  padding: 2rem;
  background-color: whitesmoke !important; }
  .card-front .card-menu > li > .card-menu-sub {
    position: absolute;
    background-color: black;
    padding: .8rem;
    display: none; }
  .card-front .card-menu > li:hover > .card-menu-sub {
    display: block; }
  .card-front .card-menu > li > .card-menu-sub > li > a {
    color: white;
    display: block;
    padding: .8rem; }
  .card-front .card-menu > li > .card-menu-sub > li > a:hover {
    color: white;
    display: block;
    padding: .8rem;
    border-bottom: 1px solid white; }

.btn-close-edit, .btn-close-qr {
  display: block !important;
  border: 1px solid red;
  cursor: pointer;
  padding: 1rem;
  margin: .8rem;
  margin-left: auto; }

#form-card-edit {
  border: 2px solid #ccc;
  padding-left: 3rem; }

.underline-border {
  border-bottom: darkred solid 3px !important; }

.top-front-card {
  margin-bottom: 2.3rem;
  display: inline-flex;
  flex-direction: column !important; }

.tbl thead {
  background-color: #333;
  color: white; }
.tbl td:first-child {
  word-wrap: normal; }

@media (max-width: 599px) {
  .tbl.tbl-responsive thead {
    display: none; }
  .tbl.tbl-responsive td {
    display: block; }
  .tbl.tbl-responsive td:first-child {
    background-color: #333;
    color: white;
    text-align: center; }
  .tbl.tbl-responsive td:nth-child(2)::before {
    content: "Mobile"; }
  .tbl.tbl-responsive td:nth-child(3)::before {
    content: "Email"; }
  .tbl.tbl-responsive td:nth-child(4)::before {
    content: "Telegram"; }
  .tbl.tbl-responsive td:nth-child(5)::before {
    content: "Company name"; }
  .tbl.tbl-responsive td {
    text-align: right; }
  .tbl.tbl-responsive td::before {
    font-weight: bolder;
    float: left;
    margin-right: 3rem; } }
#main_2, #main_3 {
  display: none; }

.disabled {
  background-color: #ccc;
  color: #666;
  border-color: #aaa;
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed; }

.front-holder {
  margin-bottom: 2rem;
  background-color: white; }

#tbls_2 {
  display: none; }

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