@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
body {
  font-family: 'Roboto', sans-serif; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-style: none; }

.logo {
  max-width: 150px; }
  .logo-link {
    position: relative; }

.mm-menu_theme-alef {
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.7);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu_theme-alef .mm-iconbar {
  background: #172952;
  color: #fff; }
  .mm-menu_theme-alef .mm-navbar__title, .mm-menu_theme-alef .mm-navbar__title:hover {
    color: #172952 !important; }

.mm-listitem__text {
  display: flex;
  justify-content: flex-start; }
  .mm-listitem__text .active-tender-count {
    font-weight: bold;
    color: #fff;
    background: #172952;
    height: 20px;
    width: 20px;
    display: flex;
    padding: 0 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px; }

.mh-head.mh-btns-left-2 .mh-btns-left, .mh-head.mh-btns-right-2 .mh-btns-right {
  width: 40px; }
/* HEADER */
.header .stats {
  background: #fff;
  padding: 11px 20px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .header .stats span {
    font-weight: 700; }
  .header .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #172952; }
  .header .menu__item {
    padding: 0 5px;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center; }
    .header .menu__item:hover ul {
      display: block; }
    .header .menu__item ul {
      top: 45px;
      position: absolute;
      display: none;
      list-style: none;
      left: -10px;
      z-index: 999;
      background: #fff;
      padding: 10px;
      text-align: left;
      border-left: 1px solid #d7d625;
      border-right: 1px solid #ede915;
      border-bottom: 1px solid #e1de1e; }
      .header .menu__item ul li {
        margin-bottom: 3px;
        display: block;
        height: inherit; }
        .header .menu__item ul li a {
          color: #172952; }
  .header .menu__link {
    color: #172952; }
    .header .menu__link:hover {
      text-decoration: underline; }

body {
  display: none; }

.content {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.page-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px; }

.page .full-text {
  text-align: left; }

h1 {
  font-size: 30px; }

p {
  font-size: 16px; }
  p a {
    color: #172952; }

a {
  color: #172952; }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.hint-block {
  font-style: italic;
  color: #999; }

label {
  display: block; }
  label input {
    margin-right: 5px !important; }

.form-group input[type="text"], .form-group input[type="password"] {
  border-radius: 0; }

.inner-wrapper {
  width: 100%;
  margin: 0 auto; }

.btn {
  border-radius: 0; }

.form-control:focus {
  border-color: #172952;
  outline: 0;
  box-shadow: none !important; }

.form-control {
  box-shadow: none !important; }
/* TENDER */
.tender-widget-title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .tender .children {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px; }
  .tender .children .child__link {
    font-weight: bold;
    color: #333;
    display: block;
    padding: 20px 30px;
    border: 1px solid #f0f0f0;
    text-transform: uppercase; }
    .tender .children .child__link:hover {
      text-decoration: none;
      background: #f0f0f0; }
  .tender__item {
    background: #fff;
    border: 2px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px; }
  .tender__item-body {
    padding: 25px 30px 0; }
    @media (max-width: 768px) {
    .tender__item-body {
      padding: 40px 15px 0; } }
  .tender__item-footer {
    padding: 0 30px 30px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
    .tender__item-footer {
      padding: 0 15px; } }
    @media (max-width: 768px) {
    .tender__item-footer {
      display: block; } }
    @media (max-width: 768px) {
      .tender__item-footer > div {
        margin-bottom: 15px; } }
  .tender__item .status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-transform: uppercase;
    border-bottom-left-radius: 4px; }
  .tender__item.active {
    border-color: #4cae4c; }
    .tender__item.active .status {
      color: #fff;
      background: #4cae4c; }
  .tender__item.future {
    border-color: #eea236; }
    .tender__item.future .status {
      color: #fff;
      background: #eea236; }
  .tender__item.ended {
    opacity: 0.6; }
    .tender__item.ended .status {
      color: #000;
      background: #f5f5f5; }
  .tender__item-title {
    margin-top: 0; }
    .tender__item-title a {
      color: #333;
      font-size: 20px; }
  .tender__item .category {
    margin-bottom: 10px; }
    .tender__item .category a {
      color: #999; }
  .tender__item .intro_text {
    margin-bottom: 20px; }
  .tender__item .info-title {
    font-weight: bold;
    color: #999; }
  .tender__item .start-price .price {
    color: #599a4f;
    font-size: 18px;
    font-weight: bold; }
  .tender__item .vat {
    font-weight: bold; }
  .tender__item .last-bet {
    margin-bottom: 10px; }
    .tender__item .last-bet .bet {
      color: #e10000;
      font-size: 18px;
      font-weight: bold; }
  .tender__item .step {
    font-size: 18px; }
  .tender__item .date {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #999; }
    .tender__item .date span {
      color: #172952;
      font-weight: bold; }
  .tender__item .read-more {
    text-transform: uppercase; }
    .tender__item .read-more a {
      font-size: 12px; }
    @media (max-width: 768px) {
      .tender__item .read-more a {
        display: block; } }
  .tender-view {
    padding-top: 30px; }
  .tender-view .sidebar {
    margin-bottom: 50px; }
  .tender-view .page-title {
    margin-top: 0;
    margin-bottom: 20px; }
  .tender-view .categories {
    margin-bottom: 20px; }
  .tender-view .information {
    border: 2px solid #4cae4c;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px; }
    .tender-view .information > div {
      margin-bottom: 10px; }
    .tender-view .information > div:last-child {
      margin-bottom: 0; }
    .tender-view .information .info-title {
      font-size: 16px;
      color: #999; }
    .tender-view .information .price {
      color: #599a4f;
      font-size: 28px;
      font-weight: bold; }
    .tender-view .information .vat {
      font-weight: bold; }
    .tender-view .information .step {
      color: #599a4f;
      font-size: 20px; }
    .tender-view .information .date {
      font-size: 18px;
      letter-spacing: -1px; }
    .tender-view .information .last-bet .bet {
      color: #e10000;
      font-size: 28px;
      font-weight: bold; }
  .breadcrumb {
    border-radius: 0;
    display: table;
    background: none;
    margin-bottom: 0; }
  .breadcrumb-wrapper {
    background: #fafbfd; }
  @media (max-width: 768px) {
    .breadcrumb-wrapper {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  .breadcrumb li {
    display: table-cell;
    white-space: nowrap; }
  .breadcrumb li a {
    white-space: nowrap; }
/* NAV-TABS */
.nav-tabs {
  border: 0; }
  @media (max-width: 768px) {
  .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
    .nav-tabs:before {
      content: none; } }
  .nav-tabs > li {
    border: 1px solid #172952;
    margin-right: 2px; }
  @media (max-width: 768px) {
    .nav-tabs > li {
      margin-right: 0; } }
  .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    font-size: 13px;
    margin: 0; }
    @media (max-width: 768px) {
    .nav-tabs > li > a {
      display: flex;
      height: 100%;
      align-items: center; } }
    .nav-tabs > li > a:hover {
      color: #172952; }

.tab-content {
  padding: 30px 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #172952;
  color: #fff;
  border: none; }
/* USER */
.user-registration .tab-content {
  padding: 30px 0; }

#register-form-categories, #usercategoryform-categories {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  margin-bottom: 20px; }
  #register-form-categories label, #usercategoryform-categories label {
    font-weight: normal; }

.user-security-login form {
  margin-bottom: 30px; }

.user-settings .nav {
  margin-bottom: 30px; }

.user-profile-show .page-title a {
  font-size: 22px; }
/* SITE-ERROR */
.site-error .page-title {
  font-size: 48px;
  justify-content: center; }

.site-index .logo {
  max-width: 250px;
  margin: 0 auto 30px;
  display: block; }
  .site-index .products {
    margin-bottom: 80px; }
  .site-index .products .product {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    .site-index .products .product img {
      max-height: 150px;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.pagination span, .pagination a {
  border-radius: 0 !important; }
  .pagination > .active > a {
    background-color: #172952;
    border-color: #172952; }
  .pagination > li > a {
    color: #172952; }
/* POPUP18 */
#popup18 .modal-header {
  background-color: #fff !important; }
  #popup18 .bootstrap-dialog-header {
    text-align: center; }
  #popup18 .bootstrap-dialog-message {
    font-size: 18px !important;
    text-align: center; }
  #popup18 #popup18_title {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #popup18 .bootstrap-dialog-footer-buttons {
    display: flex; }
  #popup18 .bootstrap-dialog-footer-buttons .btn {
    width: 100%; }
/* SUBCATEGORIES */
.subcategories {
  margin-bottom: 30px; }
  .subcategories a {
    color: #172952; }
  .subcategories a:hover {
    text-decoration: none; }
    .subcategories a:hover .subcategory {
      color: #fff;
      background: #172952; }
  .subcategories .subcategory {
    padding: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #172952; }
  .subcategories .subcategory .count {
    font-weight: bold;
    color: #fff;
    background: #172952;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px; }

.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-main-icon {
  margin-bottom: 0; }

.fileuploader-theme-dragdrop .fileuploader-input {
  padding: 15px 0; }

.fileuploader-input .fileuploader-main-icon {
  color: #172952; }

.fileuploader-input .fileuploader-input-button {
  background: none;
  color: #172952;
  border-radius: 0; }

.fileuploader {
  padding: 0;
  background: none; }

.fileuploader-theme-dragdrop .fileuploader-input {
  border-radius: 0; }

.modal-backdrop.in {
  opacity: 1; }

.modal-content {
  border-radius: 0; }

.image-cutter .btn-toolbar {
  display: none; }
  .image-cutter .modal-body br {
    display: none; }
  .image-cutter .modal-body .row {
    display: none; }

#mm-0 .mm-counter {
  display: none; }

.btn-primary {
  background-color: #172952; }
  .btn-primary:hover {
    background-color: #2b3d66; }

.box {
  position: relative;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ecf0f5;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .box .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .box .list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0; }
  .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px; }

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  .image-wrapper .image-cutter {
    width: 250px; }

.text-muted {
  color: #777; }

.text-center {
  text-align: center; }
/* PROFILE */
.profile-user-img {
  margin: 0 auto;
  width: 125px;
  padding: 3px;
  border: 3px solid #d2d6de; }
  .profile-username {
    font-size: 21px;
    margin-top: 5px; }

@media screen and (max-width: 1270px) {
  .header .menu_desktop {
    display: none; }
    .header .menu_mobile {
      display: none; }
    .header .logo-link {
      display: block;
      margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .user-registration #register-form-categories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 20px; } }

.green {
  color: #01a65a; }

.red {
  color: #dd4b39; }

#server-time {
  color: #5cb75b; }

#registration-entity-form .categories, #registration-individual-form .categories {
  margin-bottom: 5px;
  position: relative; }
  #registration-entity-form .categories .toggle, #registration-individual-form .categories .toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    cursor: pointer; }
  #registration-entity-form .categories .parent-name, #registration-individual-form .categories .parent-name {
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    color: #000; }
  #registration-entity-form .categories .form-group, #registration-individual-form .categories .form-group {
    margin: 0; }
    #registration-entity-form .categories .form-group label, #registration-individual-form .categories .form-group label {
      display: inline-block;
      cursor: pointer;
      font-weight: normal;
      margin: 0; }
  #registration-entity-form .categories .children-categories, #registration-individual-form .categories .children-categories {
    display: none;
    padding: 10px 20px; }
  #registration-entity-form .categories.open .children-categories, #registration-individual-form .categories.open .children-categories {
    display: block; }

.user-categories .categories {
  margin-bottom: 5px;
  position: relative; }
  .user-categories .categories .toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    cursor: pointer; }
  .user-categories .categories .parent-name {
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    color: #000; }
  .user-categories .categories .form-group {
    margin: 0; }
    .user-categories .categories .form-group label {
      display: inline-block;
      cursor: pointer;
      font-weight: normal;
      margin: 0; }
  .user-categories .categories .children-categories {
    display: none;
    padding: 10px 20px; }
  .user-categories .categories.open .children-categories {
    display: block; }

.mobile-menu-toggle {
  display: none !important;
  color: #172952; }
  @media (max-width: 1200px) {
  .mobile-menu-toggle {
    display: block !important; } }

.mm-text-top {
  width: 310px;
  height: 315px;
  text-align: left;
  transform: rotate(-90deg); }

.mm-text-bottom {
  width: 310px;
  height: 315px;
  text-align: left;
  transform: rotate(-90deg);
  margin-bottom: 20px; }
  .mm-text-bottom span {
    transform: rotate(90deg);
    display: inline-block;
    margin: 0 5px; }

.logo-country {
  position: absolute;
  top: 4px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 17px;
  margin-left: 5px; }
