@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
html {
  overflow-y: scroll !important; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fbfbfb; }

*:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

.gradient-effect {
  background: linear-gradient(220deg, #387fd0, #387fd0, #387fd0, #33a17f, #33a17f, #33a17f);
  background-size: 400% 400%;
  animation: gradient 12s ease infinite; }

.btn, a {
  transition: background-color 200ms, color 200ms; }

.btn-success {
  background-color: #33a17f;
  border: none;
  outline: none !important;
  border-radius: 20px; }
  .btn-success:hover {
    background-color: #1f8d6b; }
  .btn-success:focus, .btn-success:active {
    background-color: #0b7957 !important; }

.alert {
  text-align: center;
  font-size: 18px; }
  .alert button {
    border-radius: 12px;
    padding: 1px 6px; }
  .alert.alert-success {
    background-color: #33a17f;
    color: #fff; }
    .alert.alert-success button {
      color: #fff;
      opacity: 0.4;
      border: 1px solid #fff; }
      .alert.alert-success button:focus, .alert.alert-success button:hover {
        color: #fff;
        opacity: 0.6; }
  .alert.alert-info {
    background-color: #4289da;
    color: #fff; }
    .alert.alert-info button {
      color: #fff;
      opacity: 0.4;
      border: 1px solid #fff; }
      .alert.alert-info button:focus, .alert.alert-info button:hover {
        color: #fff;
        opacity: 0.6; }

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

.mm-listitem {
  font-size: 16px; }
  .mm-listitem:hover {
    background-color: rgba(100, 100, 100, 0.102);
    border-radius: 8px; }
  .mm-listitem::after {
    border: none; }

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

#categories {
  border-color: #fbfbfb;
  background-color: #fbfbfb; }
  #categories .mm-panel {
    background-color: #fbfbfb; }
  #categories ::-webkit-scrollbar {
    opacity: 0;
    width: 8px; }
  #categories:hover ::-webkit-scrollbar {
    width: 8px;
    opacity: 1; }
    #categories:hover ::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 8px; }
    #categories:hover ::-webkit-scrollbar-thumb {
      background: #c6c6c6;
      border-radius: 8px; }
    #categories:hover ::-webkit-scrollbar-thumb:hover {
      background: #b4b4b4; }
  #categories .mm-searchfield__input {
    padding-top: calc(var(--mm-navbar-size) * .25); }
  #categories .mm-searchfield input {
    height: calc(var(--mm-navbar-size) * .5);
    background-color: #fbfbfb;
    border-radius: 20px;
    border: 1px solid #b7b7b7 !important; }

#page {
  background-color: #fbfbfb; }

.mm-menu_theme-tender {
  --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-navbar-size: 80px;
  --mm-sidebar-expanded-size: 400px; }

.mm-slideout {
  --mm-sidebar-collapsed-size: 0 !important;
  --mm-sidebar-expanded-size: 400px; }

.mm-menu_theme-tender .mm-iconbar {
  color: #33a17f; }
  .mm-menu_theme-tender .mm-navbar {
    background-color: #fbfbfb; }
  .mm-menu_theme-tender .mm-navbar__title, .mm-menu_theme-tender .mm-navbar__title:hover {
    color: #33a17f !important; }

.mm-listitem__text {
  display: flex;
  justify-content: flex-start; }
  .mm-listitem__text .active-tender-count {
    font-weight: bold;
    color: #fff;
    background: #33a17f;
    font-size: 14px;
    height: 20px;
    width: 26px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    margin-right: 10px; }

.mh-head.mh-btns-left-2 .mh-btns-left, .mh-head.mh-btns-right-2 .mh-btns-right {
  width: 40px; }

#menu {
  border-right: 1px solid #e4e4e4; }
  #menu .mm-navbar {
    background-color: #fff; }
    #menu .mm-navbar .mm-searchfield__input {
      padding-top: 20px; }
      #menu .mm-navbar .mm-searchfield__input input {
        background-color: #fff;
        border: 1px solid #e4e4e4 !important;
        border-radius: 20px;
        height: 40px;
        padding: 0 20px; }
    #menu .mm-navbar__title {
      font-size: 20px; }
  #menu .mm-listitem_divider {
    background-color: #fff;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4; }
  #menu .mm-listitem {
    margin: 5px; }

@media (max-width: 767px) {
    .mm-wrapper_opening .header .mh-head {
      border: none; } }
  @media (max-width: 1245px) {
  .mm-wrapper_opening .header .mh-head {
    padding-left: 60px;
    padding-right: 0; }
    .mm-wrapper_opening .header .mh-head .logo-link {
      width: 160px; }
      .mm-wrapper_opening .header .mh-head .logo-link .logo {
        width: 160px; }

    .mm-wrapper_opening .header .contact-us {
      margin-left: 0; }
  .mm-wrapper_opening #server-time {
    margin-left: 0 !important; }
    .mm-wrapper_opening #server-time .time-label {
      font-size: 20px !important; } }
/* HEADER */
.header {
  position: sticky;
  top: 0;
  background-color: #fbfbfb;
  z-index: 100; }
  .header .toggle-categories a {
    border: 1px solid #e4e4e4;
    border-radius: 20px !important; }
    @media (max-width: 1270px) {
    .header .toggle-categories a {
      border: none; } }
    @media (max-width: 767px) {
    .header .toggle-categories a {
      font-size: 20px; } }
    @media (min-width: 992px) {
    .header .toggle-categories-closed {
      font-size: 14px; } }
    .header .toggle-categories-opened {
      font-weight: 600;
      padding-right: 2px; }
    @media (max-width: 767px) {
  .header .toggle-categories {
    left: 5px; } }
  @media (min-width: 1920px) {
  .header {
    width: 85%;
    margin: 0 auto; }
    .header .mh-head {
      padding: 0; }

    .header .toggle-categories {
      margin-left: -80px; } }
  @media (min-width: 2400px) {
  .header {
    width: 70%; } }
  .header .mh-head .logo-wrapper a.logo-link {
    display: inline-block;
    width: 190px; }
    @media (min-width: 768px) and (max-width: 1919px) {
  .header .mh-head {
    padding-left: 70px;
    padding-right: 20px; } }
    @media (max-width: 767px) {
  .header .mh-head {
    padding: 0 50px;
    align-items: center;
    height: 50px; }
    .header .mh-head .logo-wrapper a.logo-link {
      width: 130px;
      height: 50px;
      display: flex;
      align-items: center; }
      .header .mh-head .logo-wrapper a.logo-link .logo {
        width: 130px; }

      .header .mh-head .logo-wrapper a.logo-link span {
        display: none; } }
      @media (max-width: 767px) and (min-width: 360px) {
      .header .mh-head .logo-wrapper {
        margin-left: 5px; } }
  .header i {
    font-size: 16px; }
  .header .mh-btns-left a {
    border-radius: 4px; }
    .header .mh-btns-left a:hover {
      background-color: rgba(100, 100, 100, 0.102);
      border-radius: 20px; }
  .header .stats {
    color: #fff;
    margin-right: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px; }
    .header .stats span {
      font-weight: 700; }
  @media (max-width: 991px) {
    .header .user-count-wrapper {
      display: none; } }
    .header .user-count-wrapper .user-count {
      width: 65px;
      color: #33a17f;
      font-weight: 600; }
    .header .user-count-wrapper .user-count i {
      margin-right: 4px; }
  .header .contact-us {
    margin-left: 70px; }
    @media (max-width: 767px) {
  .header .contact-us {
    display: none; } }
    @media (max-width: 1800px) {
  .header .contact-us {
    margin-left: 20px; }
    .header .contact-us span {
      display: none; } }
  .header .logo-wrapper {
    display: flex;
    align-items: center; }
    @media (min-width: 1920px) {
  .header .logo-wrapper {
    margin-left: 30px; } }
  .header.logged-in #server-time {
    margin-left: 72px; }
    @media (max-width: 1919px) {
    .header.logged-in #server-time {
      margin-left: 52px; } }
    @media (max-width: 1800px) {
    .header.logged-in #server-time {
      margin-left: 8px; } }
  .header #server-time {
    color: #33a17f;
    margin-left: 110px; }
    .header #server-time .time-label {
      font-size: 24px;
      padding: 0 10px; }
    .header #server-time .time-label i {
      font-size: 22px;
      margin-right: 6px; }
    .header #server-time .date-label {
      color: #ababab;
      font-size: 13px; }
    @media (max-width: 1919px) {
  .header #server-time {
    margin-left: 90px; } }
    @media (max-width: 1800px) {
  .header #server-time {
    margin-left: 45px; } }
    @media (max-width: 991px) {
  .header #server-time {
    margin-left: 0; } }
    @media (max-width: 767px) {
  .header #server-time {
    margin-top: 0; }
    .header #server-time .time-label {
      font-size: 20px;
      margin: 0;
      padding: 0 4px; }
      .header #server-time .time-label i {
        font-size: 20px; }
    .header #server-time .date-label {
      display: none; } }
    @media (max-width: 767px) and (min-width: 360px) {
      .header #server-time {
        margin-right: 10px; } }
    @media (max-width: 329px) {
  .header #server-time .time-label {
    font-size: 18px; }
    .header #server-time .time-label i {
      display: none; } }
  .header .account {
    border: 1px solid #387fd0; }
    .header .account:hover {
      background-color: #fbfbfb !important; }
    .header .account-tenders i {
      font-size: 14px; }
    .header .account-profile i {
      font-size: 14px; }
    .header .account span {
      position: relative;
      color: #387fd0 !important;
      z-index: 1000;
      display: inline !important; }
    .header .account i {
      position: relative;
      color: #387fd0 !important;
      z-index: 1000;
      margin-right: 8px !important; }
  .header .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff; }
    .header .menu__item {
      padding: 0 5px;
      position: relative;
      height: 45px;
      display: flex;
      align-items: center;
      color: #626262; }
    .header .menu__item:hover ul {
      display: block; }
    .header .menu__item ul {
      top: 2px;
      position: absolute;
      display: none;
      list-style: none;
      left: 2px;
      z-index: 999;
      background: #fbfbfb;
      padding: 40px 15px 10px;
      text-align: left;
      width: 132px;
      border: 1px solid #387fd0;
      border-radius: 18px 18px 8px 8px;
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.145); }
    .header .menu__item ul li {
      margin-bottom: 3px;
      display: block;
      height: inherit; }
      .header .menu__item ul li:first-child {
        border-top: 1px solid rgba(234, 234, 234, 0.729);
        padding-top: 10px; }
      .header .menu__item ul li a {
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 6px 8px;
        margin-left: -3px; }
        .header .menu__item ul li a i {
          margin-right: 8px; }
    .header .menu__link {
      color: #626262;
      padding: 8px 12px;
      border-radius: 20px; }
    .header .menu__link:hover {
      background-color: rgba(100, 100, 100, 0.102); }
    .header .menu__link i {
      margin-right: 8px;
      color: #33a17f; }
    @media (max-width: 1800px) {
    .header .menu__link i {
      margin-right: 0; }
    .header .menu__link .link-text {
      display: none; } }
  .header .login-btn {
    border: 1px solid #387fd0;
    color: #387fd0; }
    .header .login-btn:hover {
      background-color: #387fd0;
      color: #fff; }
  .header .register-btn {
    border: 1px solid #33a17f;
    color: #33a17f; }
    .header .register-btn:hover {
      background-color: #33a17f;
      color: #fff; }

body {
  display: none; }

.main-panel {
  padding: 20px 10px; }
  @media (min-width: 992px) {
  .main-panel {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 5px 1px #e8e8e8;
    border-radius: 6px;
    margin: 20px;
    padding: 20px 40px; } }

.content {
  position: relative;
  margin: 0 auto;
  padding: 8px 8px 0; }
  @media (min-width: 1920px) {
  .content {
    width: 85%; } }
  @media (min-width: 2400px) {
  .content {
    width: 70%; } }
  .content::-webkit-scrollbar {
    width: 8px; }
  .content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px; }
  .content::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 8px; }
  .content::-webkit-scrollbar-thumb:hover {
    background: #b4b4b4; }

.page-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px; }
  @media (max-width: 991px) {
  .page-title {
    font-size: 20px; } }

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

h1 {
  font-size: 30px; }

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

a {
  color: #1f8d6b; }

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

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

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

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

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

.control-label {
  padding-left: 2px; }

.form-control {
  box-shadow: none !important;
  border-radius: 8px; }

@media (max-width: 1400px) {
  .mm-wrapper_opening .tender__item {
    padding-top: 57px;
    margin-bottom: 20px; }
    .mm-wrapper_opening .tender__item.active .status .status-text {
      background: #33a17f; }
    .mm-wrapper_opening .tender__item.future .status .status-text {
      background: #4fc5ce; }
    .mm-wrapper_opening .tender__item-time {
      display: none; }
    .mm-wrapper_opening .tender__item-description {
      padding-left: 0;
      min-width: calc(100% - 300px); }
    .mm-wrapper_opening .tender__item .status {
      height: 32px;
      border-radius: 6px 6px 0 0;
      background-color: rgba(247, 247, 247, 0.549);
      border-bottom: 1px dotted #e4e4e4;
      justify-content: space-between;
      left: 0; }
      .mm-wrapper_opening .tender__item .status .time-left {
        font-size: 18px;
        padding: 3px 25px;
        border-radius: 6px 0 0 0;
        border-right: 1px dotted #e4e4e4;
        text-align: center; }
      .mm-wrapper_opening .tender__item .status .status-text {
        border-radius: 0 5px 0 0;
        font-size: 16px;
        width: 120px; }
      .mm-wrapper_opening .tender__item .status .time-left {
        display: inline; } }
  @media (max-width: 1400px) and (max-width: 380px) {
            .mm-wrapper_opening .tender__item .status .time-left {
              opacity: 0; } }
/* TENDER */
@media (min-width: 768px) {
    .tender {
      padding: 5px; } }
  @media (min-width: 992px) {
  .tender {
    padding: 20px; } }
  .tender-widget {
    margin: 0 6px; }
  .tender-widget-title {
    text-align: center;
    margin: 0;
    padding: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #9c9c9c;
    font-size: 20px;
    position: sticky;
    top: 70px;
    z-index: 10;
    background-color: #fbfbfb; }
  .tender-widget-title .fa-refresh {
    color: #33a17f; }
  .tender-widget-title .fa-clock-o {
    color: #4fc5ce; }
  @media (max-width: 767px) {
      .tender-widget-title {
        position: relative;
        top: 0;
        padding: 6px;
        margin: 20px 6px 10px;
        font-size: 14px; } }
  .tender-empty-label {
    color: #9c9c9c;
    text-align: center;
    padding: 20px 0; }
  .tender .company-name {
    color: #999; }
  .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: 1px solid #e4e4e4;
    box-shadow: 0 0 5px 1px #e8e8e8;
    position: relative;
    border-radius: 6px;
    padding: 25px;
    margin: 0 auto 10px; }
  @media (max-width: 767px) {
    .tender__item {
      padding: 57px 18px 18px 18px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tender__item {
      padding-top: 57px;
      margin-bottom: 20px; }
      .tender__item.active .status .status-text {
        background: #33a17f; }
      .tender__item.future .status .status-text {
        background: #4fc5ce; } }
  @media (min-width: 768px) {
      .tender__item-content {
        display: flex; } }
  .tender__item-description {
    position: relative;
    padding: 0 5px;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
      .tender__item-description {
        padding-left: 0; } }
  @media (min-width: 768px) {
      .tender__item-description {
        min-width: calc(100% - 300px);
        padding-bottom: 50px;
        border-right: 1px dotted #e4e4e4;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
      .tender__item-description {
        min-width: calc(100% - 500px); } }
  @media (min-width: 1600px) {
      .tender__item-description {
        min-width: calc(100% - 550px); } }
  @media (min-width: 1920px) {
      .tender__item-description {
        min-width: calc(100% - 600px);
        padding: 0 20px 20px; } }
  @media (min-width: 768px) {
        .tender__item-description .dates-wrapper {
          position: absolute;
          left: 5px;
          right: 0;
          bottom: 0; } }
  @media (min-width: 1600px) {
        .tender__item-description .dates-wrapper {
          left: 20px; } }
  .tender__item-description .dates-wrapper .info-title {
    margin-right: 4px; }
  .tender__item-description .dates-wrapper .date {
    font-size: 16px;
    font-weight: 600;
    color: #656565; }
  @media (max-width: 1400px) {
          .tender__item-description .dates-wrapper .date {
            display: block; } }
  .tender__item-description .intro_text {
    overflow-wrap: break-word; }
  .tender__item-time {
    padding: 0 5px; }
  @media (max-width: 991px) {
      .tender__item-time {
        display: none; } }
  @media (min-width: 992px) {
      .tender__item-time {
        text-align: center;
        min-width: 200px;
        border-right: 1px dotted #e4e4e4; } }
  @media (min-width: 1921px) {
      .tender__item-time {
        min-width: 250px;
        padding: 0 20px; } }
  .tender__item-time .time-left-label {
    margin-bottom: 10px; }
  @media (max-width: 799px) {
        .tender__item-time .time-left-label {
          margin-top: 20px;
          margin-bottom: 0; } }
  .tender__item-time .time-left {
    color: #33a17f;
    font-size: 21px;
    background-color: rgba(62, 160, 128, 0.078);
    border-radius: 12px;
    max-width: 180px;
    margin: 25px auto; }
  .tender__item-time .time-left i {
    margin-right: 4px; }
  @media (max-width: 991px) {
        .tender__item-time .time-left {
          margin: 0 0 20px;
          background-color: #fff !important; } }
  .tender__item-time .ended {
    font-size: 50px;
    padding: 35px;
    color: rgba(220, 220, 220, 0.431); }
  @media (max-width: 991px) {
        .tender__item-time .ended {
          font-size: 0;
          padding: 10px; } }
  .tender__item-prices {
    position: relative;
    padding: 0; }
  @media (min-width: 768px) {
      .tender__item-prices {
        min-width: 300px;
        padding: 0 20px; } }
  @media (min-width: 1600px) {
      .tender__item-prices {
        min-width: 350px; } }
  .tender__item-prices.active-tender {
    padding-bottom: 50px; }
  .tender__item-prices .offers {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .tender__item-prices .offers-content {
    text-align: center;
    font-size: 16px;
    color: #cacaca;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8; }
  @media (max-width: 991px) {
          .tender__item-prices .offers-content {
            display: none; } }
  .tender__item-prices .offers-content i {
    display: block;
    font-size: 50px;
    padding: 20px; }
  .tender__item-prices .read-more {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px; }
  @media (max-width: 767px) {
        .tender__item-prices .read-more {
          left: 0;
          right: 0; } }
  .tender__item-prices .read-more a.btn {
    font-size: 14px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; }
  .tender__item-prices .read-more a.btn i {
    font-size: 18px;
    margin-right: 10px; }
  @media (max-width: 768px) {
          .tender__item-prices .read-more a.btn {
            display: block; } }
  .tender__item .status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .tender__item .status-text {
    padding: 0 10px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px; }
  .tender__item .status .time-left {
    height: 100%; }
  @media (min-width: 992px) {
        .tender__item .status .time-left {
          display: none; } }
  @media (max-width: 991px) {
      .tender__item .status {
        height: 32px;
        border-radius: 6px 6px 0 0;
        background-color: rgba(247, 247, 247, 0.549);
        border-bottom: 1px dotted #e4e4e4;
        justify-content: space-between;
        left: 0; }
        .tender__item .status .time-left {
          font-size: 18px;
          padding: 3px 25px;
          border-radius: 6px 0 0 0;
          border-right: 1px dotted #e4e4e4;
          text-align: center; }
        .tender__item .status .status-text {
          border-radius: 0 5px 0 0;
          font-size: 16px;
          width: 120px; } }
  @media (max-width: 767px) {
      .tender__item .status {
        border: none;
        opacity: 0.8; }
        .tender__item .status .time-left {
          width: 50%;
          padding: 3px;
          border-right: none;
          border-bottom: 1px dotted #e4e4e4; }
        .tender__item .status .status-text {
          width: 50%; } }
  @media (max-width: 329px) {
      .tender__item .status .time-left {
        font-size: 14px;
        padding: 5px 0; } }
  .tender__item.active a {
    color: #387fd0; }
  .tender__item.active .price {
    color: #00b854; }
  .tender__item.active .require-login {
    color: #33a17f !important; }
  .tender__item.active .time-left {
    color: #33a17f;
    background-color: rgba(62, 160, 128, 0.078); }
  .tender__item.active .offers-content {
    color: #33a17f; }
  .tender__item.active .status-text {
    color: #fff;
    background: #33a17f; }
  .tender__item.active .read-more a.btn {
    border: 1px solid #33a17f;
    color: #33a17f; }
  @media (min-width: 767px) and (max-width: 991px) {
          .tender__item.active .read-more a.btn {
            font-size: 18px; } }
  .tender__item.active .read-more a.btn:hover {
    background-color: #33a17f;
    color: #fff; }
  .tender__item.active .read-more a.btn:active {
    background-color: #1f8d6b;
    color: #fff; }
  .tender__item.future a {
    color: #387fd0; }
  .tender__item.future .tender-subtitle {
    margin-bottom: 20px; }
  .tender__item.future .time-left {
    color: #3bb1ba;
    background-color: rgba(24, 136, 205, 0.078); }
  .tender__item.future .price {
    color: #3bb1ba; }
  .tender__item.future .require-login {
    color: #4fc5ce !important; }
  .tender__item.future .offers-content {
    color: #45bbc4; }
  .tender__item.future .status-text {
    color: #fff;
    background: #4fc5ce; }
  .tender__item.future .read-more a.btn {
    border: 1px solid #4fc5ce;
    color: #4fc5ce; }
  .tender__item.future .read-more a.btn:hover {
    background-color: #4fc5ce;
    color: #fff; }
  .tender__item.future .read-more a.btn:active {
    background-color: #3bb1ba;
    color: #fff; }
  .tender__item.ended {
    opacity: 0.6; }
  .tender__item.ended a {
    color: #387fd0; }
  .tender__item.ended .status {
    color: #000;
    background: #f5f5f5; }
  .tender__item.ended .read-more a.btn {
    border: 1px solid #999;
    color: #999; }
  .tender__item.ended .read-more a.btn:hover {
    background-color: #999;
    color: #fff; }
  .tender__item.ended .read-more a.btn:active {
    background-color: #b1b1b1;
    color: #fff; }
  .tender__item-title {
    margin-top: 0; }
  @media (max-width: 767px) {
      .tender__item-title {
        line-height: 0.9; } }
  .tender__item-title a {
    font-size: 18px;
    font-weight: 600; }
  @media (max-width: 991px) {
        .tender__item-title a {
          font-size: 20px; } }
  .tender__item .tender-subtitle {
    margin-bottom: 10px; }
  @media (max-width: 767px) {
      .tender__item .tender-subtitle {
        border-bottom: 1px dotted #e4e4e4;
        padding-bottom: 10px; } }
  .tender__item .tender-subtitle i {
    font-size: 4px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 6px; }
  .tender__item .tender-subtitle .category {
    color: #999;
    margin-right: 10px; }
  @media (min-width: 1600px) {
        .tender__item .tender-subtitle .category {
          margin-right: 20px; } }
  .tender__item .tender-subtitle .company-name {
    white-space: nowrap; }
  .tender__item .intro_text {
    margin-bottom: 20px; }
  .tender__item .info-title {
    font-weight: bold;
    color: #999; }
  .tender__item .start-price .info-title {
    margin-bottom: 5px; }
  .tender__item .start-price .price {
    font-size: 25px;
    font-weight: bold; }
  @media (min-width: 768px) and (max-width: 991px) {
        .tender__item .start-price .price {
          font-size: 30px; } }
  .tender__item .start-price .require-login .placeholder-label {
    font-size: 18px; }
  .tender__item .vat {
    font-weight: bold; }
  .tender__item .last-bet {
    margin-top: 10px; }
  .tender__item .last-bet .info-title {
    margin-bottom: 5px; }
  .tender__item .last-bet .bet {
    color: #ff4949;
    font-size: 20px;
    font-weight: bold; }
  .tender__item .price-step {
    margin-top: 10px; }
  .tender__item .price-step .info-title {
    margin-bottom: 5px; }
  .tender__item .step {
    font-size: 18px; }
  .tender-view {
    position: relative;
    padding-top: 30px; }
  @media (max-width: 767px) {
    .tender-view {
      padding: 5px; } }
  .tender-view .tender-title {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .tender-view .tender-subtitle i {
    font-size: 4px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 6px; }
  .tender-view .tender-subtitle .category {
    color: #999;
    margin-right: 10px; }
  @media (min-width: 1600px) {
        .tender-view .tender-subtitle .category {
          margin-right: 20px; } }
  .tender-view .tender-subtitle .company-name {
    white-space: nowrap; }
  .tender-view .top-info-bar {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
      .tender-view .top-info-bar {
        display: none; } }
  .tender-view .top-info-bar .tender-title {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: normal; }
  @media (max-width: 991px) {
      .tender-view .main {
        padding: 20px 0;
        min-height: 346px; } }
  @media (min-width: 992px) {
      .tender-view .main {
        padding: 20px;
        min-height: calc(100vh - 250px);
        background-color: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: 0 0 5px 1px #e8e8e8;
        border-radius: 6px; } }
  @media (min-width: 1920px) {
      .tender-view .main {
        padding: 40px; } }
  .tender-view .main .info-bar {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
        .tender-view .main .info-bar {
          display: none; } }
  .tender-view .main .info-bar .tender-title {
    font-size: 23px;
    margin-bottom: 20px; }
  .tender-view .main .info-bar .company-name {
    font-size: 18px;
    text-transform: uppercase; }
  .tender-view .main .nav-tabs {
    border-bottom: 1px solid #e4e4e4; }
  .tender-view .main .nav-tabs li {
    border: none;
    border-radius: 0;
    border-top: 4px solid transparent; }
  .tender-view .main .nav-tabs li a {
    color: #000;
    background: none;
    text-transform: uppercase; }
  .tender-view .main .nav-tabs li a:focus, .tender-view .main .nav-tabs li a:hover {
    background: none;
    color: #000; }
  .tender-view .main .nav-tabs li.active {
    border-top-color: #33a17f;
    margin-bottom: -1px;
    background-color: #fff; }
  @media (max-width: 991px) {
            .tender-view .main .nav-tabs li.active {
              background-color: #fbfbfb; } }
  .tender-view .main .nav-tabs li.active a {
    border: 1px solid #e4e4e4;
    border-bottom: none; }
  .tender-view .main .tab-content {
    padding: 30px 0 0; }
  .tender-view .main .tab-content .empty-icon {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: calc(50% - 35px);
    color: rgba(232, 232, 232, 0.5); }
  @media (min-width: 992px) {
      .tender-view .sidebar-wrapper {
        padding-left: 0; } }
  @media (min-width: 992px) and (min-height: 800px) {
      .tender-view .sidebar-wrapper {
        position: sticky;
        top: 114px;
        z-index: 2; } }
  @media (max-width: 991px) {
      .tender-view .sidebar {
        margin-bottom: 25px;
        padding: 20px 0 35px;
        border-bottom: 1px solid #e4e4e4; } }
  @media (min-width: 992px) {
      .tender-view .sidebar {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 6px;
        box-shadow: 0 0 5px 1px #e8e8e8; } }
  @media (min-width: 1920px) {
      .tender-view .sidebar {
        padding: 40px; } }
  .tender-view .page-title {
    margin-top: 0;
    margin-bottom: 20px; }
  .tender-view .categories {
    margin-bottom: 20px; }
  .tender-view .information {
    text-align: left;
    padding: 0;
    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 .require-login {
    color: #33a17f !important; }
  .tender-view .information .start-price .price {
    color: #00b854;
    font-size: 28px;
    font-weight: bold; }
  .tender-view .information .start-price .require-login .placeholder-label {
    font-size: 18px; }
  .tender-view .information .vat {
    font-weight: bold; }
  .tender-view .information .step {
    color: #158361;
    font-size: 20px; }
  .tender-view .information .date {
    font-size: 18px;
    letter-spacing: -1px; }
  .tender-view .information .last-bet .bet {
    color: #ff4949;
    font-size: 28px;
    font-weight: bold; }
  .breadcrumb {
    border-radius: 0;
    display: table;
    background: none;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 16px; }
  @media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 5px; } }
  .breadcrumb-wrapper {
    background: #fbfbfb;
    overflow-x: auto; }
  @media (min-width: 768px) {
    .breadcrumb-wrapper {
      position: sticky;
      top: 70px;
      z-index: 10; } }
  @media (max-width: 768px) {
    .breadcrumb-wrapper {
      -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:before {
    content: none; } }
  .nav-tabs > li {
    border: 1px solid #33a17f;
    margin-right: 2px;
    border-radius: 4px; }
  .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: #33a17f; }

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #33a17f;
  color: #fff;
  border: none; }
/* USER */
.user-registration .form-group {
  margin-bottom: 10px; }
  .user-registration .tab-content {
    padding: 30px 0 0; }
  .user-registration .page-title {
    color: #868686;
    margin: 0;
    justify-content: center; }
  @media (max-width: 768px) {
    .user-registration .page-title {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .user-registration .nav-tabs {
      display: flex;
      justify-content: center; } }
  .user-registration .registration-categories {
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .user-registration .registration-categories {
      padding: 20px; }
      .user-registration .registration-categories.entity {
        max-height: 487px; }
      .user-registration .registration-categories.individual {
        max-height: 398px; } }
  .user-registration #entry-form-submit, .user-registration #individual-form-submit {
    margin-top: 5px;
    padding: 10px 30px;
    font-size: 15px; }
  .user-registration .captcha-img {
    cursor: pointer; }
  @media (max-width: 991px) {
    .user-registration .captcha-img {
      margin-right: 5px;
      mix-blend-mode: multiply; } }
  .user-registration ::-webkit-scrollbar {
    width: 10px; }
  .user-registration ::-webkit-scrollbar-track {
    background: #eaeaea; }
  .user-registration ::-webkit-scrollbar-thumb {
    background: #cbcbcb; }
  .user-registration ::-webkit-scrollbar-thumb:hover {
    background: #c6c6c6; }

#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 {
  display: flex;
  margin: 10px auto 0;
  max-width: 450px;
  min-height: 0; }
  @media (min-width: 992px) {
  .user-security-login {
    margin-top: 80px;
    max-width: 800px;
    min-height: 490px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px #e8e8e8;
    border: 1px solid #e4e4e4;
    border-radius: 20px; } }
  @media (min-width: 1401px) {
  .user-security-login {
    margin-top: 80px;
    min-height: 490px; } }
  .user-security-login #login-banner {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    border-radius: 20px 0 0 20px; }
  @media (max-width: 991px) {
    .user-security-login #login-banner {
      display: none; } }
  .user-security-login #login-banner .welcome-logo {
    opacity: 0.8; }
  .user-security-login #login-banner .welcome-logo img {
    width: 100px;
    display: block;
    margin: 0 auto 20px; }
  @media (min-width: 992px) {
    .user-security-login #password-recovery-form {
      padding-top: 50px; } }
  .user-security-login #password-recovery-form .btn {
    margin-top: 20px; }
  .user-security-login .inner-wrapper {
    padding: 20px 20px 0; }
  @media (min-width: 992px) {
    .user-security-login .inner-wrapper {
      width: calc(100% - 300px);
      padding: 20px 80px; } }
  @media (min-width: 1401px) {
    .user-security-login .inner-wrapper {
      padding: 40px 100px; } }
  .user-security-login .page-title {
    justify-content: space-around;
    color: #868686; }
  @media (max-width: 991px) {
    .user-security-login .page-title {
      margin: 10px; } }
  .user-security-login form {
    margin-bottom: 30px; }
  .user-security-login form .form-control {
    height: 40px; }
  .user-security-login form button {
    outline: none !important;
    border: none;
    width: 100%;
    height: 40px;
    font-size: 18px;
    box-shadow: 0 0 5px 1px #d9d9d9;
    border-radius: 20px; }
  .user-security-login form button:hover {
    box-shadow: 0 0 5px 1px #afafaf; }

.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: #33a17f;
    border-color: #33a17f; }
  .pagination > li > a {
    color: #33a17f; }
/* POPUP18 */
#popup18 .modal-header {
  display: none; }
  #popup18 .modal-footer {
    border: none; }
  #popup18 .bootstrap-dialog-header {
    text-align: center; }
  #popup18 .bootstrap-dialog-message {
    font-size: 18px !important;
    text-align: center; }
  @media (min-width: 768px) {
  #popup18 .modal-dialog {
    margin: 100px auto;
    width: 450px; } }
  #popup18 .modal-content {
    color: #444;
    border-radius: 12px;
    border: none; }
  #popup18 .modal-content #popup18-question {
    font-size: 30px;
    margin: 20px 0 50px; }
  @media (min-width: 768px) {
    #popup18 .modal-content {
      width: 450px;
      padding: 20px; } }
  #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%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    padding: 8px; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-success {
    background-color: #387fd0;
    border-radius: 0 20px 20px 0;
    margin-left: 0; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-success:hover {
    background-color: #246bbc; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-success:active, #popup18 .bootstrap-dialog-footer-buttons .btn-success:focus {
    background-color: #1057a8 !important; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-danger {
    background-color: #fff;
    border: 1px solid #387fd0;
    border-radius: 20px 0 0 20px;
    color: #387fd0; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-danger:hover {
    background-color: #f7f7f7; }
/* SUBCATEGORIES */
.subcategories {
  margin-bottom: 30px; }
  .subcategories a {
    color: #33a17f; }
  .subcategories a:hover {
    text-decoration: none; }
  .subcategories a:hover .subcategory {
    color: #fff;
    background: #33a17f; }
  .subcategories .subcategory {
    padding: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #33a17f; }
  .subcategories .subcategory .count {
    font-weight: bold;
    color: #fff;
    background: #33a17f;
    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: #33a17f; }

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

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

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

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

.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: #33a17f; }
  .btn-primary:hover {
    background-color: #47b593; }

.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 (max-width: 767px) {
  .header .menu_desktop {
    display: none; }
    .header .menu_mobile {
      display: none; }
    .header .logo-link {
      display: block;
      margin: 0 auto; } }

@media (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; }

#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: 5px;
    color: #000;
    border-radius: 4px; }
  @media (min-width: 992px) {
      #registration-entity-form .categories .parent-name, #registration-individual-form .categories .parent-name {
        padding: 10px 20px;
        border: 1px solid #e2e2e2; } }
  #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; }
  @media (max-width: 767px) {
  .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; }

.require-login {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  background: #f9f9f9;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease; }
  .require-login .icon-lock, .require-login .icon-unlock {
    font-size: 18px; }
  .require-login .icon-unlock {
    display: none; }
  .require-login .placeholder-label {
    font-family: monospace;
    letter-spacing: 1px;
    filter: blur(4px);
    transition: filter 0.15s ease; }
  .require-login .login-hint {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    transition: opacity 0.15s ease, max-width 0.15s ease;
    color: #387fd0 !important;
    margin-left: 5px; }
  .require-login .login-hint i {
    margin-left: 4px;
    font-size: 13px; }
  .require-login:hover .placeholder-label {
    filter: blur(2px); }
  .require-login:hover .login-hint {
    opacity: 1;
    max-width: 120px; }
  .require-login:hover .icon-lock {
    display: none; }
  .require-login:hover .icon-unlock {
    display: inline-block; }
