@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body {
  font-family: "Merriweather", serif;
  background-color: #f8f5f2; }

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

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

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

.gradient-effect {
  background-color: #ffe5d0; }

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

.btn-success {
  background-color: #f57c00;
  color: #1c1c1c;
  border: none;
  outline: none !important;
  border-radius: 8px; }
  .btn-success:hover {
    background-color: #eb7200;
    color: #1c1c1c; }
  .btn-success:focus, .btn-success:active {
    background-color: #e66d00 !important;
    color: #1c1c1c; }

input[type="checkbox"]:checked {
  accent-color: #f57c00; }

.alert {
  text-align: center;
  font-size: 18px; }
  .alert button {
    border-radius: 12px;
    padding: 1px 6px; }
  .alert.alert-success {
    background-color: #f57c00;
    color: #fff; }
    .alert.alert-success button {
      color: #fff;
      opacity: 0.6; }
      .alert.alert-success button:focus, .alert.alert-success button:hover {
        color: #fff;
        opacity: 0.8; }
  .alert.alert-info {
    background-color: #ffa54b;
    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-panel {
  padding: 0 22px; }

.mm-listitem {
  font-size: 16px;
  padding: 8px 0; }
  .mm-listitem:hover {
    background-color: #eee3e3;
    border-radius: 8px; }
  .mm-listitem::after {
    border: none; }
  .mm-listitem a:active, .mm-listitem a:focus {
    background: none; }

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

#categories {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  top: 72px !important; }
  @media screen and (max-width: 767px) {
  #categories {
    top: 50px !important; } }
  #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: 6.6px 45px 0 25px;
    padding-top: calc(var(--mm-navbar-size) * .25); }
    @media screen and (max-width: 1199px) {
  #categories .mm-searchfield__input {
    padding-right: 25px; } }
  #categories .mm-searchfield input {
    height: calc(var(--mm-navbar-size) * .5);
    border-radius: 4px;
    border: 1px solid #eee3e3 !important;
    background: #f8f5f2 url('/img/search.svg') no-repeat 10px center;
    padding-left: 40px;
    background-size: 15px; }
    #categories .mm-searchfield input::placeholder {
      color: lightgray; }

#page {
  background-color: #f8f5f2;
  padding-bottom: 30px;
  overflow-y: auto;
  height: calc(100vh - 72px);
  min-height: unset !important; }
  @media screen and (max-width: 767px) {
  #page {
    height: calc(100vh - 50px); } }

.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: 420px; }

.mm-menu_theme-tender .mm-iconbar {
  color: #f57c00; }
  .mm-menu_theme-tender .mm-panels .mm-navbar {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    border-bottom: none; }
    .mm-menu_theme-tender .mm-panels .mm-panel {
      background-color: #fff; }
  .mm-menu_theme-tender .mm-navbar__title, .mm-menu_theme-tender .mm-navbar__title:hover {
    color: #f57c00 !important; }

.mm-listitem__text {
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 529px) {
  .mm-listitem__text {
    display: block;
    padding-left: 30px; } }
  .mm-listitem__text .active-tender-count {
    color: #1c1c1c;
    background: #ff8a8a;
    font-size: 12px;
    height: 16px;
    width: 16px;
    min-width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px;
    margin-top: -5px; }
    @media screen and (max-width: 529px) {
  .mm-listitem__text .active-tender-count {
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 0; } }

.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;
  top: 50px; }
  #menu .mm-navbar {
    background-color: #fff; }
    #menu .mm-navbar .mm-searchfield__input {
      padding-top: 20px; }
      #menu .mm-navbar .mm-searchfield__input input {
        background-color: #f8f5f2;
        border-radius: 4px;
        border: 1px solid #eee3e3 !important;
        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; }

.mm-wrapper_opening #page {
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
  .mm-wrapper_opening .header .mh-head {
    border: none; } }
  @media screen and (max-width: 1245px) {
  .mm-wrapper_opening .header .contact-us {
    margin-left: 0; } }

@media screen and (min-width: 1200px) {
    .mm-wrapper_sidebar-closed .toggle-categories {
      left: 0;
      top: 105px;
      background-color: #fff;
      border-radius: 0 12px 12px 0;
      box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
      border: 1px solid #eaeaea; } }

.toggle-categories {
  width: 40px;
  transition: left 0.1s ease-in-out, top 0.1s ease-in-out, box-shadow 0.1s ease-in-out; }
  @media screen and (min-width: 1200px) {
  .toggle-categories {
    position: fixed;
    top: 92px;
    left: 355px; } }
  .toggle-categories a {
    width: 40px;
    height: 40px; }
    .toggle-categories a i {
      font-size: 25px; }
  @media screen and (min-width: 992px) {
    .toggle-categories-closed {
      font-size: 14px; } }
  .toggle-categories-opened {
    font-weight: 600;
    padding-right: 2px; }
  @media screen and (max-width: 767px) {
  .toggle-categories {
    left: 5px; } }
/* HEADER */
.header {
  position: sticky;
  top: 0;
  background-color: #ffe5d0;
  z-index: 100;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
  .header {
    padding: 0 5px; } }
  .header .mh-head {
    padding: 0; }
    @media screen and (max-width: 767px) {
  .header .mh-head {
    align-items: center;
    justify-content: flex-start;
    height: 50px; }
    .header .mh-head .logo-wrapper {
      margin-left: 40px; }
      .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 screen and (max-width: 375px) {
  .header .mh-head .logo-wrapper {
    margin-left: 15px; } }
  .header i {
    font-size: 16px; }
  .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 screen and (max-width: 991px) {
    .header .user-count-wrapper {
      display: none; } }
    .header .user-count-wrapper .user-count {
      width: 65px;
      color: #f57c00;
      font-weight: 600; }
      .header .user-count-wrapper .user-count i {
        margin-right: 4px; }
  .header .contact-us {
    margin-left: 70px; }
    @media screen and (max-width: 767px) {
  .header .contact-us {
    display: none; } }
    @media screen and (max-width: 1800px) {
  .header .contact-us {
    margin-left: 20px; }
    .header .contact-us span {
      display: none; } }
  .header .logo-wrapper {
    display: flex;
    align-items: center; }
  .header.logged-in .server-time {
    margin-left: 72px; }
    @media screen and (max-width: 1919px) {
    .header.logged-in .server-time {
      margin-left: 52px; } }
    @media screen and (max-width: 1800px) {
    .header.logged-in .server-time {
      margin-left: 40px; } }
  .header .server-time {
    margin-left: 110px;
    display: inline-flex;
    justify-content: center; }
    .header .server-time img {
      margin: 0 0 18px 0; }
    @media screen and (max-width: 767px) {
    .header .server-time img {
      margin: 0;
      display: none; } }
    @media screen and (max-width: 991px) {
  .header .server-time {
    margin-left: 35px; } }
    @media screen and (max-width: 767px) {
  .header .server-time {
    margin-left: 20px; } }
  .header #server-time {
    color: #f57c00; }
    .header #server-time .time-label {
      font-size: 24px;
      margin-left: 10px;
      margin-bottom: 2px;
      font-weight: 700; }
    .header #server-time .time-label i {
      font-size: 24px;
      margin-right: 10px; }
    .header #server-time .date-label {
      color: #1c1c1c;
      font-size: 13px;
      margin-left: -15px; }
    @media screen and (max-width: 767px) {
  .header #server-time {
    margin-top: 0; }
    .header #server-time .time-label {
      font-size: 20px;
      margin: 0;
      padding: 0 4px;
      border-radius: 8px; }
    .header #server-time .date-label {
      display: none; } }
    @media screen and (max-width: 329px) {
  .header #server-time .time-label {
    font-size: 18px; }
    .header #server-time .time-label i {
      display: none; } }
  .header .account {
    border: 1px solid #f57c00; }
    .header .account:hover {
      background-color: #f8f5f2 !important; }
    .header .account-tenders i {
      font-size: 14px; }
    .header .account-profile i {
      font-size: 14px; }
    .header .account span {
      position: relative;
      z-index: 1000;
      display: inline !important; }
    .header .account i {
      position: relative;
      color: #f57c00 !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: #1c1c1c; }
    .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: #fff;
      padding: 40px 15px 10px;
      text-align: left;
      width: 144px;
      border: 1px solid #f69b41;
      border-radius: 4px;
      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: #1c1c1c;
      padding: 8px 12px;
      border-radius: 8px; }
    .header .menu__link:hover {
      background-color: rgba(100, 100, 100, 0.102); }
    .header .menu__link i {
      margin-right: 8px;
      color: #f57c00; }
    .header .menu__link.svg-icon {
      display: flex;
      align-items: center; }
    .header .menu__link.svg-icon img {
      margin-right: 8px;
      width: 22px;
      height: 22px; }
      @media screen and (max-width: 1600px) {
      .header .menu__link.svg-icon img {
        margin-right: 0; } }
    @media screen and (max-width: 1600px) {
    .header .menu__link i {
      margin-right: 0; }
    .header .menu__link .link-text {
      display: none; } }
  .header .login-btn:hover {
    background-color: #f57c00; }
  .header .register-btn {
    border: 1px solid #f57c00; }
    .header .register-btn:hover {
      background-color: #f57c00; }

body {
  display: none; }

.content {
  position: relative;
  margin: 0 auto;
  padding: 10px 8px 0; }
  @media screen and (min-width: 1920px) {
  .content {
    width: 85%; } }
  @media screen and (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: 16px;
  color: #1c1c1c; }

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

.page-view {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  border-radius: 12px;
  margin-top: 10px; }

h1 {
  font-size: 30px; }

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

a {
  color: #f57c00; }
  a:hover, a:focus {
    color: #f57c00; }
  a:focus:not(:focus-visible) {
    outline: none; }

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: #f57c00;
  outline: 0;
  box-shadow: none !important; }

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

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

@media screen and (max-width: 1400px) {
  .mm-wrapper_opening .tender__item {
    padding-top: 57px;
    margin-bottom: 20px; }
    .mm-wrapper_opening .tender__item.active .status .status-text {
      background: #f57c00;
      color: #1c1c1c; }
    .mm-wrapper_opening .tender__item.future .status .status-text {
      background: #ffe5d0;
      color: #1c1c1c; }
    .mm-wrapper_opening .tender__item-info {
      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: 4px;
      justify-content: space-between;
      left: 16px; }
      .mm-wrapper_opening .tender__item .status .time-left {
        font-size: 18px;
        padding: 3px 25px;
        border-radius: 4px;
        text-align: center; }
        .mm-wrapper_opening .tender__item .status .time-left img {
          width: 18px;
          height: 18px; }
      .mm-wrapper_opening .tender__item .status .company-name {
        font-size: 16px;
        font-weight: normal; }
      .mm-wrapper_opening .tender__item .status .status-text {
        border-radius: 4px;
        padding: 8px 30px;
        width: 120px; }
      .mm-wrapper_opening .tender__item .status .time-left {
        display: inline; }
      .mm-wrapper_opening .tender__item .status .company-name {
        display: inline;
        font-size: 16px; }
    .mm-wrapper_opening .tender__item .category a {
      color: #5b5b5b; }
    .mm-wrapper_opening .tender-view {
      padding-left: 0;
      padding-right: 0; }
    .mm-wrapper_opening .tender-view .company-name {
      right: 20px; }
    .mm-wrapper_opening .tender-view .sidebar-wrapper .sidebar .information .row .col-md-6 {
      padding-left: 10px !important;
      padding-right: 10px !important; }
    .mm-wrapper_opening .breadcrumb {
      padding: 8px 0; } }
  @media screen and (max-width: 1400px) and (max-width: 380px) {
            .mm-wrapper_opening .tender__item .status .time-left {
              opacity: 0; } }
  @media screen and (max-width: 1400px) and (min-width: 992px) {
        .mm-wrapper_opening .tender-view .sidebar-wrapper {
          padding-left: 0;
          padding-right: 0; } }
/* TENDER */
.tender-widget {
  margin: 0 12px; }
  .tender-widget-title {
    text-align: center;
    margin: 0;
    padding: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 16px;
    z-index: 10;
    background-color: #f8f5f2; }
  .tender-widget-title .icon-text {
    display: inline-flex;
    align-items: center; }
  .tender-widget-title .icon-text img {
    margin-right: 8px; }
  @media screen and (max-width: 767px) {
      .tender-widget-title {
        position: relative;
        top: 0;
        padding: 6px;
        margin: 20px 6px 10px;
        font-size: 14px; } }
  .tender-empty-label {
    color: #1c1c1c;
    text-align: center;
    font-size: 12px; }
  .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;
    box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
    position: relative;
    border-radius: 12px;
    padding: 50px 20px 25px;
    margin: 0 auto 10px; }
  @media screen and (max-width: 767px) {
    .tender__item {
      padding: 80px 18px 18px 18px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .tender__item {
      padding-top: 57px;
      margin-bottom: 20px; }
      .tender__item.active .status .status-text {
        background: #f57c00;
        color: #1c1c1c; }
      .tender__item.future .status .status-text {
        background: #ffe5d0;
        color: #1c1c1c; } }
  @media screen and (min-width: 768px) {
      .tender__item-content {
        display: flex; } }
  .tender__item-description {
    position: relative;
    padding: 5px;
    margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
      .tender__item-description {
        padding-left: 0; } }
  @media screen and (min-width: 768px) {
      .tender__item-description {
        min-width: calc(100% - 300px);
        padding-bottom: 50px;
        border-right: 1px dotted #5b5b5b;
        margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
      .tender__item-description {
        min-width: calc(100% - 500px); } }
  @media screen and (min-width: 1600px) {
      .tender__item-description {
        min-width: calc(100% - 550px);
        padding: 20px 20px; } }
  @media screen and (min-width: 1921px) {
      .tender__item-description {
        min-width: calc(100% - 600px); } }
  @media screen and (min-width: 768px) {
        .tender__item-description .dates-wrapper {
          position: absolute;
          left: 5px;
          right: 0;
          bottom: 0; } }
  @media screen and (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: #1c1c1c; }
  @media screen and (max-width: 1400px) {
          .tender__item-description .dates-wrapper .date {
            display: block; } }
  .tender__item-description .intro_text {
    overflow-wrap: break-word; }
  .tender__item-info {
    padding: 5px; }
  @media screen and (max-width: 991px) {
      .tender__item-info {
        display: none; } }
  @media screen and (min-width: 992px) {
      .tender__item-info {
        text-align: center;
        min-width: 200px;
        border-right: 1px dotted #5b5b5b; } }
  @media screen and (min-width: 1921px) {
      .tender__item-info {
        min-width: 250px;
        padding: 20px; } }
  .tender__item-info .time-left-label {
    margin-bottom: 50px; }
  @media screen and (max-width: 799px) {
        .tender__item-info .time-left-label {
          margin-top: 20px;
          margin-bottom: 0; } }
  .tender__item-info .time-left {
    color: #f57c00;
    font-size: 21px;
    background-color: rgba(62, 160, 128, 0.078);
    border-radius: 12px;
    max-width: 180px;
    margin: 5px auto; }
  .tender__item-info .time-left img {
    margin-right: 2px;
    margin-bottom: 2px;
    width: 18px;
    height: 18px; }
  @media screen and (max-width: 991px) {
        .tender__item-info .time-left {
          margin: 0 0 20px;
          background-color: #fff !important; } }
  .tender__item-info .ended {
    font-size: 50px;
    padding: 35px;
    color: rgba(220, 220, 220, 0.431); }
  @media screen and (max-width: 991px) {
        .tender__item-info .ended {
          font-size: 0;
          padding: 10px; } }
  .tender__item-prices {
    position: relative;
    padding: 0; }
  @media screen and (min-width: 768px) {
      .tender__item-prices {
        min-width: 300px;
        padding: 20px; } }
  @media screen and (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 screen and (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 screen and (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: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px; }
  .tender__item-prices .read-more a.btn i {
    font-size: 18px;
    margin-right: 10px; }
  .tender__item-prices .read-more a.btn svg {
    margin-right: 10px;
    fill: #f57c00;
    transition: fill 0.1s ease-in-out; }
  .tender__item-prices .read-more a.btn:hover svg {
    fill: #fff; }
  .tender__item .status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1; }
  .tender__item .status-text {
    padding: 8px 30px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; }
  .tender__item .status .time-left {
    height: 100%; }
  @media screen and (min-width: 992px) {
        .tender__item .status .time-left {
          display: none; } }
  @media screen and (min-width: 992px) {
        .tender__item .status .company-name {
          margin-right: 20px;
          font-size: 16px;
          font-weight: 400; } }
  @media screen and (max-width: 991px) {
      .tender__item .status {
        height: 32px;
        border-radius: 4px;
        justify-content: space-between;
        left: 16px; }
        .tender__item .status .time-left {
          font-size: 18px;
          padding: 3px 25px;
          border-radius: 4px;
          text-align: center; }
          .tender__item .status .time-left img {
            width: 18px;
            height: 18px; }
        .tender__item .status .company-name {
          font-size: 16px;
          font-weight: normal; }
        .tender__item .status .status-text {
          border-radius: 4px;
          padding: 8px 30px;
          width: 120px; } }
  @media screen and (max-width: 767px) {
      .tender__item .status {
        border: none; }
        .tender__item .status .time-left {
          width: 50%;
          padding: 3px;
          border-right: none;
          font-size: 14px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .tender__item .status .time-left img {
            width: 12px;
            height: 12px;
            margin-right: 4px; }
        .tender__item .status .status-text {
          width: 50%; }
        .tender__item .status .company-name {
          position: absolute;
          top: 40px;
          right: 20px;
          left: 20px;
          font-size: 14px;
          text-align: right; }
          .tender__item .status .company-name a {
            color: #1757a1; } }
  @media screen and (max-width: 329px) {
      .tender__item .status .time-left {
        font-size: 14px;
        padding: 5px 0; } }
  .tender__item.active a {
    color: #1757a1; }
  .tender__item.active .price {
    color: #226226; }
  .tender__item.active .time-left {
    color: #f57c00;
    background-color: #ffe5d0; }
  .tender__item.active .offers-content {
    color: #f57c00; }
  .tender__item.active .status-text {
    color: #1c1c1c;
    background: #f57c00; }
  .tender__item.active .read-more a.btn {
    border: 1px solid #f57c00;
    color: #f57c00; }
  @media screen and (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: #f57c00;
    color: #fff; }
  .tender__item.active .read-more a.btn:active {
    background-color: #e16800;
    color: #fff; }
  @media screen and (max-width: 767px) {
      .tender__item.active {
        border-color: rgba(51, 161, 126, 0.4); }
        .tender__item.active .status {
          border-color: rgba(51, 161, 126, 0.4); } }
  .tender__item.future a {
    color: #1757a1; }
  .tender__item.future .category {
    margin-bottom: 20px; }
  .tender__item.future .time-left {
    color: #f57c00;
    background-color: rgba(255, 255, 255, 0); }
  .tender__item.future .price {
    color: #f57c00; }
  .tender__item.future .offers-content {
    color: #eb7200; }
  .tender__item.future .status-text {
    color: #1c1c1c;
    background: #ffe5d0; }
  .tender__item.future .read-more a.btn {
    border: 1px solid #f57c00;
    color: #f57c00; }
  .tender__item.future .read-more a.btn:hover {
    background-color: #f57c00;
    color: #fff; }
  .tender__item.future .read-more a.btn:active {
    background-color: #e16800;
    color: #fff; }
  @media screen and (max-width: 767px) {
      .tender__item.future {
        border-color: rgba(242, 153, 0, 0.263); }
        .tender__item.future .status {
          border-color: rgba(242, 153, 0, 0.263); } }
  .tender__item.ended {
    opacity: 0.6; }
  .tender__item.ended a {
    color: #1757a1; }
  .tender__item.ended .status {
    color: #1c1c1c; }
  .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 screen and (max-width: 767px) {
      .tender__item-title {
        line-height: 0.9; } }
  .tender__item-title a {
    font-size: 18px; }
  .tender__item .category {
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
      .tender__item .category {
        border-bottom: 1px dotted #5b5b5b;
        padding-bottom: 10px; } }
  .tender__item .category a {
    color: #5b5b5b;
    font-size: 16px; }
  .tender__item .intro_text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px; }
  .tender__item .info-title {
    color: #1c1c1c;
    font-size: 16px; }
  .tender__item .start-price .info-title {
    margin-bottom: 5px; }
  .tender__item .start-price .price {
    font-size: 25px;
    font-weight: bold; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
        .tender__item .start-price .price {
          font-size: 30px; } }
  .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: 20px;
    margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .tender-view {
      padding: 5px; } }
  .tender-view .category a {
    color: #5b5b5b;
    text-decoration: underline; }
  .tender-view .main {
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
    border-radius: 12px;
    min-height: 346px;
    padding: 20px; }
  @media screen and (max-width: 768px) {
      .tender-view .main {
        box-shadow: none; } }
  @media screen and (min-width: 992px) {
      .tender-view .main {
        min-height: calc(100vh - 300px); } }
  @media screen and (min-width: 1920px) {
      .tender-view .main {
        padding: 40px; } }
  .tender-view .main .nav-tabs {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px; }
  .tender-view .main .nav-tabs li {
    border-radius: 4px; }
  .tender-view .main .nav-tabs li a {
    text-transform: uppercase;
    font-size: 12px; }
  .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.302); }
  @media screen and (min-width: 992px) {
      .tender-view .sidebar-wrapper {
        position: sticky;
        top: 20px; } }
  .tender-view .sidebar {
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
    border-radius: 12px;
    padding: 20px;
    padding-top: 40px; }
  @media screen and (max-width: 768px) {
      .tender-view .sidebar {
        box-shadow: none; } }
  @media screen and (min-width: 1920px) {
      .tender-view .sidebar {
        padding: 40px 40px 30px; } }
  .tender-view .sidebar .company-name a {
    color: #1757a1; }
  .tender-view .sidebar .complain-link {
    margin-top: 30px;
    text-align: center; }
  .tender-view .sidebar .complain-link a {
    color: #1757a1; }
  .tender-view .sidebar .blocked-message {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: red;
    text-align: center;
    margin: 20px 0 15px; }
  .tender-view .sidebar .blocked-message i {
    font-size: 20px;
    margin-right: 5px; }
  .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: 20px; }
  .tender-view .information > div:last-child {
    margin-bottom: 0; }
  .tender-view .information .info-title {
    font-size: 16px;
    color: #1c1c1c; }
  .tender-view .information .price {
    color: #226226;
    font-size: 28px;
    font-weight: bold; }
  .tender-view .information .vat {
    font-weight: bold; }
  .tender-view .information .step {
    color: #226226;
    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; }
  .tender-view .company-name {
    text-align: end;
    color: #1c1c1c;
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 16px; }
  .tender-category {
    padding: 0 20px; }

.breadcrumb {
  border-radius: 0;
  display: table;
  background: none;
  margin-bottom: 0;
  padding: 8px 20px; }
  @media (max-width: 767px) {
  .breadcrumb {
    padding: 8px 5px; } }
  .breadcrumb-wrapper {
    background: #f8f5f2; }
  @media (max-width: 768px) {
    .breadcrumb-wrapper {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  .breadcrumb li {
    display: table-cell;
    white-space: nowrap;
    font-size: 16px; }
  .breadcrumb li a {
    white-space: nowrap; }
  .breadcrumb li + li:before {
    font-family: "FontAwesome" !important;
    content: "\f105" !important;
    color: #a3a3a3;
    margin: 0 8px; }
  .breadcrumb li.active {
    color: #1c1c1c; }
/* 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 #f57c00;
    margin-right: 6px;
    border-radius: 4px; }
  @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: #f57c00;
    background-color: rgba(238, 238, 238, 0.522); }

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #f57c00;
  color: #1c1c1c;
  border: none; }
/* USER */
.user-registration {
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 5px 1px #e8e8e8;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
  .user-registration {
    padding: 20px 10px;
    box-shadow: none;
    border: 1px solid #e4e4e4; } }
  .user-registration .form-group {
    margin-bottom: 10px; }
  .user-registration .form-group input {
    border-color: #a3a3a3;
    background-color: #f6f3f1; }
  .user-registration .form-group input::placeholder {
    color: #a3a3a3;
    font-size: 12px; }
  .user-registration .tab-content {
    padding: 30px 0 0; }
  .user-registration .page-title {
    color: #1c1c1c;
    margin: 0;
    justify-content: center; }
  @media screen and (max-width: 768px) {
    .user-registration .page-title {
      margin-bottom: 10px; } }
  .user-registration .registration-categories {
    overflow: auto;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px; }
  .user-registration .registration-categories .categories {
    border-radius: 4px;
    border: 1px solid #a3a3a3; }
  .user-registration #entry-form-submit, .user-registration #individual-form-submit {
    padding: 10px 30px;
    font-size: 15px; }
  .user-registration button {
    text-transform: uppercase; }
  .user-registration ::-webkit-scrollbar {
    width: 10px; }
  .user-registration ::-webkit-scrollbar-track {
    background: #eaeaea;
    border-radius: 8px; }
  .user-registration ::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 8px; }
  .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;
  max-width: 800px;
  min-height: 490px;
  margin: 80px auto 0;
  background-color: #fff;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  border-radius: 20px; }
  @media screen and (max-width: 1400px) {
  .user-security-login {
    margin-top: 10px;
    min-height: 450px; } }
  @media screen and (max-width: 992px) {
  .user-security-login {
    max-width: 450px;
    min-height: 0;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e4e4e4; } }
  .user-security-login #login-banner {
    width: 300px;
    display: flex;
    justify-content: center;
    color: #1c1c1c;
    font-size: 40px;
    border-radius: 20px 0 0 20px; }
  @media screen and (max-width: 992px) {
    .user-security-login #login-banner {
      display: none; } }
  .user-security-login #login-banner .welcome-logo {
    padding-top: calc(50% - 30px); }
  .user-security-login #login-banner .welcome-logo img {
    width: 120px;
    display: block;
    margin: 0 auto 20px; }
  .user-security-login #login-banner .welcome-logo div {
    opacity: 0.8;
    text-align: center; }
  @media screen and (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 screen and (min-width: 993px) {
    .user-security-login .inner-wrapper {
      width: calc(100% - 300px);
      padding: 20px 80px; } }
  @media screen and (min-width: 1401px) {
    .user-security-login .inner-wrapper {
      padding: 40px 100px; } }
  .user-security-login .page-title {
    justify-content: space-around;
    color: #1c1c1c; }
  @media screen and (max-width: 992px) {
    .user-security-login .page-title {
      margin: 10px; } }
  .user-security-login form {
    margin-bottom: 30px; }
  .user-security-login form input {
    border-color: #a3a3a3;
    background-color: #f6f3f1; }
  .user-security-login form .form-control {
    height: 40px; }
  .user-security-login form button {
    outline: none !important;
    border: none;
    padding: 0 30px;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
    text-transform: uppercase; }

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

.user-profile-show {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  border-radius: 12px; }
  .user-profile-show .page-title a {
    font-size: 22px; }
  .user-profile-show #tenders a, .user-profile-show #supply-categories a {
    color: #1757a1; }

.user-settings {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 8px 24px 0px rgba(165, 200, 219, 0.251);
  border-radius: 12px; }
/* 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: #f57c00;
    border-color: #f57c00; }
  .pagination > li > a {
    color: #f57c00; }
/* POPUP18 */
#popup18 .modal-header {
  background-color: #fff !important;
  border: none;
  padding: 30px; }
  #popup18 .modal-footer {
    border: none; }
  #popup18 .bootstrap-dialog-header {
    text-align: center; }
  #popup18 .bootstrap-dialog-message {
    font-size: 18px !important;
    text-align: center; }
  @media screen and (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 screen and (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: #f57c00;
    margin-left: 0; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-success:hover {
    background-color: #e16800; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-success:active, #popup18 .bootstrap-dialog-footer-buttons .btn-success:focus {
    background-color: #cd5400 !important; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-danger {
    background-color: #fff;
    border: 1px solid #f57c00;
    color: #f57c00;
    border-radius: 8px;
    margin-right: 5px; }
  #popup18 .bootstrap-dialog-footer-buttons .btn-danger:hover {
    background-color: #f7f7f7; }
/* SUBCATEGORIES */
.subcategories {
  margin-bottom: 30px; }
  .subcategories a {
    color: #f57c00; }
  .subcategories a:hover {
    text-decoration: none; }
  .subcategories a:hover .subcategory {
    color: #fff;
    background: #f57c00; }
  .subcategories .subcategory {
    padding: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #f57c00; }
  .subcategories .subcategory .count {
    font-weight: bold;
    color: #fff;
    background: #f57c00;
    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: #f57c00; }

.fileuploader-input .fileuploader-input-button {
  background: none;
  color: #f57c00;
  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: #f57c00; }
  .btn-primary:hover {
    background-color: #ff9014; }

.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: 767px) {
  .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; }

#registration-entity-form .categories, #registration-individual-form .categories {
  margin-bottom: 10px;
  position: relative; }
  #registration-entity-form .categories .toggle, #registration-individual-form .categories .toggle {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 16px;
    cursor: pointer; }
  #registration-entity-form .categories .parent-name, #registration-individual-form .categories .parent-name {
    padding: 4px 8px;
    color: #1c1c1c;
    border-radius: 4px; }
  #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; }

.company-page {
  min-height: 550px;
  max-height: unset; }
  @media screen and (min-width: 1920px) {
  .company-page {
    padding: 50px; } }
  .company-page .description {
    margin-bottom: 50px; }
  .company-page .managers {
    margin-top: 25px; }
  .company-page .managers .box {
    box-shadow: none;
    border: 1px solid #ecf0f5;
    border-radius: 10px; }
  .company-page .managers .box .box-body {
    min-height: 415px; }
  .company-page .managers .box .box-body a {
    color: #1757a1; }
  @media screen and (min-width: 1200px) and (max-width: 1800px) {
        .company-page .managers .box .box-body {
          min-height: 460px; } }
  @media screen and (min-width: 1920px) {
        .company-page .managers .box .box-body {
          padding: 20px; } }
  .company-page .managers .box .box-body .profile-user-img {
    margin-top: 10px;
    margin-bottom: 10px; }
  .company-page .managers .box .box-body .profile-username {
    min-height: 24px; }
  .company-page .managers .box .box-body .list-group-item .field {
    display: flex;
    justify-content: space-between; }
  @media screen and (min-width: 1200px) and (max-width: 1800px) {
            .company-page .managers .box .box-body .list-group-item .field {
              flex-direction: column; } }
  .company-page .managers .box .box-body .list-group-item .field-label {
    font-weight: 600;
    margin-right: 5px; }
  @media screen and (min-width: 1200px) and (max-width: 1800px) {
            .company-page .managers .box .box-body .list-group-item .field-value {
              margin-left: 5px; } }
  .company-page .managers .box .box-body .list-group-item .field-value.email {
    word-break: break-word; }
  .company-page .tenders a {
    color: #1757a1; }
  .company-page .tenders div {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    display: inline-flex;
    justify-content: space-between; }
  .company-page .tenders .tender-status {
    font-size: 12px;
    min-width: 120px;
    text-align: end;
    margin-left: 2px; }
  @media screen and (max-width: 767px) {
      .company-page .tenders .tender-status {
        min-width: 12px; }
        .company-page .tenders .tender-status span {
          display: none; } }
  .company-page .tenders .tender-status.active {
    color: #f57c00; }
  .company-page .tenders .tender-status.future {
    color: #f57c00; }
  .company-page .tenders .tender-status.ended {
    color: lightgray; }
  .company-page .pagination {
    position: absolute;
    bottom: 0; }

.complaint-page {
  margin: 20px auto 0; }
  @media screen and (min-width: 1600px) {
  .complaint-page {
    width: 70%; } }
  .complaint-page .complaint-form .form-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px; }
  .complaint-page .complaint-form textarea {
    width: 100% !important;
    max-height: 500px;
    min-height: 200px; }
  .complaint-page .complaint-form .submit-wrapper {
    margin-top: 40px;
    text-align: center; }
