/*!
Theme Name: x
Theme URI: https://www.facebook.com/Web.SoftProGroup
Author: Web.SoftProGroup
Author URI: https://www.facebook.com/Web.SoftProGroup
Description: Description
Version: 111111.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x
*/

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #18364A;
  line-height: 1;
  font-family: "";
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  font-family: "Nunito", sans-serif;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.hidden {
    display: none !important;
}

._button {
  font-family: "Nunito", sans-serif;
  background-color: #D92936;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 900;
  line-height: 130%;
  color: #EEFAFA;
  width: 100%;
  display: block;
  text-align: center;
}

._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._link {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  color: #18364A;
  border-bottom: 1px dashed #1D3557;
}

input::-webkit-input-placeholder {
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
}

input::-moz-placeholder {
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
}

input:-ms-input-placeholder {
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
}

input::-ms-input-placeholder {
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
}

input,
input::placeholder {
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
}

input {
  outline: none;
  padding: 10px 10px 10px 0;
}

.paid,
.not-paid,
.no-invoices,
.partly {
  border-radius: 20px;
  padding: 2px 15px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}

.paid {
  background: #E1FCEF;
  color: #14804A !important;
}

.not-paid {
  background: #FFEDEF;
  color: #D1293D !important;
}

.no-invoices {
  background: #E3E3E3;
  color: #727171 !important;
}

.partly {
  background: #FCF2E6;
  color: #AA5B00 !important;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* z-index: -1; */
}

.popup_show {
  z-index: 150;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
  z-index: 4
}

.overlay_popup{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(200, 215, 223, .5);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .8s ease;
}
.popup_show .overlay_popup {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay_popup.overlay_popup--transparent {
  background-color: transparent;
}

.overlay_popup--transparent.show {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.secondary_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(200, 215, 223, .5);
  z-index: -1;
}

.popup__close {
  right: 24px;
  top: 23px;
  width: 22px;
  height: 22px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup__close span,
.search__close span,
.rates__close span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.popup__close span::after,
.popup__close span::before,
.search__close span::after,
.rates__close span::after,
.search__close span::before,
.rates__close span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #457B9D;
  top: 50%;
  left: 50%;
}

.popup__close span::after,
.rates__close span::after,
.search__close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close span::before,
.rates__close span::before,
.search__close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

._show_popup-button {
  cursor: pointer;
}

.join-page {
  background-color: #E9EDF5;
}

.registration .form,
.registration .form__form {
  max-width: 610px;
}



.form__registration-message {
  text-align: center;
  width: 100%;
  margin: 25px auto;
  font-weight: 600;
  color: #1D3557;
  font-size: 20px;
  display: none;
}
.form {
  padding: 60px 25px;
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}

.form h1 {
  margin: 0 auto 6px;
  text-align: center;
}

.form__text {
  max-width: 283px;
  margin: 0 auto 36px;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
}

.form__wrapper .form__label {
  max-width: 271px;
  width: 100%;
}

.form__wrapper~.form__submit {
  max-width: 271px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form__logo {
  display: block;
  margin: 0 auto 51px;
}

.form__label {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #1D3557;
  display: block;
}

.form__label:not(:last-child) {
  margin-bottom: 26px;
}

.form__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 271px;
}

.form__form  ._link {
  margin: 0 auto;
}

.form__reg {
  max-width: 100%;
  width: 100%;
}

.form__email,
.form__phone,
.form__company,
.form__person {
  width: 100%;
  border-bottom: 1px solid #A8D0DC;
}

.form__actions {
  margin-bottom: 50px;
}

.form__chekbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.form__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
}

.form__check {
  width: 15px;
  height: 15px;
  border: 1px solid #A8D0DC;
  border-radius: 5px;
  background-color: transparent;
  margin-right: 6px;
}

.form__checkbox:checked~.form__check {
  background-color: #A8D0DC;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4 6.5L8.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form__submit {
  margin-bottom: 40px;
}

.sidebar {
  max-width: 195px;
  width: 100%;
  background-color: #E9EDF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100%;
}

.sidebar.sidebar--min {
  max-width: 71px;
}

.sidebar.sidebar--min .logo {
  max-width: 50px;
  height: auto;
  margin: 11px 8px;
}

.sidebar.sidebar--min .sidebar__link,
.sidebar.sidebar--min .open_calculator {
  padding: 11px;
}

.sidebar.sidebar--min .sidebar__link span,
.sidebar.sidebar--min .open_calculator span  {
  font-size: 0;
}

.sidebar.sidebar--min .sidebar__navigation {
  padding: 0 0 0 17px;
}

.sidebar.sidebar--min .sidebar__switch {
  gap: 0;
}

.sidebar.sidebar--min .sidebar__switch span {
  font-size: 0;
}

.sidebar .logo {
  max-height: 52px;
  margin: 5px 0 7px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar__decor {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.sidebar__navigation {
  padding: 0 0 0 10px;
  width: 100%;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar__list {
  width: 100%;
}

.sidebar__link,
.open_calculator {
  padding: 11px 11px 11px 41px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px 0px 0px 20px;
}

.sidebar__link::after,
.sidebar__link::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar__link::after {
  content: "";
  position: absolute;
  top: -19px;
  background-image: url("/wp-content/themes/x/img/icons/sidebar/round-shape.svg");
  right: 0;
  width: 19px;
  height: 20px;
}

.sidebar__link::before {
  content: "";
  position: absolute;
  bottom: -19px;
  background-image: url("/wp-content/themes/x/img/icons/sidebar/round-shape.svg");
  right: 0;
  width: 19px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar__link.active {
  background-color: #FFFFFF;
}

.sidebar__link.active::after,
.sidebar__link.active::before {
  opacity: 1;
}

.sidebar__link img,
.open_calculator img {
  width: 17px;
  margin-right: 11px;
}

.sidebar__link span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar__switch {
  border-top: 1px solid #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 11px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar__switch span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cabinet .wrapper {
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cabinet__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px 20px 38px;
  position: relative;
}

.cabinet__top {
  width: 100%;
  background: #F7F9FC;
  border-bottom: 1px solid #E9EDF5;
  border-radius: 20px;
  padding: 4px 20px;
}

.cabinet__settings-link {
  gap: 8px;
  cursor: pointer;
}

.cabinet__settings-link img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cabinet__settings-link.active img,
.cabinet__settings-link:hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cabinet__cabinet-link {
  cursor: pointer;
  gap: 7px;
}

.actions {
  padding: 26px 0 20px;
  gap: 5px;
}

.actions__switcher {
  max-width: 365px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  gap: 1px;
}

.actions__switcher.language__list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
}

.actions__switcher button,
.actions__switcher li {
  font-family: "Nunito", sans-serif;
  padding: 5px 16px !important;
  background: #E9EDF5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 300;
}

.actions__switcher li  {
  background: #F7F9FC;
}

.actions__switcher button.active,
.actions__switcher li.active {
  background: #A8D0DC;
  font-weight: 500;
}

.search {
  position: relative;
}

.search__input {
  font-weight: 300;
  padding: 5px 40px 6px 15px;
  background: #F7F9FC;
  border-radius: 20px;
}

.search__input::-webkit-input-placeholder {
  font-weight: 300;
}

.search__input::-moz-placeholder {
  font-weight: 300;
}

.search__input:-ms-input-placeholder {
  font-weight: 300;
}

.search__input::-ms-input-placeholder {
  font-weight: 300;
}

.search__input::placeholder {
  font-weight: 300;
}

.search__close {
  right: 16px;
  height: 16px;
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}

.search__close span {
  display: block;
  width: 16px;
}

.search__close span::before,
.search__close span::after {
  width: 20px;
}


.search__button,
.search__button--mobile {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/x/img/icons/common/search.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search__button--mobile {
  pointer-events: none;
  background-color: #F7F9FC;
  border-radius: 50%;
  transition: all .3s ease;
  background-image: url("/wp-content/themes/x/img/icons/common/search.svg");
  background-size: 16px 16px;
  right: 0;
  width: 40px;
  height: 40px;
}
.search__button--mobile.active {
  pointer-events: auto;
  right: 16px;
  width: 16px;
  height: 16px;
}

.settings {
  display: flex;
  justify-content: center;
  align-items: center;
}

.settings h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.settings__wrapper {
  max-width: 865px;
  z-index: 5;
  width: 100%;
  padding: 25px 25px 30px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  overflow-x: hidden;
}

.settings__block {
  background: #F7F9FC;
  border-bottom: 1px solid #E9EDF5;
  border-radius: 4px;
  padding: 20px 26px;
  margin-bottom: 20px;
}

.settings__block b {
  margin-bottom: 7px;
  display: inline-block;
}

.settings__block p {
  margin-bottom: 22px;
}

.settings__default {
  max-width: 125px;
  margin-left: auto;
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #E9EDF5;
}

.settings__tags,
.settings__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.settings__order {
  -js-display: flex;
}

.settings__chekbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.settings__checkbox,
.instruction__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
  cursor: pointer;
}

#bl_data_is_checked {
  cursor: auto;
}

.settings__check,
.instruction__check {
  width: 14px;
  height: 14px;
  border: 2px solid #D92936;
  border-radius: 2px;
  background-color: transparent;
  margin-right: 7px;
}

.settings__checkbox:checked~.settings__check,
.instruction__checkbox:checked~.instruction__check {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4 6.5L8.5 1' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.settings__order-item {
  position: relative;
  padding-left: 24px;
  cursor: -webkit-grab;
  cursor: grab;
}

.settings__order-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/themes/x/img/icons/common/move.svg");
}

.settings__save {
  max-width: 125px;
  margin-left: auto;
}

.table {
  width: 100%;
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 200px);
  /* -ms-overflow-style: none;  
  scrollbar-width: none;  */
}

/* .table::-webkit-scrollbar {
  display: none;
} */


.table__body p {
  margin-top: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table__thead {
  position: sticky;
  top: 0;
}

.table__body .bl_data_is_entered__cell span,
.table__body .bl_data_is_checked__cell span {
  display: block;
  min-width: 90px;
}

.table__thead tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.table__thead tr th {
  cursor: pointer;
  font-weight: 300;
  background-color: #E9EDF5;
  vertical-align: middle;
  padding: 12px 30px 12px 15px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table__thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table__thead tr th[data-col_name="bl_data_entering_deadline"] {
  min-width: 190px;
}

.table__thead tr th[data-col_name="payment"] {
  min-width: 130px;
}

.table__thead tr th[data-sort="desc"]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_978_30907)'%3E%3Cpath d='M1.36667 10.7L2.30934 9.75733L4 11.448L4 2.66667L5.33333 2.66667L5.33333 11.448L7.024 9.75733L7.96667 10.7L4.66667 14L1.36667 10.7Z' fill='%23457B9D'/%3E%3Cpath d='M11.3333 1.99998L8.03332 5.29998L8.97599 6.24265L10.6667 4.55198L10.6667 13.3333L12 13.3333L11.9993 4.55198L13.6907 6.24265L14.6333 5.29998L11.3333 1.99998Z' fill='%23A8D0DC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_978_30907'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 16) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(0deg);
}

.table__thead tr th[data-sort="asc"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_978_30907)'%3E%3Cpath d='M1.36667 10.7L2.30934 9.75733L4 11.448L4 2.66667L5.33333 2.66667L5.33333 11.448L7.024 9.75733L7.96667 10.7L4.66667 14L1.36667 10.7Z' fill='%23457B9D'/%3E%3Cpath d='M11.3333 1.99998L8.03332 5.29998L8.97599 6.24265L10.6667 4.55198L10.6667 13.3333L12 13.3333L11.9993 4.55198L13.6907 6.24265L14.6333 5.29998L11.3333 1.99998Z' fill='%23A8D0DC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_978_30907'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 16) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(-180deg);
}

.table__thead tr th::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_1011_3008%29%27%3E%3Cpath d=%27M13.375 10.0416L17.5 14.1666L13.375 18.2916L12.1967 17.1133L14.31 14.9991L3.33333 15V13.3333H14.31L12.1967 11.22L13.375 10.0416ZM6.625 1.70831L7.80333 2.88665L5.69 4.99998H16.6667V6.66665H5.69L7.80333 8.77998L6.625 9.95831L2.5 5.83331L6.625 1.70831Z%27 fill=%27%23A8D0DC%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1011_3008%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.table__thead tr th:first-child {
  border-radius: 50px 0px 0px 50px;
  position: relative;
}
.table__thead tr th:first-child::before,
.table__thead tr th:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}


.table__thead tr th:last-child {
  border-radius: 0px 50px 50px 0px;
  position: relative;
}

.table__main {
  width: 100%;
}

.table__row td {
  border-bottom: 1px dashed #E9EDF5;
  vertical-align: middle;
  padding: 10px 15px 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table__row td b {
  font-weight: 500;
}

.table__row td:first-child {
  border-radius: 50px 0 0 50px;
}

.table__row td:last-child {
  border-radius: 0 50px 50px 0;
}

.table__row:nth-child(even) td {
  background: #F7F9FC;
}

.status__cell span {
  width: 100%;
  display: block;
}

.user {
  position: fixed;
  max-width: 330px;
  width: 100%;
  right: 38px;
  top: -150%;
  z-index: 150;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(69, 123, 157, 0.25));
  filter: drop-shadow(0px 4px 10px rgba(69, 123, 157, 0.25));
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.user.active {
  top: 65px;
}

.user__wrapper {
  padding: 16px 20px 12px;
  position: relative;
}

.user__wrapper::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 28px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #E9EDF5;
}

.user__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  background-color: #E9EDF5;
  left: 0;
  top: 0;
  z-index: -1;
}

.user__img {
  margin: 0 auto 7px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 3px rgba(69, 123, 157, 0.25);
  box-shadow: 0px 4px 10px 3px rgba(69, 123, 157, 0.25);
}

.user__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #E9EDF5;
}

.user__icon {
  margin-right: 10px;
  width: 17px;
}

.user__password  {
  position: relative;
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.user__message {
  width: 100%
}

.user__message.success {
  color: #219653;
}

.user__message.fail {
  color: #D1293D;
}
.user__password::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1D3557;;
}

.user__password input {
  width: 100%;
  margin-right: 10px;
  padding: 0;
}

.user__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 40px;
  height: 100%;
}

.user__ok-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' fill='none' viewBox='0 0 15 11'%3E%3Cpath fill='%23A8D0DC' d='m5.333 8.643 7.66-7.66 1.18 1.178L5.332 11 .03 5.697l1.178-1.179 4.125 4.125Z'/%3E%3C/svg%3E");
  width: 15px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user__cancel-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23A8D0DC' d='M7 5.822 12.125.697l1.178 1.178L8.178 7l5.125 5.125-1.178 1.178L7 8.178l-5.125 5.125-1.178-1.178L5.822 7 .697 1.875 1.875.697 7 5.822Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.user__block.active .user__message,
.user__block.active .user__edit {
  display: none;
}

.user__block.active .user__password {
  display: flex;
}

.user__edit {
  margin-left: auto;
  min-width: 15px;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/x/img/icons/common/edit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user__exit {
  font-family: "Nunito", sans-serif;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 30px;
}

.user__exit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/themes/x/img/icons/common/exit.svg");
}

.deal {
  right: 0;
  left: auto;
  top: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  /* pointer-events: all; */
  /* -webkit-transition: right 0.8s ease;
  -o-transition: right 0.8s ease;
  transition: right 0.8s ease; */
  display: flex;
  justify-content: flex-end;
  overflow-x: hidden;
  z-index: 0;
}

.deal__popup-box {
  background-color: #fff;
  padding: 34px 37px 47px 57px;
  position: relative;
  height: 100%;
  max-width: 950px;
  width: 100%;
  background: #fff;
  z-index: 5;
  right: -100%;
  transition: all .8s ease;
  overflow-y: auto;
}

.deal.popup_show{
  z-index: 5;
}

.deal.popup_show  .deal__popup-box{
  right: 0;
}

.deal .popup__close {
  right: 0;
  top: 0;
}

.deal__wrapper.popup__wrapper {
  position: relative;
}

.deal h1 {
  margin-bottom: 8px;
}

.deal b {
  color: #457B9D;
  word-break: break-all;
}

.deal__top {
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px dashed #A8D0DC;
  margin-bottom: 30px;
}

.deal__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.deal__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 15% 15% 21% 16%;
  grid-template-columns: 23% 15% 15% 21% 16%;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
}

.deal__info .deal__cargo {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.deal__info .deal__ship {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.deal__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.deal__info-item span {
  margin-bottom: 6px;
}

.deal__comment {
  grid-column: span 2;
}
.deal__instruction .deal__label {
  text-align: center;
}
.deal__instruction
{
  order: 7;
}

.deal__instruction-button
{
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding: 5px 16px;
  background: #E9EDF5;
  transition: all 0.3s ease;
  width: 100%;    
  border-radius: 20px;
  margin-bottom: 3px;
}
.deal__instruction-button:hover
{
  background: #A8D0DC;
}

.deal__chekbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}

.deal__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
  pointer-events: none;
}

.deal__check {
  width: 15px;
  height: 15px;
  border: 1px solid #A8D0DC;
  border-radius: 5px;
  background-color: transparent;
  margin-right: 7px;
  margin-bottom: 0 !important;
  pointer-events: none;
}

.deal__checkbox:checked~.deal__check {
  background-color: #A8D0DC;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4 6.5L8.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.deal__documents {
  margin-right: 46px;
}

.deal__documents .deal__documents-row {
  display: block;
  width: 100%;
  position: relative;
  font-weight: 700;
  color: #457B9D;
  padding: 0 30px 0 0;
  width: max-content;
  max-width: 100%;
}

.deal__documents .deal__documents-row:not(:last-child) {
  margin-bottom: 15px;
}

.deal__documents .deal__documents-row .deal__download {
  position: absolute;
  right: 0;
  top: 0;
}

.deal__invoices {
  min-width: 450px;
}

.deal__download:hover {
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2716%27 viewBox=%270 0 18 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.83332 6.33333H14L8.99999 11.3333L3.99999 6.33333H8.16666V0.5H9.83332V6.33333ZM2.33332 13.8333H15.6667V8H17.3333V14.6667C17.3333 14.8877 17.2455 15.0996 17.0892 15.2559C16.933 15.4122 16.721 15.5 16.5 15.5H1.49999C1.27898 15.5 1.06701 15.4122 0.910734 15.2559C0.754454 15.0996 0.666656 14.8877 0.666656 14.6667V8H2.33332V13.8333Z%27 fill=%27%23457B9D%27/%3E%3C/svg%3E%0A");

}

.deal__download {
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2716%27 viewBox=%270 0 18 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.83332 6.33333H14L8.99999 11.3333L3.99999 6.33333H8.16666V0.5H9.83332V6.33333ZM2.33332 13.8333H15.6667V8H17.3333V14.6667C17.3333 14.8877 17.2455 15.0996 17.0892 15.2559C16.933 15.4122 16.721 15.5 16.5 15.5H1.49999C1.27898 15.5 1.06701 15.4122 0.910734 15.2559C0.754454 15.0996 0.666656 14.8877 0.666656 14.6667V8H2.33332V13.8333Z%27 fill=%27%23A8D0DC%27/%3E%3C/svg%3E%0A");
  transition: all .3s ease;
  width: 17px;
  height: 15px;
  cursor: pointer;
  pointer-events: all;
}

.deal__invoices-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.deal__invoices-row span {
  width: 115px;
  text-align: center;
}

.deal__invoices-row:not(:last-child) {
  margin-bottom: 17px;
}

.deal__invoices-price {
  max-width: 115px;
  width: 100%;
  text-align: right;
}

.deal__invoices-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
  gap: 5px;
  max-width: 200px;
  width: 100%;
}

.deal__invoices-number span {
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #457B9D;
  width: 95px !important;
}
.deal__label {
  display: block;
  margin-bottom: 8px;
}

.deal__containers {
  margin-bottom: 30px;
}

.deal__containers-table {
  width: 100%;
}

.deal__containers thead td, 
.deal__containers thead td b,
.deal__containers-table tfoot td,
.deal__lcl thead td, 
.deal__lcl thead td b,
.deal__lcl-table tfoot td,
.deal__avia thead td, 
.deal__avia thead td b,
.deal__avia-table tfoot td
{
  color: #18364A !important;
  font-weight: 400;
  font-size: 14px;
}

.deal__containers-table tr td,
.deal__lcl-table tr td,
.deal__avia-table tr td
 {
  color: #457B9D;
  text-align: center;
  word-break: break-all;
  padding: 1px 2px;
  line-height: 18px;
}
@media (any-hover: hover){
  .deal__containers-table tbody tr:hover,
  .deal__avia-table tbody tr:hover,
  .deal__lcl-table tbody tr:hover {
    background: #e1eff3;
  }
}


.deal__containers-table tr td:first-child,
.deal__avia-table tr td:first-child,
.deal__lvl-table tr td:first-child {
  text-align: left;
  /* width: 150px; */
}

.deal__containers-table .deal__containers-name,
.deal__lvl-table .deal__lvl-name,
.deal__avia-table .deal__avia-name {
  text-align: right;
  /* width: 30%; */
}

.route {
  align-items: flex-start;
  gap: 2px;
  padding: 30px 44px 30px 23px;
  background: rgba(168, 208, 220, 0.1);
  border-top: 1px dashed #A8D0DC;
  border-bottom: 1px dashed #A8D0DC;
  margin-bottom: 30px;

}

.instruction {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 7;
}
.instruction ._button {
  transition: none !important;
}
.instruction textarea {
  height: 4rem;
}
.instruction textarea,
.instruction input:not([type="checkbox"]) {
  background: #F7F9FC;
  border-bottom: 1px solid #E9EDF5;
  border-radius: 4px;
  outline: none;
  width: 100%;
  font-family: "Nunito", sans-serif;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #457B9D;
  resize: vertical;

}

.instruction .popup__close {
  top: 14px
}

.instruction__popup-box {
  background-color: #A8D0DC;
  max-width: 800px;
  width: 100%;
  padding: 40px 15px 30px 25px;
  background: #FFFFFF;
  border-radius: 4px;
  height: auto;
  max-height: calc(100vh - 30px);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.instruction__wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  height: auto;
  max-height: calc(100vh - 130px);
}

.instruction__save {
  max-width: 140px;
  margin: 10px 15px 0 auto;
  cursor: pointer;
}

.instruction__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 25px;
}

.instruction__form label{
  width: calc(50% - 10px);
}

.instruction__form label span {
  display: block;
  margin-bottom: 6px;

}

.instruction__checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.instruction__checkbox-wrapper input {
  z-index: 1;
}

.instruction__containers {
  margin-top: 20px;
}

.instruction__containers-table td {
  width: 25%;
  padding-top: 10px;
}

.instruction__containers-table td:not(:last-child) {
  padding-right: 10px;
}

.instruction__containers-table td input {
  padding: 5px 10px;
}

.route b {
  color: #18364A;
  display: block;
  margin: 9px 0 4px;
}

.route span {
  display: block;
  margin-bottom: 3px;
}

.route__item {
  width: 100%;
  /* max-width: 140px; */
}

.route__item:last-child {
  /* width: 70%; */
}

.route__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.route__icon {
  margin-right: 5px;
}

.route__type {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px dashed #A8D0DC;
}

.route__type img {
  display: block;
  margin: 0 auto;
}

.route__city {
  font-weight: 500;
}

.table__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  height: 100%;
}

.rates {
  background-color: rgba(255, 209, 1, 0.03);
  border-top: 1px dashed #A8D0DC;
  border-bottom: 1px dashed #A8D0DC;
  padding: 30px;
  position: relative;
}

.rates.active .rates__content {
  display: block;
}

.rates__message {
  color: #D92936;
  font-weight: 700;
}

.rates__message.active {



  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.rates__message--success {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #457B9D;
}

.rates__button {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: #EEFAFA;
  padding: 10px 22px;
  background-color: #A8D0DC;
  border-radius: 50px;
  transition: all .3s ease;
}

.rates__button:hover {
  background-color: #457B9D;
  color: #fff;
}

.rates.active .rates__button {
  display: none;
}
.rates__close  {
  position: absolute;
  right: 32px;
  top: 45px;
}

.rates.active .rates__close {
  display: block;
}

.rates.active .rates__send {
  display: block;
}

.rates__text {
  max-width: 440px;
  margin-bottom: 26px;
  padding: 0 30px 0 0;
}

.rates__text b {
  color: #1D3557;
  display: block;
  margin-bottom: 6px;
}

._blue_button {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #EEFAFA;
	padding: 2px 3px;
	background-color: #457B9D;
	border-radius: 40px;
	transition: all .3s ease;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}

._blue_button:hover {
  background-color: #2c5a77;
  color: #fff;
}

.rates__close {
  display: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 22px;
  height: 22px;
  align-self: flex-start;
}

.rates__close:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rates__content {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rates__content p {
  margin-bottom: 13px;
  font-weight: 500;
}


.rates__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 589px;
  margin-bottom: 34px;
}

.rates__radio {
  position: relative;
}

.rates__radio input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.rates__radio input:hover~.rates__label {
  border: 7px solid #FFE87C;
}

.rates__radio input:checked~.rates__label {
  font-weight: 700;
  background-color: #FFD101;
  border: 7px solid #FFE87C;
}

.rates__label {
  width: 35px;
  cursor: pointer;
  height: 35px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #457B9D;
  border-radius: 50%;
  background-color: #EEFAFA;
  border: 7px solid #FFFEF7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.rates__comment {
  color: #457B9D;
  font-weight: 500;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #A8D0DC;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.rates__comment::placeholder {
  color: #A8D0DC;
}

.rates__send {
  display: none;
  max-width: 125px;
  margin-left: auto;
}

.table-settings {
  padding: 20px 0;
}

.table-settings__left {
  max-width: 380px;
  width: 100%;
}

.table-settings__left p {
  display: inline;
  color: #457B9D;
}

.table-settings__left p span {
  font-weight: 600;
}

.table-settings__download{
  font-family: "Rubik", sans-serif;
  color: #219653;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.table-settings__download img {
  width: 18px;
  height: 20px;
  margin-right: 9px;
}

.containers__download 
{
  font-family: "Rubik", sans-serif;
  color: #219653;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.containers__download img {
  width: 18px;
  height: 20px;
  margin-right: 9px;
}

.table-settings__right {
  gap: 30px;
}

.table-settings__show-by {
  color: #457B9D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-settings__show-by select {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.jq-selectbox{
  position: relative;
}
.jq-selectbox__dropdown {
  position: absolute;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  bottom: 25px !important;
}
.jq-selectbox__select-text {
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 0 12px 0 0;
}

.jq-selectbox.opened .jq-selectbox__select-text::after {
  transform: rotate(-270deg);
}

.jq-selectbox__select-text::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2714%27 viewBox=%270 0 11 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33838 6.99998L8.66671 3.44748V10.5525L3.33838 6.99998ZM0.853375 7.34664L9.68587 13.235C9.74862 13.2767 9.82152 13.3007 9.8968 13.3043C9.97208 13.3079 10.0469 13.291 10.1134 13.2554C10.1798 13.2199 10.2354 13.1669 10.2741 13.1023C10.3129 13.0376 10.3333 12.9637 10.3334 12.8883V1.11164C10.3333 1.03627 10.3129 0.962327 10.2741 0.897678C10.2354 0.833029 10.1798 0.780099 10.1134 0.744525C10.0469 0.708951 9.97208 0.692065 9.8968 0.695666C9.82152 0.699268 9.74862 0.723221 9.68587 0.764976L0.853375 6.65331C0.796309 6.69136 0.74952 6.74291 0.717159 6.80339C0.684797 6.86386 0.667865 6.93139 0.667865 6.99998C0.667865 7.06856 0.684797 7.13609 0.717159 7.19657C0.74952 7.25704 0.796309 7.30859 0.853375 7.34664Z%27 fill=%27%23457B9D%27/%3E%3C/svg%3E%0A");
  transform: rotate(-90deg);
  right: 0;
  top: 2px;
  transition: all .3s ease;
}

.table-settings__show-by span{
  margin-right: 5px;
  display: block;
}
.jq-selectbox__dropdown li {
  padding: 5px;
  background-color: #E9EDF5;
  transition: all .3s ease;
  cursor: pointer;
}
.jq-selectbox__dropdown li.sel.selected {
  font-weight: 700;
  background-color: #A8D0DC
}


.jq-selectbox__dropdown li:hover {
  background-color: #A8D0DC
}


.jq-selectbox__dropdown li:not(:last-child) {
  border-bottom: 1px dashed #1D3557;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pagination__first,
.pagination__last {
  width: 11px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2714%27 viewBox=%270 0 11 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.66667 6.44415L10.1858 0.76498C10.2486 0.723226 10.3215 0.699272 10.3968 0.695671C10.472 0.692069 10.5469 0.708955 10.6133 0.744529C10.6798 0.780103 10.7353 0.833033 10.7741 0.897682C10.8128 0.962331 10.8333 1.03628 10.8333 1.11165V12.8883C10.8333 12.9637 10.8128 13.0376 10.7741 13.1023C10.7353 13.1669 10.6798 13.2199 10.6133 13.2554C10.5469 13.291 10.472 13.3079 10.3968 13.3043C10.3215 13.3007 10.2486 13.2767 10.1858 13.235L1.66667 7.55581V12.8333C1.66667 13.0543 1.57887 13.2663 1.42259 13.4226C1.26631 13.5788 1.05435 13.6666 0.833333 13.6666C0.61232 13.6666 0.400358 13.5788 0.244078 13.4226C0.0877975 13.2663 0 13.0543 0 12.8333V1.16665C0 0.945633 0.0877975 0.733671 0.244078 0.577391C0.400358 0.421111 0.61232 0.333313 0.833333 0.333313C1.05435 0.333313 1.26631 0.421111 1.42259 0.577391C1.57887 0.733671 1.66667 0.945633 1.66667 1.16665V6.44415ZM9.16667 10.5525V3.44748L3.83833 6.99998L9.16667 10.5525Z%27 fill=%27%23457B9D%27/%3E%3C/svg%3E%0A");
}

.pagination__prev,
.pagination__next {
  width: 10px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2711%27 height=%2714%27 viewBox=%270 0 11 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33838 6.99998L8.66671 3.44748V10.5525L3.33838 6.99998ZM0.853375 7.34664L9.68587 13.235C9.74862 13.2767 9.82152 13.3007 9.8968 13.3043C9.97208 13.3079 10.0469 13.291 10.1134 13.2554C10.1798 13.2199 10.2354 13.1669 10.2741 13.1023C10.3129 13.0376 10.3333 12.9637 10.3334 12.8883V1.11164C10.3333 1.03627 10.3129 0.962327 10.2741 0.897678C10.2354 0.833029 10.1798 0.780099 10.1134 0.744525C10.0469 0.708951 9.97208 0.692065 9.8968 0.695666C9.82152 0.699268 9.74862 0.723221 9.68587 0.764976L0.853375 6.65331C0.796309 6.69136 0.74952 6.74291 0.717159 6.80339C0.684797 6.86386 0.667865 6.93139 0.667865 6.99998C0.667865 7.06856 0.684797 7.13609 0.717159 7.19657C0.74952 7.25704 0.796309 7.30859 0.853375 7.34664Z%27 fill=%27%23457B9D%27/%3E%3C/svg%3E%0A");
}

.pagination__number {
  color: #457B9D;
  font-weight: 600;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__number.active {
  font-weight: 700;
  background-color: #A8D0DC;
}

.pagination__next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination__last {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
}

.loader.loader-table {
  padding-top: 200px;
  align-items: start;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.loader.loader-popup {
  height: 100%
}

.overflow-hidden {
  overflow: hidden;
}




.loader.loader-table .loader-circle {
  position: static;
}

.loader.show {
  display: flex;
}

.loader-circle {
  width: 40px;
  height: 40px;
  border: 4px solid #E9EDF5;
  border-radius: 50%;
  border-top-color: #457B9D;
  position: absolute;
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

@keyframes loader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);

  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

._button {
  background-color: #D92936;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 900;
  font-size: 14px;
  line-height: 130%;
  color: #EEFAFA;
}

._button:hover,
._button:active,
._button:focus {
  background-color: #AD2630;
}

.loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: opacity .4s ease;
}

.loader.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
}



.loader-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #5cc4ef;
  border-bottom: 3px solid #1D3557;
  background-color: transparent;
  animation: spin 2s infinite ease;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* TABLE MOBILE */


.table-mobile {

}

.table-mobile__order {
  display: grid;
  grid-template: 1fr / 1fr 1fr 1fr;
  gap: 15px;
  padding: 20px;
  border-top: 1px dashed #A8D0DC;
}

.table-mobile__order:nth-child(even) {
  background-color: #F7F9FC;
}

.table-mobile__item {

}

.table-mobile__item b {
  color: #457B9D;
  display: block;
  margin-bottom: 2px;
}
.table-mobile__item[data-col_name="payment"] .table-mobile__subtitle {
  margin-bottom: 15px;
}
 
.table-mobile__subtitle {
  font-weight: 300;
  font-size: 13px;
  color: #1D3557;
  margin-bottom: 8px;
  display: block;
}

.table-mobile__date {

}


.search--mobile input {
  width: 20px;
  transition: all .3s ease;
  padding: 0;
  font-size: 0;
}

.search--mobile.active input {
  width: auto;
  padding: 5px 40px 6px 15px;
  font-size: 14px;
}



/* SELECT */


/* MEDIA */
@media (min-width: 991.98px) {
  .table-mobile {
    display: none;
  }
}


@media (max-width: 991.98px) {
  .table__main {
    display: none;
  }
  .cabinet__content {
    padding: 12px 19px 27px;
  }
  .cabinet__settings-link {
    pointer-events: none;
  }
  .cabinet__settings-link img {
    display: none;
  }
  .deal__popup-box {
    padding: 30px 30px 0;
  }
  .deal__invoices-row {
    display: grid;
    grid-template-areas: 
    'number price download'
    'number payment download';
    column-gap: 7px;
  }
  .deal__invoices-number {
    grid-area: number;
  }
  .deal__invoices-price {
    width: 100%;
    text-align: center;
    grid-area: price;
    margin-bottom: 4px;
  }
  .deal__invoices-row .payment {
    grid-area: payment;
  }
  .deal__invoices-row .deal__download {
    grid-area: download;
  }

  .deal__documents {
    width: 100%;
    max-width: 348px;
 
  }
  .deal__documents-row {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
}


@media (min-width: 739.98px) {
  .sidebar__list .cabinet__cabinet-link {
    display: none;
  }
}

@media (max-width: 739.98px) {
  .cabinet .wrapper {
      flex-direction: column;
  }
  .sidebar,
  .sidebar.sidebar--min {
    width: 100%;
    max-width: 100%;
    min-height: 57px;
  }
  .sidebar__top {
    display: flex;
    height: 100%;

  }
  .sidebar__navigation {
    padding: 0 20px 0 0;
    margin: 0;
    align-self: flex-end;
  }

  .sidebar__decor {
    height: 100%;
    width: 1px;
    margin: 0 18px;
  }

  .sidebar__list {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
  .open_calculator img,
  .sidebar__link img {
    margin: 0;
  }
  .open_calculator span,
  .sidebar__link span {
    display: none;
  }
  .sidebar__link,
  .open_calculator {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 45px;
    height: 40px;
    border-radius: 20px 20px 0px 0px;
  }
  .sidebar__link::before {
    bottom: 0;
    left: -19px;
    right: auto;
    transform: rotate(0);
  }

  .sidebar__link::after {
    top: auto;
    bottom: 0;
    right: -19px;
    transform: rotate(90deg);
  }

  .sidebar__switch {
    display: none;
  }
  .sidebar__link.active {
    
  }
  .sidebar .cabinet__cabinet-link {
    padding: 10px;
  }

  .cabinet__top .cabinet__cabinet-link {
    display: none;
  }

  .user {
    right: 10px;
  }

  .data__table-settings {
    display: none;
  }
  .deal__popup-box {
    padding: 15px 15px 0;
  }
  .deal__info {
    grid-template: 1fr / 1fr 1fr 1fr;
  }
  .deal__info-item.deal__cargo {
    order: 6;
    /* grid-column: span 3; */
  }
  .deal__info-item.deal__cargo-is-insured  {
    order: 7;
  }
  .deal__info-item.deal__insurance-number {
    order: 8;
  }
  .route {
    flex-wrap: wrap;
    padding: 40px 20px;
    row-gap: 20px;
  }
  .route__item {
    flex: 1 1 auto;
    width: auto;
  }

  .deal__invoices {
    max-width: 350px;
    width: 100%;
    min-width: 350px;
  }
  .user__wrapper::before {
    right: 0;
  }
}
@media (max-width: 699.98px) {
  .deal__containers-table .deal__containers-name{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
  }
  .deal__containers {
    overflow: auto;
    padding-bottom: 20px;
  }
  .deal__containers-table {
    width: max-content;
  }
  .deal__containers-table tr td:not(:last-child){
    padding-right: 20px;
  }

  .deal__containers-table tr td {
    width: auto !important;
    max-width: 175px;
    transition: all .3s ease;
    padding-bottom: 20px;
  }
  .deal__containers-table tr {
    position: relative;
    
  }
  .deal__containers-table tr.active td{
    padding-bottom: 55px;
  }
  .deal__containers-table tr.active .deal__containers-name .spoller{
    transform: rotate(-180deg);
  }
  .deal__containers-table tr.active {
    position: relative;
  }
  .deal__containers-table thead .deal__containers-name {
    display: none;
  }
  .deal__containers-table .deal__containers-name .name {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    transition: all .3s ease;
  }
  .deal__containers-table tr.active .deal__containers-name .name {
    font-size: 14px;
  }
  .deal__containers-table .deal__containers-name .spoller {
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.0001 7.66175L3.4476 2.33341L10.5526 2.33341L7.0001 7.66175ZM7.34676 10.1467L13.2351 1.31425C13.2769 1.2515 13.3008 1.17861 13.3044 1.10332C13.308 1.02804 13.2911 0.953192 13.2555 0.886748C13.22 0.820303 13.167 0.764752 13.1024 0.72601C13.0377 0.687268 12.9638 0.666788 12.8884 0.666749L1.11176 0.666748C1.0364 0.666787 0.962449 0.687268 0.8978 0.726009C0.833151 0.764751 0.780221 0.820302 0.744647 0.886747C0.709073 0.953192 0.692187 1.02804 0.695789 1.10332C0.69939 1.17861 0.723343 1.2515 0.765098 1.31425L6.65343 10.1467C6.69148 10.2038 6.74303 10.2506 6.80351 10.283C6.86398 10.3153 6.93151 10.3323 7.0001 10.3323C7.06869 10.3323 7.13621 10.3153 7.19669 10.283C7.25716 10.2506 7.30871 10.2038 7.34676 10.1467Z' fill='%23457B9D'/%3E%3C/svg%3E%0A");
    background-size: contain;
    margin: 0;
    background-repeat: no-repeat;
    transition: all .3s ease;

  }  
  .rates__preview {
    flex-wrap: wrap;
  }

  .rates__button {
    margin: 0 auto;
    background-color: #D92936;
    border-radius: 50px;
    font-weight: 900;
    line-height: 130%;
    color: #EEFAFA;
  }

  .rates__button:hover {
    background-color: #D92936;
  }

  .rates {
    padding: 30px 12px;
  }

  .deal__row {
    flex-direction: column;
  }
  .deal__documents {
    margin-bottom: 30px;
  }
  .deal__invoices-number {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: none;
    width: auto;
  }

  .deal__invoices-number b,
  .deal__invoices-number span {
    text-align: left;
  }
  .deal__invoices-row {
    grid-template-areas: 'number price payment download';
  }
  .deal__documents,
  .deal__invoices {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}


@media (min-width: 559.98px) {
  .search--mobile {
    display: none;
  }
}


@media (max-width: 559.98px) {
  .actions .search {
    display: none;
  }
  .cabinet__top {
    background: transparent;
    border: none;
    padding: 0;
  }
  .actions__switcher {
    max-width: 100%;
    
  }
  .data__actions {
    padding: 16px 0 24px;
  }
  .route__item {
    width: 45% !important;
  }
  .rates__label {
    width: 25px;
    height: 25px;
    border-width: 5px;
  }
  .rates__radio input:checked~.rates__label {
    border: 5px solid #FFE87C
  }
  .rates__close  {
    right: 14px;

  }

  .rates__comment {
    padding: 3px 12px 12px 0;
  }

}


@media (max-width: 479.98px) {
  .cabinet__content {
    padding: 16px 12px 0;
  }

  .actions__switcher button {
    padding: 11px 3px;
  }
 
  .table-mobile__order {
    grid-template: 1fr 1fr 1fr / 1fr 1fr;
    padding: 15px;
  }
  .table-mobile__order:nth-child(even) {
    background-color: transparent;
  }
  .table-mobile__item[data-col_name="status"] {
    order: 5;
  }
  .table-mobile__item[data-col_name="payment"] {
    order: 6;
  }
  .deal__invoices-number {
    text-align: left;
    flex-direction: column;
  
  }
  .deal__invoices-number b {
    width: 100%;
  }
  .rates__row {
    margin-bottom: 20px;
  }
  .instruction {
    padding: 15px 10px;
  }
  .instruction__form-wrapper {
    gap: 10px !important;
  }
  .instruction__form label,
  .instruction input[name="bl_cargo_code"]{
    width: 100% !important;
  }

  .instruction textarea,
.instruction input:not([type="checkbox"]) {
  font-size: 13px;
}
  .instruction ._button {
    margin: 10px auto 0 !important;
  }
  .instruction__containers {
    margin-top: 10px;
  }

  .instruction__containers-table td {
    padding-top: 5px;
  }
  
  .instruction__containers-table td:not(:last-child) {
    padding-right: 5px;
  }
  
  .instruction__containers-table td input {
    padding: 3px 5px;
  }
}

@media (max-width: 399.98px) { 
  .sidebar .logo {
    width: 52px;
    margin: 5px 0 7px 15px;
  }
  .sidebar__decor {
    margin: 0 10px;
  }
  .sidebar__list {
    gap: 5px;
  }
  .deal__invoices-row {
    grid-template-areas: 
    'number price download'
    'number payment download';
  }
  .rates__row {
    flex-wrap: wrap;
  }
  .rates__label {
    width: 35px;
    height: 35px;
    border-width: 7px;
  }
  .rates__radio input:checked~.rates__label {
    border: 7px solid #FFE87C
  }
  .rates__radio {
    width: 18%;
  }
  .user {
    max-width: 300px;
  }
}

/* LANGUAGE SWITCHER */

.language__list_wrapper {
  margin: 6px auto 36px;
}

.language__list li {
  padding: 5px 7px;
  margin-top: 2px;
}

.user__block .language__list li.active {
  font-weight: 700;
  color: #13263f;
}

/* 404 */

.wrap-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.cls404 {
  display: block;
  font-size: 200px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

.text404 {
  display: block;
  text-align: center;
  font-size: 40px;
}

.back_btn_404 {
  max-width: 150px;
  text-align: center;
  margin: 20px auto 0;
}

@media (max-width: 600px){
  .cls404 {
    font-size: 120px;
    margin-bottom: 30px;
  }
  .text404 {
    font-size: 20px;
  }
}

.deal__lcl,.deal__avia{
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;

  border-top: 1px dashed #A8D0DC;
  border-bottom: 1px dashed #A8D0DC;
  padding: 30px 0;
  position: relative;
}