.request_data_styling {
  margin-right: 24px;
  color: #03449e;
  word-spacing: -1px;
  font-weight: 700;
  font-size: 0.95em;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.request_data_styling div {
  display: inline-block;
}
.request_data_styling .is_zirka,
.request_data_styling .is_urgently {
  font-size: 0.85714286em;
}
.request_data_styling .truck_img {
  transform: scaleX(-1) scaleY(0.9);
  margin-right: 6px;
}
.request_data_styling .is_urgently,
.request_data_styling .temperature,
.request_data_styling .is_zirka,
.request_data_styling .price,
.request_data_styling .date_add,
.request_data_styling .cube,
.request_data_styling .weight {
  white-space: nowrap;
}
.request_data_styling .temperature {
  line-height: 10px;
}
.request_data_styling .date_add_img {
  width: 13px;
  background-image: url('/img/Date.svg');
}
.request_data_styling .cube_img {
  width: 13px;
  background-position-y: 2px;
  background-image: url('/img/moi_perevozki_classic/volume.svg');
}
.request_data_styling .temperature_img {
  width: 8px;
  background-image: url('/img/moi_perevozki_classic/temp_icon.svg');
}
.request_data_styling .weight_img {
  width: 13px;
  background-image: url('/img/weight.svg');
}
.request_data_styling .truck_type {
  white-space: nowrap;
  line-height: 15px;
}
.request_data_styling .truck_type_img {
  width: 16px;
  background-position-y: 2px;
  background-image: url('/img/truck.svg');
}
.request_data_styling [class$="_img"] {
  background-repeat: no-repeat;
  margin-right: 5px;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.bookmark_btn {
  margin: auto 0 0 auto;
  padding: 8px 13px 8px 15px;
  border: 1px solid #bed6f2;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bookmark_btn .icon {
  background-repeat: no-repeat;
}
.bookmark_btn .label {
  line-height: 13px;
  color: #0967d2;
  font-weight: 600;
  font-size: 1em;
}
.bookmark {
  margin: 0 auto 10px auto;
  min-width: 933px;
  max-width: 933px;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.bookmark .bookmark_tabs {
  min-width: 946px;
  max-width: 0;
  position: absolute;
  top: -30px;
  margin-left: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
  -moz-box-pack: flex;
  -ms-flex-pack: flex;
  -webkit-justify-content: flex;
  justify-content: flex;
}
.bookmark .bookmark_tabs::after {
  width: 98.99%;
  background-color: #fff;
  height: 5px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 1px;
  z-index: 5;
}
.bookmark .bookmark_tabs .tab {
  height: 29px;
  cursor: pointer;
  margin-right: 8px;
  border: 1px solid #D2DDE8;
  border-bottom: none;
  background-color: #f0f4f8;
  padding: 0 6px 0 10px;
  position: relative;
  z-index: 3 !important;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.bookmark .bookmark_tabs .tab.selected {
  border: 1px solid #9FB3C8;
  border-bottom: none;
  background-color: #fff;
  height: 30px;
  z-index: 1;
  -webkit-box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
  -moz-box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
  box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
}
.bookmark .bookmark_tabs .tab.selected .tab_label {
  color: #0967d2 !important;
}
.bookmark .bookmark_tabs .tab .tab_label {
  line-height: 30px;
  font-weight: 600;
  color: #112766;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
}
.bookmark .bookmark_body {
  padding: 14px 20px 19px 18px;
  background-color: #fff;
  border: 1px solid #9FB3C8;
  margin-top: 30px;
  margin-left: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
  -moz-box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
  box-shadow: 0 0 3.6px 0.4px rgba(72, 101, 129, 0.39);
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.bookmark .bookmark_body .tab_header {
  color: #112766;
  font-weight: bold;
  text-align: left;
  font-size: 1.14285714em;
}
.bookmark .bookmark_body .tab_description {
  margin-top: 5px;
  color: #627D98;
  font-weight: 600;
  text-align: left;
  font-size: 1em;
}
.bookmark .bookmark_body .bookmark_btn {
  margin: auto 0 0 auto;
  padding: 8px 13px 8px 15px;
  border: 1px solid #bed6f2;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.bookmark .bookmark_body .bookmark_btn .icon {
  background-repeat: no-repeat;
}
.bookmark .bookmark_body .bookmark_btn .label {
  line-height: 13px;
  color: #0967d2;
  font-weight: 600;
  font-size: 1em;
}
.bookmark .bookmark_body .bookmark_btn .label .red_plus {
  color: #b80f0a;
}
.requests_count_on_page {
  margin-left: 8px;
  min-width: 94px;
}
.requests_count_on_page .countRequestsSelect_icon {
  width: 16px;
  height: 12px;
  margin-top: 9px;
}
.currency_convert {
  min-width: 112px;
  margin-left: 8px;
  font-weight: 400 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.currency_convert .question_block {
  margin-left: 6px;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.currency_convert .question_block [class^='tooltip_'] {
  left: -93.1%;
  top: 11px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.currency_convert .question_block [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.currency_convert .question_block [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.currency_convert .question_block [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.currency_convert .question_block [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.currency_convert .question_block [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.currency_convert .question_block:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.currency_convert .question_block [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.currency_convert .question_block .question_icon {
  width: 12px;
  height: 12px;
  z-index: 10;
}
.currency_convert .currency_convert_icon {
  width: 18px;
  height: 19px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.currency_convert .tooltip_price_convert_select .tooltip_body_price_convert_select {
  max-width: 420px;
  padding: 12px 60px 16px 16px !important;
}
.currency_convert .tooltip_price_convert_select .tooltip_arrow_on_top {
  margin: 0 0 0 92% !important;
  z-index: 3;
}
.currency_convert .tooltip_price_convert_select .desc_header,
.currency_convert .tooltip_price_convert_select .desc_body {
  text-align: left;
  line-height: 1.7;
  font-size: 12px;
  color: #1f2933;
}
.currency_convert .tooltip_price_convert_select .desc_header {
  margin-bottom: 2px;
  color: #1f2933;
}
.currency_convert .tooltip_price_convert_select .desc_body {
  color: #334e68;
}
.currency_convert .tooltip_price_convert_select .desc_body .desc_body_image {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  margin-bottom: -5px;
}
.search_time_filter {
  min-width: 152px;
  margin-left: auto;
  position: relative;
}
.search_time_filter .search_time_filter_icon {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: auto;
}
.search_time_filter b.button {
  margin-left: auto;
}
.groupFilter_filter.filter_select,
[class^="groupFilter_filter_"].filter_select {
  margin-left: auto;
}
.groupFilter_filter.filter_select .selectric-scroll li,
[class^="groupFilter_filter_"].filter_select .selectric-scroll li {
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.groupFilter_filter.filter_select .default_search_icon,
[class^="groupFilter_filter_"].filter_select .default_search_icon,
.groupFilter_filter.filter_select .volunteer_group_icon,
[class^="groupFilter_filter_"].filter_select .volunteer_group_icon,
.groupFilter_filter.filter_select .volunteer_group img,
[class^="groupFilter_filter_"].filter_select .volunteer_group img,
.groupFilter_filter.filter_select .default_search img,
[class^="groupFilter_filter_"].filter_select .default_search img {
  width: 15px;
}
.groupFilter_filter.filter_select .volunteer_group img,
[class^="groupFilter_filter_"].filter_select .volunteer_group img,
.groupFilter_filter.filter_select .default_search img,
[class^="groupFilter_filter_"].filter_select .default_search img {
  margin-right: 5px;
}
.groupFilter_filter.filter_select .selectric-wrapper .selectric .label,
[class^="groupFilter_filter_"].filter_select .selectric-wrapper .selectric .label {
  margin-right: auto;
}
.requests_info_block .groupFilter_filter.filter_select,
.search_options .groupFilter_filter.filter_select {
  max-width: 180px;
  width: 100%;
}
.search_options .groupFilter_filter.filter_select {
  min-width: 180px;
}
.groupFilter_filter.filter_select + .search_time_filter.filter_select {
  margin-left: 8px;
}
.filter_select {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.filter_select .selectric-wrapper .selectric {
  z-index: 3;
  padding: 0 15px;
  border: 1px solid #cbd2d9;
  background-color: #f5f7fa;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter_select .selectric-wrapper .selectric .label {
  display: inline-block;
  margin: 0 6px;
  color: #1f2933;
  font-size: 0.99642857em;
}
.filter_select .selectric-wrapper .selectric b.button {
  min-height: 28px;
  height: 100%;
  display: inline-block;
  position: static;
  width: 14px;
  background: url("/img/select_arrow_dark_gray.svg") no-repeat center;
  background-position-y: 11px;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
}
.filter_select .selectric-wrapper .selectric b.button::after {
  display: none;
}
.filter_select .selectric-wrapper.selectric-open .selectric {
  border-color: #2186eb;
  -webkit-box-shadow: 0 0 0 2px #bae3ff;
  -moz-box-shadow: 0 0 0 2px #bae3ff;
  box-shadow: 0 0 0 2px #bae3ff;
}
.filter_select .selectric-wrapper.selectric-open .selectric b.button {
  position: static;
  background: url("/img/select_arrow_blue.svg") no-repeat center;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter_select .selectric-wrapper .selectric-items {
  margin-top: 8px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.filter_select .selectric-wrapper .selectric-items span.item {
  color: #1f2933;
}
.bookmark.my_requests_bookmark {
  margin-top: 60px;
}
.bookmark.my_requests_bookmark.black_list,
.bookmark.my_requests_bookmark.partners_list {
  margin-bottom: 20px;
}
.bookmark.my_requests_bookmark.black_list .tab_description,
.bookmark.my_requests_bookmark.partners_list .tab_description {
  margin-top: 12px;
}
.bookmark.my_requests_bookmark.my_groups .vassr_img {
  width: 19px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.bookmark.my_requests_bookmark.my_groups .tab_description {
  margin-top: 10px;
}
.bookmark.my_requests_bookmark .bookmark_tabs::after {
  width: 98.96%;
}
.bookmark.my_requests_bookmark .bookmark_tabs .tab {
  padding: 0 10px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .tab .tab_label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bookmark.my_requests_bookmark .bookmark_tabs .tab_icon {
  margin-right: 4px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_requests .tab_icon {
  width: 17px;
  height: 17px;
  margin-top: 7px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_archive .tab_icon {
  width: 18px;
  height: 18px;
  margin-top: 6px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .company_search_tab {
  margin-left: 8px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_partners {
  margin-left: 8px !important;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_partners .tab_icon {
  width: 20px;
  margin-top: 1px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_black_list .tab_icon {
  width: 17px;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_marked_requests {
  margin-right: auto;
}
.bookmark.my_requests_bookmark .bookmark_tabs .my_marked_requests .tab_icon {
  margin-top: 8px;
  width: 14px;
  height: 14px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bookmark.my_requests_bookmark .bookmark_body {
  overflow-x: hidden;
  padding: 20px 20px 19px 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bookmark.my_requests_bookmark .bookmark_body .bookmark_btn {
  background-color: #0967d2;
}
.bookmark.my_requests_bookmark .bookmark_body .bookmark_btn.hide {
  display: none;
}
.bookmark.my_requests_bookmark .bookmark_body .bookmark_btn .label {
  color: #fff;
}
.bookmark.my_requests_bookmark .bookmark_body .request_btn {
  width: unset !important;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.my_requests_bookmark .bookmark_body .bookmark_list_info {
  margin-right: auto;
}
.bookmark.my_requests_bookmark .bookmark_body .btn_white {
  margin: 0 0 0 16px;
  padding: 8px 19px;
  border: 1px solid #accbee;
  background-color: transparent;
  background-image: unset !important;
  font-weight: 600;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.my_requests_bookmark .bookmark_body .btn_white .label {
  margin-left: 5px;
  font-size: 1em;
}
.bookmark.my_requests_bookmark .bookmark_body .btn.btn_type_2.redirect_to_company_search,
.bookmark.my_requests_bookmark .bookmark_body .btn.btn_type_1.redirect_to_company_search,
.bookmark.my_requests_bookmark .bookmark_body .btn.btn_type_2.show_last_50_requests_btn,
.bookmark.my_requests_bookmark .bookmark_body .btn.btn_type_1.show_last_50_requests_btn {
  text-decoration: none;
  padding: 0 25px;
  max-height: 32px;
  min-height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.my_requests_bookmark .marked_requests_actions .marked_requests_header {
  color: #112766;
  font-weight: bold;
  text-align: left;
  font-size: 1.14285714em;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions {
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action {
  margin-right: 36px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action.selected .action_label {
  color: #0967d2;
  border-bottom: none;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action.selected .action_icon.cargo {
  background-image: url('/img/moi_perevozki_classic/cargo_active_tab.svg');
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action.selected .action_icon.trans {
  background-image: url('/img/moi_perevozki_classic/trans_active_tab.svg');
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action .action_label {
  font-weight: 600;
  color: #112766;
  border-bottom: 1px solid #112766;
  font-size: 1em;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action .action_icon {
  background-repeat: no-repeat;
  margin: 4px 9px 0 0;
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action .action_icon.cargo {
  width: 16px;
  height: 14px;
  background-image: url('/img/moi_perevozki_classic/cargo_tab_icon.svg');
}
.bookmark.my_requests_bookmark .marked_requests_actions .actions .action .action_icon.trans {
  width: 19px;
  height: 14px;
  background-image: url('/img/truck.svg');
}
.bookmark.my_requests_bookmark .i_in_black_list_link,
.bookmark.my_requests_bookmark .my_black_list_link,
.bookmark.my_requests_bookmark .my_partners_list_link,
.bookmark.my_requests_bookmark .i_in_partners_list_link {
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 0.9em;
}
.bookmark.my_requests_bookmark .i_in_black_list_link.active,
.bookmark.my_requests_bookmark .my_black_list_link.active,
.bookmark.my_requests_bookmark .my_partners_list_link.active,
.bookmark.my_requests_bookmark .i_in_partners_list_link.active {
  color: #0967d2;
  border-bottom: none;
  pointer-events: none;
  font-weight: bold;
}
.bookmark.my_requests_bookmark .i_in_black_list_link:not(.active),
.bookmark.my_requests_bookmark .my_black_list_link:not(.active),
.bookmark.my_requests_bookmark .my_partners_list_link:not(.active),
.bookmark.my_requests_bookmark .i_in_partners_list_link:not(.active) {
  color: inherit;
  font-weight: 600;
  border-bottom-color: #112766;
}
.bookmark.my_requests_bookmark .i_in_black_list_link:not(:last-child),
.bookmark.my_requests_bookmark .my_black_list_link:not(:last-child),
.bookmark.my_requests_bookmark .my_partners_list_link:not(:last-child),
.bookmark.my_requests_bookmark .i_in_partners_list_link:not(:last-child) {
  margin-right: 36px;
}
.bookmark.my_requests_bookmark .company_filter {
  height: 32px;
  width: 100%;
  max-width: 53px;
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.my_requests_bookmark .company_filter .filter_icon {
  width: 16px;
  height: 15px;
}
.my_request_buttons {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 24px 0;
  min-width: 937px;
  max-width: 937px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.my_request_buttons .check_all_requests_container {
  cursor: pointer;
  margin-left: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.my_request_buttons .check_all_requests_container.hide {
  display: none;
}
.my_request_buttons .check_all_requests_container .check_all_requests_label {
  cursor: pointer;
  margin-left: 8px;
  color: #1f2933;
  font-size: 1em;
}
.my_request_buttons .check_all_requests_container .check_all_requests_checkbox {
  display: none;
}
.my_request_buttons .check_all_requests_container .checkbox {
  margin-top: 9px;
  background: #ffffff;
  border: 1px solid #2186EBFF;
  width: 14.33px;
  height: 14px;
  margin-bottom: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 2px #bae3ff;
  -moz-box-shadow: 0 0 0 2px #bae3ff;
  box-shadow: 0 0 0 2px #bae3ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.my_request_buttons .check_all_requests_container .checkbox.not_admin,
.my_request_buttons .check_all_requests_container .checkbox.without_emp {
  margin-top: 2px;
}
.my_request_buttons .check_all_requests_container .checkbox.checked {
  background-color: #2186EBFF;
  background-image: url('/img/tick.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 75%;
  -moz-background-size: 75%;
  background-size: 75%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.my_request_buttons .requests_count_in_archive {
  color: #45556b;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1em;
}
.my_request_buttons .actions {
  margin: 0 0 0 auto !important;
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.my_request_buttons .actions .action {
  margin-right: 36px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.my_request_buttons .actions .action.selected .action_label {
  color: #0967d2;
  border-bottom: none;
}
.my_request_buttons .actions .action.selected .action_icon.cargo {
  background-image: url('/img/moi_perevozki_classic/cargo_active_tab.svg');
}
.my_request_buttons .actions .action.selected .action_icon.trans {
  background-image: url('/img/moi_perevozki_classic/trans_active_tab.svg');
}
.my_request_buttons .actions .action .action_label {
  font-weight: 600;
  color: #112766;
  border-bottom: 1px solid #112766;
  font-size: 1em;
}
.my_request_buttons .actions .action .action_icon {
  background-repeat: no-repeat;
  margin: 4px 9px 0 0;
}
.my_request_buttons .actions .action .action_icon.cargo {
  width: 16px;
  height: 14px;
  background-image: url('/img/moi_perevozki_classic/cargo_tab_icon.svg');
}
.my_request_buttons .actions .action .action_icon.trans {
  width: 19px;
  height: 14px;
  background-image: url('/img/truck.svg');
}
.my_request_buttons .actions .action_label {
  padding-bottom: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.my_request_buttons .actions .action_icon {
  margin-top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.my_request_buttons .actions .action:last-child {
  margin-right: 0 !important;
}
.my_request_buttons .selectric {
  z-index: 3;
  border: 1px solid #cbd2d9;
  background-color: #f5f7fa;
  padding: 0 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.my_request_buttons .selectric .label {
  display: inline-block;
  color: #1f2933;
  font-size: 0.99642857em;
  margin-right: 17px;
  margin-left: 6px;
}
.my_request_buttons .selectric b.button {
  min-height: 28px;
  height: 100%;
  display: inline-block;
  position: static;
  width: 14px;
  background-position-y: 11px;
  background: url('/img/select_arrow_dark_gray.svg') no-repeat center;
  -webkit-background-size: 14px;
  -moz-background-size: 14px;
  background-size: 14px;
}
.my_request_buttons .selectric b.button::after {
  content: '';
  border: unset;
}
.my_request_buttons .users_requests_on_page {
  margin-left: 23px;
  min-width: 94px;
}
.my_request_buttons .users_requests_on_page.archive {
  margin-left: auto;
}
.my_request_buttons .users_requests_on_page .userRequestsSelectIcon {
  width: 16px;
  height: 12px;
  margin-top: 9px;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric {
  padding: 0 14px;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric .label {
  margin-right: 17px;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items {
  border: unset;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(161, 164, 170, 0.35);
  -moz-box-shadow: 0 0 4px 0 rgba(161, 164, 170, 0.35);
  box-shadow: 0 0 4px 0 rgba(161, 164, 170, 0.35);
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:first-child,
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:first-child:hover {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:last-child,
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:last-child:hover {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:hover,
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li.selected {
  background: #f4f5f7;
}
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li:hover .item.item-name,
.my_request_buttons .users_requests_on_page.filter_select .selectric-wrapper .selectric-items li.selected .item.item-name {
  color: #4b76a9;
}
