:root {
  --vz-body-bg: #f2f2f7;
  --vz-body-color: #212529;
  --vz-body-color-rgb: 33, 37, 41;
  --vz-vertical-menu-bg: #fff;
  --vz-vertical-menu-item-color: #6d7080;
  --vz-vertical-menu-item-hover-color: #4b38b3;
  --vz-vertical-menu-item-active-color: #4b38b3;
  --vz-vertical-menu-sub-item-color: #7c7f90;
  --vz-vertical-menu-sub-item-hover-color: #4b38b3;
  --vz-vertical-menu-sub-item-active-color: #4b38b3;
  --vz-vertical-menu-title-color: #919da9;
  --vz-vertical-menu-bg-dark: #151529;
  --vz-vertical-menu-item-color-dark: #a3a6b7;
  --vz-vertical-menu-item-hover-color-dark: #fff;
  --vz-vertical-menu-item-active-color-dark: #fff;
  --vz-vertical-menu-sub-item-color-dark: #a3a6b7;
  --vz-vertical-menu-sub-item-hover-color-dark: #fff;
  --vz-vertical-menu-sub-item-active-color-dark: #fff;
  --vz-vertical-menu-title-color-dark: #6d7080;
  --vz-header-bg: #fff;
  --vz-header-item-color: #e9ecef;
  --vz-header-bg-dark: #1C1C36;
  --vz-header-item-color-dark: var(--vz-vertical-menu-item-color-dark);
  --vz-topbar-search-bg: #f3f3f9;
  --vz-topbar-user-bg: #f3f3f9;
  --vz-topbar-user-bg-dark: #2A2A50;
  --vz-footer-bg: #fff;
  --vz-footer-color: #98a6ad;
  --vz-topnav-bg: #fff;
  --vz-topnav-item-color: #6d7080;
  --vz-topnav-item-color-active: #4b38b3;
  --vz-twocolumn-menu-iconview-bg: #fff;
  --vz-twocolumn-menu-bg: #fff;
  --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
  --vz-twocolumn-menu-bg-dark: #1C1C36;
  --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
  --vz-twocolumn-menu-item-active-color-dark: #fff;
  --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
  --vz-boxed-body-bg: #e5e5ef;
  --vz-heading-color: #495057;
  --vz-box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  --vz-light: #f3f6f9;
  --vz-light-rgb: 243, 246, 249;
  --vz-dark: #212529;
  --vz-dark-rgb: 33, 37, 41;
  --vz-link-color: #4b38b3;
  --vz-link-hover-color: #4b38b3;
  --vz-border-color: #e9ebec;
  --vz-dropdown-bg: #fff;
  --vz-dropdown-link-color: #212529;
  --vz-dropdown-link-hover-color: #1e2125;
  --vz-dropdown-link-hover-bg: #f3f6f9;
  --vz-dropdown-border-width: 0;
  --vz-card-bg: #fff;
  --vz-card-cap-bg: #fff;
  --vz-card-logo-dark: block;
  --vz-card-logo-light: none;
  --vz-modal-bg: #fff;
  --vz-nav-tabs-link-active-color: #495057;
  --vz-nav-tabs-link-active-bg: #f2f2f7;
  --vz-accordion-button-active-color: #4432a1;
  --vz-progress-bg: #eff2f7;
  --vz-toast-background-color: rgba(255, 255, 255, 0.85);
  --vz-toast-border-color: rgba(0, 0, 0, 0.1);
  --vz-toast-header-border-color: rgba(0, 0, 0, 0.05);
  --vz-list-group-hover-bg: #f3f6f9;
  --vz-popover-bg: #fff;
  --vz-pagination-hover-bg: #eff2f7;
  --vz-input-bg: #fff;
  --vz-input-border: #ced4da;
  --vz-input-focus-border: #a59cd9;
  --vz-input-disabled-bg: #eff2f7;
  --vz-input-group-addon-bg: #eff2f7;
  --vz-input-check-border: var(--vz-input-border);
}

body {
  overflow-x: hidden;
  padding-top: 50px;
  padding-bottom: 20px;
}

.card {
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
  box-shadow: 0 3px 3px rgba(56, 65, 74, 0.1);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-animate {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.card-animate:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.avatar-sm {
  height: 6rem;
  width: 6rem;
}

.avatar-fl {
  height: 4rem;
  width: 7rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b38b3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg);
  background-clip: padding-box;
  border: 1px solid var(--vz-input-border);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.mdi-set, .mdi:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.card-header {
  border-bottom: 1px solid var(--vz-border-color);
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-center .col {
  padding: 10px 0px;
}

.list-group-item:last-child {
  border-bottom-width: 0 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: var(--vz-card-cap-bg);
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.list-group-flush.border-dashed {
  border: none !important;
}

.border-dashed {
  border-style: dashed !important;
}

.list-group-flush {
  border-radius: 0;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-flush.border-dashed .list-group-item {
  border-style: dashed !important;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item {
  margin-bottom: 0;
}

.ps-0 {
  padding-left: 0 !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.7rem 1rem;
  color: var(--vz-body-color);
  text-decoration: none;
  background-color: var(--vz-card-bg);
  border: 1px solid var(--vz-border-color);
}

.fs-14 {
  font-size: 14px !important;
}

.text-reset {
  --vz-text-opacity: 1;
  color: inherit !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.g-3, .gy-3 {
  --vz-gutter-y: 1rem;
}

.g-3, .gx-3 {
  --vz-gutter-x: 1rem;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.noactive {
  cursor: not-allowed;
}

.mdi-magnify::before {
  line-height: 3em;
  content: "\f002";
}

.app-search span.search-widget-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: #878a99;
}

.app-search {
  padding: 8px 0px;
}

.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  background-color: #f0f0f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img, svg {
  vertical-align: middle;
}

.rounded-circle {
  font-size: 1.625rem !important;
  border-radius: 50% !important;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.logo-brand-nav {
  padding: 13px 0px;
}

/* The Modal (background) */
.modal {
  backdrop-filter: blur(3px);
  display: none;
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
.modal .modal-content {
  position: unset;
  background-color: rgba(254, 254, 254, 0);
  margin: auto;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 570px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal .modal-content .modal-header {
  border: none;
  padding: 20px 15px;
}
.modal .modal-content .modal-body {
  padding: 0px 15px 10px;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .close {
  z-index: 1050;
  position: absolute;
  top: 45%;
  opacity: 1;
  left: 50%;
  text-shadow: none;
}
.modal .close:hover,
.modal .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.tnved-card {
  margin-top: 40px;
}
.tnved-card .col-md-3 .card {
  height: 215px;
  margin-bottom: 65px;
  background: #F9F9F9;
  box-shadow: 0 5px 10px -4px rgba(30, 30, 30, 0.08);
}
.tnved-card .col-md-3 .card img {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  margin-top: -40px;
  border: 9px solid #f9f9f9;
}
.tnved-card .col-md-3 .card a {
  text-decoration: none;
}
.tnved-card .col-md-3 .card a .danger .dange {
  background: #fb4343;
  color: white;
  padding: 4px 6px;
  margin: 0px 12px;
  border-radius: 4px;
  float: right;
  font-weight: 600;
  font-size: 10px;
}
.tnved-card .col-md-3 .card a p {
  color: rgba(51, 51, 51, 0.8784313725);
  padding: 5px 15px;
}
.tnved-card .col-md-3 .card a .content h3 {
  margin-top: 0;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.tnved-card .col-md-3 .card a .content h5 {
  color: #878a99;
  margin: 4px 0px 10px 0px;
}

.menu__wrappers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
}

.menu__btns {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: #f6f6e9;
  background-color: #13334c;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.menu__btns span,
.menu__btns span::before,
.menu__btns span::after {
  position: relative;
  width: 40px;
  height: 6px;
  background-color: #f6f6e9;
  transition: 0.3s;
}

.menu__btns span::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
}

.menu__btns span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
}

.menu__btn.actives {
  transform: rotate(360deg);
  transition: 0.3s;
}

.menu__btn.actives span {
  background-color: transparent;
}

.menu__btn.actives span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu__btn.actives span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.menus {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__items {
  height: 100px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.countryLists .menu__items a {
  display: inline-block;
}
.countryLists .menu__items a span {
  width: 100%;
  display: list-item;
}
.countryLists .menu__items a .imgaes-ico {
  margin-bottom: -10px;
}
.countryLists .menu__items a .imgaes-ico img {
  border-radius: 50%;
  border: 4px solid white;
  height: 48px;
  width: 48px;
}
.countryLists .menu__items a .text-ico {
  width: 130px;
  border-radius: 3px;
  background: white;
  padding: 10px;
  color: black;
}

.menu__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
}

.menu__btn {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: #f6f6e9;
  background-color: #13334c;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.menu__btn span,
.menu__btn span::before,
.menu__btn span::after {
  position: relative;
  width: 40px;
  height: 6px;
  background-color: #f6f6e9;
  transition: 0.3s;
}

.menu__btn span::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
}

.menu__btn span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
}

.menu__btn.active {
  transform: rotate(360deg);
  transition: 0.3s;
}

.menu__btn.active span {
  background-color: transparent;
}

.menu__btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu__btn.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__item {
  height: 100px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.menu__item a {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.menu__items {
  height: 100px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.menu__items a {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.countryList .menu__item a {
  display: inline-block;
}
.countryList .menu__item a span {
  width: 100%;
  display: list-item;
}
.countryList .menu__item a .imgaes-ico {
  margin-bottom: -10px;
}
.countryList .menu__item a .imgaes-ico img {
  border-radius: 50%;
  border: 4px solid white;
  height: 48px;
  width: 48px;
}
.countryList .menu__item a .text-ico {
  width: 130px;
  border-radius: 3px;
  background: white;
  padding: 10px;
  color: black;
}

.cl-btn-6 {
  position: relative;
  height: 70px;
  display: block;
  margin: -27px 0px 0px -53px;
  width: 70px;
  cursor: pointer;
}

.cl-btn-6:hover .cl-btn-6-in {
  width: 100%;
  height: 100%;
}

.cl-btn-6-in {
  width: inherit;
  text-align: center;
}

.cl-btn-6-txt {
  width: 68px;
  border-radius: 50%;
  height: 68px;
  background: white;
}
.cl-btn-6-txt img {
  width: 59.8957px;
  height: 59.8957px;
  border-radius: 50%;
  margin-top: 9.42944px;
}

.group-modal {
  padding: 5px;
}
.group-modal #ved, .group-modal #jd {
  display: block;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.group-modal #ved span.burger, .group-modal #jd span.burger {
  float: left;
  margin-right: 5px;
}
.group-modal #ved span.burger span, .group-modal #jd span.burger span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  background: #a1a1a1;
}
.group-modal #ved p, .group-modal #jd p {
  margin: 0;
}

/* line 3, ../../sass/circular-menu.scss */
.circular-menu {
  z-index: 1040;
  border-radius: 50%;
  background: transparent;
  opacity: 0;
  position: fixed;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: default;
  transform: scale(0.1);
  pointer-events: none;
  /*cover to prevent extra space of anchors from being clickable*/
}

/* line 17, ../../sass/circular-menu.scss */
.circular-menu.circular-sub-menu {
  transition: all 0s ease 0s;
}

/* line 19, ../../sass/circular-menu.scss */
.circular-menu.circular-sub-menu:after {
  display: none;
}

/* line 25, ../../sass/circular-menu.scss */
.circular-menu:after {
  content: ".";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: 10;
  color: transparent;
  box-sizing: border-box;
}

/* line 37, ../../sass/circular-menu.scss */
.circular-menu.opened-nav {
  top: 40% !important;
  left: 50% !important;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(1);
  pointer-events: auto;
}

/* line 43, ../../sass/circular-menu.scss */
.circular-menu.opened-nav li {
  transition: all 0.3s ease 0.3s;
  pointer-events: none;
}
.circular-menu.opened-nav li span {
  height: 100px;
  color: white;
  background: rgba(0, 0, 0, 0.6509803922);
  width: 100px;
  border: 1px solid #006ee5;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px rgba(0, 110, 229, 0.18);
  padding: 50px 0px 0px 0px;
  font-size: 12px;
  transition: all 0.2s ease;
}
.circular-menu.opened-nav li :hover .circular-menu li a {
  margin: 0px 69px -14px 0px;
}
.circular-menu.opened-nav li :hover .horizontal img {
  border: 3px solid white;
  position: absolute;
  margin: 6px -18px 1px -20px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
}
.circular-menu.opened-nav li :hover span {
  display: block;
}

/* line 46, ../../sass/circular-menu.scss */
.circular-menu.opened-nav li a {
  background: none;
  pointer-events: auto;
}

/* line 48, ../../sass/circular-menu.scss */
.circular-menu.opened-nav li a .horizontal {
  pointer-events: none;
}

/* line 55, ../../sass/circular-menu.scss */
.circular-menu ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 60, ../../sass/circular-menu.scss */
.circular-menu ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  transform-origin: 100% 100%;
}

/* line 69, ../../sass/circular-menu.scss */
.circular-menu ul li a {
  box-sizing: border-box;
  position: absolute;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
}

/* line 80, ../../sass/circular-menu.scss */
.circular-menu ul li a span.cm-icon {
  display: inline-block;
  background-size: cover;
}

/* line 85, ../../sass/circular-menu.scss */
.circular-menu ul li a span.text {
  display: none;
}

/* line 95, ../../sass/circular-menu.scss */
.circular-menu ul li a .cn-icon:before {
  display: table;
}

/* line 99, ../../sass/circular-menu.scss */
.circular-menu ul li a.disabled {
  -webkit-filter: grayscale(100%);
  pointer-events: none !important;
  cursor: default;
}

/* line 105, ../../sass/circular-menu.scss */
.circular-menu ul li a:focus {
  position: fixed;
  /* fix the displacement bug in webkit browsers when using tab key */
}

[rel=s-S] {
  background: none !important;
}

.horizontal img {
  margin: 4px -2px 0px -28px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.8588235294);
}

.text-base {
  position: absolute;
  font-size: 15px;
  width: 140px;
  color: black;
  font-weight: 100;
  background: white;
  border-radius: 4px;
  padding: 6px 0px;
  margin: -7px 0px 0px -32px;
}

/** @format */
:root {
  --primary-blue: #006ee5;
  --background: #e5e5e5;
  --info-blue: #466697;
  --main-grey: #919eab;
  --dark-blue: #466697;
  --white: #ffffff;
  --smoll-text: #718096;
  --bold-text: #2d3748;
  --black: #000000;
  --large-text-lite:#33383F;
  --vh: 100vh;
}

._darkModeBackground {
  background: linear-gradient(85.45deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
}

#circleMenu {
  display: block;
  position: relative;
  top: unset !important;
  left: unset !important;
  list-style-type: none;
  width: 100px;
  margin: 0px;
  padding: 0px;
  height: 100px;
}

._menuConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._mainContent {
  background: -o-linear-gradient(4.55deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  background: linear-gradient(85.45deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: hidden;
}

.structure {
  background: -o-linear-gradient(4.55deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  background: linear-gradient(85.45deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1000 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.structure::-webkit-scrollbar {
  width: 5px;
}

.structure::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.structure::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 15px;
}

._inService {
  background-color: "#006EE5" !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._serviceItem {
  background-color: var(--white);
  width: 60px;
  height: 60px;
  transform: scale(1, 1);
  border-radius: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._serviceItem img {
  border-radius: 50%;
  width: 53px;
}

._Sname {
  font-size: 6px !important;
  text-align: center;
  display: none;
}

._mInService {
  display: none;
}

._serviceTitle {
  color: var(--primary-blue);
}

._servisName {
  position: absolute;
  z-index: 800;
  width: 250px;
  font-family: nino_bold;
  color: var(--primary-blue);
  font-size: 24px;
  opacity: 1;
  text-align: center;
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  display: none;
}

._startText {
  position: absolute;
  z-index: 6000;
  width: 250px;
  font-family: nino_bold;
  color: var(--primary-blue);
  font-size: 24px;
  text-align: center;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 65px 45px 65px;
  box-sizing: border-box;
  display: none;
}

._headerLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 250px;
}

._switchLenguage {
  font-family: nino_regular;
}

._menu {
  position: absolute;
  z-index: 2000;
  width: 400px;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  padding: 70px;
}

._menuClose {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  cursor: pointer;
}

._scroll {
  width: 24px;
  height: 100vh;
  margin-top: 120px;
  margin-left: 65px;
  border-left: 0.5px solid var(--black);
  position: absolute;
  z-index: 800;
  display: none;
}

._menuNav {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._servicePage {
  padding: 3px 0px 0px 11px;
  height: 30px;
  cursor: pointer;
  margin-left: -1px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._newsPage,
._contactPage {
  padding: 3px 0px 0px 10px;
  height: 30px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._newsPage a {
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

._lightPage {
  border-left: 1px solid var(--primary-blue);
  color: var(--primary-blue);
}

._extinguishedPage {
  color: var(--main-grey);
  border: none;
}

._extinguishedPageDark {
  color: var(--white);
  border: none;
}

._serviceConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 800;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._services {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 450px;
  margin-top: 250px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 500;
  margin-left: 1456px;
  position: absolute;
  z-index: 800;
  display: none;
}

._items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._serviseTitles {
  text-align: right;
  cursor: pointer;
  font-size: 14px;
  color: var(--main-grey);
  width: 240px;
}

.disabledService {
  pointer-events: none;
  opacity: 0.8;
}

._currentService {
  color: var(--primary-blue);
  font-size: 16px;
}

._line {
  height: 1px;
  width: 25px;
  background-color: var(--primary-blue);
  margin-left: 247px;
  position: absolute;
  margin-top: -10px;
  display: none;
}

._item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

/* test */
#menuToggle {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 3px;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  background-color: var(--white);
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
  -ms-transform: rotate(45deg) translate(-1px, -1px);
  transform: rotate(45deg) translate(-1px, -1px);
  background: var(--white);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  background: none;
}

#particles2 {
  position: absolute;
  z-index: -200;
  width: 100%;
  height: 100%;
  background: none;
}

._burgerMenuConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
}

._burgerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 12px;
}

._burgerMenu P {
  font-family: nino_bold;
  font-size: 14px;
  color: var(--white);
  cursor: pointer;
  padding: 8px 10px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._hidenMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2px;
}

._hidenMenu a {
  text-decoration: none;
}

._switchLenguage {
  font-size: 12px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
}

._themeLogo {
  cursor: pointer;
}

._adaptLogo {
  cursor: pointer;
}

#_publicPArticleBack {
  position: absolute;
  z-index: -200;
}

._service {
  width: 50px;
  margin-top: -35px;
}

._moblogo {
  display: none;
}

._mobServiceMenuCont {
  display: none;
}

._mobileScroll {
  width: 100%;
  display: none;
}

/* mobile navigation */
._mobileNavigation {
  position: absolute;
  z-index: 200000;
  background: -o-linear-gradient(4.55deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  background: linear-gradient(85.45deg, #090c0f 2.27%, #0c1016 106.48%), #f4f6f8;
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  height: 100vh;
  width: 65%;
  padding: 40px 0px 0px 30px;
  transform: translateX(-100%);
}

._mobileNavContentCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px;
  margin-top: 30%;
  justify-content: space-around;
  padding-top: 10px;
}

._MobileNavAbout,
._MobileNavPublicInfo {
  font-family: nino_bold;
  color: var(--dark-blue);
  font-size: 16px;
}

._NChildrens {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0px 0px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--main-grey);
  font-size: 16px;
}

._mainTitle {
  font-family: nino_bold;
  color: var(--dark-blue);
  font-size: 16px;
}

._mobNavHeader img {
  padding: 5px;
  width: 20px;
}

/* slider */
.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.slider-counter-item {
  width: 30px;
  height: max-content;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.slider-counter-moore {
  text-align: start;
  margin-left: 10px;
  align-self: flex-end;
  height: auto;
  padding-bottom: 6px;
  letter-spacing: 6px;
  cursor: pointer;
}

.slider-counter {
  width: 200px;
  display: flex;
  justify-content: center;
}

.active-counter {
  background-color: rgba(145, 158, 171, 0.16);
}

.m-choose {
  display: none;
}

/* under construction */
.underConstruction {
  display: flex;
  position: absolute;
  z-index: 900000000;
  bottom: 0;
  justify-content: flex-end;
  box-sizing: border-box;
  right: 0;
}

.constructionContent {
  background: rgba(50, 50, 50, 0.18);
  padding: 12px 6px 12px 6px;
  color: var(--white);
  font-size: 14px;
  border-radius: 8px;
}

.contructionText {
  margin-top: 2px;
}

._settings {
  display: none;
}

/* .particles{
  background-image: -o-radial-gradient(
    RGBA(0, 110, 229, 0.3) 1px,
    transparent 0
  ) !important;
} */
@media only screen and (min-width: 1550px) {
  ._serviceItem {
    background-color: white;
    width: 58px;
    height: 58px;
  }
  ._mInService {
    display: none;
  }
}
.item_names {
  z-index: 666;
  color: #232323;
  background: #fff;
  padding: 5px 7px;
  font-size: 13px;
  position: absolute;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
  margin: 63px 0px 0px 0px;
  white-space: nowrap;
}

.item_names_dis {
  z-index: 666;
  color: #232323;
  background: #fff;
  padding: 5px 7px;
  font-size: 13px;
  position: absolute;
  font-weight: 200;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  margin: 100px 0px 0px 0px;
  white-space: nowrap;
  border-radius: 0 3px 3px 0;
  color: #fb391d;
}

@media only screen and (max-width: 1550px) and (min-width: 760px) {
  .suggest {
    max-height: 500px;
  }
  .header {
    padding: 18px 40px 12px 40px;
  }
}
@media only screen and (max-width: 760px) {
  .particles {
    display: none;
  }
  .underConstruction {
    padding: 5px 5px 80px 5px;
  }
  .constructionContent {
    padding: 0px;
  }
  .underConstruction {
    display: none;
  }
}
._menuConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._links {
  text-decoration: none !important;
}

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