@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.title {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center; }

.sub-title {
  font-size: 16px;
  line-height: 18px;
  color: #000000; }

.bold {
  font-weight: bold; }

* {
  transition: all 500ms ease; }

*:focus {
  outline: none; }

a {
  color: #4D4D4D; }

a:hover {
  text-decoration: none;
  color: #B4B4B4; }

.simple_link, .simple_link:hover {
  text-decoration: underline;
  color: #50A2EE;
  cursor: pointer; }

.simple_link_with_icon {
  text-decoration: underline;
  color: #50A2EE;
  display: inline-flex;
  align-items: center; }
  .simple_link_with_icon svg {
    width: 24px;
    height: 24px;
    margin-left: 20px; }

.btn {
  padding: 0 16px;
  border: 1px solid #ECC259;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  border-radius: 4px;
  font-weight: 600;
  height: 48px; }

.btn:hover {
  background: #FFDF8C;
  color: #4D4D4D; }

.btn-text-image svg {
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.btn-image svg {
  width: 18px;
  height: 18px; }

.btn-image-no-border {
  border: none; }
  .btn-image-no-border svg {
    width: 18px;
    height: 18px; }

.quadrated-btn {
  color: #4D4D4D;
  padding: 15px 24px;
  border-radius: 0;
  border-color: transparent;
  font-weight: normal; }

.quadrated-btn:hover {
  border: 1px solid #ECC259; }

.disabled-btn {
  background: #F4F4F4; }

.big-btn {
  padding: 0 41px;
  background: #FCCD56;
  min-width: 200px; }

.btn-background-white {
  background: #fff; }

.btn-form {
  margin-top: 15px; }

.back_btn {
  margin-right: 15px;
  color: #D8D8D8;
  display: inline-flex; }
  .back_btn svg {
    width: 36px;
    height: 36px; }

.back_btn:hover {
  border-color: #ECC259; }

.bitrix_number_info {
  margin-bottom: 30px;
  font-size: 14px; }

.tag {
  color: #A7A7A7;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #D8D8D8;
  background: #fff;
  border-radius: 24px;
  cursor: pointer; }

.tag.active {
  border-color: #ECC259;
  background: #FFDF8C;
  color: #4D4D4D; }

.single_result .btn-box {
  opacity: 0;
  display: flex; }

.single_result:hover .btn-box {
  opacity: 1; }

table {
  width: 100%;
  margin: 30px 0;
  border: none; }
  table td {
    padding: 15px 8px 15px 0 !important;
    font-size: 14px;
    color: #4D4D4D;
    min-width: 140px; }
  table tr {
    border-bottom: 1px solid #D8D8D8; }
  table thead tr {
    border-bottom: 1px solid #ECC259; }
  table thead td {
    font-size: 12px;
    color: #B4B4B4; }

table.result_box tbody::-webkit-scrollbar, .user_alert_box_popup::-webkit-scrollbar {
  width: 3px;
  /* ширина для вертикального скролла */
  height: 15px;
  /* высота для горизонтального скролла */
  background-color: #F4F4F4; }

table.result_box tbody::-webkit-scrollbar-thumb, .user_alert_box_popup ::-webkit-scrollbar-thumb {
  background-color: #B4B4B4;
  border-radius: 9em; }

#loader.active {
  display: flex; }

#loader {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999; }
  #loader svg {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round; }
    #loader svg circle {
      fill: none;
      stroke-width: 4.5;
      animation-name: preloader;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      transform-origin: 170px 170px;
      will-change: transform; }
    #loader svg circle:nth-of-type(1) {
      stroke-dasharray: 550px; }
    #loader svg circle:nth-of-type(2) {
      stroke-dasharray: 500px; }
    #loader svg circle:nth-of-type(3) {
      stroke-dasharray: 450px; }
    #loader svg circle:nth-of-type(4) {
      stroke-dasharray: 300px; }
    #loader svg circle:nth-of-type(1) {
      animation-delay: -0.15s; }
    #loader svg circle:nth-of-type(2) {
      animation-delay: -0.3s; }
    #loader svg circle:nth-of-type(3) {
      animation-delay: -0.45s; }
    #loader svg circle:nth-of-type(4) {
      animation-delay: -0.6s; }

@keyframes preloader {
  50% {
    transform: rotate(360deg); } }
input {
  padding: 10px 12px !important;
  border: 1px solid #D8D8D8 !important;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  width: 100%;
  display: inline-flex;
  margin-bottom: 16px;
  height: 48px !important; }

input::placeholder {
  color: #A7A7A7; }

textarea {
  padding: 15px !important;
  border: 1px solid #D8D8D8 !important;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  width: 100%;
  display: inline-flex;
  margin-bottom: 16px; }

.label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 600;
  padding: 0;
  display: inline-flex;
  min-height: 11px; }

.label:empty {
  display: inline-flex; }

.select2-container {
  display: inline-flex;
  width: auto !important; }

.select2-selection {
  padding: 0 12px !important;
  border: 1px solid #D8D8D8 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  color: #000000 !important;
  height: 48px !important;
  width: 280px;
  line-height: 1.15 !important;
  display: inline-flex !important;
  align-items: center; }
  .select2-selection .select2-selection__arrow {
    display: none; }

.select2-selection__rendered {
  height: 100%;
  display: inline-flex !important;
  align-items: center; }
  .select2-selection__rendered .select2-selection__clear {
    top: 5px !important;
    font-size: 30px !important;
    font-weight: 100 !important; }

form .row {
  display: flex;
  flex-wrap: wrap; }

div.switch {
  margin: 0 15px; }

div.switch.switch-primary input:checked + label {
  border-color: #67d3e0; }

div.switch.switch-primary input:checked + label:after {
  background-color: #67d3e0; }

div.switch.switch-success input:checked + label {
  border-color: #c3d62d; }

div.switch.switch-success input:checked + label:after {
  background-color: #c3d62d; }

div.switch.switch-info input:checked + label {
  border-color: #4fd8b0; }

div.switch.switch-info input:checked + label:after {
  background-color: #4fd8b0; }

div.switch input {
  display: none; }

div.switch.switch-info input:checked + label:after {
  background: #FCCD56; }

div.switch label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  width: 16px;
  height: 16px;
  background: #4D4D4D;
  border-radius: 26px;
  left: 4px; }

div.switch input:checked + label:after {
  left: 19px; }

div.switch label {
  display: block;
  position: relative;
  border: 1px solid #D8D8D8;
  text-indent: 100%;
  cursor: pointer;
  transition: left 0.15s ease-out;
  border-radius: 14px;
  width: 40px;
  height: 24px;
  background: transparent;
  color: transparent; }

div.switch input + label {
  margin-left: 0;
  margin-right: 0; }

div.switch.round label {
  border-radius: 26px; }

div.switch.switch-info input:checked + label {
  border: 1px solid #D8D8D8; }

body {
  font-size: 14px;
  color: #4D4D4D; }
  body .container {
    max-width: 1268px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  body .container:before, body .container:after {
    display: none; }

header {
  padding: 15px 0;
  background: #fff;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    header .container .logo {
      width: 140px;
      display: inline-flex; }
      header .container .logo img {
        display: inline-flex;
        width: 100%; }
    header .container nav {
      border: 1px solid #D8D8D8;
      border-radius: 4px;
      display: inline-flex; }
      header .container nav .item {
        padding: 13px 25px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #D8D8D8; }
      header .container nav .item.active, header .container nav .item:hover {
        background: #F4F4F4; }
      header .container nav .item:last-child {
        border: none; }
    header .container .alert_box {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      header .container .alert_box .alert_box_content {
        display: inline-flex;
        flex-wrap: wrap; }
        header .container .alert_box .alert_box_content .items {
          display: inline-flex;
          flex-wrap: wrap;
          align-items: center;
          color: #A7A7A7; }
      header .container .alert_box .item {
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      header .container .alert_box svg {
        width: 24px;
        height: 20px; }
      header .container .alert_box form {
        align-items: center;
        height: 100%;
        display: inline-flex; }
        header .container .alert_box form button {
          background: none;
          border: none;
          display: inline-flex;
          justify-content: center;
          padding: 0 16px;
          font-size: 16px;
          align-items: center;
          background: #fff;
          border-radius: 4px;
          font-weight: 600;
          height: 48px;
          transition: all ease 200ms; }
        header .container .alert_box form button:hover {
          background: #FFDF8C;
          color: #4D4D4D; }
      header .container .alert_box .login_user_name {
        margin-right: 10px;
        color: #A7A7A7; }
        header .container .alert_box .login_user_name svg {
          margin-right: 10px; }
        header .container .alert_box .login_user_name span {
          display: inline-flex;
          max-width: 150px;
          font-size: 13px; }
    header .container .personal_logo_name, header .container .navigation {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center; }
    header .container .navigation {
      margin-top: 30px;
      justify-content: flex-start; }
      header .container .navigation .new_bid {
        margin-right: 15px; }
      header .container .navigation .mobile {
        display: none; }
        header .container .navigation .mobile .menu_btn {
          display: inline-flex;
          align-items: center;
          height: 100%;
          padding: 0 20px; }
          header .container .navigation .mobile .menu_btn svg {
            width: 28px;
            height: 4px; }
    header .container .mobile_logo {
      height: 40px;
      display: inline-flex; }
      header .container .mobile_logo img {
        display: inline-flex;
        height: 100%;
        width: auto; }
    header .container #mobile_menu {
      position: relative; }
    header .container #mobile_menu_btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      position: relative;
      border: 1px solid #D8D8D8;
      border-radius: 4px; }
      header .container #mobile_menu_btn svg {
        width: 24px;
        height: 24px;
        position: absolute;
        transition: all ease 300ms; }
      header .container #mobile_menu_btn .opened_menu {
        opacity: 0; }
    header .container #mobile_menu_btn.active .opened_menu {
      opacity: 1; }
    header .container #mobile_menu_btn.active .closed_menu {
      opacity: 0; }

footer {
  padding: 30px 0;
  margin: 15px 0 0 0; }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    footer .container .copyright {
      color: #A7A7A7;
      font-size: 14px; }
    footer .container .spoton {
      color: #A7A7A7;
      font-size: 14px; }
      footer .container .spoton img {
        margin-left: 15px;
        width: 48px; }

.open_gallery_box {
  margin-bottom: 15px; }

main {
  min-height: calc(100vh - 300px); }

.special-alerts .alert {
  margin-bottom: 30px;
  text-align: right;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 8px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end; }
  .special-alerts .alert b {
    margin-right: 5px; }
  .special-alerts .alert button {
    float: none;
    right: auto;
    height: 24px;
    margin-left: 15px;
    opacity: 1; }
    .special-alerts .alert button svg {
      width: 24px;
      height: 24px; }
.special-alerts .alert-info {
  background: #E6F3FF;
  color: #50A2EE;
  border: 1px solid #50A2EE; }
  .special-alerts .alert-info button {
    color: #50A2EE; }
.special-alerts .alert-danger {
  color: #B4891E;
  background: #FFEDC0;
  border: 1px solid #ECC259; }

.tags_box {
  margin-top: 30px; }
  .tags_box .tags_box_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .tags_box .box_name {
    display: none;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding-left: 16px;
    cursor: pointer; }
    .tags_box .box_name svg {
      width: 8px;
      height: 8px;
      color: #A7A7A7;
      margin-right: 8px;
      position: absolute;
      transition: all ease 300ms;
      left: 0; }
    .tags_box .box_name .opened_menu {
      opacity: 0; }
  .tags_box .tag {
    margin: 0 10px 10px 0; }

.tags_box.active .opened_menu {
  opacity: 1; }
.tags_box.active .closed_menu {
  opacity: 0; }

.user_personal_info {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .user_personal_info .user_personal_info_contacts {
    display: flex;
    flex-flow: column; }
    .user_personal_info .user_personal_info_contacts .user_info > div {
      margin-right: 30px;
      margin-bottom: 10px; }
    .user_personal_info .user_personal_info_contacts .user_info {
      justify-content: flex-start;
      flex-wrap: wrap; }
  .user_personal_info .btns {
    width: 165px; }

.news_filter_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .news_filter_box #smart_search {
    width: calc(100% - 250px); }
    .news_filter_box #smart_search input {
      background: url("/static/img/search.png");
      background-position: left 12px center;
      background-size: 24px;
      background-repeat: no-repeat;
      padding-left: 52px !important;
      margin-bottom: 0; }

.filter_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .filter_box #smart_search {
    width: 280px; }
    .filter_box #smart_search input {
      background: url("/static/img/search.png");
      background-position: left 12px center;
      background-size: 24px;
      background-repeat: no-repeat;
      padding-left: 52px !important;
      margin-bottom: 0; }
  .filter_box .btns .btn {
    margin-left: 16px; }
  .filter_box .user_filter_box_group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .filter_box .user_filter_box_group #smart_search {
      margin-right: 10px; }

.filter_box_bids {
  align-items: flex-start; }
  .filter_box_bids .user_filter_box_group {
    margin-top: 15px; }
  .filter_box_bids #smart_search {
    margin-bottom: 0; }

#bid_stage_tabs .tab_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #bid_stage_tabs .tab_head .bid_statuses_group {
    font-size: 16px;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 15px;
    margin-right: 15px;
    text-decoration: underline;
    cursor: pointer; }
  #bid_stage_tabs .tab_head .bid_statuses_group.active {
    color: #FCCD56;
    text-decoration: none; }
#bid_stage_tabs .tab_body .tab_body_item {
  display: none; }
  #bid_stage_tabs .tab_body .tab_body_item .single_item {
    margin-bottom: 15px;
    margin-right: 8px; }
#bid_stage_tabs .tab_body .tab_body_item.active {
  display: block; }

#order_params, #personal_order_params {
  position: relative;
  margin: 30px 0;
  display: inline-flex;
  padding-right: 15px;
  min-width: 250px; }
  #order_params .item, #personal_order_params .item {
    color: #A7A7A7;
    font-size: 12px;
    cursor: pointer; }
    #order_params .item svg, #personal_order_params .item svg {
      width: 8px;
      height: 8px;
      margin-right: 8px; }
  #order_params .order_params_list, #order_params .personal_order_params_list, #personal_order_params .order_params_list, #personal_order_params .personal_order_params_list {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    position: absolute;
    top: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
    border-radius: 8px;
    display: grid;
    grid-row-gap: 15px; }
    #order_params .order_params_list .item:hover, #order_params .personal_order_params_list .item:hover, #personal_order_params .order_params_list .item:hover, #personal_order_params .personal_order_params_list .item:hover {
      color: #4D4D4D; }
  #order_params .order_params_list.active, #order_params .personal_order_params_list.active, #personal_order_params .order_params_list.active, #personal_order_params .personal_order_params_list.active {
    opacity: 1;
    visibility: visible; }

.manager_info, .user_info, .bid_info, .manager_bid_settings {
  font-size: 15px;
  color: #4D4D4D;
  display: flex;
  flex-wrap: wrap; }
  .manager_info .bitrix_stage, .user_info .bitrix_stage, .bid_info .bitrix_stage, .manager_bid_settings .bitrix_stage {
    flex-wrap: wrap; }
  .manager_info .manager_info_contacts > div, .user_info .manager_info_contacts > div, .bid_info .manager_info_contacts > div, .manager_bid_settings .manager_info_contacts > div {
    margin-right: 30px;
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 10px; }
  .manager_info .contacts, .user_info .contacts, .bid_info .contacts, .manager_bid_settings .contacts {
    display: flex;
    flex-flow: column; }
    .manager_info .contacts a, .user_info .contacts a, .bid_info .contacts a, .manager_bid_settings .contacts a {
      margin-bottom: 10px; }
  .manager_info .contacts-row, .user_info .contacts-row, .bid_info .contacts-row, .manager_bid_settings .contacts-row {
    display: flex;
    flex-wrap: wrap; }
    .manager_info .contacts-row a, .user_info .contacts-row a, .bid_info .contacts-row a, .manager_bid_settings .contacts-row a {
      margin-right: 10px; }
  .manager_info .btns, .user_info .btns, .bid_info .btns, .manager_bid_settings .btns {
    margin-top: -12px;
    min-width: 140px; }
  .manager_info .from, .user_info .from, .bid_info .from, .manager_bid_settings .from {
    display: inline-flex;
    align-items: center;
    margin-right: 15px; }
    .manager_info .from svg, .user_info .from svg, .bid_info .from svg, .manager_bid_settings .from svg {
      width: 23px;
      height: 10px;
      margin-left: 15px; }

.manager_info {
  justify-content: space-between;
  flex-wrap: nowrap; }

.bid_personal_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .bid_personal_info .bid_info_box {
    width: calc(100% - 200px); }
  .bid_personal_info .bid_info {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .bid_personal_info .bid_info > div {
      margin-right: 30px;
      margin-bottom: 10px; }
  .bid_personal_info .bitrix_stage {
    display: inline-flex; }
  .bid_personal_info .edit_box {
    display: inline-flex;
    align-items: center;
    width: 200px; }
    .bid_personal_info .edit_box a {
      margin-right: 15px; }
  .bid_personal_info .manager_bid_settings .manager, .bid_personal_info .manager_bid_settings .bitrix_stage {
    align-items: center;
    display: inline-flex;
    margin-right: 30px;
    margin-bottom: 15px; }
    .bid_personal_info .manager_bid_settings .manager span, .bid_personal_info .manager_bid_settings .bitrix_stage span {
      margin-right: 15px; }

.bid_stage_carousel {
  padding: 0 15px; }
  .bid_stage_carousel .dots {
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 8px auto; }
    .bid_stage_carousel .dots .dot {
      width: 8px;
      height: 8px;
      background: #D8D8D8;
      border-radius: 50%; }
    .bid_stage_carousel .dots .dot.active {
      background: #4D4D4D; }
    .bid_stage_carousel .dots .dot.fail {
      background: #E44A4A; }
    .bid_stage_carousel .dots .dot.success {
      background: #68DE20; }
  .bid_stage_carousel .dots.single {
    justify-content: center; }
  .bid_stage_carousel .names {
    font-size: 14px;
    color: #4D4D4D; }
    .bid_stage_carousel .names .name {
      display: none; }
    .bid_stage_carousel .names .name.active {
      display: flex;
      justify-content: center; }

.bid_live_chat .bid_live_chat_stage_header {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ECC259;
  position: relative; }
  .bid_live_chat .bid_live_chat_stage_header .stage_arrow {
    position: absolute;
    display: none; }
    .bid_live_chat .bid_live_chat_stage_header .stage_arrow svg {
      width: 9px;
      height: 16px; }
  .bid_live_chat .bid_live_chat_stage_header .stage_arrow.left {
    left: 0; }
  .bid_live_chat .bid_live_chat_stage_header .stage_arrow.right {
    right: 0; }
  .bid_live_chat .bid_live_chat_stage_header .item {
    font-size: 14px;
    font-weight: bold;
    color: #A7A7A7;
    margin-right: 30px;
    cursor: pointer; }
  .bid_live_chat .bid_live_chat_stage_header .item.active {
    color: #4D4D4D; }
  .bid_live_chat .bid_live_chat_stage_header .item.not-active {
    pointer-events: none;
    color: #D8D8D8; }
.bid_live_chat .bid_live_chat_stage_body .item {
  display: none; }
  .bid_live_chat .bid_live_chat_stage_body .item .stage_comments {
    max-height: 435px;
    overflow-y: scroll;
    padding-right: 30px; }
    .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment {
      padding: 16px 0;
      border-bottom: 1px solid #D8D8D8;
      color: #A7A7A7;
      font-size: 14px; }
      .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .name {
          font-weight: bold; }
        .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .date-btns {
          min-width: 250px;
          display: inline-flex;
          justify-content: space-between;
          color: #4D4D4D; }
        .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .date {
          display: inline-flex;
          align-items: center; }
          .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .date .time {
            margin-right: 16px; }
      .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .content {
        margin-top: 8px; }
        .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .content .comment_title {
          margin-bottom: 8px; }
        .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .content .uploaded_docs {
          margin-top: 10px;
          display: flex;
          flex-flow: column; }
          .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .content .uploaded_docs a {
            color: #50A2EE;
            text-decoration: underline;
            display: inline-flex;
            align-items: center;
            margin-bottom: 10px; }
            .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .content .uploaded_docs a svg {
              width: 18px;
              height: 16px;
              margin-right: 10px; }
    .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment:last-child {
      border: none; }
    .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment.is_my_comment .head .name {
      color: #000000; }
  .bid_live_chat .bid_live_chat_stage_body .item .stage_comments::-webkit-scrollbar, .bid_live_chat .bid_live_chat_stage_body .item table.result_box tbody::-webkit-scrollbar {
    width: 3px;
    /* ширина для вертикального скролла */
    height: 28px;
    /* высота для горизонтального скролла */
    background-color: #F4F4F4; }
  .bid_live_chat .bid_live_chat_stage_body .item .stage_comments::-webkit-scrollbar-thumb, .bid_live_chat .bid_live_chat_stage_body .item table.result_box tbody::-webkit-scrollbar-thumb {
    background-color: #B4B4B4;
    border-radius: 9em; }
.bid_live_chat .bid_live_chat_stage_body .item.active {
  display: block; }
.bid_live_chat .bid_live_chat_stage_body .item.archive_mode {
  display: block; }
  .bid_live_chat .bid_live_chat_stage_body .item.archive_mode .head_name {
    padding: 15px 0;
    margin-top: 15px;
    border-bottom: 1px solid #ECC259;
    font-weight: bold;
    font-size: 16px;
    color: #4D4D4D; }
  .bid_live_chat .bid_live_chat_stage_body .item.archive_mode p {
    margin: 15px 0; }
  .bid_live_chat .bid_live_chat_stage_body .item.archive_mode .stage_comments {
    overflow-y: inherit;
    max-height: none; }
    .bid_live_chat .bid_live_chat_stage_body .item.archive_mode .stage_comments .date-btns {
      min-width: none; }
      .bid_live_chat .bid_live_chat_stage_body .item.archive_mode .stage_comments .date-btns .btns {
        display: none; }

#chat_input_form {
  margin: 15px 0px;
  display: none;
  position: relative; }
  #chat_input_form .bid_chat_new_comment {
    width: 100%; }
    #chat_input_form .bid_chat_new_comment form {
      width: 100%; }
  #chat_input_form .input-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between; }
    #chat_input_form .input-row .input {
      margin-top: 15px;
      position: relative;
      width: calc(100% - 220px); }
      #chat_input_form .input-row .input textarea {
        padding-right: 40px !important;
        height: 48px !important;
        overflow: hidden; }
    #chat_input_form .input-row .input.double_input textarea {
      height: 110px !important; }
    #chat_input_form .input-row .btns {
      display: inline-flex;
      flex-flow: column; }
    #chat_input_form .input-row .file {
      width: 50px;
      height: 48px;
      position: absolute;
      top: 0;
      right: 0;
      display: inline-flex;
      cursor: pointer; }
      #chat_input_form .input-row .file .file-input .kv-upload-progress, #chat_input_form .input-row .file .file-input .fileinput-cancel {
        opacity: 0;
        display: none !important; }
      #chat_input_form .input-row .file svg {
        width: 18px;
        height: 18px;
        position: absolute;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        z-index: 1; }
    #chat_input_form .input-row .fileinput-cancel {
      display: none; }
    #chat_input_form .input-row .btn-file {
      font-size: 1px;
      width: 50px;
      opacity: 0;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0;
      cursor: pointer; }
  #chat_input_form #comment_uploaded_files .edit_comment_info {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column; }
    #chat_input_form #comment_uploaded_files .edit_comment_info .single_doc {
      display: inline-flex;
      align-items: center;
      color: #50A2EE; }
      #chat_input_form #comment_uploaded_files .edit_comment_info .single_doc span {
        text-decoration: underline;
        display: inline-flex; }
      #chat_input_form #comment_uploaded_files .edit_comment_info .single_doc svg {
        width: 24px;
        height: 24px;
        margin-left: 8px;
        color: #4D4D4D;
        cursor: pointer; }

#chat_input_form.active {
  display: block; }
  #chat_input_form.active #bid_chat_form_container {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.no-results {
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px; }

#advert_images_form {
  margin: 15px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-flow: column; }
  #advert_images_form .image-row {
    display: flex;
    flex-wrap: wrap; }
    #advert_images_form .image-row .image {
      width: 160px;
      margin-bottom: 15px;
      display: inline-flex;
      flex-flow: column;
      align-items: center;
      border: 1px solid #B4B4B4;
      box-sizing: border-box;
      border-radius: 4px; }
      #advert_images_form .image-row .image img {
        display: inline-flex;
        width: 100%; }
      #advert_images_form .image-row .image .remove_attach_image {
        margin-top: 10px; }

#images_for_attach h3 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase; }
  #images_for_attach h3 svg {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    cursor: pointer; }

#pop_up_image_galery {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #pop_up_image_galery .pop_up_image_galery_image_box {
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px; }
  #pop_up_image_galery .pop_up_image_galery_image_box::-webkit-scrollbar {
    width: 3px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #F4F4F4; }
  #pop_up_image_galery .pop_up_image_galery_image_box::-webkit-scrollbar-thumb {
    background-color: #B4B4B4;
    border-radius: 9em; }
  #pop_up_image_galery .single_image {
    width: 100px;
    margin: 10px; }
    #pop_up_image_galery .single_image label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 600; }
      #pop_up_image_galery .single_image label input {
        display: none; }
      #pop_up_image_galery .single_image label img {
        width: 100%; }
      #pop_up_image_galery .single_image label input:checked + img {
        border: #337ab7 3px solid;
        border-radius: 5px;
        padding: 2px; }
  #pop_up_image_galery .single_image_info {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px; }
    #pop_up_image_galery .single_image_info img {
      display: inline-block;
      width: 100%;
      max-width: 100px;
      margin-right: 15px; }
  #pop_up_image_galery .has-info input {
    margin-bottom: 0;
    margin-right: 10px; }

#add_image_modal .modal-dialog {
  width: 100%;
  max-width: 1350px; }
  #add_image_modal .modal-dialog .btn-file {
    color: #4D4D4D !important; }
  #add_image_modal .modal-dialog .file-caption {
    padding-top: 0;
    height: 100%;
    box-shadow: none;
    border: none; }

#page_not_found {
  color: #000;
  text-align: center;
  padding: 60px 0; }
  #page_not_found .error_title {
    font-weight: bold;
    font-size: 82px;
    margin-bottom: 10px; }
  #page_not_found .text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px; }
  #page_not_found a {
    color: #50A2EE; }

.docs_uploader_box {
  margin-top: 0px;
  margin-bottom: 25px; }
  .docs_uploader_box .file_container {
    display: flex;
    flex-flow: column; }
  .docs_uploader_box .single_uploaded_doc {
    font-size: 16px;
    color: #50A2EE;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px; }
    .docs_uploader_box .single_uploaded_doc .btn {
      margin-left: 10px; }
  .docs_uploader_box .fileinput-cancel {
    display: none; }
  .docs_uploader_box .uploaded_form {
    position: relative;
    display: inline-flex;
    cursor: pointer; }
    .docs_uploader_box .uploaded_form .file-input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      opacity: 0;
      cursor: pointer; }
      .docs_uploader_box .uploaded_form .file-input .btn-file {
        width: 100% !important; }
  .docs_uploader_box .uploaded_form:hover > .btn {
    background: #FFDF8C; }
  .docs_uploader_box .file-loading {
    display: none; }

.personal_manager_info .block_name {
  color: #A7A7A7;
  margin-bottom: 8px;
  font-size: 14px; }
.personal_manager_info .name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px; }
.personal_manager_info .phone {
  margin-bottom: 8px;
  display: inline-flex;
  width: 100%;
  color: #000;
  font-size: 16px; }

.personal_cab_edit_page .company {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: -15px; }

.left_content {
  margin-bottom: 30px; }

.right_content {
  padding: 0 0px 0 30px; }

.dates_row {
  width: 100%; }
  .dates_row .input-group {
    display: inline-flex; }

.date_input {
  padding-right: 48px !important;
  background: url("/static/img/date.png");
  background-size: 24px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  cursor: pointer; }

.first_date_input {
  margin-right: 30px;
  position: relative; }

.first_date_input:after {
  content: '';
  background: #D8D8D8;
  width: 35px;
  height: 1px;
  top: 25px;
  right: -35px;
  position: absolute; }

.daterangepicker table td {
  padding: 1px 4px !important; }

.all_news {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .all_news .single_news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .all_news .single_news .image {
      display: inline-flex;
      margin: 0 15px 0 0;
      overflow: hidden;
      width: 130px;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 73px; }
      .all_news .single_news .image img {
        display: inline-flex;
        position: absolute;
        width: 100%; }
    .all_news .single_news .description .date {
      font-size: 12px;
      color: #A7A7A7;
      margin-bottom: 8px; }
    .all_news .single_news .description .name {
      font-size: 16px;
      color: #000;
      margin-bottom: 8px;
      font-weight: 600; }
    .all_news .single_news .description .preview_text {
      font-size: 16px;
      line-height: 140%;
      color: #4D4D4D; }
  .all_news .middle_news {
    width: 50%; }
    .all_news .middle_news .single_news {
      border-bottom: 1px solid #D8D8D8; }
    .all_news .middle_news .single_news:last-child {
      border: none; }
    .all_news .middle_news .image {
      width: 200px;
      height: 110px; }
  .all_news .big_news {
    width: 100%;
    max-width: 460px; }
    .all_news .big_news .image {
      width: 100%;
      height: 260px;
      margin: 0 0 8px 0; }
  .all_news .other {
    width: 100%; }
    .all_news .other .single_news {
      border-top: 1px solid #D8D8D8;
      padding-top: 30px;
      margin-top: 15px; }

.single_news_page, .single_typical_doc_page {
  max-width: 768px;
  margin: 0 auto; }
  .single_news_page .news-title, .single_typical_doc_page .news-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .single_news_page .news-title .name, .single_typical_doc_page .news-title .name {
      font-weight: 600;
      font-size: 18px;
      margin: 0 15px 15px 0; }
    .single_news_page .news-title .date, .single_typical_doc_page .news-title .date {
      margin: 0 0 15px 0;
      color: #A7A7A7;
      font-size: 12px; }
  .single_news_page .image img, .single_typical_doc_page .image img {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px; }
  .single_news_page .content, .single_typical_doc_page .content {
    font-size: 16px;
    color: #4D4D4D; }
    .single_news_page .content h3, .single_typical_doc_page .content h3 {
      color: #000;
      font-size: 16px; }
    .single_news_page .content h2, .single_typical_doc_page .content h2 {
      color: #000;
      font-size: 20px; }
    .single_news_page .content h1, .single_typical_doc_page .content h1 {
      color: #000;
      font-size: 24px; }
    .single_news_page .content img, .single_typical_doc_page .content img {
      display: block;
      max-width: 480px;
      margin: 0 auto;
      height: auto;
      width: 100%; }

.single_manager_page .user_manager_info {
  display: none; }

#personal_smart_search {
  width: 280px; }

.single_typical_doc_page {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .single_typical_doc_page .file_title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px; }

.hide_desctop {
  display: none !important; }

.mobile_menu {
  display: none; }

.order_1 {
  order: 1; }

.order_2 {
  order: 2; }

.order_3 {
  order: 3; }

.width_50 {
  width: 50%; }

.flow_column {
  flex-flow: column; }

.align_flex_end {
  align-items: flex-end; }

.justify_center {
  justify-content: center; }

#confirm_modal .modal-dialog {
  max-width: 500px;
  width: 100%;
  top: 30%; }
#confirm_modal .modal-header {
  display: none; }

#confirm_modal_box .question {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  color: #4D4D4D; }
#confirm_modal_box .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%; }
  #confirm_modal_box .btns .btn {
    margin: 0 10px; }

.user_alert_box {
  position: relative; }
  .user_alert_box .show_alerts {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    z-index: 25; }
    .user_alert_box .show_alerts svg {
      width: 24px !important;
      height: 24px !important;
      color: #A7A7A7; }
    .user_alert_box .show_alerts .count_unread {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #E44A4A;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: -9px;
      font-weight: bold; }
  .user_alert_box .show_alerts.active svg {
    color: #4D4D4D; }
  .user_alert_box .user_alert_box_popup {
    position: absolute;
    z-index: 20;
    top: -3px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 48px 16px 16px;
    transition: all ease 800ms;
    width: 280px;
    max-height: 250px;
    overflow-y: scroll;
    flex-flow: column;
    display: none;
    align-items: flex-start; }
    .user_alert_box .user_alert_box_popup .single_alert {
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid #D8D8D8;
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .user_alert_box .user_alert_box_popup .single_alert .delete_alert {
        display: inline-flex;
        cursor: pointer;
        align-items: center; }
        .user_alert_box .user_alert_box_popup .single_alert .delete_alert svg {
          width: 24px;
          height: 20px;
          color: #D8D8D8; }
  .user_alert_box #clear_all_user_alerts {
    margin-bottom: 15px;
    margin-top: -35px;
    display: inline-flex; }

.user_alert_box.active .user_alert_box_popup {
  display: flex;
  opacity: 1; }

#user-form-edit .select2-container, #bid-admin-form-edit .select2-container {
  width: 100% !important; }
  #user-form-edit .select2-container span, #bid-admin-form-edit .select2-container span {
    width: 100% !important; }
  #user-form-edit .select2-container .dropdown-wrapper, #bid-admin-form-edit .select2-container .dropdown-wrapper {
    display: none; }

.alert_box_mobile_menu {
  display: none; }

.zhd, .sea {
  margin-bottom: 30px; }

@media (max-width: 1200px) {
  .show_on_1200 {
    display: inline-flex !important; }

  .hide_on_1200 {
    display: none !important; }

  .btn-only-image-1200 {
    font-size: 0; }
    .btn-only-image-1200 svg {
      margin: 0; }
    .btn-only-image-1200 span {
      display: none; }

  header .container {
    flex-flow: column; }
    header .container nav {
      order: 1; }
    header .container .alert_box {
      width: 100%;
      margin-bottom: 30px; }
    header .container .navigation nav .item:nth-child(6), header .container .navigation nav .item:nth-child(5) {
      display: none; }
    header .container .navigation nav .mobile {
      display: inline-flex;
      position: relative; }
      header .container .navigation nav .mobile .mobile-items {
        position: absolute;
        display: none;
        flex-flow: column;
        background: #fff;
        z-index: 10;
        top: 50px;
        right: 0;
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        width: 240px; }
        header .container .navigation nav .mobile .mobile-items .item-mobile {
          padding: 13px 25px;
          font-size: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-right: 1px solid #D8D8D8; }
        header .container .navigation nav .mobile .mobile-items .item-mobile.active {
          background: #F4F4F4; }
        header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(1), header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(2), header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(3),
        header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(4) {
          display: none; }
      header .container .navigation nav .mobile .mobile-items.active {
        display: flex; }

  table td {
    min-width: auto; }

  .personal_template header .container .alert_box {
    width: auto;
    margin-bottom: 0px; }

  .all_news .middle_news {
    width: calc(100% - 490px); }
    .all_news .middle_news .image {
      display: none; } }
@media (max-width: 900px) {
  .show_900 {
    display: inline-flex !important; }

  .hide_900 {
    display: none !important; }

  .width_50_on_900 {
    width: 50%; }

  .single_result .btn-box {
    opacity: 1; }
    .single_result .btn-box .btn {
      margin-right: 10px; }

  .btn-text-image-900 {
    font-size: 16px; }
    .btn-text-image-900 svg {
      margin-right: 10px; }

  .filter_box .user_filter_box_group {
    width: 100%;
    justify-content: space-between; }
    .filter_box .user_filter_box_group #smart_search, .filter_box .user_filter_box_group .select2-container {
      width: 48% !important;
      margin-bottom: 15px; }
      .filter_box .user_filter_box_group #smart_search .selection, .filter_box .user_filter_box_group #smart_search .select2-selection, .filter_box .user_filter_box_group .select2-container .selection, .filter_box .user_filter_box_group .select2-container .select2-selection {
        width: 100%; }

  .filter_box {
    justify-content: flex-end; }
    .filter_box #smart_search {
      width: 100%;
      margin-bottom: 8px; }

  .tags_box .box_name {
    display: inline-flex; }
  .tags_box .tags_box_content {
    display: none;
    opacity: 0;
    height: 0;
    transition: all ease 500ms; }

  .tags_box.active .tags_box_content {
    display: flex;
    opacity: 1;
    height: auto; }

  table.result_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
    table.result_box tr {
      border-bottom: none;
      border-right: 1px solid #D8D8D8;
      flex-flow: column;
      display: inline-flex; }
      table.result_box tr td {
        height: 90px;
        border-bottom: 1px solid #D8D8D8;
        display: inline-flex;
        justify-content: center;
        padding: 0 10px !important;
        align-items: center;
        box-sizing: border-box;
        font-size: 13px;
        flex-flow: column; }
        table.result_box tr td p {
          margin-bottom: 5px; }
      table.result_box tr td.small_height_900 {
        height: 60px; }
      table.result_box tr td.big_height_900 {
        height: 140px; }
    table.result_box thead {
      display: inline-flex;
      z-index: 4;
      background: #fff; }
      table.result_box thead tr {
        border-bottom: none;
        background: #fff;
        z-index: 5;
        width: 70px; }
        table.result_box thead tr td {
          text-align: left;
          align-items: flex-start;
          font-size: 12px;
          padding-left: 0 !important; }
    table.result_box tbody {
      display: flex;
      overflow-x: scroll; }
      table.result_box tbody tr {
        width: 100%;
        min-width: 260px; }
      table.result_box tbody tr:nth-child(2n) {
        background: #F4F4F4; }

  header .container .navigation nav .item:nth-child(4) {
    display: none; }
  header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(4) {
    display: inline-flex; }

  .personal_manager_info {
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .personal_manager_info .phone {
      justify-content: center; }

  .all_news .big_news {
    max-width: 100%; }
    .all_news .big_news .image {
      height: auto; }
      .all_news .big_news .image img {
        position: relative; }
  .all_news .middle_news {
    width: 100%;
    border-top: 1px solid #D8D8D8;
    padding-top: 15px; }
    .all_news .middle_news .image {
      display: inline-flex; }

  .single_typical_doc_page .content {
    order: 1; }
  .single_typical_doc_page .files {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .show_on_768 {
    display: inline-flex !important; }

  .hide_on_768 {
    display: none !important; }

  header {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0; }
    header .container .alert_box {
      margin-bottom: 0; }
      header .container .alert_box .alert_box_content {
        position: absolute;
        top: 50px;
        background: #fff;
        width: 100%;
        padding: 15px;
        left: 0;
        z-index: 90;
        opacity: 0;
        height: 0px;
        display: none;
        transition: all ease 1000ms;
        box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15); }
        header .container .alert_box .alert_box_content .items {
          width: 100%;
          justify-content: center; }
        header .container .alert_box .alert_box_content .mobile_menu {
          display: flex;
          flex-flow: column;
          text-align: center;
          margin-top: 15px; }
          header .container .alert_box .alert_box_content .mobile_menu a {
            display: inline-flex;
            padding: 20px;
            border-top: 1px solid #D8D8D8;
            font-size: 16px;
            color: #4D4D4D; }
      header .container .alert_box .alert_box_content.active {
        opacity: 1;
        height: auto;
        display: block; }

  .personal_template header {
    position: relative; }
    .personal_template header .container .navigation nav .item:nth-child(3) {
      display: none; }
    .personal_template header .container .navigation nav .mobile .mobile-items .item-mobile:nth-child(3) {
      display: inline-flex; }
    .personal_template header .container .alert_box {
      margin-bottom: 0; }
      .personal_template header .container .alert_box .alert_box_content {
        position: relative;
        top: auto;
        opacity: 1;
        height: auto;
        display: inline-flex;
        box-shadow: none; }
        .personal_template header .container .alert_box .alert_box_content .items {
          width: 100%;
          justify-content: center; }
        .personal_template header .container .alert_box .alert_box_content .mobile_menu {
          display: flex;
          flex-flow: column;
          text-align: center;
          margin-top: 15px; }
          .personal_template header .container .alert_box .alert_box_content .mobile_menu a {
            display: inline-flex;
            padding: 20px;
            border-top: 1px solid #D8D8D8;
            font-size: 16px;
            color: #4D4D4D; }
      .personal_template header .container .alert_box .alert_box_content.active {
        opacity: 1;
        height: auto;
        display: block; }

  .user_alert_box .user_alert_box_popup {
    left: 0; }

  .user_alert_box #clear_all_user_alerts {
    margin-top: 5px; }

  main {
    margin-top: 80px; }

  .personal_template main {
    margin-top: 0px; }

  .filter_box_user_page .btns {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .filter_box_user_page .btns .btn {
      margin-left: 0;
      width: auto; }

  .btn-only-image-768 {
    font-size: 0; }
    .btn-only-image-768 svg {
      margin-right: 0; }

  .bid_live_chat .bid_live_chat_stage_header {
    justify-content: center;
    padding: 15px 30px; }
    .bid_live_chat .bid_live_chat_stage_header .item {
      display: none;
      opacity: 0;
      transition: all ease 500ms; }
    .bid_live_chat .bid_live_chat_stage_header .item.active {
      display: inline-flex;
      opacity: 1; }
    .bid_live_chat .bid_live_chat_stage_header .stage_arrow {
      display: inline-flex; }

  #chat_input_form .bid_chat_new_comment .input-row .input {
    width: 100%; }

  .filter_box_bids .user_filter_box_group {
    order: 1; }

  .bid_personal_info {
    flex-wrap: wrap; }
    .bid_personal_info .bid_info_box {
      width: 100%; }

  .dates_row > div {
    display: flex;
    flex-flow: column; }
  .dates_row .input-group {
    margin-right: 0;
    margin-bottom: 30px; }
  .dates_row .first_date_input:after {
    transform: rotate(90deg);
    right: 45%;
    top: 70px;
    width: 46px; } }
@media (max-width: 576px) {
  .show_on_576 {
    display: inline-flex !important; }

  .hide_on_576 {
    display: none !important; }

  .personal_template main {
    margin-top: 80px; }

  .personal_template header {
    position: fixed; }
    .personal_template header .container .alert_box {
      margin-bottom: 0; }
      .personal_template header .container .alert_box .alert_box_content {
        position: absolute;
        top: 50px;
        background: #fff;
        width: 100%;
        padding: 15px;
        left: 0;
        z-index: 90;
        opacity: 0;
        height: 0px;
        display: none;
        transition: all ease 1000ms;
        box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15); }
        .personal_template header .container .alert_box .alert_box_content .items {
          width: 100%;
          justify-content: center; }
        .personal_template header .container .alert_box .alert_box_content .mobile_menu {
          display: flex;
          flex-flow: column;
          text-align: center;
          margin-top: 15px; }
          .personal_template header .container .alert_box .alert_box_content .mobile_menu a {
            display: inline-flex;
            padding: 20px;
            border-top: 1px solid #D8D8D8;
            font-size: 16px;
            color: #4D4D4D; }
      .personal_template header .container .alert_box .alert_box_content.active {
        opacity: 1;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .personal_template header .container .alert_box .alert_box_content.active .alert_box_mobile_menu {
          display: flex;
          width: 100%;
          flex-flow: column;
          align-items: center;
          margin-top: 30px; }
          .personal_template header .container .alert_box .alert_box_content.active .alert_box_mobile_menu .btn {
            margin-bottom: 20px; }
          .personal_template header .container .alert_box .alert_box_content.active .alert_box_mobile_menu .item {
            display: inline-flex;
            padding: 20px;
            border-top: 1px solid #D8D8D8;
            font-size: 16px;
            color: #4D4D4D;
            width: 100%; }
          .personal_template header .container .alert_box .alert_box_content.active .alert_box_mobile_menu .item:first-child {
            border-top: 0; }

  .filter_box_bids #order_params, .filter_box_bids .btns {
    display: none; }

  .width_100_on_576 {
    width: 100%; }

  .all_on_center_on_576 {
    justify-content: center;
    align-items: center;
    text-align: center; }

  footer .container {
    flex-flow: column; }
    footer .container .copyright {
      margin-bottom: 35px; }

  .filter_box .btns {
    width: 100%; }
    .filter_box .btns .btn {
      margin-left: 0;
      width: 100%; }

  .filter_box_user_page .btns .btn {
    width: auto; }

  .manager_info {
    flex-flow: column; }
    .manager_info .btns {
      display: flex;
      justify-content: center; }

  .filter_box .user_filter_box_group #smart_search, .filter_box .user_filter_box_group .select2-container {
    width: 100% !important; }

  .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head {
    flex-flow: column;
    align-items: flex-start; }
    .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .date-btns {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 10px; }
    .bid_live_chat .bid_live_chat_stage_body .item .stage_comments .single_comment .head .name {
      order: 1; }

  .news_filter_box {
    flex-flow: column; }
    .news_filter_box > a, .news_filter_box #smart_search {
      width: 100%; }
    .news_filter_box #smart_search {
      margin-top: 15px; }

  #news_content .single_news_page .news-title {
    flex-flow: column; }
    #news_content .single_news_page .news-title .name {
      margin-right: 0; } }

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