@font-face {
  font-family: molvest;
  src: url('../fonts/molvest/molvest.woff') format('woff'),
    url('../fonts/molvest/molvest.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*общие*/
html {
  min-height: 100%;
}

body {
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  font: 400 16px/1.2 'Open Sans', sans-serif;
  color: #000;
}

.body-overflow-hidden {
  overflow: hidden;
}

body .margin-clear {
  margin: 0;
}

/*a {
  color: #337ab7;
  text-decoration: underline
}*/

main {
  padding: 0 0 20px;
  min-height: 96vh;
}

abbr {
  font-family: molvest;
  font-weight: 400;
  text-transform: none;
}

label {
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 30px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #4d4746;
}
p,
ul,
ol,
li {
  font-size: 14px;
}
.rub:after {
  content: ' \20BD';
  font-weight: 400;
}

.euro:after {
  content: ' \20AC';
  font-weight: 400;
}

.dollar:after {
  content: ' \0024';
  font-weight: 400;
}

.relative-block {
  position: relative;
}

table.all-screen-table {
  max-width: calc(100% - 175px);
  min-width: 0%;
  margin-left: 160px;
  margin-right: 15px;
  display: table;
}

.green {
  background: rgba(0, 255, 0, 0.05);
}

.red {
  background: rgba(255, 0, 0, 0.05);
}

.blue {
  background: rgba(0, 0, 255, 0.05);
}

.grey {
  background: #eee;
}

.yellow {
  background: rgba(255, 215, 0, 0.1);
}

.text-green {
  color: #006400;
}

.text-red {
  color: #b80808;
}

.text-blue {
  color: #0000cd;
}

.text-grey {
  color: #aaa;
}

.strong {
  font-weight: 700 !important;
}

.vertical-top {
  vertical-align: top;
}

.breaker {
  display: block;
  height: 0px;
  clear: both;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid #4d4746;
  color: #4d4746;
}

.breaker_dashed {
  border-bottom-style: dashed;
}

.right-border {
  border-right: 1px dashed #4d4746;
}

.clear-block {
  clear: both;
}

.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}

.height-auto {
  height: auto !important;
}
.height-80 {
  height: 80px !important;
}
.height-90 {
  height: 90px !important;
}
.height-100 {
  height: 100px !important;
}
.height-110 {
  height: 110px !important;
}
.height-120 {
  height: 120px !important;
}
.height-130 {
  height: 130px !important;
}
.height-140 {
  height: 140px !important;
}
.height-150 {
  height: 150px !important;
}
.height-160 {
  height: 160px !important;
}
.height-170 {
  height: 170px !important;
}
.height-180 {
  height: 180px !important;
}
.height-190 {
  height: 190px !important;
}
.height-200 {
  height: 200px !important;
}
.height-210 {
  height: 210px !important;
}
.height-220 {
  height: 220px !important;
}
.height-230 {
  height: 230px !important;
}
.height-240 {
  height: 240px !important;
}
.height-250 {
  height: 250px !important;
}
.height-260 {
  height: 260px !important;
}
.height-270 {
  height: 270px !important;
}
.height-280 {
  height: 280px !important;
}
.height-290 {
  height: 290px !important;
}
.height-300 {
  height: 300px !important;
}
.height-310 {
  height: 310px !important;
}
.height-320 {
  height: 320px !important;
}
.height-330 {
  height: 330px !important;
}
.height-340 {
  height: 340px !important;
}
.height-350 {
  height: 350px !important;
}
.height-360 {
  height: 360px !important;
}
.height-370 {
  height: 370px !important;
}
.height-380 {
  height: 380px !important;
}
.height-390 {
  height: 390px !important;
}
.height-400 {
  height: 400px !important;
}
.height-410 {
  height: 410px !important;
}
.height-420 {
  height: 420px !important;
}
.height-430 {
  height: 430px !important;
}
.height-440 {
  height: 440px !important;
}
.height-450 {
  height: 450px !important;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (max-width: 1199px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex_between {
  justify-content: space-between;
}

.status {
  display: inline-block;
  padding: 0 15px;
  border: none;
  border-radius: 2px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
  background: #e5aa00;
}

.status:focus,
.status:hover {
  text-decoration: none;
  color: #000;
}

.status.red {
  background: #d12e2e;
  color: #fff;
}

.status.green {
  background: #3ca83c;
  color: #fff;
}

.status.blue {
  background: #5252ee;
  color: #fff;
}

.status.grey {
  background: #eee;
}

.status.dark {
  background: #4d4746;
  color: #fff;
}
/*общие*/

/*----------- кнопки ----------*/
.button {
  display: inline-block;
  padding: 0 15px;
  border: none;
  border-radius: 2px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
  background: #e5aa00;
  transition: all 0.3s;
  cursor: pointer;
}

.button:focus,
.button:hover {
  text-decoration: none;
  color: #fff;
}

.filter__button {
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 0 15px;
  border: none;
  border-radius: 2px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  vertical-align: top;
  color: #000;
  background: #e5aa00;
  transition: all 0.3s;
  cursor: pointer;
}

.filter__button:last-child {
  margin-right: 0;
}

.filter__button:focus,
.filter__button:hover {
  text-decoration: none;
  color: #fff;
}

.add-button {
  float: right;
  margin: 0 0 15px 15px;
}

.button_orange {
  background: #ed9c00;
}

.button_orange:hover {
  background: #c36613;
}

.button_green {
  background: #7c9a3b;
}

.button_green:hover {
  background: #4c6a0b;
}

.button_red {
  background: #cc223f;
}

.button_red:hover {
  background: #9c223f;
}

.button_grey {
  background: #9b9b9b;
}

.button_grey:hover {
  background: grey;
}

.button_dark {
  color: #fff;
  background: #4d4746;
}

.button_dark:focus,
.button_dark:hover {
  background: #7d7776;
}

.button_middle {
  padding: 1px 10px 0;
  margin: 0;
  line-height: 27px;
}

.button_mini {
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
}
/*---------- кнопки ----------*/

/*----------шапка----------*/
header {
  position: relative;
  z-index: 3;
}

/*шапка страницы логина*/
.main_login {
  padding: 0;
}

.login__col {
  padding-top: 60px;
  padding-bottom: 60px;
}

.login__offer_right {
  padding-top: 120px;
}

.login__logo {
  display: block;
}

.login__logo-img {
  display: block;
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
}

/*кнопка мобильного меню*/
.mobile-menu-btn {
  position: absolute;
  top: 9px;
  display: none;
  font: 400 26px/1 molvest;
  color: #fff;
  transition: all 0.3s;
}

.mobile-menu-btn_left {
  left: 20px;
}

.mobile-menu-btn_right {
  right: 20px;
}

.active.mobile-menu-btn_left {
  /*смещение мобильной кнопки меню после нажатия*/
  left: 170px;
}

.active.mobile-menu-btn_right {
  /*смещение мобильной кнопки меню после нажатия*/
  right: 170px;
}

.mobile-menu-btn__ico {
  display: inline-block; /*необходимо для анимации иконок*/
  transition: all 0.4s;
}

.active .mobile-menu-btn__ico_left {
  /*анимация иконок при нажатии*/
  transform: rotate(180deg);
}

.active .mobile-menu-btn__ico_right {
  /*анимация иконок при нажатии*/
  transform: rotate(-180deg);
}

.mobile-menu-btn__top-ico {
  /*неанимируемая верхняя иконка*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 400 16px/26px molvest;
  color: #58585a;
}

/*меню*/
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 150px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px #ddd;
  transition: all 0.3s;
}

.left-menu {
  left: 0;
  border-right: 1px solid #4d4746;
}

.right-menu {
  right: 0;
  border-left: 1px solid #4d4746;
}

/*логотип леаого меню*/
.left-menu__logo {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: url('../images/bg-line.jpg') no-repeat center bottom,
    url('../images/bg-line.jpg') no-repeat center top;
  background-size: 100% 10px;
}

.left-menu__logo-img {
  display: inline-block;
  max-width: 140px;
  transition: opacity 0.3s;
}

.left-menu__logo-min-img {
  position: absolute;
  top: calc(50% - 15px);
  right: calc(50% - 15px);
  width: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}

/*список элементов меню*/
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s;
}

.menu__link {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  font-weight: 700;
  font-size: 10px;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4d4746;
  background: transparent;
  transition: background 0.3s;
}

.menu__link:focus,
.menu__link:hover {
  text-decoration: none;
  color: #4d4746;
  background: rgba(151, 162, 127, 0.06);
}

.menu__ico {
  position: relative; /*для позиционирования числа новых сообщений*/
  display: inline-block;
  width: 100%; /*для переноса текста на следующую строку*/
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
  color: #4d4746;
  transition: color 0.3s;
}

.menu__link:hover .menu__ico {
  color: #e5aa00;
}

.personal__avatar {
  display: block;
  width: 50px;
  margin: 0 auto 6px;
  border-radius: 50%;
}

.menue__new-message {
  position: absolute;
  top: -2px;
  right: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e5aa00;
  font-weight: 400;
  font-size: 9px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #000;
  box-shadow: 0 0 1px #ccc;
}

/*часы*/
.clock {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #4d4746;
}

.clock__location {
  text-transform: uppercase;
}

.clock__time {
  font-size: 20px;
  line-height: 26px;
}

/*подменю*/
.menu__sublist {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  overflow: auto;
  width: 280px;
  margin: 0;
  padding: 50px 20px 0;
  border-left: 1px solid #4d4746;
  border-right: 1px solid #4d4746;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 0 10px #ddd;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.menu__subtitle {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4d4746;
}

.menu__subitem {
  margin-bottom: 15px;
  text-align: left;
}

.menu__sublink {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #4d4746;
}

.menu__sublink:focus,
.menu__sublink:hover {
  text-decoration: none;
  border-color: #e5aa00;
  color: #e5aa00;
}

.menu__item:hover > .menu__sublist {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/*----------шапка----------*/

/*----------подвал----------*/
footer {
  padding: 10px 0 10px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: #58585a;
}

footer .container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    align-items: center;
  }
}

.footer__copy {
  /* float: left; */
  margin: 0 15px 0 0;
}

.footer__address {
  /* display: inline-block; */
  display: flex;
  align-items: flex-end;
  /* float: left; */
  margin: 0 15px 0 0;
}

.footer__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__link {
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
}

.footer__link-text {
  text-decoration: underline;
}

.footer__ico {
  margin-right: 10px;
  vertical-align: bottom;
}

.footer__link:focus,
.footer__link:hover {
  text-decoration: none;
  color: #fff;
}

.footer__link:focus .footer__link-text,
.footer__link:hover .footer__link-text {
  text-decoration: none;
}

.intrlogo {
  /* float: right; */
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 5px 20px 6px 30px;
  font: 10pt Arial;
  background: url(../images/white.png) no-repeat;
  color: #58585a;
  text-decoration: none;
}

.intrlogo:focus,
.intrlogo:hover {
  color: #58585a;
}
/*----------подвал----------*/

/*----------меню карточек----------*/
.card-menu {
  overflow: hidden; /*для плавающих элементов*/
  margin: 0 0 30px;
  padding: 10px 10px 0;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}

.card-menu__btn {
  float: left;
  margin: 0 22px 10px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
}

.card-menu__btn abbr {
  margin-right: 7px;
  vertical-align: -4px;
  font-size: 18px;
}

.card-menu__btn:focus,
.card-menu__btn:hover {
  color: #e5aa00;
  text-decoration: none;
}

.card-menu__btn_switcher {
  float: right;
  margin: 0 0 11px 40px;
}

.card-menu__btn_switcher:before {
  content: 'F';
  font-family: molvest;
  font-size: 18px;
  vertical-align: -4px;
}

.tenders_btn_blocks:before {
  content: 'G';
}

.tenders_btn_table:before {
  content: 'F';
}

.card-menu__btn_checker {
  float: right;
  margin: 0 0 10px 40px;
}

.card-menu__btn_checker:before {
  content: 'S';
  font-family: molvest;
  font-size: 18px;
  vertical-align: -4px;
}

.tenders_btn_checked:before {
  content: 'U';
}

.tenders_btn_unchecked:before {
  content: 'U';
}

.card-menu__btn_switcher + .card-menu__btn_checker {
  margin-right: -30px;
}

.card-menu input.form-control {
  height: 28px;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 0 4px;
  border: 1px solid #aaa;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  background: #fff;
  vertical-align: middle;
}
/*----------меню карточек----------*/

/*---------- фильтр ----------*/
.filter {
  margin-bottom: 15px;
}

.filter__select {
  max-width: 150px;
  height: 36px;
  margin: 0 15px 15px 0;
  padding: 0 5px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.filter__select:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.filter__select_type {
  max-width: 200px;
}

.filter__input {
  max-width: 250px;
  height: 36px;
  margin: 0 15px 15px 0;
  padding: 0 5px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.filter__input:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.filter__input_date.form-control {
  display: inline-block;
  height: 36px;
  border-radius: 0;
}

.filter__input_date {
  width: 95px;
}

.filter__input_first {
  margin-right: 5px;
}

.filter label {
  margin: 0 15px 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.filter label:last-of-type {
  margin-right: 0;
}

.filter [type='checkbox'] {
  display: none;
}

.filter .checkbox__block {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
}

.filter [type='checkbox']:checked + .checkbox__block:before {
  content: '✔';
  font-size: 20px;
  line-height: 13px;
  vertical-align: top;
}
/*---------- фильтр ----------*/

.personal-card {
  position: relative;
  height: 230px;
  margin-bottom: 30px;
  border: 1px solid #4d4746;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.personal-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.personal-card__person {
  padding: 8px 15px;
  background: #4d4746;
}

.personal-card__role {
  float: left;
  font: 100 20px/17px molvest;
  color: #e5aa00;
}

.admin:before {
  content: 'j';
}

.it:before {
  content: 'm';
}

.kellog:before {
  content: 'k';
}

.tk:before {
  content: 'h';
}

.controller:before {
  content: 'l';
}

.docs:before {
  content: 'i';
}

.personal-card__name {
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.personal-card__contacts-wrap {
  padding: 10px 15px;
}

.personal-card__contacts {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}

.personal-card__ico {
  margin-right: 10px;
  vertical-align: bottom;
}

.personal-card__link {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.personal-card__btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  padding: 0 50px;
  font-size: 1px;
  line-height: 1px;
  text-align: justify;
  background: rgba(88, 88, 90, 0.2);
  box-shadow: 0 0 10px #eee;
}

.personal-card__btn-wrap:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.personal-card-btn {
  border: none;
  outline: none;
  background: transparent;
  font: 400 17px/30px molvest;
  text-decoration: none;
  color: #4d4746;
  cursor: pointer;
}

.personal-card-btn:focus {
  color: #e5aa00;
  text-decoration: none;
}

.personal-card-btn:hover {
  color: #e5aa00;
  text-decoration: none;
}

.tenders {
  position: relative;
}

.card {
  position: relative;
  overflow: hidden;
  height: 380px;
  margin-bottom: 30px;
  border: 1px solid #58585a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card_auction {
  height: 400px;
}

.card_marshrut {
  height: 165px;
}

.card_company {
  height: 365px;
  overflow: hidden;
}

.card__header {
  padding: 10px;
  background: #4d4746;
  overflow: hidden;
}

.card__head-status {
  clear: both;
  text-align: center;
  color: #fff;
}

.card__number-link {
  float: left;
  /*padding-left: 25px;*/
  line-height: 16px;
}

.card__number-link:focus {
  text-decoration: none;
  color: #302f80;
}
.card__number-link:hover {
  text-decoration: none;
  color: #e5aa00;
}
.card__number-link:hover .card__number-status {
  color: #e5aa00;
}
.card__number-link:hover .card__number {
  color: #e5aa00;
}

.card__number-status {
  margin-left: -25px;
  font: 400 16px/1 molvest;
  color: #e5aa00;
  vertical-align: -3px;
}

.moving:before {
  content: 'u';
}

.coming:before {
  content: 'v';
}

.shipment:before {
  content: 'w';
}

.card__number {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.card__date {
  float: right;
  max-width: 65%;
  margin-left: 10px;
  text-align: center;
  line-height: 14px;
  color: #fff;
}

.card__caption {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333;
}

.card__date-caption {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.card__date-number {
  font-size: 12px;
}

.card__date-time {
  font-size: 12px;
}

.card__data-wrap {
  padding: 10px;
}

.card__title {
  display: block;
  max-height: 52px;
  overflow: hidden;
  margin: 0 0 7px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #4d4746;
}

.card__title:focus {
  text-decoration: none;
  color: inherit;
}
.card__title:hover {
  text-decoration: none;
  color: #e5aa00;
}

.card__car {
  margin: 0 -11px 7px;
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: justify;
  font-size: 1px;
  line-height: 1px;
  background: #fff;
}

.card__car:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.card__car_p15 {
  padding: 10px 15px;
}

.card__car-ico {
  position: relative;
  font-size: 30px;
  line-height: 1;
  vertical-align: bottom;
  color: #4d4746;
}

.card__car-ico .menue__new-message {
  right: -5px;
  background: #e5aa00;
}

.card__car-elem {
  display: inline-block;
  text-align: center;
}

.card__car-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.card__car-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.card__way {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}

.card__way-data {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.card__time-wrap {
  overflow: hidden;
  margin-bottom: 7px;
  /*text-align: center;*/
}

.card__time-wrap_center {
  text-align: center;
}

.card__time {
  width: 48%;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.card__time_left {
  float: left;
}

.card__time_right {
  float: right;
}

.card__stavka {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.card__stavka-position {
  display: inline-block;
  margin-left: 3px;
  padding-top: 1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #4d4746;
  background: #e5aa00;
}

/*.card__favorit-ico {
  margin-right: 4px;
  font: 400 14px/1 molvest;
  color: #FFD700;
  text-shadow: 0 0 2px #000;
  vertical-align: top;
}*/

.card__status-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 42px;
  padding: 5px 10px;
  background: #dedede;
}

.card__status-wrap_auction {
  padding: 5px 8px;
}

.card_company .card__status-wrap {
  height: 40px;
}

.card__winner {
  padding-left: 30px;
  line-height: 18px;
}

.card__winner-ico {
  display: block;
  float: left;
  margin-left: -30px;
  font-size: 22px;
  line-height: 1;
  color: #ffd700;
  text-shadow: 0 0 2px #000;
}

.card__winner-ico_lider {
  margin-left: -25px;
  font-size: 30px;
  font-family: Arial;
}

.card__winner-price_lider {
  color: #999;
}

.card__winner-title_lider {
  color: #999;
}

.card__winner-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.card__winner-price {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.card__winner-count {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.card__buttons-wrap {
  position: absolute;
  top: 11px;
  right: 15px;
}

.card__buttons-header-wrap {
  position: absolute;
  top: 6px;
  right: 15px;
}

.card__button {
  padding: 0 5px;
  border: none;
  outline: none;
  font: 400 17px/1 molvest;
  color: #000;
  background: transparent;
}

.card__header .card__button {
  color: #e5aa00;
}

.card__checkbox-wrap {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.card__checkbox {
  display: none;
}

.card__checkbox-ico {
  padding: 0 5px;
  font: 400 19px/1 molvest;
  vertical-align: -1px;
  color: #fff;
  cursor: pointer;
}

.card__checkbox-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  font: 18px/9px sans-serif;
  text-align: center;
  color: transparent;
  border: 2px solid #000;
  vertical-align: 5px;
  cursor: pointer;
}

.card__checkbox-box:hover {
  color: transparent;
  border-color: #e5aa00;
}

.card__header .card__checkbox-box {
  border-color: #e5aa00;
}

.card__checkbox:checked + .card__checkbox-box {
  color: #000;
}

.card__header .card__checkbox:checked + .card__checkbox-box {
  color: #e5aa00;
}

.card__checkbox:checked + .card__checkbox-box:hover {
  color: #e5aa00;
}

.card__checkbox-ico:hover {
  color: #e5aa00;
}

.card__checkbox-ico:after {
  content: 'H';
}

.card__checkbox:checked + .card__checkbox-ico:after {
  content: 'I';
}

.card__button:hover {
  color: #e5aa00;
}

.card__status {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #000;
}

.card__status-data {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.card__header .card__status-data {
  color: #fff;
}

.green .card__status-data {
  color: #006400;
}

.green .card__header .card__status-data {
  color: #97db97;
}

.red .card__status-data {
  color: #8b0000;
}

.red .card__header .card__status-data {
  color: #ff7272;
}

.blue .card__status-data {
  color: #0000cd;
}

.blue .card__header .card__status-data {
  color: #9f9fff;
}

.yellow .card__header .card__status-data {
  color: #e5aa00;
}

.yellow .card__status-data {
  color: #856508;
}

.card__auction-button {
  float: right;
  margin-top: 4px;
}

.card__auction-time {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.card__auction-time_red {
  color: #8b0000;
}

/*карточка сообщения*/
.message {
  height: auto;
}

.message__title {
  font-size: 19px;
  color: #e5aa00;
}

.message__date {
  float: right;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}

.message__content {
  padding: 10px;
}

/*карточка сообщения*/

/*---------- логин ----------*/
.login {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.login__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #4d4746;
}

.login .form-control {
  height: 40px;
  outline: none;
  padding: 13px 15px;
  border: 1px solid #ddd;
  border-radius: 2px !important;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.login .form-control:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.login .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.login .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.login .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.login .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.login .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.login .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.login .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.login .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.login .form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.login .form-control:focus::-ms-input-placeholder {
  opacity: 0;
}

.login__button {
  display: block;
  width: 100%;
  padding: 0 10px;
  outline: none;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #e5aa00;
  cursor: pointer;
}

.login__button:focus,
.login__button:hover {
  color: #fff;
}

.login__remember {
  color: #e5aa00;
  text-decoration: underline;
}

.login__remember:focus,
.login__remember:hover {
  color: #e5aa00;
  text-decoration: none;
}

.login__offer {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*---------- логин ----------*/

.pagination {
  position: relative;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50% !important;
  border: none;
  color: #4d4746;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  padding: 0;
  background: transparent;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #e5aa00;
}

.pagination > .disabled > span {
  background: #e5aa00;
  color: #fff;
}

.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background: #e5aa00;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e5aa00;
}

.pagination .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.pagination .prev span,
.pagination .prev a,
.pagination .next span,
.pagination .next a {
  line-height: 29px;
}

.pagination .next {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination-select {
  float: right;
}

.pagination-select .control-label {
  float: left;
  margin: 5px 5px 0 0;
}

.pagination-select .form-control {
  display: inline-block;
  width: 55px;
  height: 30px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border: 1px solid #58585a;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.pagination-select .form-control:focus {
  border-color: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

/*---------- таблица тендеров ----------*/
.tender-table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.tender-table tr:first-child {
  border: 1px solid #58585a;
  background: #58585a;
}

.tender-table th {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.tender-table th a {
  position: relative;
  color: #fff;
}

.tender-table th a:focus {
  color: #fff;
  text-decoration: none;
}

.tender-table th a:hover {
  color: #e5aa00;
  text-decoration: none;
}

.tender-table td {
  position: relative;
  padding: 10px 5px;
  border: 1px solid #58585a;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.tender-table td a {
  color: #5a5ac7;
}

.tender-table td a:focus {
  color: #5a5ac7;
  text-decoration: none;
}

.tender-table td a:hover {
  color: red;
  text-decoration: none;
}

/*.tender-table__link {
  color: #5a5ac7;
}
.tender-table__link:focus {
  color: #5a5ac7;
  text-decoration: none;
}
.tender-table__link:hover {
  color: red;
  text-decoration: none;
}*/

.tender-table__ico {
  margin-right: 5px;
  vertical-align: top;
}
/*---------- таблица тендеров ----------*/

/*выезжающий блок характеристик*/
.info {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 3;
  width: 80%;
  height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px #ccc;
  transition: right 0.3s;
}

#modal-info-view {
  height: calc(100% + 40px);
  overflow: auto;
  margin: -20px;
  padding: 20px;
}

#modal-info-view:after {
  content: '';
  display: block;
  clear: both;
}

.login__info {
  /*панель регистрации*/
  max-width: 600px;
}

.info_md {
  width: 1000px;
}

.info_sm {
  width: 700px;
}

.info_xs {
  width: 400px;
}

.info__close {
  position: absolute;
  top: 15px;
  left: -65px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(85, 85, 85, 0.5);
  border-radius: 50%;
  font: 36px/38px sans-serif;
  text-align: center;
  color: rgba(85, 85, 85, 0.5);
  background: #fff;
  box-shadow: 0 0 30px #ccc;
  cursor: pointer;
}

.info__close:hover {
  color: #e5aa00;
  border-color: #e5aa00;
}

.info__title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

.info__small-text {
  font-size: 14px;
  line-height: 16px;
}

.info__id {
  font-weight: 700;
}

/*блок монитор*/
.monitor__wrap {
  position: relative;
  margin-bottom: 25px;
}

.monitor {
  float: left;
  width: 33%;
  margin-right: 2%;
}

.monitor__title {
  margin-bottom: 0;
  text-align: center;
}

.monitor__table {
  position: relative;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 0 20px #ccc;
}

.monitor__table tr:first-child {
  border-right: 1px solid #4d4746;
  background: #4d4746;
  transition: all 0.3s;
}

.monitor__table.inactive tr:nth-child(n + 3) {
  display: none;
}

.monitor__table th {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.monitor__table td {
  position: relative;
  padding: 5px;
  border: 1px solid #7c9a3b;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.monitor__table-wrap {
  display: none;
  overflow: auto;
  max-height: 200px;
  padding: 10px;
  border: 1px solid #7c9a3b;
  border-top: none;
}

.monitor__all-table {
  width: 100%;
}

.monitor__table-wrap.active {
  display: block;
}

.monitor__all-table td {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
}

.monitor__all-table td:nth-child(n + 2) {
  text-align: center;
}

.monitor__ico {
  position: absolute;
  left: calc(50% - 75px);
  bottom: -15px;
  width: 150px;
  border-radius: 3px;
  font: 400 14px/21px sans-serif;
  text-align: center;
  color: #000;
  background: #e5aa00;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}

.monitor__ico:after {
  content: 'показать все ставки';
}

.monitor__ico.active:after {
  content: 'скрыть все ставки';
}

.monitor__ico:hover {
  color: #fff;
  background: #e5aa00;
}

.monitor__favorit-ico {
  font: 400 16px/1 molvest;
  text-decoration: none;
  color: #ffd700;
  text-shadow: 0 0 2px #000;
}

.monitor__table tr a.monitor__favorit-ico {
  position: absolute;
  top: calc(50% - 8px);
  right: 1px;
  opacity: 0;
}

.monitor__table tr a.monitor__favorit-ico:focus,
.monitor__table tr a.monitor__favorit-ico:hover {
  color: #e5aa00;
  text-decoration: none;
}

.monitor__table tr:hover a.monitor__favorit-ico {
  opacity: 1;
}

.pseudotable {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 20px #ccc;
}

.pseudotable__block {
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0 0 5px #eee;
}

.pseudotable__content-wrap {
  max-height: 266px;
  overflow: auto;
}

.pseudotable__content-wrap_add {
  height: 316px;
  max-height: 100%;
}

.pseudotable__content {
  position: relative;
  margin: 0;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.pseudotable__content:not(:last-of-type) {
  border-bottom: 1px solid rgba(90, 90, 199, 0.3);
}

.pseudotable__content_red {
  background: rgba(255, 0, 0, 0.07);
}

.pseudotable__content_yellow {
  background: rgba(255, 215, 0, 0.1);
}

.pseudotable__header {
  margin: -10px -10px 10px;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #4d4746;
}

.pseudotable__text {
  font-size: 14px;
  line-height: 16px;
}

/*блок поездка*/
.company {
  float: left;
  width: 20%;
  margin: 18px 0 0;
}

.company__pseudotable {
  overflow: auto;
  max-height: 300px;
}

.pseudotable__text_company {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid rgba(90, 90, 199, 0.3);
}

.pseudotable__text_company:last-child {
  border-bottom: none;
}

.company__ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  margin-right: 10px;
  font: 400 16px/21px Arial;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  background: #e5aa00;
}

/*блок рейс*/
.voyage {
  width: 43%;
  float: left;
  margin: 18px 2% 0 0;
}

.voyage_stavka {
  width: 49%;
  float: left;
  margin: 0;
}

.voyage .pseudotable__text {
  padding-left: 100px;
}

.voyage .pseudotable__text_title {
  display: inline-block;
  margin-left: -100px;
  width: 100px;
}

.pseudotable__text_title {
  font-size: 12px;
  color: #999;
}

.voyage__button {
  display: inline-block;
  width: 140px;
  font-size: 10px;
  line-height: 23px;
  margin: 0 15px;
}

.pseudotable__voyage-count {
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

.pseudotable__voyage-count_bold {
  font-weight: 700;
  color: #313131;
}

.pseudotable__right-btn-block {
  float: right;
}

.pseudotable__right-btn-block .button {
  vertical-align: top;
}

.form-control-line {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.form-control-line_120 {
  padding-left: 120px;
}

.form-control-line_80 {
  padding-left: 80px;
}

.form-control-line_70 {
  padding-left: 70px;
}

.form-control-line_60 {
  padding-left: 60px;
}

.form-control-line_50 {
  padding-left: 50px;
}

.form-control-line_45 {
  padding-left: 45px;
}

.form-control-line__title {
  position: absolute;
  top: 2px;
  left: 2px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.form-control-line .button {
  vertical-align: top;
  margin-bottom: 10px;
}

.form-control-line .form-group {
  margin: 0;
}

.inline-input {
  display: inline-block;
  height: 22px;
  margin: 0 5px 10px 0;
  padding: 0 4px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  color: #333;
  background: #fff;
  vertical-align: top;
}

.inline-input:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.inline-input_60 {
  width: 60px;
}

.inline-input_full {
  width: 100%;
}

.inline-input_40 {
  width: 40px;
}

.inline-input_100 {
  width: 100px;
}

/*---------- формы инфо-панели ----------*/
.info .form-control {
  height: 28px;
  margin-bottom: 0;
  padding: 0 4px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  color: #333;
  background: #fff;
}

.info .form-control:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.info .input-caption {
  font-size: 14px;
  margin-bottom: 0;
}

.info textarea.form-control {
  height: auto;
  resize: none;
}

.help-block {
  font-size: 13px;
  line-height: 16px;
}

.personal-info {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.info__button {
  margin: 0;
}

.info__button + .info__button {
  margin-left: 10px;
}

.input-wrap {
  position: relative;
  display: inline-block;
}

.input-wrap .form-control {
  padding-right: 12px;
}

.input-arrows-wrap {
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
  width: 12px;
  height: 22px;
  background: transparent;
}

.input-arrow {
  display: block;
  width: 100%;
  height: 50%;
  font: 400 11px/1 sans-serif;
  text-align: center;
  cursor: pointer;
}

.input-arrow:hover {
  color: #5a5ac7;
}
/*---------- формы инфо-панели ----------*/

.position-block {
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
}

.position__calc-btn {
  float: right;
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  background: #5a5ac7;
  box-shadow: 0 0 10px #eee;
  cursor: pointer;
}

.position__calc-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #343c99;
}

.m-mini-block_stavka .form-group {
  display: inline-block;
  width: 80px;
  margin: 0 2px;
  vertical-align: -16px;
}

.m-mini-block_stavka .form-control {
  height: 22px;
}

.way-link {
  font-family: molvest;
  color: #e5aa00;
  vertical-align: top;
}

.way-link:focus,
.way-link:hover {
  color: #e5aa00;
  text-decoration: none;
}

.user-data .pseudotable__text {
  padding-left: 130px;
}

.user-data .pseudotable__text_title {
  display: inline-block;
  margin-left: -130px;
  width: 130px;
}

.pseudotable__2btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/*выезжающий блок характеристик*/

/*----------маршрут----------*/
.min-padding {
  padding: 0 7px;
}

.m-block {
  min-height: 350px;
  margin-bottom: 15px;
  padding: 8px 8px 10px;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px #ccc;
}

.m-block_marshrut-info {
  height: 449px;
  overflow: auto;
}

.m-block_options {
  height: 350px;
}

.m-block__header {
  margin: -8px -8px 10px;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #4d4746;
}

.way-block__distance {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}

.way-block__distance_black {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.way-block__del-btn {
  position: absolute;
  top: 1px;
  right: 2px;
  z-index: 2;
  font-size: 25px;
  line-height: 24px;
  color: #4d4746;
  background: #fff;
  cursor: pointer;
}

.way-block__del-btn:hover {
  color: red;
}

.button_marshrut {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  text-transform: none;
  text-align: center;
}

.way-block__calc-btn {
  display: inline-block;
  margin-left: 0px;
  padding: 0 3px;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  background: #e5aa00;
  cursor: pointer;
}

.way-block__calc-btn:focus,
.way-block__calc-btn:hover {
  color: #fff;
}

/*----------базовая цена----------*/
.price-block__price {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.price-block__price_bold {
  font-weight: 700;
  font-size: 17px;
}

.price-block__date {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.price-block__form-group {
  float: left;
  width: 48%;
  margin-bottom: 0;
}

.price-block__form-group + .price-block__form-group {
  margin-left: 4%;
}
/*----------базовая цена----------*/

/*----------настройки----------*/
.options-block__header {
  position: relative;
  padding: 6px 10px;
}

.options-block_close {
  position: relative;
  overflow: hidden;
  height: 69px !important;
  min-height: 69px !important;
}

.options-block_close .visibility-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.options-block__close-btn {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  font: 400 16px/1 sans-serif;
  color: #fff;
  transform: rotate(90deg);
  cursor: pointer;
  transition: all 0.3s;
}

.options-block__close-btn.active {
  transform: rotate(-90deg);
}

.m-mini-block {
  float: left;
  width: 38%;
  min-height: 155px;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0 0 5px #eee;
}

.m-mini-block_bet {
  width: 60%;
  margin-left: 2%;
}

.m-mini-block_bid {
  width: 30%;
  margin-left: 2%;
}

.m-mini-block__title {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4d4746;
}

.m-mini-block__title abbr {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -3px;
}

.m-mini-block__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

.m-mini-block__text_top-border {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #4d4d9f;
}

.m-mini-block__input-block {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.m-mini-block__input-block_left {
  float: left;
  margin-right: 15px;
}

.m-mini-block__input-block_left:last-child {
  margin-right: 0;
}

.m-mini-block__input-block_right {
  float: right;
}

.m-mini-block__location {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #4d4746;
}

.extension {
  clear: both;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0 0 5px #eee;
}

.extension__label {
  display: inline-block;
  margin-right: 15px;
}

.extension__input-block {
  display: inline-block;
  margin-right: 15px;
}

.extension__carry {
  display: none;
}

.visibility-block {
  padding: 5px;
  background: #7c9a3b;
  box-shadow: 0 0 5px #eee;
}

.visibility-block__title {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.visibility-block__title abbr {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -3px;
}
/*----------настройки----------*/

/*форма*/
.marshrut .form-group {
  position: relative;
}

.marshrut .form-control {
  height: 28px;
  padding: 0 4px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  color: #000;
  background: #fff;
}

.marshrut .form-control:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.input-caption {
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}

.form-group_template {
  display: inline-block;
  max-width: 152px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.form-group_template .form-control {
  height: 23px;
}

.form-group_template .help-block {
  margin: 0px;
}

.form-group_time {
  display: inline-block;
  width: 32px;
  margin: 0 2px;
  vertical-align: -16px;
}

.form-group_price {
  display: inline-block;
  width: 60px;
  margin: 0 2px;
  vertical-align: -17px;
}

.form-group_valuta {
  display: inline-block;
  width: auto;
  margin: 0 2px;
  vertical-align: -16px;
}

.form-group_date {
  display: inline-block;
  width: 78px;
  margin: 0 2px;
  vertical-align: -16px;
}

.form-group_full-time {
  display: inline-block;
  width: 43px;
  margin: 0 2px;
  vertical-align: -16px;
}

.form-group_params {
  display: inline-block;
  margin: 0 2px;
  vertical-align: -19px;
}

.form-group_car-body .input-group {
  display: inline-block;
  width: auto;
  vertical-align: -8px;
}

.form-group_time .form-control,
.form-group_price .form-control,
.form-group_valuta .form-control,
.form-group_date .form-control,
.form-group_full-time .form-control {
  height: 22px;
}

.visibility-block .form-group {
  vertical-align: -6px;
}

.visibility-block .help-block {
  margin: 0;
}

.marshrut label {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}

.marshrut [type='checkbox'] {
  display: none;
}

.checkbox__block {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 2px;
  vertical-align: top;
  text-align: center;
}

.marshrut [type='checkbox']:checked + .checkbox__block:before {
  content: '✔';
  font-size: 15px;
  line-height: 13px;
  vertical-align: top;
}

.marshrut [type='radio'] {
  display: none;
}

.radio__block {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
}

.marshrut [type='radio']:checked + .radio__block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #555;
  transform: translate(-50%, -50%);
}

/*----------заинтересованные компании-----------*/
.marshrut__pseudotable {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}

.pseudotable__header_marshrut {
  padding: 10px;
  margin: 0;
}

.marshrut__price {
  font-size: 13px;
  line-height: 15px;
}

.marshrut__company-ico {
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  font: 400 16px/21px Arial;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #e5aa00;
}

.marshrut__del-btn {
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  font: 400 20px/1 molvest;
  color: #4d4746;
  cursor: pointer;
}

.marshrut__del-btn:hover {
  color: #e5aa00;
}

.marshrut__add {
  position: absolute;
  left: 15%;
  bottom: -15px;
  width: 120px;
  border-radius: 3px;
  font: 400 14px/21px sans-serif;
  text-align: center;
  color: #000;
  background: #e5aa00;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}

.marshrut__add:focus,
.marshrut__add:hover {
  color: #fff;
}
/*----------заинтересованные компании-----------*/

.marshrut__map {
  margin-bottom: 30px;
  box-shadow: 0 0 20px #ccc;
}
/*----------маршрут----------*/

.modal-header {
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 3px;
  padding: 0 5px;
  font: 400 22px/1 sans-serif;
  color: #333;
  cursor: pointer;
}

.modal-close:hover {
  color: #5a5ac7;
}

.input-group {
  width: 100%;
}

.form-control {
  height: 40px;
  resize: none;
}

.form-group textarea.form-control {
  height: auto;
}

.form-control:focus {
  border: 1px solid #5a5ac7;
  box-shadow: 0 0 5px rgba(90, 90, 199, 0.5);
}

.modal-body p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #131313;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  border-top: none;
}

.modal-footer p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #131313;
}

.form__modal-content {
  margin-bottom: 40px;
  padding: 20px 15px 25px;
}

.modal__table-row {
  position: relative;
}

.modal__table-header {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 6px;
  background: #4d4746;
}

.motal__table-title {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.motal__table-title:first-child {
  width: 26%;
  margin-right: 7.5%;
}

.form-group_modal-price {
  float: left;
  width: 26%;
  margin: 0 7.5% 0 0;
}

.form-group_modal-date {
  width: 26%;
  float: left;
  margin: 0 10px 0 0;
}

.modal__table .form-control {
  height: 28px;
  padding: 0 4px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  color: #000;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.modal__table .form-control:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.modal__del-btn {
  position: absolute;
  top: 4px;
  right: 0;
  font: 400 20px/1 molvest;
  color: #4d4746;
  cursor: pointer;
}

.modal__del-btn:focus,
.modal__del-btn:hover {
  color: #e5aa00;
}

.cust-checkbox {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}

.cust-checkbox [type='checkbox'] {
  display: none;
}

.cust-checkbox span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 1px;
  text-align: center;
}

.cust-checkbox_blue span {
  border-color: #5a5ac7;
  color: #5a5ac7;
}

.cust-checkbox_green span {
  border-color: #7c9a3b;
  color: #7c9a3b;
}

.cust-checkbox [type='checkbox']:checked + span:before {
  content: '✔';
  font-size: 16px;
  line-height: 10px;
  vertical-align: top;
}

.middle-form {
  padding: 20px;
  border: 1px solid #4d4746;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.middle-form .form-control {
  height: 28px;
  padding: 0 4px;
  outline: none;
  border: 1px solid #4d4746;
  border-radius: 2px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.middle-form .form-control:focus {
  border: 1px solid #e5aa00;
  box-shadow: 0 0 5px rgba(229, 170, 0, 0.3);
}

.middle-form .control-label {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.middle-form .checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.form-group_password {
  width: calc(100% - 150px);
}

.button_password {
  margin-top: 20px;
  float: right;
}

.select2-container--krajee .select2-selection--single {
  height: 28px !important;
  padding-top: 4px !important;
}

.select2-container--krajee .select2-selection {
  border-radius: 0 !important;
  border-color: #aaa !important;
}

.select2-container--krajee .select2-selection__clear {
  top: 0 !important;
}

.select2-container--krajee
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px !important;
}

.select2-results__option {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 6px 4px !important;
}

.select2-container--krajee .select2-search__field {
  height: 28px !important;
  border-radius: 0 !important;
}

.mini-form .control-label {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}

.mini-form .form-group {
  margin-bottom: 0;
}

.mini-form .form-control {
  height: 22px;
  font-size: 13px;
}
/*модалки и формы*/

/*---------- таблицы ----------*/
/*таблица без рамок*/
.relative-block_stavka {
  margin-bottom: 30px;
}

.simple-table__wrap_stavka {
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 0 20px #ccc;
}

.simple-table {
  width: 100%;
  border-radius: 2px;
}

.simple-table__text-center th,
.simple-table__text-center td {
  text-align: center;
}

.simple-table__header {
  border-right: 1px solid #4d4d9f;
  background: #4d4746;
}

.simple-table th {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.simple-table td {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
}

.simple-table__number {
  font-size: 16px;
  font-weight: 700;
}

.simple-table__del-btn {
  font: 400 18px/1 molvest;
  color: #4d4746;
  cursor: pointer;
}

.simple-table__del-btn:focus,
.simple-table__del-btn:hover {
  color: #e5aa00;
}

.simple-table__bottom-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0 5px;
  border-radius: 3px;
  font: 400 14px/21px sans-serif;
  color: #000;
  background: #e5aa00;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
}

.simple-table__bottom-btn:focus,
.simple-table__bottom-btn:hover {
  color: #fff;
  text-decoration: none;
}
/*таблица без рамок*/
/*---------- таблицы ----------*/

#blackFonAjax img {
  width: 190px;
  top: calc(50% - 95px);
  left: calc(50% - 95px);
  position: absolute;
}

.popper_pr {
  position: static !important;
}

.tender-table [data-href]:not(.button) {
  color: #5a5ac7;
}
.tender-table [data-href]:not(.button):hover {
  color: red;
  text-decoration: none;
}

.input-full {
  max-width: 100% !important;
  width: 100% !important;
}
.input-half {
  max-width: 50% !important;
  width: 100% !important;
}
.input-20 {
  max-width: 20px !important;
  width: 100% !important;
}
.input-30 {
  max-width: 30px !important;
  width: 100% !important;
}
.input-40 {
  max-width: 40px !important;
  width: 100% !important;
}
.input-50 {
  max-width: 50px !important;
  width: 100% !important;
}
.input-60 {
  max-width: 60px !important;
  width: 100% !important;
}
.input-70 {
  max-width: 70px !important;
  width: 100% !important;
}
.input-80 {
  max-width: 80px !important;
  width: 100% !important;
}
.input-90 {
  max-width: 90px !important;
  width: 100% !important;
}
.input-100 {
  max-width: 100px !important;
  width: 100% !important;
}
.input-110 {
  max-width: 110px !important;
  width: 100% !important;
}
.input-120 {
  max-width: 120px !important;
  width: 100% !important;
}
.input-130 {
  max-width: 130px !important;
  width: 100% !important;
}
.input-140 {
  max-width: 140px !important;
  width: 100% !important;
}
.input-150 {
  max-width: 150px !important;
  width: 100% !important;
}
.input-160 {
  max-width: 160px !important;
  width: 100% !important;
}
.input-170 {
  max-width: 170px !important;
  width: 100% !important;
}
.input-180 {
  max-width: 180px !important;
  width: 100% !important;
}
.input-190 {
  max-width: 190px !important;
  width: 100% !important;
}
.input-200 {
  max-width: 200px !important;
  width: 100% !important;
}
.input-210 {
  max-width: 210px !important;
  width: 100% !important;
}
.input-220 {
  max-width: 220px !important;
  width: 100% !important;
}
.input-230 {
  max-width: 230px !important;
  width: 100% !important;
}
.input-240 {
  max-width: 240px !important;
  width: 100% !important;
}
.input-250 {
  max-width: 250px !important;
  width: 100% !important;
}
.input-260 {
  max-width: 260px !important;
  width: 100% !important;
}
.input-270 {
  max-width: 270px !important;
  width: 100% !important;
}
.input-280 {
  max-width: 280px !important;
  width: 100% !important;
}
.input-290 {
  max-width: 290px !important;
  width: 100% !important;
}
.input-300 {
  max-width: 300px !important;
  width: 100% !important;
}
.input-600 {
  max-width: 600px !important;
  width: 100% !important;
}

.download-input {
  display: none !important;
}
