.display-grid {
  display: -ms-grid;
  display: grid;
}
.strong {
  font-weight: 600 !important;
  color: #3e4c59 !important;
}
.thin {
  font-weight: 400 !important;
  color: #3e4c59 !important;
}
.btn {
  font-size: 1em;
  font-weight: 600;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
}
.btn.btn_full-width {
  width: 100%;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.btn_type_1 {
  color: #ffffff;
  background: #0967d2;
}
.btn.btn_type_1:disabled {
  background: #9dc2ed;
}
.btn.btn_type_1:not(:disabled):hover {
  background: #2186eb;
}
.btn.btn_type_2 {
  color: #52606d;
  background: #e4e7eb;
}
.btn.btn_type_2:disabled {
  color: #9aa5b1;
  background: #f5f7fa;
}
.btn.btn_type_2:not(:disabled):hover {
  color: #52606d;
  background: #cbd2d9;
}
.btn.btn_type_3 {
  background: transparent;
  color: #0967d2;
}
div.btn.btn_type_3 {
  display: inline;
}
.btn.btn_type_3:disabled {
  color: rgba(9, 103, 210, 0.502);
}
.btn.btn_type_3:not(:disabled):hover {
  color: #2186eb;
  text-decoration: underline;
}
.btn.btn_type_4 {
  background-color: #d64545;
  color: #ffffff;
}
.btn.btn_type_4:disabled {
  background-color: #E66A6A;
}
.btn.btn_type_4:hover {
  background-color: #E66A6A;
}
.btn.btn_type_5 {
  background-color: transparent;
  color: #0967d2;
  border: 1px solid #0967d2;
}
.btn.btn_type_5:disabled {
  color: #9dc2ed;
  border-color: #9dc2ed;
}
.btn.btn_type_5:not(:disabled):hover {
  color: #2186eb;
  border-color: #2186eb;
}
.btn.btn_type_6 {
  background: transparent;
  color: #486581;
  border: none;
}
.btn.btn_type_7 {
  background: #def0fc;
  color: #0967d2;
  border: none;
}
.information_block {
  position: relative;
  padding: 18px 36px 20px 48px !important;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 14px;
}
.information_block.information_block-clock {
  background: url("/img/inform_icon_clock.svg"), #fffcf4;
}
.information_block.information_block-error {
  background: url("/img/alert_red.svg"), #fbe7e7;
}
.information_block.information_block-info {
  background: url("/img/information_icon.svg"), #f7f9fb;
}
.information_block.information_block-warning {
  background: url("/img/alert_yellow.svg"), #fffcf4;
}
.information_block.information_block-clock,
.information_block.information_block-error,
.information_block.information_block-info,
.information_block.information_block-warning {
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, cover;
  background-position: 13px 18px, center;
}
.information_block.information_block-info {
  border-left-color: #bae3ff;
}
.information_block.information_block-clock,
.information_block.information_block-warning {
  border-left-color: #fae29f;
}
.information_block.information_block-error {
  border-left-color: #e25555;
}
.information_block .information_block__close {
  top: 13px;
  right: 13px;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.information_block .information_block__close img {
  width: 100%;
  height: 100%;
}
.information_block .information_block__heading {
  margin-bottom: 12px;
  font-weight: 600;
  color: #1f2933;
}
.information_block .information_block__text {
  font-size: 1em;
  line-height: 1.57142857em;
  color: #334e68;
}
.information_block .information_block__text a.btn {
  font-size: 1em;
}
.information_block .information_block__button_block {
  margin-top: 20px;
}
.loading_dots {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading_dots div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1a5e7c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading_dots div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading_dots div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading_dots div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading_dots div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(19px, 0px);
    -moz-transform: translate(19px, 0px);
    -ms-transform: translate(19px, 0px);
    -o-transform: translate(19px, 0px);
    transform: translate(19px, 0px);
  }
}
.switcher {
  margin-left: auto;
  cursor: pointer;
  width: 26px;
  height: 10px;
  padding: 3px;
  background-color: #a1a9c3;
  position: relative;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
}
.switcher.checked {
  background: #3ebd93;
}
.switcher.checked .selector {
  left: 19px;
}
.switcher.disabled {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.switcher .selector {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.input_label_custom {
  margin-bottom: 6px;
  display: block;
  font-weight: 600;
  color: #52606D;
  cursor: pointer;
  font-size: 0.85714286em;
}
.input_label_custom .important {
  color: #e12d39;
  font-weight: 400;
  font-size: 1em;
}
.input_custom {
  margin-bottom: 26px;
  width: auto;
  min-height: 17px;
  max-height: 17px;
  font-weight: 400;
  color: #1F2933;
  outline: none;
  background: #F5F7FA;
  border: 1px solid #CBD2D9;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10.5px 4.02298851%;
  font-size: 1em;
}
.input_custom::-webkit-input-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:-moz-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom::-moz-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:-ms-input-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom.error {
  background: #ffffff;
  border-color: #E33C47 !important;
  -webkit-box-shadow: 0 0 0 2px #ffe3e3 !important;
  -moz-box-shadow: 0 0 0 2px #ffe3e3 !important;
  box-shadow: 0 0 0 2px #ffe3e3 !important;
}
.input_custom.error ~ .modal_wnd__input_block_error {
  display: block;
}
.input_custom:focus {
  background: #ffffff;
  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;
}
.input_custom:disabled {
  color: #9AA5B1;
  background: #F7F8FA;
  border-color: #CFD6DC;
}
.input_custom:disabled::-webkit-input-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled:-moz-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled::-moz-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled:-ms-input-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled ~ .modal_wnd__input_label {
  color: #9AA5B1;
  cursor: initial;
}
.input_custom:disabled ~ .modal_wnd__input_block_tip {
  color: #7b8794;
}
.avatar {
  font-family: inherit;
  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-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.125em;
}
.avatar.type_0 {
  background-color: #f9e9f3;
  color: #e14c95;
}
.avatar.type_1 {
  background-color: #fae9e7;
  color: #eb5556;
}
.avatar.type_2 {
  background-color: #fbeedd;
  color: #f95d2e;
}
.avatar.type_3 {
  background-color: #fbeedd;
  color: #dea029;
}
.avatar.type_4 {
  background-color: #ddf8ee;
  color: #1a9f6f;
}
.avatar.type_5 {
  background-color: #ddf8ee;
  color: #1696a1;
}
.avatar.type_6 {
  color: #4088f6;
  background-color: #def0fc;
}
.avatar.type_7 {
  background-color: #e3eeff;
  color: #5758e8;
}
.avatar.type_8 {
  background-color: #ebecfe;
  color: #7b45f0;
}
.avatar.type_not_activated {
  color: #45556b;
  background-color: #eef6fa;
}
.custom_checkbox {
  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;
}
.custom_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;
}
.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;
}
.info_loader {
  cursor: unset;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.info_loader::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.info_loader .loading_dots {
  top: -53%;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .none_search_tabs {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search {
  padding-right: 11px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [class^='tooltip_'] {
  left: 8%;
  top: 13px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [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);
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search .tooltip_new_search .triangle_container {
  padding-left: 5px;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search .tooltip_new_search .triangle_container .tooltip_arrow_on_top {
  margin: 0 auto 0 0;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search .add_new_search_icon {
  margin-top: 8px;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-image: url('/img/moi_perevozki_classic/add_new_search_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.new_search .add_new_search_label {
  margin-left: 6px;
  line-height: 30px;
  color: #0967d2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data {
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [class^='tooltip_'] {
  left: 8%;
  top: 13px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [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);
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data .tooltip_request .tooltip_body_request {
  text-align: left;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data .tooltip_request .triangle_container {
  padding-left: 3px;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.tab_with_data .tooltip_request .triangle_container .tooltip_arrow_on_top {
  margin: 0 auto 0 0;
}
.bookmark.multisearch_bookmark_header .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.multisearch_bookmark_header .bookmark_tabs .tab.selected .tab_label {
  color: #0967d2 !important;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.selected .request_type.cargo {
  background-image: url('/img/moi_perevozki_classic/cargo_active_tab.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.selected .request_type.trans {
  background-image: url('/img/moi_perevozki_classic/trans_active_tab.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites {
  padding-right: 11px;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [class^='tooltip_'] {
  left: -45%;
  top: 8px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [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);
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites .tooltip_fav_tab .triangle_container {
  padding-right: 14px;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites .tooltip_fav_tab .triangle_container .tooltip_arrow_on_top {
  margin: 0 0 0 auto;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites.selected .favorites_icon {
  background-image: url('/img/mark_active.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites .favorites_icon {
  margin-top: 8px;
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-image: url('/img/mark_not_active.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites .favorites_label {
  margin-left: 6px;
  line-height: 30px;
  font-weight: 600;
  color: #0967d2;
  white-space: nowrap;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.favorites .favorites_label.label_is_empty {
  margin-left: 0;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list {
  padding: unset;
  margin-left: auto;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [class^='tooltip_'] {
  left: -10%;
  top: 12px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [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;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [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);
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list .tooltip_gray_list_tab .triangle_container {
  padding-right: 14px;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list .tooltip_gray_list_tab .triangle_container .tooltip_arrow_on_top {
  margin: 0 0 0 auto;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list.selected .gray_list_icon {
  background-position-x: 11px;
  background-position-y: 1px;
  margin-left: 4px;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list .gray_list_icon {
  margin-top: 6px;
  width: 36px;
  background-position-x: 9px;
  height: 20px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url('/img/moi_perevozki_classic/gray_list_active_tab_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab.gray_list .gray_list_label {
  margin-right: 16px;
  line-height: 31px;
  color: #0967d2;
  font-weight: 600;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab .request_type {
  margin: 8px 6px 0 0;
  line-height: 30px;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab .request_type.cargo {
  width: 16px;
  height: 14px;
  background-image: url('/img/moi_perevozki_classic/cargo_tab_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab .request_type.trans {
  width: 19px;
  height: 14px;
  background-image: url('/img/truck.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_tabs .tab .close_tab_icon {
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 6px;
  z-index: 3;
}
.bookmark.multisearch_bookmark_header .bookmark_body.new_search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bookmark.multisearch_bookmark_header .bookmark_body.new_search .search_options {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_distance_n_order_type {
  text-align: left;
  font-weight: bold;
  color: #112766;
  padding-right: 30px;
  line-height: 1.5;
  cursor: pointer;
  font-size: 1.14285714em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_distance_n_order_type .title_order_type {
  color: #486581;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data {
  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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data div {
  display: inline-block;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_zirka,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_urgently {
  font-size: 0.85714286em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .truck_img {
  transform: scaleX(-1) scaleY(0.9);
  margin-right: 6px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_urgently,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .temperature,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_zirka,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .price,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .date_add,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .cube,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .weight {
  white-space: nowrap;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .temperature {
  line-height: 10px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .date_add_img {
  width: 13px;
  background-image: url('/img/Date.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .cube_img {
  width: 13px;
  background-position-y: 2px;
  background-image: url('/img/moi_perevozki_classic/volume.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .temperature_img {
  width: 8px;
  background-image: url('/img/moi_perevozki_classic/temp_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .weight_img {
  width: 13px;
  background-image: url('/img/weight.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .truck_type {
  white-space: nowrap;
  line-height: 15px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .truck_type_img {
  width: 16px;
  background-position-y: 2px;
  background-image: url('/img/truck.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data [class$="_img"] {
  background-repeat: no-repeat;
  margin-right: 5px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_urgently,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .temperature,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .is_zirka,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .price,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .date_add,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .cube,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .weight,
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_params .request_data .truck_type {
  font-weight: 600;
  color: #486581;
  font-size: 0.92857143em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters {
  margin-top: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter {
  margin-top: 10px;
  margin-right: 8px;
  background-color: #f6f8fb;
  padding: 6px 8px;
  position: relative;
  -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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter [class$="_filter_icon"] {
  margin-top: 3px;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .partners_filter_icon {
  width: 19px;
  height: 12px;
  background-image: url('/img/moi_perevozki_classic/partners_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .only_active_filter_icon {
  width: 15px;
  height: 12px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .isOnlyFromVerified_filter_icon {
  width: 18px;
  margin-top: 0;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .only_direct_customers_filter_icon {
  width: 16px;
  height: 12px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .non_black_list_filter_icon {
  width: 15px;
  height: 12px;
  background-image: url('/img/moi_perevozki_classic/black_list_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .only_with_price_filter_icon {
  width: 13px;
  height: 13px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .isLoadUp_filter_icon {
  width: 13px;
  height: 13px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .isADR_filter_icon {
  width: 13px;
  height: 13px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .isTransWithGPS_filter_icon {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .isHumanitarian_filter_icon {
  width: 15px;
  height: 20px;
  margin-top: -2px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .loadTypes_filter_icon {
  height: 13px;
  width: 16px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .only_new_filter_icon {
  font-weight: bold;
  text-transform: uppercase;
  background: #bbf0db;
  color: #495664;
  margin-top: 0;
  padding: 1px 4px 0 4px;
  line-height: 16px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 0.625em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .filter_label {
  color: #286b98;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.92857143em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .filter_tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .filter_tags .filter_tag {
  margin-left: 6px;
  padding: 1px 8px;
  font-weight: 500;
  font-size: 0.85em;
  color: #0967D2;
  background-color: #D5ECFD;
  position: relative;
  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.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .filter_tags .filter_tag .unset_filter_btn {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  margin-left: 3px;
  display: block;
  z-index: 11;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .unset_filter_btn {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
  z-index: 11;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters > .additional_filter .info_loader {
  top: 0;
  position: absolute;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bookmark.multisearch_bookmark_header .bookmark_body .searched_requests_with_data .search_additional_filters .only_new_filter .filter_label {
  line-height: 15px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options {
  margin-left: auto;
  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: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5 {
  width: 40px;
  height: 28px;
  background-color: #fff !important;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2 !important;
  font-size: 1em;
  font-weight: 600;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_full-width,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_full-width {
  width: 100%;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5:disabled {
  cursor: not-allowed;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_1,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_1 {
  color: #ffffff;
  background: #0967d2;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_1:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_1:disabled {
  background: #9dc2ed;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_1:not(:disabled):hover,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_1:not(:disabled):hover {
  background: #2186eb;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_2,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_2 {
  color: #52606d;
  background: #e4e7eb;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_2:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_2:disabled {
  color: #9aa5b1;
  background: #f5f7fa;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_2:not(:disabled):hover,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_2:not(:disabled):hover {
  color: #52606d;
  background: #cbd2d9;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_3,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_3 {
  background: transparent;
  color: #0967d2;
}
div.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_3,
div.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_3 {
  display: inline;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_3:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_3:disabled {
  color: rgba(9, 103, 210, 0.502);
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_3:not(:disabled):hover,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_3:not(:disabled):hover {
  color: #2186eb;
  text-decoration: underline;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_4,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_4 {
  background-color: #d64545;
  color: #ffffff;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_4:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_4:disabled {
  background-color: #E66A6A;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_4:hover,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_4:hover {
  background-color: #E66A6A;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_5,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_5 {
  background-color: transparent;
  color: #0967d2;
  border: 1px solid #0967d2;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_5:disabled,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_5:disabled {
  color: #9dc2ed;
  border-color: #9dc2ed;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_5:not(:disabled):hover,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_5:not(:disabled):hover {
  color: #2186eb;
  border-color: #2186eb;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_6,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_6 {
  background: transparent;
  color: #486581;
  border: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn.btn_type_5.btn_type_7,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn.btn_type_5.btn_type_7 {
  background: #def0fc;
  color: #0967d2;
  border: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn {
  background-position-x: 50%;
  background-position-y: 50%;
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  background-size: 40%;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
  background-image: url('/img/moi_perevozki_classic/Filters_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [class^='tooltip_'] {
  left: -12%;
  top: 11px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [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);
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .multisearch_additional_filter_btn [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn {
  background-position-x: 50%;
  background-position-y: 49%;
  margin-left: 8px;
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  background-size: 40%;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
  background-image: url('/img/moi_perevozki_classic/Parametrs_Icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [class^='tooltip_'] {
  left: -20%;
  top: 14px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [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);
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .options_buttons .show_search_mwnd_btn [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .online_related_buttons {
  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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online {
  margin-top: 6px;
  padding-top: 7px;
  padding-bottom: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-checkbox {
  margin-right: 7px;
  margin-left: auto;
  cursor: pointer;
  width: 26px;
  height: 10px;
  padding: 3px;
  background-color: #a1a9c3;
  position: relative;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-checkbox.checked {
  background: #3ebd93;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-checkbox.checked .selector {
  left: 19px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-checkbox.disabled {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-checkbox .selector {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .request-online .online-label {
  line-height: 16px;
  color: #199473;
  font-weight: bold;
  margin-right: 9px;
  white-space: nowrap;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container {
  padding-top: 7px;
  margin-right: 24px;
  cursor: pointer;
  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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container.hidden {
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_on_icon {
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_container_state_on {
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container.sound_on .online_tick_sound_off_icon {
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container.sound_on .online_tick_sound_container_state_off {
  display: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container.sound_on .online_tick_sound_on_icon {
  display: inline-block;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container.sound_on .online_tick_sound_container_state_on {
  display: inline;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_off_icon,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_on_icon {
  width: 20px;
  height: 17px;
  margin-right: 8px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_container_label {
  color: #475569;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_container_label .online_tick_sound_container_state_on,
.bookmark.multisearch_bookmark_header .bookmark_body .search_options #online_tick_sound_container .online_tick_sound_container_label .online_tick_sound_container_state_off {
  font-weight: 600;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .requests_count_on_page_radio {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .requests_count_on_page_radio .radio_with_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .requests_count_on_page_radio .radio_with_label .radio_btn {
  width: 10px;
  height: 10px;
  border: 1px solid black;
  margin: 4px 2px 0 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .requests_count_on_page_radio .radio_with_label .radio_btn.checked {
  background-color: red;
}
.bookmark.multisearch_bookmark_header .bookmark_body .search_options .requests_count_on_page_radio .radio_with_label .radio_label {
  margin-right: 8px;
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .marked_requests_header {
  color: #112766;
  font-weight: bold;
  text-align: left;
  font-size: 1.14285714em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions {
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bookmark.multisearch_bookmark_header .bookmark_body .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.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action.selected .action_label {
  color: #0967d2;
  border-bottom: none;
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action.selected .action_icon.cargo {
  background-image: url('/img/moi_perevozki_classic/cargo_active_tab.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action.selected .action_icon.trans {
  background-image: url('/img/moi_perevozki_classic/trans_active_tab.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action .action_label {
  font-weight: 600;
  color: #112766;
  border-bottom: 1px solid #112766;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action .action_icon {
  background-repeat: no-repeat;
  margin: 4px 9px 0 0;
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action .action_icon.cargo {
  width: 16px;
  height: 14px;
  background-image: url('/img/moi_perevozki_classic/cargo_tab_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .marked_requests_actions .actions .action .action_icon.trans {
  width: 19px;
  height: 14px;
  background-image: url('/img/truck.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .send_requests_button,
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button {
  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.multisearch_bookmark_header .bookmark_body .send_requests_button .icon,
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button .icon {
  background-repeat: no-repeat;
}
.bookmark.multisearch_bookmark_header .bookmark_body .send_requests_button .label,
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button .label {
  line-height: 13px;
  color: #0967d2;
  font-weight: 600;
  font-size: 1em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button {
  text-decoration: none;
  background-color: #0967d2;
}
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button .icon {
  color: #fff;
  margin-right: 5px;
  font-weight: 600;
  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;
}
.bookmark.multisearch_bookmark_header .bookmark_body .find_company_in_gray_list_button .label {
  color: #fff;
}
.bookmark.multisearch_bookmark_header .bookmark_body .send_requests_button .icon {
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-position-x: -4px;
  background-position-y: -3px;
  background-image: url('/img/moi_perevozki_classic/share_request_icon.svg');
}
.bookmark.multisearch_bookmark_header .bookmark_body .new_search_header,
.bookmark.multisearch_bookmark_header .bookmark_body .gray_list_header {
  color: #112766;
  font-weight: bold;
  text-align: left;
  font-size: 1.14285714em;
}
.bookmark.multisearch_bookmark_header .bookmark_body .new_search_description,
.bookmark.multisearch_bookmark_header .bookmark_body .gray_list_description {
  margin-top: 5px;
  color: #627D98;
  font-weight: 600;
  text-align: left;
  font-size: 1em;
}
.empty_request_list {
  margin-top: 45px;
  color: #286b98;
  font-weight: 600;
  font-style: italic;
  font-size: 1em;
}
.requests_info_block {
  color: #45556b;
  min-width: 936px;
  max-width: 936px;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 15px 0;
  padding: 0 6px 0 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.requests_info_block .requests_count_all {
  line-height: 30px;
  font-size: 1em;
}
.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;
}
