@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

body {
    overflow-x: hidden;
    font-family:  'Roboto Flex', sans-serif;
    font-size: 14px;
    font-weight: 400
}

:root {
    --app-height: 100%;
    --white-color: #FFFFFF;
    --light-color: #F7F7F7;
    --light-grey-color: #E5E5E5;
    --border-color: #D9D9D9;
    --light-white-color: #ccc;
    --sublist-color: #AAAAAA;
    --sublist-item-color: #aaaaaa;
    --placeholder-color: #999999;
    --text-muted-color: #6c757d;
    --shadow: 0 3px 6px rgba(87, 87, 87, 0.25);
    --black-color: #000000;
    --text-color: #121212;

    --primary-ligth-color: #ede9f5;
    --primary-color-light: #7E49B5;
    --primary-color: #6430a1;
    --seconadary-ligth-color: #56befa;
    --seconadary-color: #3dabd7;
    --danger-color: #dc3545;
    --danger-light-color: #e34a59;
    --success-color: #59dc35;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    line-height: 1 !important;
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px; /* changed */
    font-weight: 400;
}

body.preload * {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    -webkit-transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
    -o-transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
    transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}
div.datepicker {
    position: relative;
    font-size: 12px;
    width: 196px;
    height: 147px;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
}
.datepickerContainer {
    position: absolute;
}

/* Hide border divs by default */
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
    /*display:;*/
}

.datepickerHidden {
    display: none;
}
div.datepicker table {
    border-collapse:collapse;
}
div.datepicker a {
    color: black;
    text-decoration: none;
    cursor: default;
    outline: none;
}
div.datepicker table td {
    text-align: center;
    padding: 0;
    margin: 0;
}
div.datepicker th {
    text-align: center;
    color: #666666;
    font-weight: normal;
    padding:0;
}
div.datepicker tbody a {
    display: block;
}
.datepickerDays a {
    width: 20px;
    line-height: 16px;
    height: 16px;
    padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
    width: 39px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}
.datepickerMonths td:first-child a,
.datepickerMonths td:last-child a,
.datepickerYears td:first-child a,
.datepickerYears td:last-child a {
    width:38px;
}
td.datepickerNotInMonth a {
    color: #666666;
}
tbody.datepickerDays td.datepickerSelected{
    background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
    background: #17384d;
}
div.datepicker td.datepickerSelected a {
    color:white;
}
div.datepicker a:hover,
div.datepicker a:hover {
    color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
    color: #999999;
}
.datepickerSpace div {
    width: 20px;
}
.datepickerBlock {
    vertical-align:top;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(87, 87, 87, 0.25);
    background: #fff;
}
.datepickerBlock>table {
    margin: 15px;
    padding: 15px !important;
}
.datepickerContainer {
}

a.datepickerGoNext,
a.datepickerGoPrev,
a.datepickerMonth {
    text-align: center;
    height: 20px;
    line-height: 20px;
    float:left;
}
div.datepicker th a.datepickerGoNext,
div.datepicker th a.datepickerGoPrev {
    width: 20px;
    color: #666666;
    display:none;
}
div.datepicker th a.datepickerMonth {
    width:114px;
    display:block;
}
/* Only display the previous/next arrows on the first/last calendars */
div.datepicker .datepickerFirstView th a.datepickerGoPrev,
div.datepicker .datepickerLastView th a.datepickerGoNext {
    display:block;
}
/* Compensate for the space lost by not having a previous arrow */
div.datepicker th a.datepickerMonth {
    margin-left:20px;
}
div.datepicker .datepickerFirstView th a.datepickerMonth {
    margin-left:0;
}
/* Day mode calendar body */
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
    display: none;
}
/* Month mode calendar body */
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
    display: none;
}
/* Year mode calendar body */
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
    display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
    color: #555555;
}
td.datepickerDisabled a:hover {
    color: #333333;
}
/* Not used by default, calendar cells can be marked as special if desired (doesn't seem to be totally working) */
div.datepicker tbody.datepickerDays td.datepickerSpecial a {
    background: #770000;
    color:white;
}
div.datepicker tbody.datepickerDays td.datepickerSpecial.datepickerSelected a {
    background: #aa0000;
}

/* style the 'not in month' day cell away */
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background-color:transparent;
}
div.datepicker td.datepickerNotInMonth a span {
}
div.datepicker td.datepickerNotInMonth a:hover span {
    display:none;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth:hover {
    background-color: transparent;
}
/* Datepicker border styling */

/* Tighten up the spacing between multiple calendars */
.datepickerSpace div {
    width:2px;
}

/* Grey background behind Month Name row, and blue text */
div.datepicker th {
    background-color:#DDDDDD;
}
div.datepicker th a.datepickerMonth {
    color:#008ED6;
    font-weight:normal;
}

/* style the day of week header cells */
div.datepicker th {
    color: black;
    font-weight: bold;
}
/* grey underline beneath day of week row */
div.datepicker table thead tr.datepickerDoW th {
    border-bottom: 1px solid #CCCCCC;
}

/* Black text, white background, and grey borders around day cells */
div.datepicker a,
div.datepicker a:hover {
    color: black;
}
div.datepicker table.datepickerViewDays,
div.datepicker table.datepickerViewMonths,
div.datepicker table.datepickerViewYears {
    background-color:white;
}
div.datepicker table tbody.datepickerDays td {
    border: 1px solid #F7F7F7;
}

/* blue cell color for selected days */
tbody.datepickerDays td.datepickerSelected {
    background-color:#0077CC;
}

/* Grey out dates in the future */
div.datepicker td.datepickerFuture a {
    color:#DDDDDD;
}

/* yellow cell background on hover */
div.datepicker tbody.datepickerDays td:hover {
    background-color: #FFCC33;
}

/* Bold today's date */
div.datepicker td.datepickerToday a {
    font-weight:bold;

    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 15px;
}

div.datepicker td.datepickerPast a  {
    opacity: .5;
    pointer-events: none ;
}

/* cells are wider in the clean style */
.datepickerYears a, .datepickerMonths a {
    width: 42px;
}
.datepickerMonths td:first-child a,
.datepickerYears td:first-child a {
    width:39px;
}
div.datepicker th a.datepickerMonth {
    width:121px;
}



div.datepicker table tbody.datepickerDays td {
    height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    border: 0;
    color: #8C8C9D;
    cursor: pointer;
}
div.datepicker table tbody.datepickerDays td a{
    height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    color: #121212;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.datepickerNotInMonth a,.datepickerDisabled a {
    color: #8C8C9D !important;
}

div.datepicker .datepickerNotInMonth:hover a,
div.datepicker .datepickerDisabled:hover a,
div.datepicker .datepickerNotInMonth a:hover,
div.datepicker .datepickerDisabled a:hover {
    color: #121212 !important;
}
div.datepicker table tbody.datepickerDays td {
    background: #fff !important;
}

div.datepicker table tbody.datepickerDays td.datepickerSelectedRange {
    background: linear-gradient(180deg, #ece6ff 0%, #e0e7ff 100%) !important;
}
div.datepicker table tbody.datepickerDays td.datepickerSelectedFirst a {
    border-radius: 15px 0 0 15px;
}
div.datepicker table tbody.datepickerDays td.datepickerSelectedLast a {
    border-radius: 0 15px 15px 0;
}
div.datepicker table tbody.datepickerDays td.datepickerSelectedFirst a,
div.datepicker table tbody.datepickerDays td.datepickerSelectedLast a{
    background: linear-gradient(180deg, #BC9CFF 0%, #8BA4F9 100%);
}

div.datepicker table tbody.datepickerDays td.datepickerSelectedFirst a,
div.datepicker table tbody.datepickerDays td.datepickerSelectedLast a{
    color: #fff;
    font-weight: 700;
}

div.datepicker tbody.datepickerDays td {
    transition: ease .2s;
}
div.datepicker tbody.datepickerDays td:hover {
    background: linear-gradient(180deg, #ece6ff 0%, #e0e7ff 100%);
}

div.datepicker table thead tr.datepickerDoW th {
    color: #BC9CFF;
    height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    font-weight: 700;
}

div.datepicker table thead  *{
    background: #fff;
}
div.datepicker table thead  tr:first-child {
    width: 100%;
}
div.datepicker table thead  tr:first-child .datepickerMonth{
    width: 100%;
}
.datepicker_header {
    display: flex;
    justify-content: space-between;
}
div.datepicker th a.datepickerMonth {
    color: #121212;
    font-weight: 700;
    font-size: 16px;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}
.leaflet-container a {
    color: #0078A8;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}


/* general typography */
.leaflet-container {
    font-size: 14px;
    line-height: 1.5;
}
.leaflet-popup-tip {
    display: none;
}

/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
}
.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(../../img/icon/marker.svg);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    display: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}
.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}


.leaflet-popup{
    min-width: 400px;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.marker-body__title{
        font-size: 14px;
    color: #dc3545;
    font-weight: 700;
}
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.irs-line {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    outline: none !important;
}
.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}
.irs-handle.type_last {
    z-index: 2;
}
.irs-min,
.irs-max {
    display: none;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    display: none;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    display: none;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs--flat {
    height: 40px;
}
.irs--flat.irs-with-grid {
    height: 60px;
}
.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}
.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}
.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
    color: #999;
}
.irs--big {
    height: 55px;
}
.irs--big.irs-with-grid {
    height: 70px;
}
.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}
.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}
.irs--big .irs-grid-pol {
    background-color: #428bca;
}
.irs--big .irs-grid-text {
    color: #428bca;
}
.irs--modern {
    height: 55px;
}
.irs--modern.irs-with-grid {
    height: 55px;
}
.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}
.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}
.irs--modern .irs-grid {
    height: 25px;
}
.irs--modern .irs-grid-pol {
    background-color: #dedede;
}
.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}
.irs--sharp.irs-with-grid {
    height: 57px;
}
.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}
.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
    height: 25px;
}
.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}
.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--round {
    height: 50px;
}
.irs--round.irs-with-grid {
    height: 36px;
}
.irs--round .irs-line {
    top: 5px;
    height: 5px;
    background-color: transparent;
    border: 1.2px solid #C7C7CF;
    border-radius: 10px;
}
.irs--round .irs-bar {
    top: 5px;
    height: 4px;
    background: linear-gradient(360deg, rgba(0,201,199,1) 0%, rgba(84,17,153,1) 100%);
}
.irs--round .irs-bar--single {
    height: 5px;
    border-radius: 10px;
}
.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
    top: 0px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: linear-gradient(360deg, rgba(0,201,199,1) 0%, rgba(84,17,153,1) 100%);
    border-radius: 50%;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}
.irs--round .irs-grid {
    height: 25px;
    top: 3px;
}
.irs--round .irs-grid-pol {
    background-color: #dedede;
}
.irs--round .irs-grid-text {
    color: #575870;
    font-size: 10px;
    font-weight: 100;
}
.irs--square {
    height: 50px;
}
.irs--square.irs-with-grid {
    height: 60px;
}
.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}
.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}
.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}
.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}
.irs--square .irs-grid {
    height: 25px;
}
.irs--square .irs-grid-pol {
    background-color: #dedede;
}
.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}
.irs-grid-pol.small {
    display: none;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.card__user-data__image {
    display: block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

.card__user-data {
    align-items: center;
}

.btn-nav-header:last-child {
    margin-right: 80px;
}

.header-banner__row-h2, .header-banner__row-h3 {
    display: block;
}

.header-nav__row > .header-nav__row-sub:first-child {
    gap: 50px;
}

.btn-outline.btn-primary.btn-nav-header {
    width: unset !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    padding: 10px 17px !important;
}

.btn-outline.btn-secondary {
    width: unset !important;
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
    padding: 10px 17px !important;
}

.card__user-data__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.header-profile, .header-profile * {
    font-size: 12px !important;
}

.header-nav__row-sub, .header-nav__row-sub * {
    font-size: 13px !important;
}

.header-nav__row-sub__buttons, .header-nav__row-sub__buttons * {
    font-size: 12px !important;
}

.leaflet-routing-container {
    display: none;
}

body.lock {
    overflow-y: hidden;
    padding-right: 15px;
}

.wrapper {
    max-width: 100%;
    overflow-x: hidden;
    min-height: var(--app-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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


#alert-container {
    position: fixed;
    top: 15px;
    width: 100%;
    z-index: 22;
}

.check-item input.invalid + label:before {
    border-color: var(--danger-color) !important;
}

.flash-message .alert {
    margin-left: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    max-width: 400px;
}

.flash-message .alert .alert__title {
    font-weight: 700;
}

.alert {
    cursor: pointer;
}

.alert-info {
    color: #004085;
    background-color: #cce5ff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
}


.dynamic-errors {
}

.main-title {
    font-weight: 600;
    font-size: 50px;
    color: var(--white-color) FFF;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-subtitle {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 48px;
}

.section-title {
    font-weight: 400;
    font-size: 30px;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text-line-height {
    line-height: 1.2 !important;
}

.section-subtitle {
    font-weight: 400;
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 15px;
}

.block-title {
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
}

.text-white {
    color: var(--white-color) !important;
}

.text-black {
    color: var(--black-color) !important;
}

.container {
    width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin: 0 auto;
}


.container .container {
    width: 100% !important;
    padding: 0 !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-space-evenly {
    justify-content: space-evenly;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


.dropdown {
    position: relative;
    cursor: pointer;
    color: var(--text-color);
}

.close-dropdown-button,
.close-datepicker-button {
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(../img/icon/close_grey.svg);
    filter: invert(1);
}

.dropdown .dropdown__label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid var(--border-color);
    padding: 13px 24px 11px 15px;
    border-radius: 15px;
    position: relative;
    font-size: 14px;
    /* changed */
}

.search-dropdown .dropdown__item {
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-dropdown .dropdown__item img {
    height: 20px;

}

.phone-widget .dropdown__label:after {
    display: none !important;
}

.phone-widget .dropdown__label {
    display: flex;
    align-items: center;
    gap: 7px;

    width: 92px !important;
    padding-right: 15px !important;
}

.phone-widget .dropdown__label img {
    width: 20px;
    height: 20px;
}

.search-dropdown.dropdown .dropdown__label input[type="text"] {
    height: 40px;
    flex: 1;
    text-overflow: ellipsis;
}

.search-dropdown.dropdown .dropdown__label {
    padding: 0 48px 0 15px;
    display: flex;
}

.dropdown-button .dropdown__label {
    height: 40px;
    background: var(--light-color);
    color: var(--text-color);
    border-color: var(--light-color);
    border-radius: 10px;
}

.search-dropdown.dropdown .dropdown__item {
    padding: 7px 24px 5px 15px;
}

.dropdown__placeholder {
    padding: 7px 24px 5px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    color: var(--placeholder-color);
}

.dropdown .dropdown__label:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon/blue_arrow.svg);
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.dropdown-icon .dropdown__label {
    border: 0 !important;
    padding: 0;
}

.dropdown-icon .dropdown__label img {
    height: 20px;
}

.dropdown-icon .dropdown__label:after {
    display: none;
}

.dropdown__list {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    border-radius: 5px;
    border-top: 0;
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    z-index: 181;
    max-height: 300px;
    overflow: auto;
}

.dropdown.right .dropdown__list {
    left: unset;
    right: 0;
}

.dropdown.active .dropdown__label:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

@-webkit-keyframes dropdown-menu-hide {
    from {
        top: 100%;
        opacity: 1;
    }

    to {
        top: 150%;
        opacity: 0;
        display: none !important;
    }
}

@keyframes dropdown-menu-hide {
    from {
        top: 100%;
        opacity: 1;
    }

    to {
        top: 150%;
        opacity: 0;
        display: none !important;
    }
}

@-webkit-keyframes dropdown-menu-show {
    from {
        top: 150%;
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

@keyframes dropdown-menu-show {
    from {
        top: 150%;
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.search-dropdown .clear-search-dropdown span {
    display: block;
    width: 40px;
    height: 40px;
}

.search-dropdown .clear-search-dropdown {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.search-dropdown .clear-search-dropdown span:before,
.search-dropdown .clear-search-dropdown span:after {
    transition: ease .2s;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--sublist-color);
    height: 15px;
    width: 2px;
    border-radius: 10px;
}

.search-dropdown .clear-search-dropdown span:before {
    transform: translate(-50%, -50%) rotate(135deg);

}

.search-dropdown .clear-search-dropdown span:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.clear-dropdown,
.clear-grouped-dropdown span,
.datepicker-widget .clear-datepicker span {
    display: block;
    width: 40px;
    height: 40px;
}

.clear-dropdown,
.clear-grouped-dropdown,
.datepicker-widget .clear-datepicker {
    position: absolute;
    right: 5px;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.clear-grouped-dropdown {
    right: 20px;
}

.clear-dropdown {
    right: 15px;
}

.clear-dropdown div:before,
.clear-dropdown div:after,
.clear-grouped-dropdown div:before,
.clear-grouped-dropdown div:after,
.datepicker-widget .clear-datepicker div:before,
.datepicker-widget .clear-datepicker div:after {
    transition: ease .2s;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--sublist-color);
    height: 15px;
    width: 2px;
    border-radius: 10px;
}

.clear-dropdown div:before,
.clear-grouped-dropdown div:before,
.datepicker-widget .clear-datepicker div:before {
    transform: translate(-50%, -50%) rotate(135deg);

}

.clear-dropdown div:after,
.clear-grouped-dropdown div:after,
.datepicker-widget .clear-datepicker div:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.dropdown__item {
    padding: 3px 9px;
    font-size: 14px;
    /* changed */
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown__item:hover {
    background: var(--light-color);
}

.dropdown__item-link a {
    color: var(--text-color);
    text-decoration: none;
}

.dropdown__item-form button {
    border-radius: 0 !important;
}


.dropdown__item {
    text-align: left;
}

.d-none {
    display: none !important;
}

.dropdown__item-form button {
    padding: 11px 20px 9px;
    transition: ease .2s;
    width: 100%;
    text-align: left;
}

.form-test-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.form-test-button-reset {
    bottom: 55px;
}

.dropdown__item-link a {
    padding: 11px 20px 9px;
    display: block;
    font-size: 14px;
    /* changed */
    transition: ease .2s;
}

.dropdown__item-link a:hover {
    background: var(--light-color);
}

.dropdown__item-form button:hover {
    background: var(--light-color);
}

input[disabled],
.dropdown.disabled {
    opacity: .5;
    pointer-events: none;
}

.dropdown.form-control .dropdown__label {
    height: 40px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    max-width: 100%;
}

.dropdown.form-control .dropdown__list {
    border: 1px solid var(--border-color);
}

.dropdown-multiple .dropdown__item input {
    height: 0;
    width: 0;
    opacity: 0;
    border: 0;
}

.dropdown-multiple .dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-multiple .dropdown__item label:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: var(--white-color);
    border: 1px solid var(--border-color);

}

.dropdown-multiple .dropdown__label span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 10px);
    display: block;
}

.dropdown-multiple .dropdown__item input:checked + label:before {
    border-color: var(--primary-color);
}

.dropdown-multiple .dropdown__item input:checked + label:after {
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: "";
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid #999;
}

.dropdown .dropdown__item {
    padding: 10px 9px;
}

.dropdown__item {
    line-height: 1 !important;
}

.dropdown-multiple .dropdown__item label {

    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    /* changed */
    color: var(--text-color);
    width: 100%;
    height: 20px;
    cursor: pointer;
    line-height: 20px !important;
}

.dropdown-right .dropdown__list {
    left: unset;
    right: 0;
}


.dropdown.invalid .dropdown__label,
.dropdown.form-control > input.invalid + .dropdown__label,
input[type="checkbox"].form-control.invalid + label:before,
input[type="radio"].form-control.invalid + label:before,
input.form-control.invalid,
.form-label-file.invalid {
    border-color: var(--danger-color);
}

.dropdown__item-group {
    color: var(--primary-color);
    font-weight: 700;
    padding: 10px 10px 0 10px !important;
    pointer-events: none;
    cursor: none;
}

.dropdown.dropdown-per-page {
    width: fit-content;
}

.dropdown.dropdown-per-page .dropdown__label {
    border: 0;
    color: #9B9B9B;
    width: fit-content;
}

.dropdown .dropdown__label span {
    display: flex;
    align-items: center;
    gap: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.total-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.total-row .total {
    font-weight: 700;
}

.catalog_meta_header {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
    align-items: center;
    border-bottom: .5px solid #9B9B9B;
    padding-left: 15px;
    color: #121212;
}

.catalog_meta_header-load {
    margin-bottom: 0;
}

.scroll-y::-webkit-scrollbar {
    width: 4px;
}

.scroll-y::-webkit-scrollbar {
    width: 4px;
}


.scroll-y::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.dropdown__list.scroll-y::-webkit-scrollbar {
    width: 4px;
}


.header .dropdown-language .dropdown__label:after {
    width: 9px;
    height: 5px;
}

.header .dropdown-language .dropdown__label {
    padding: 0 25px 0 15px;
}

.header .dropdown-language .dropdown__list,
.header .dropdown-language .dropdown__label {
    border: 0;
    line-height: 24px !important;
}

.header .dropdown-language .dropdown__label,
.header .dropdown-language .dropdown__item {
    display: flex;
    align-items: center;
}

.header .dropdown-language .dropdown__label img,
.header .dropdown-language .dropdown__item img {
    height: 18px;
    margin-right: 5px
}

.header .dropdown-language .dropdown__label span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#field_documents .form-label {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.dropdown-register .dropdown__label {
    border-radius: 15px;
    background: rgb(52 44 61 / 60%);
    border: 0;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.auth-modal .phone-widget .dropdown .dropdown__label {
    background: rgb(52 44 61 / 60%);
}

.modal {
    position: relative;
}

.modal .modal-close {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal .modal-close:before {
    content: "";
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/icon/close.svg);
    height: 20px;
    width: 20px;
    display: block;
}

.auth-modal .dropdown__item {
    color: #121212;
}

.dropdown-register .dropdown__label img {
    height: 20px;
    margin-right: 10px;
}

.dropdown-register .dropdown__list {
    border: 0;
}

.dropdown-register .dropdown__list .dropdown__item {
    color: var(--text-color);
    display: flex;
    gap: 5px;
}

.dropdown-register .dropdown__list .dropdown__item img {
    height: 15px;
}

.dropdown-register .dropdown__label:after {
    right: 5px;
}

.dropdown-multiple.dropdown-register .dropdown__item:not(:last-child) {
    margin-bottom: 5px;
}

.dropdown-multiple.dropdown-register .dropdown__item label {
    margin: 0;
    display: flex;
}

.dropdown-multiple.dropdown-register .dropdown__item label img {
    margin-right: 10px;
}

.dropdown-multiple.dropdown-register .dropdown__item label:before {
    border: 1px solid var(--primary-color);
    margin-right: 10px;
}

.place-search-field .dropdown .dropdown__label:after {
    display: none;
}

.place-search-field .search-dropdown .clear-search-dropdown {
    right: 5px;
}

#load_form .place-search-field .search-dropdown .clear-search-dropdown {
    right: 45px;
}

.place-search-field .search-dropdown .type-icon {
    position: absolute;
    right: 5px !important;
}

.place-search-field .search-dropdown .type-icon span {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
}

#load_form .card-load_point .search-dropdown .type-icon span:after {
    display: none;
}

.card-load_point:last-child {
    margin-bottom: 0 !important;
}

#load_form .card-load_point .search-dropdown .type-icon span:before {
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: unset;
    width: 19px;
    height: 19px;
    border-radius: unset;
}

#load_form .card-load_point[data-type="2"] .search-dropdown .type-icon span:before {
    background: url("../img/icon/point_load.svg") !important;

}

#load_form .card-load_point[data-type="1"] .search-dropdown .type-icon span:before {
    background: url("../img/icon/point_unload.svg") !important;
}

.point-widget.invalid .search-dropdown.dropdown .dropdown__label {
    border-color: var(--danger-color) !important;
}

.phone-widget .dropdown {
    height: 40px;
}

.phone-widget.invalid .dropdown__label,
.phone-widget.invalid .phone-input {
    border-color: var(--danger-color) !important;

}

.phone-widget .dropdown .dropdown__label {
    height: 40px;
    border-radius: 15px 0 0 15px;
}

.phone-widget .dropdown .dropdown__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}

.phone-widget .dropdown .dropdown__item img {
    height: 15px;
}

.dropdown-sort.dropdown .dropdown__label {
    border: none;
    height: 40px;
    width: 200px;
    position: relative;
}

.dropdown-sort.dropdown .dropdown__label[data-sort] span {
    transition: ease-in .2s;
}

.dropdown-sort.dropdown .dropdown__label[data-sort="asc"] span,
.dropdown-sort.dropdown .dropdown__label[data-sort="desc"] span {
    opacity: 1;
}

.dropdown-sort.dropdown .dropdown__label span {
    padding-left: 16px;
}

.dropdown-sort.dropdown .dropdown__label span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 9px;
    top: 8px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.dropdown-sort .dropdown__label[data-sort="desc"] span:after {
    background-image: url(../img/icon/sort_arrow.svg);
}

.dropdown-sort .dropdown__label[data-sort="asc"] span:after {
    background-image: url(../img/icon/sort_arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-sort.dropdown .dropdown__label:before {
    content: "";
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../img/icon/sort.svg);
    background-repeat: no-repeat no-repeat;
    background-size: 100% 100%;
    display: none;
}

.dropdown-sort.dropdown .dropdown__label:after {
    display: none;
}

.sort-dropdown .dropdown__item {
    position: relative;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.sort-dropdown .dropdown__list {
    width: 140px;
}

.load-show-map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.load-show-map.map-load {
    width: 100%;
    height: 300px;
    background: #e7e7e7;
}

.load-map-container {
}

.sort-dropdown .dropdown__item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 9px;
    top: 8px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    opacity: 0;
}

.map-load {
}

.sort-dropdown .dropdown__item[data-sort=""]:before {
    background: none;
}

.sort-dropdown .dropdown__item[data-sort="asc"],
.sort-dropdown .dropdown__item[data-sort="desc"] {
    padding-left: 32px;
}

.sort-dropdown .dropdown__item {
    padding: 11px 20px 9px;
}

.sort-dropdown .dropdown__item[data-sort="desc"]:before {
    opacity: 1;
    background-image: url(../img/icon/sort_arrow.svg);
}

.sort-dropdown .dropdown__item[data-sort="asc"]:before {
    opacity: 1;
    background-image: url(../img/icon/sort_arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn {
    border: 1px solid transparent;
    font-size: 14px;
    /* changed */
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    padding: 13px 11px 11px 11px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

a.btn {
    display: block;
}

.btn-with-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-block {
    display: block;
    width: fit-content;
}

.btn-outline.btn-secondary.btn-nav-header:last-child {
    margin-right: 80px;
}

.btn-outline.btn-primary.btn-nav-header {
    width: unset !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    padding: 10px 17px !important;
}

.btn-outline.btn-secondary.btn-nav-header {
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
}

.header-nav__row > .header-nav__row-sub:first-child {
    gap: 50px;
}

.btn-outline {
    background: #fff;
    border: 1px solid var(--primary-color);
    color: #541199;
}

.btn-outline:hover {
    background: var(--light-color);
}

.btn-image {
    padding: 0;
    border: 0;
    background: transparent;
    display: block;
}

.btn-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.btn-datetime {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-datetime {
    height: 100%;
}

.btn-danger {
    background: var(--danger-color);
    color: var(--white-color);
}

.btn-danger:hover,
.btn-danger:focus {
    background: var(--danger-light-color);
}

.btn-danger:not(.btn-icon) {
    border: 1px solid var(--danger-color);
    background: transparent;
    color: var(--danger-color);
}

.btn-danger:not(.btn-icon):hover,
.btn-danger:not(.btn-icon):focus {
    background: #fff7f7;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white-color);
}

.btn-secondary {
    background: var(--seconadary-color);
    color: var(--white-color);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-color-light);
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: var(--seconadary-ligth-color);
}


.login-modal .row__buttons .btn:not(:last-child) {
    margin-bottom: 20px;
}

.btn-text {
    background: unset;
    border: 0;
    height: unset;
    padding: 0;
}

.auth-modal .row__buttons .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.row-cargo_add .btn-icon {
    width: 60px;
}


.add-point__buttons .btn {
    display: block;
}

.add-point__buttons .btn:nth-child(1) {
    padding: 5px 4px 5px 8px;
}

.add-point__buttons .btn:nth-child(2) {
    padding: 5px 5px 5px 5px;
}

.add-point__buttons .btn img {
    height: 24px;
    width: 24px;
}

.add-point__buttons .btn:nth-child(1) {
    border-radius: 15px 0 0 15px;
}


.add-point__buttons .btn:nth-child(2) {
    border-radius: 0 15px 15px 0;
}

.card-load_point.add-point__buttons .btn {
    transition: ease .2s;
}

.card-load_point .add-point__buttons .btn:nth-child(1) {
    background: var(--white-color) !important;
    border-color: var(--primary-color) !important;
    border-width: 1.5px;
}

.card-load_point .add-point__buttons .btn:nth-child(2) {
    background: var(--white-color);
    border-color: var(--seconadary-color);
    border-width: 1.5px;
    border-left: 0;
}

.card-load_point .add-point__buttons .btn:nth-child(1):hover {
    background: #f1f1f1 !important;
}

.card-load_point .add-point__buttons .btn:nth-child(2):hover {
    background: #f1f1f1 !important;
}

.map_point-modal .btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1312312;
}


.btn-datetime img {
    height: 20px;
}

.btn-datetime {
    padding: 9px;
}


.btn-datetime-hide img {
    filter: invert(1);
}

.btn-swap {
    height: 42px;
    width: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: unset !important;
}

.load-cargo-name {
    margin-bottom: 5px;
    display: block;
}

.btn-load_back {
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}


.btn-profile-add {
    margin-bottom: 20px;
}

.btn-send-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_message_form .btn-send-message {
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    padding: 8px;
}

.date-subform .error-field__message {
    margin-top: 5px;
}

.btn-add-route-point {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn-add-phone {
    width: 40px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn-medium {
    min-width: 200px;
}

.btn-delete-route-point {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-row__transport_docs .multiple.files-container {
    grid-template-columns: 1fr 1fr !important;
}

.close .route-card__route-city-title {
    color: var(--primary-color);
}

.route-card__route-city-title {
    line-height: 1.2 !important;
}

.single-datepicker div.datepicker table tbody.datepickerDays td.datepickerSelected {
    background: var(--primary-ligth-color) !important;
    border-radius: 15px !important;
}

#offer-create-transport {
    width: 100%;
    text-align: right;
}

.route-card__route-city .route-card__route-city-image {
    height: 100%;
    display: block;
    margin-bottom: auto;
    margin-top: 3px;
}

.not-found {
    transition: opacity .2s;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-delete-route-point img {
    width: 20px;
    height: 20px;
}

.btn-only-icon {
    transition: ease .2s;
    background: var(--white-color);
}

.btn-only-icon:hover {
    background: var(--primary-ligth-color);
}

input.form-control {
    height: 40px;
    padding: 0 15px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    max-width: 100%;
}

textarea.form-control {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--light-white-color);
    max-width: 100%;
}

textarea.form-control.invalid {
    border-color: var(--danger-color);
}

textarea.flat-create__textarea {
    display: block;
    height: 150px !important;
    width: 600px;
}

input[type="radio"].form-control,
input[type="checkbox"].form-control {
    display: none;
}

input[type="radio"].form-control + label,
input[type="checkbox"].form-control + label {
    position: relative;
    padding-left: 25px;
    margin: 0;
    cursor: pointer;
    line-height: 25px !important;
}

.register-col-agreements > .col:first-child {
    margin-bottom: 5px;
}

.check-item:not(.check-item-switch) input[type="radio"].form-control:not(-switch) + label,
.check-item:not(.check-item-switch) input[type="checkbox"].form-control:not(-switch) + label {
    line-height: 20px !important;
    min-height: 20px;
    display: inline-block;
}

.check-item:not(.check-item-switch) input[type="radio"].form-control + label:before,
.check-item:not(.check-item-switch) input[type="checkbox"].form-control + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: var(--white-color);
    border: 1px solid var(--light-white-color);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


.form-label {
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.radio-item-underline:not(:last-child) {
    margin-right: 25px;
}

.radio-item-underline input {
    height: 0;
    width: 0;
    opacity: 0;
}

.radio-item-underline label {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: ease .2s;
}


.register-modal .radio-item-underline label {
    color: #fff;
}

.register-modal .modal__container {
    padding: 0;
}

.radio-item-underline input:checked + label {
    color: var(--white-color);
}

.radio-item-underline input + label:after {
    opacity: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--white-color);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 100%;
    transition: ease .2s;
}

.radio-item-underline input:checked + label:after {
    opacity: 1;
}

.radio-item-underline input.invalid + label {
    color: var(--danger-color);
}


.w-100 {
    width: 100%;
}

.header__row-banner .header__wrapper.primary {
    background: linear-gradient(88.38deg, #EEE8FB 11.11%, #BBABE1 68.61%);
}

.header__row-banner .header__wrapper.secondary {
    background: linear-gradient(90.37deg, #E0F9FF 5.96%, #83DCF8 66.45%);
}

.header__row-banner .header__wrapper.warning {
    background: linear-gradient(88.38deg, #FEE4C1 11.11%, #F0AD54 68.61%);
}

.header__row-nav .header-nav-block {
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-top: -30px;
    padding: 0 35px;
}

.header-top__row {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-top__row .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-top__row .logo a {
    margin-right: 20px;
}

.header-top__row .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
}

.header-nav__row-sub {
    gap: 15px;
}

.header__nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    /* changed */
    text-decoration: none;
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 18px !important;
}

.btn-nav-header {
    width: 200px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: var(--white-color);
}

.header__nav-link img {
    margin-right: 10px;
    max-height: 25px;
}

.header-banner__row {
    padding-top: 40px;
    padding-bottom: 20px;
}

.header-banner__row .text-content {
    max-width: 600px;
}

.header-banner__row-h2,
.header-banner__row h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 10px;
}

.header-banner__row-h3,
.header-banner__row h3 {
    font-size: 22px;
    font-weight: 300;
    color: var(--text-color);
}

.header-banner__row {
    display: flex;
    min-height: 300px;
    flex-direction: row;
    justify-content: space-between;
}

.header-banner__row img {
    height: 180px;
    position: absolute;
    top: 40px;
    right: 20px;
}

.header-nav__row-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-nav__row-sub-icon {
    gap: 20px;
}

.header-nav__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}


.header__row-nav .header-nav__row {
    height: 77px;
}

.header__row-nav .header__nav-link {
    height: 27px;
}

.header__nav-link.active {
    color: var(--primary-color);
}

.footer__wrapper {
    background: linear-gradient(90deg, #303030 31.9%, #202020 93.92%);
    padding: 20px 0;
}

.footer {
}

.footer * {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}

.footer .footer__col-info > * {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.footer__col {
    display: flex;
    flex-direction: column;
}

.footer__col-documents a {
    margin-bottom: 10px;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer__col-video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.footer__col-video a {
    gap: 5px;
    display: flex;
    align-items: center;
}

.footer__row-apps {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer__main-col {
    border-bottom: 1px solid var(--white-color);
    padding: 0 0 20px 0;
}

.footer__company {
    margin-top: 20px;
}

.modal-regular {
    min-width: 500px;
}

.show-image-modal {
    max-width: 700px;
    height: auto;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: transparent !important;
    width: fit-content !important;
    min-width: unset !important;
}

.show-image-modal img {
    display: block;
    margin: 0 auto;
    max-height: 70vh;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.modal-toggle {
    cursor: pointer;
}

.modal .dropdown__list {
    max-height: 200px;
}

.modal-page-container {
    display: none;
    height: var(--app-height);
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 123213131;
    overflow-y: auto;
}

.pagination {
    margin-top: 20px;
}

#offer-modal {
    width: 500px;
}

.modal {
    position: fixed;
    max-height: 90vh;
    border: none;
    border-radius: 15px;
    z-index: 9999;
    background-color: var(--white-color);
    overflow: auto;
    max-width: 500px;
    overflow-x: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.footer__app-row img {
    height: 45px;
}

.modal::-webkit-scrollbar {
    width: 4px;
}

.modal::-webkit-scrollbar {
    width: 4px;
}

.modal::-webkit-scrollbar-track {
    background: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.password_recovery_modal {
    width: 520px;
    background-image: url(../img/content/login_modal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.login-modal {
    width: 520px;
    background-image: url(../img/content/login_modal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.modal.register-modal {
    max-width: 760px !important;
    background-image: url(../img/content/login_modal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.auth-modal .modal__wrapper {
    padding: 30px 60px;
    padding-top: 55px !important;
}

.login-modal .row__buttons {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-color);
}

.auth-modal button {
    width: 100%;
}

.auth-modal * {
    color: var(--white-color);
}

.auth-modal form .row:not(:last-child) {
    margin-bottom: 20px;
}

.modal .title {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.auth-modal input.form-control {
    border-radius: 15px;
    background: rgb(52 44 61 / 60%);
    border: 0;
}

.auth-modal input.form-control.phone-input {
    border-radius: 0 15px 15px 0;
}

.auth-modal label {
    margin-bottom: 7px;
    font-size: 16px;
}

/*.auth-modal input[type="checkbox"] + label:before {*/
/*    background: rgb(52 44 61 / 60%);*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    border: 0;*/
/*}*/

.check-item-primary {
    color: var(--primary-color);
}

.check-item-primary:not(.check-item-switch) input[type="radio"].form-control + label:before,
.check-item-primary:not(.check-item-switch) input[type="checkbox"].form-control + label:before {
    border-color: var(--primary-color);
}

.check-item:not(.check-item-switch) input[type="radio"] + label:after,
.check-item:not(.check-item-switch) input[type="checkbox"] + label:after {
    opacity: 0;
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: unset;
    position: absolute;
    content: "";
    border-radius: unset;
    top: 0;
    border: none;
    transition: ease .2s;
    width: 18px;
    height: 18px;
    left: 0;
}

.check-item:not(.check-item-switch) input[type="radio"]:checked + label:after,
.check-item:not(.check-item-switch) input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.check-item-switch {
    height: 20px;
    display: flex;
    align-items: center;
}

.check-item-switch input[type="checkbox"] + label {
    padding: 0;
    height: 20px;
    display: flex;
    line-height: 20px !important;
    align-items: center;
}

.check-item-switch input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    background: var(--white-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: sub;
    width: 40px;
    height: 20px;
    border: 1px solid #3F1F2041;
    border-radius: 15px;
    transition: all .2s linear;
}

.check-item-switch input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: var(--border-color);
    left: 4px;
    transition: all .2s linear;
}

.check-item-switch input[type="checkbox"]:checked + label:before {
    background-image: none;
    border: 1px solid var(--primary-color);
}

.check-item-switch input[type="checkbox"]:checked + label:after {
    left: 23px;
    background: linear-gradient(180deg, var(--primary-color) 0, var(--seconadary-color) 100%);
}

.leaflet-container .leaflet-marker-pane img {

    object-fit: contain;
    margin-top: -29.5px !important;
}

.image-default-block {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.row__role {
    margin: 0 auto;
    justify-content: center;
}

.check-item-small label {
    font-size: 12px !important;
}

.link-secondary {
    color: var(--seconadary-color);
    text-decoration: none;
}

.error__col img {
    max-width: 350px;
}

.register-modal form .row:not(:last-child) {
    margin-bottom: 15px !important;
}

.register-modal .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.footer__social img {
    height: 24px;
}

.register-modal .radio-item-button {
    height: 30px;
}

.auth-modal .title {
    text-transform: uppercase;

}

.radio-item-button input {
    height: 0;
    width: 0;
    opacity: 0;
}

.radio-item-button {
    height: 40px;
    cursor: pointer;

    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}

.radio-item-button label {
    border-radius: 15px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
    cursor: pointer;
}

.register-modal .radio-item-button label {
    background: rgb(52 44 61 / 60%);
    transition: ease .2s;
}

.register-modal .radio-item-button input:checked + label {
    background: var(--white-color);
    color: var(--black-color);
}

.register-modal .row__ownership-type {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.row-register {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}


.auth-modal .form-control {
    transition: ease .2s;
}

.auth-modal .invalid {
    background: rgba(255, 0, 0, .3) !important;
}

.auth-modal .dropdown.invalid,
.auth-modal .phone-widget.invalid {
    border-radius: 15px;
}


.auth-modal .check-item input.invalid + label:before {
    background: rgba(255, 0, 0, .3) !important;
}

.auth-modal input[type="checkbox"] + label:after {
    width: 18px;
    height: 18px;
}

.auth-modal .radio-item-button input.invalid + label {
    background: rgba(255, 0, 0, .3) !important;
}

.page-title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
}

.section-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-block {
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: var(--shadow);
    padding: 25px 35px;
}

.form-block-grey {
    box-shadow: none;
    background: var(--light-color);
}

.form-block:not(:last-child) {
    margin-bottom: 30px;
}

.form-block .form-field:not(:last-child) {
    margin-bottom: 30px;
}

.form-field .form-label {
    font-weight: 700;
    display: block;
    margin-bottom: 15px !important;
}

.update_data_form .form-block .form-field {
    margin-bottom: 0;
}

.user_data-name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.text-danger {
    color: var(--danger-color);
}

.form-in-process {
    pointer-events: none;
    color: rgba(255, 255, 255, 0);
    position: relative;
}

.form-in-process:after {
    border: 2px solid var(--primary-color);
    border-top: 2px solid #fff;
    display: block;
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

.check-list {
    display: grid;
    grid-gap: 15px;
}

.check-list__transport-type {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 33% 33% 33%;
    grid-auto-flow: column;
}

.check-list__import {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 33% 33% 33%;
    grid-auto-flow: column;
}

.limit-field {
    position: relative;
}

.limit-field input {
    padding-right: 75px;
    width: 100%;
}

.limit-field .limit {
    background: var(--white-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--danger-color);
}

.row-cargo_name {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

.form-label-light {
    font-weight: 400 !important;
}

.row-cargo_name .col:first-child {
    width: 450px;
    max-width: 450px;
}

.flex-1 {
    flex: 1;
}

.row-cargo_item {
    display: flex;
    align-items: start;
    gap: 20px;
}

.load-customer-info-col {
    justify-content: space-between;
}

.load-header__sub-card {
    background: #fff;
    box-shadow: var(--shadow);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    height: 100%;
}

.card-cargo label.form-label {
    margin-bottom: 5px !important;
}

.row-cargo_item input {
    text-align: center;
}

.row-cargo_item .col {
    max-width: 100px;
}

.row-cargo_item .col:nth-child(2) {
    margin-right: 40px;
}

.calc-border-right,
.row-cargo_item .col:first-child {
    padding-right: 20px;
    border-right: 1px solid var(--border-color);
}

.row-cargo_item .col:last-child {
    padding-left: 20px;
    border-left: 1px solid var(--border-color);
}

.load-calc-config .row-cargo_item {
    gap: 10px !important;
}

.load-calc-config .calc-border-right, .load-calc-config .row-cargo_item .col:first-child {
    padding-right: 10px;
}

.load-calc-config .row-cargo_item .col:nth-child(2) {
    margin-right: 20px;
}

.text-block {
    padding: 5px 10px;
}

.calc-form-block {
    padding: 25px 15px;
}

.text-block.invalid {
    border-radius: 5px;
    border: 1px solid var(--danger-color);
}

.calc-total-price {
    margin-top: auto;
}

.calc-total-price p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.col-cargo label {
    display: block;
    margin-bottom: 8px !important;
}

.calc-total-price span {

    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 40px;
    display: block;
}

.cargo-property_separator {
    height: 60px;
    line-height: 75px !important;
}

.text-attention {
    font-weight: 700;
    font-size: 14px;
    /* changed */
    color: var(--primary-color);
}

.row-cargo_list,
.row-cargo_result {
    margin-bottom: 30px;
}

.row-cargo_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.row-cargo_list .card-cargo {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.row-cargo_result {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.row-cargo_result .col {
    gap: 5px;
}

.row-cargo_result p {
    height: 14px;
}

.row-cargo_add {
    display: flex;
    gap: 20px;
    align-items: center;
}


/* File widget */
.form-label-file {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-file-input {
    position: relative;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 15px;
    min-height: 145px;
    min-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: fit-content;
    width: -moz-fit-content;
}

.form-file-input input[type="file"] {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

.file-item {
    width: 130px;
    height: 115px;
    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;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.file-item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.file-item .file-item__delete {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

.add-file-item {
    cursor: pointer;
    border: 1px #e7e7e7 solid;
}

.files-container {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
}

.multiple.files-container {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.add-file-item.invalid {
    border-color: var(--danger-color);
}

.form-field__description .limit-field textarea {
    height: 100px;
}

.form-field__body-type,
.form-field__name .limit-field,
.form-field__description .limit-field {
    width: 400px;
}

.limit-field textarea {
    width: 100%;
    height: 130px;
}

.form-field__transport_docs .files-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.limit-field textarea + .limit {
    top: unset;
    transform: unset;
    bottom: 15px;
}

.load-form__place-search-field {
    min-width: 400px;
}

.add-point__buttons {
    display: flex;
}


.card-load_point {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.add-point {
    position: relative;
}


.inactive {
    pointer-events: none;
    opacity: .5;
    transition: ease .2s;
}

.text-muted {
    color: var(--text-muted-color) !important;
}

.text-regular {
    font-weight: 400 !important;
}

.form-label p {
    margin-top: 5px;
}


.date-input {
    padding: 0 15px;
    height: 40px;
    width: 280px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.datepicker-widget {
    position: relative;
}

.datepicker-widget.invalid .date-input {
    border-color: var(--danger-color) !important;;
}

.date-input img {
    margin-top: 3px;
}

я .datepicker-widget__modal {
    position: absolute;
    top: 100%;
    z-index: 20;
    left: 0;
}

.d-flex {
    display: flex;
}

.show-on-map {
    line-height: 24px !important;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.delete-point-col {
    min-width: 40px;
}

.checkbox-list__sub {
    margin-left: 20px;
}

.checkbox-list__price {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.checkbox-list__price .checkbox-list__sub {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.price-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 10px 0 15px 25px;
}

.map_point-modal .map-widget {
    width: 80vw;
    height: 80vh;
    border-radius: 10px;
    overflow: hidden;
}

.map_point-modal .modal__wrapper {
    position: relative;
}

.map_point-modal .modal__container {
    padding: 0;
}

.map_point-modal {
    max-width: 80vw !important;
}

.map_point-modal__description {
    position: absolute;
    border-radius: 0 15px 0 15px;
    background: var(--white-color);
    padding: 10px 15px;
    top: 0;
    right: 0;
    z-index: 12313212;
}


.date-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.price-form .form-field {
    margin-bottom: 0 !important;
}

.date-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.date-time_toggle {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.form-text {
    margin-bottom: 10px;
}

.primary-label {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
    /* changed */
    margin-bottom: 8px;
}


.load-route-search-widget {
    display: flex;
    flex-direction: row;
}


.place-search-field__point {
    margin-bottom: 15px;
}

.place-search-field__radius {
    height: 36px;
    opacity: 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pagination li a {
    height: 40px;
    min-width: 40px;
    padding: 0 10px;
    color: var(--text-color);
    background: var(--light-color);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-decoration: none;
    cursor: pointer;
}


.pagination .long-item a {
    padding: 0 30px;
}

.pagination li > span {
    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;
    text-decoration: none;
    height: 40px;
    min-width: 40px;
}

.pagination li a {
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li a.active {
    color: var(--white-color);
    background: var(--primary-color);

}

.pagination li a span {
    line-height: 30px;
}

.pagination li a img {
    margin-right: 10px;
}

.pagination li a.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.pagination li a:hover,
.pagination li a:focus {
    background: #dcdcdc;

}

.pagination li a.active:hover,
.pagination li a.active:focus {
    background: var(--primary-color);
}

.pagination li:first-child a {
    border-radius: 10px 0 0 10px;
}

.pagination li:last-child a {
    border-radius: 0 10px 10px 0;
}

.text-extra-light {
    font-weight: 200 !important;
}

.text-semi-bold {
    font-weight: 600 !important;
}

.text-regular {
    font-weight: 400 !important;
}

.text-secondary {
    color: var(--seconadary-color);
}

.text-primary {
    color: var(--primary-color);
}

.load-card.seen {
    background: #e8f0f3 !important;
}

.load-card .card__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
}

.load-card.my-load-card .card__body > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    color: unset;
    text-decoration: none;
}

.my-load-card .load-card__actions {
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-card__route {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 55%;
    max-width: 55%;
    width: 55%;
}

.load-card__route-city-image img {
    height: 18px;
}

.load-card__route-city-title {
    line-height: 1.3 !important;
}


.load-card__route-city-image.d-none {
    width: 14px;
    display: block !important;
    opacity: 0;
}

.load-filter-route-col {
    flex: 1;
}

.load-card__route-city {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 40%;
}

.catalog-load-card {
    color: var(--text-color);
    text-decoration: none;
}

.load-card__date {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3px;
    width: 20%;
}

.load-header {
    border-bottom: 0.5px solid #9B9B9B;
}

.map-load-card .load-card__details {
    gap: 6px !important;
}

.load-card__details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3px;
}

.map-load-card .load-card__details .text-extra-light {
    max-width: 100% !important;
}

.load-card__details .text-extra-light {
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.catalog-load-card:not(:last-child) .card__body {
    border-bottom: 0.5px solid #9B9B9B !important;
}

.load-card__date.expressed span:first-child {
    color: var(--danger-color);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.load-map .load-card__date.expressed span:first-child {
    justify-content: end;
}

.empty-flag {
    display: block;
    width: 18px;
    height: 18px;
}

.load-card__date.expressed span:first-child:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: url(../img/icon/expired.svg);
    background-repeat: no-repeat no-repeat;
    background-size: 100% 100%;
}

.dropdown-flag .dropdown__label span {

    display: flex;
    align-items: center;
}

.load-card-date {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.load-page__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.gap-20px {
    gap: 20px;
}

.gap-5px {
    gap: 5px;
}

.phone-link {
    text-decoration: none !important;
}

.load-phone-row {
    color: var(--text-color);
    font-weight: 400;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}

.load-phone-row img {
    height: 24px;
}

.load-phone-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.link-primary {
    color: var(--primary-color);
    text-decoration: none;
}

.load-customer-language-row img {
    height: 18px;
}

.load-customer-info-col img {
    height: 18px;
}

.load-view-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.load-view-row > .col:first-child {
    flex: 55%;
}

.load-view-row > .col:last-child {
    flex: 55%;
}

.load-points__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    /* changed */
    margin-bottom: 10px;
}

.load-points__item:last-child {
    margin-bottom: 40px !important;
}

.load-filter-route-row {
    gap: 40px;
}

.load-points__item img {
    height: 18px;
}

.load-actions-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
    margin-bottom: 30px;
}

.load-details-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.load-details-row {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
}

.load-details-row p {
    display: flex;
    align-items: start;
    line-height: 18px;
}

.load-details-row > p:nth-child(2) {
    line-height: 18px !important;
}

.load-details-row > p:first-child {
    font-weight: 200;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    line-height: 18px !important;
    align-items: start;
    flex-direction: row;
}

.load-details-row img {
    max-height: 18px;
    max-width: 18px;
}

.details__payment-item {
    display: block;
    margin-bottom: 5px;
    line-height: 18px;
}

.load-map-show {
    border-radius: 10px;
    height: 400px;
    width: 100%;
}

.btn-to-list {
    position: fixed;
    right: 50px;
    z-index: 2;
    top: 50px;
}

.load-details__date {
    align-items: center !important;
    display: flex;
    flex-direction: row;
}

.load-details__payment {
    display: flex;
    flex-direction: column;
}

.load-details__cargo {
    display: flex;
    flex-direction: column;
}

.load-details__cargo-item {
    display: block;
    margin-bottom: 20px;
}

.load-details__cargo-item_measurements {
    padding-left: 10px;
}

.load-details__cargo-item-total {
    display: flex;
    align-items: end;
    gap: 10px;
}

.profile-sidebar {
    margin-right: 20px;
    margin-bottom: 0 !important;
    width: 320px;
    padding: 0 0 20px 0 !important;
    height: fit-content;
    height: -moz-fit-content;
    min-width: 320px;
}

.profile-sidebar__text,
.profile-sidebar__group {
    padding: 0 30px;
}

.profile-sidebar__type {
    height: 36px;
    background: var(--primary-ligth-color);
    display: flex;
    border-radius: 15px 15px 0 0;
    align-items: center;
    justify-content: end;
    padding: 0 30px;
}

.profile-sidebar__group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.profile-sidebar__group:not(:last-child) {
    margin-bottom: 40px;
}

.profile-sidebar__link {
    padding: 10px 0;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-sidebar__link .profile-sidebar__link-stat {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 5px;
    color: var(--seconadary-color);
}

.profile-sidebar__link .profile-sidebar__link-stat .profile-sidebar__link.active {
    color: var(--primary-color);
}

.load-count-label {
    font-size: 14px;
}

.load-count-label:empty {
    display: none;
}

.load-count-label.text-primary {
    color: var(--primary-color);
}

.load-count-label.text-secondary {
    color: var(--seconadary-color);
}

.profile-sidebar__link.active {
    color: var(--primary-color);
}

.td-none {
    text-decoration: none;
}

#field_id,
#field_personal_title {
    margin-top: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: fit-content;
}


#field_id {
    margin-left: auto;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background-color: var(--primary-ligth-color);
}

.non-company #field_id {
    margin-top: 0;
}

#update_data_form-telegram_user_name {
    padding-left: 58px;
}

.telegram_user_name_container .col-input,
.telegram_user_name_container {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.telegram_user_name_container .col {
    gap: 5px;
}

.telegram_user_name_container .col-input span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.profile-sidebar__link svg,
.profile-sidebar__link svg * {
    height: 18px;
    width: 18px;
    fill: #000;
}

.profile-sidebar__link.change-role-link svg,
.profile-sidebar__link.change-role-link svg *,
.profile-sidebar__link.active svg,
.profile-sidebar__link.active svg * {
    fill: #64248D;
}

.change-role-link {
    color: var(--primary-color);
}

.profile-sidebar__text {
    margin-bottom: 10px;
}

.profile-sidebar__type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.profile__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.profile-page {
    max-width: calc(100% - 320px - 20px);
    width: calc(100% - 320px - 20px);
}

.profile-page__header {
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: var(--shadow);
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.profile-page__header a {
    padding: 0 30px;
    height: 36px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
}

.profile-page__header a.active {
    color: var(--primary-color);
    background: var(--primary-ligth-color);
}

.image-small {
    display: block;
    border-radius: 15px;
    height: 60px;
    width: 70px;
    overflow: hidden;
    position: relative;
}

.image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
    max-height: unset;
}

.load-details__description-images {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.image-small:before {
    content: "";
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s;
}

.image-small:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/icon/view_image.svg);
    background-repeat: no-repeat no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 24px;
    height: 24px;
    transition: opacity .2s;
}

.image-small:hover:before,
.image-small:hover:after {
    opacity: 1;
}

.modal-title {
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal__container {
    padding: 20px;
}

.form-row:not(:last-child) {
    margin-bottom: 20px;
}

.offer-price-form .price-form {
    margin: 0 0 0 15px;
}

.offer-price-form .check-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 40px;
}

.offer-price-form .check-item:last-child {
    margin-bottom: 0;
}

.render-top .datepickerContainer > table {
    bottom: calc(100% + 40px);
    position: absolute;
}

.offer-price-form.invalid {
}

.offer-price-form.invalid .check-item input + label:before {
    border-color: var(--danger-color) !important;
}

.load-show-card,
.offer-list {
    margin-bottom: 30px;
}

.offer-card {
    position: relative;
}

.offer-card.deleted {
    background: #F0F0F0;
}

.offer-card .btn-delete-offer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    border-radius: 50%;
    cursor: pointer;
}

.offer-card .card__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.offer-card.data-hidden .card__wrapper {
    padding: 15px 30px;
}

.offer-card.open {
    border: 1px solid #541199;
}

.offer-card__actions,
.offer-card__name {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    flex: 30%;
}

.offer-card__name {
    cursor: pointer;
}

.offer-inactive {
    background: #f5f5f5;
    opacity: .5;
}

.offer-card__name,
.offer-card__date,
.offer-card__price,
.offer-card__actions {
    padding: 0 15px;
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
}

.offer-card__price {
    justify-content: center;
}


.offer-card__price,
.offer-card__name {
    border-right: 1px solid #BFBFBF;
}

.offer-card__price {
    flex-direction: column;
    gap: 5px;
    align-items: start;
}

.offer-card__name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-card__name .offer-new img {
    min-height: 18px;
    height: 18px;
    min-width: 18px;
    width: 18px;
}

.offer-card__name > img {
    height: 40px;
    width: 40px;
    border: 1px solid #541199;
    border-radius: 50%;
}

.sub-block-container {
    position: relative;
}

.sub-block-container .sub-block {
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: var(--shadow);
    display: none;
}

.chat-card-item.chat-inactive {
    opacity: .5;

}

.chat-card__price > span {
    padding: 3px 10px 2px;
    background: #f5f5f5;
    border-radius: 5px;
}

.sub-block-container__load-phone .sub-block {
    max-width: 400px;
}

.sub-block-container__right .sub-block {
    right: 0;
}

.sub-block-container__center .sub-block {
    left: 50%;
    transform: translateX(-50%);
}

.cursor-pointer {
    cursor: pointer;
}

.sub-block-container:hover .sub-block {
    display: block;
}

.offer-card__date span {
    display: flex;
    flex-direction: row;
    width: 100px;
    border-radius: 5px;
    background: #F1F1F1;
    white-space: nowrap;
    height: 16px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* changed */
}

.offer-card__price {
    flex: 10%;
}

.offer-card__actions {
    flex: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
}

.chat-list {
    height: 80vh;
    max-height: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.chat-list .chat-list__sidebar {
    flex: 400px;
    max-width: 400px;
    width: 400px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: 10px;
}

.chat-list .chat-list__content {
    flex: 1;
}

.chat-card-item {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
    display: grid;
    grid-template-columns: 50px 1fr;
    word-break: break-word;
    gap: 16px;
    cursor: pointer;
}

.chat-card-item .chat-last-message {
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    grid-row: 2;
}

.chat-card-item.chat-inactive {
    background: #f5f5f5;
}

.chat-card-item:last-child {
    margin-bottom: 0;
}

.chat-card-item.active {
    border: 1px solid var(--primary-color);
}

.chat-card-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    flex: 50px;
}

.chat-card-item__data {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat-card-item__data-name {
    font-weight: 500;
    margin-right: 30px;
    line-height: 20px !important;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.chat-list__content {
    height: 100%;
}

.chat-content-item {
    height: 100%;
}

.send_message_form {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.chat-content-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
}

.chat-content-item > * {
    width: 100%;
}

.chat-content-item__body {
    flex: 1;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.send_message_form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    border-top: 1px solid var(--border-color);
    gap: 20px;
    max-height: 300px;
    overflow: hidden;
    padding: 10px 0;
}

.send_message_form .message-input {
    flex: 1;
    padding: 10px 15px;
    min-height: 40px;
    display: block;
    border: .3px solid var(--border-color);
    border-radius: 10px;
    resize: none;
}

.chat-content-item__header {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--border-color);
}

.chat-content-item__header-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    flex: 50px;
}

.chat-content-item__body {
    padding: 10px 0;
}

.chat-message.reversed {
    background: #eeeeee;

    border-radius: 8px 8px 0 8px;
    margin-left: auto;

}

.chat-message {
    max-width: 70%;
    background: var(--primary-ligth-color);
    word-break: break-word;
    margin: 10px 10px 0 10px;
    padding: 8px;
    position: relative;
    border-radius: 8px 8px 8px 0;
    width: fit-content;
    min-width: 200px;
    width: -moz-fit-content;
}

.chat-message::after {
    content: '';
    position: absolute;
    visibility: visible;
    bottom: 0;
    left: -8px;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--primary-ligth-color);
    clear: both;
}

.chat-message.reversed::after {
    bottom: 0;
    left: unset;
    right: -8px;

    border-bottom: 10px solid #eeeeee;
}

.chat-message__header {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.chat-message:last-child {
    margin-bottom: 0;
}

.chat-message .chat-message__time {
    font-size: 12px;
    font-weight: 300;
    margin-left: auto;
    width: fit-content;
    width: -moz-fit-content;
}


.chat-content-item-item__body {
    margin: 10px 0;
    flex-direction: column;
    overflow-y: scroll;
    flex: 1;
}

.chat-message:first-child {
    margin-top: 0;
}

.chat-content-item .is_online {
    color: var(--text-muted-color);
}

.chat-content-item.open .is_online {
    color: var(--primary-color);
    font-weight: 500;
}

.close-chat {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
}

.close-chat img {
    width: 100%;
    height: 100%;
}

#transport_form_modal {
    max-width: 500px;
}

.form-row-dimensions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.form-row-dimensions .form-control {
    max-width: 30%;
}

.form-row-carrying-volume {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.form-row-carrying-volume .col {
    width: calc(50% - 10px);
}

.form-row .col label {
    max-width: 100%;

    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.row-insurance {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.transport-card .card__wrapper {
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    border-radius: 15px;
    padding: 20px;
}

.transport-card .card__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px
}

.transport-card .card__image {
    width: 200px;
    display: block;
    height: 200px;
    min-width: 200px;
    max-width: 200px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--light-grey-color);
}

.transport-card .card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transport-card .card__data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.transport-card .card-transport__header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.card-transport__header .col:first-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-transport__header .card-title {
    gap: 10px;
}

.card-title {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}


.alert-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
}

.alert-container .alert-message {
    opacity: 0;
    transition: opacity .2s;
    color: var(--text-muted-color);
    font-size: 14px;
    /* changed */
    margin-left: 10px;
}

.alert-container:hover .alert-message {
    opacity: 1;
}

.card-sub_title {
    color: var(--text-muted-color);
}

.card-transport__edit {
    display: flex;
    height: 18px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    gap: 5px;
}

.card-transport__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card-transport__body-property {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: var(--text-muted-color);
    border-bottom: 1px solid var(--light-grey-color);
    padding: 10px 0;
}

.card-transport__body-property:last-child {
    border-bottom: 0;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    padding-bottom: 0;
    max-width: 90%;
}

.card-transport__body-property span:first-child {
    font-weight: 500;
}

.card-transport__body-property span:last-child {
    color: var(--text-color);
    font-weight: 300;
}

.card-transport__body-description {
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.transport-card .card__wrapper {
    position: relative;
}

.transport-card__delete {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

.catalog_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.col-phone {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
}

.phone-widget {
    display: flex;
    flex-direction: row;
    font-weight: normal;
    height: 40px;
}

.phone-widget .phone-input {
    height: 40px;
    border-radius: 0 15px 15px 0;
    border-left: 0;
    width: calc(270px - 92px);
}

.check-list_notification_settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.row-setting {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.row-setting span {
    width: 50%;
}

.row-setting div {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-setting:not(:last-child) {
    margin-bottom: 10px;
}

.row-setting .check-item-switch input[type="checkbox"] + label:before {
    margin: 0;
}

.profile-title {
    color: var(--primary-color);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form-field.limited {
    max-width: 500px;
}


.route-number {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--seconadary-color);
    color: var(--seconadary-color);
    background: var(--white-color);
}

.radio-button-item {
    position: relative;
}

.radio-button-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 40px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    cursor: pointer;
    transition: ease .2s;
}

.radio-button-item input {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;

}

.radio-button-item label:hover,
.radio-button-item input:focus + label {
    background: #ece6ff;
}

.radio-button-item input:checked + label {
    color: var(--white-color);
    background: linear-gradient(263deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
}

.disabled {
    pointer-events: none;
    opacity: .5;
}

.error-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.error-field .error-field__message {
    color: #dc3545;
    font-size: 12px;
}

.route-card {
    max-width: 100%;
}

.route-card .card__wrapper {
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    border-radius: 15px;
    padding: 20px 30px;
    transition: ease .2s;
}

.route-card.active > .card__wrapper {
    border-radius: 15px 15px 0 0;
}

.route-card > .card__wrapper > .card__body {
    display: flex;
    flex-direction: column;
}

.row-route-points {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 20px;
    min-width: 100%;
}

.slick-list {
    min-width: 100%;

}

.route-point {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px 0 0;
}

.route-card__route {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 55%;
    max-width: 55%;
    width: 55%;
}

.route-card__route-city-image img {
    height: 14px;
    min-width: 14px;
}

.route-card__route-city {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 40%;
}

.route-card__route-distance {
    flex: 20%;
}

.row-route-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row-route-data .row {
    align-items: start;
    gap: 10px;
}

.row-route-data .action-col {
    margin-left: auto;
}


.action-col {
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: var(--shadow);
}

.row-route-data img {
    height: 14px;
}

.route-card {
    position: relative;
}

.route-card .slick-arrow {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .2s;
}

.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.route-card .slick-arrow img {
    height: 10px;
}

.route-card .slick-arrow:focus,
.route-card .slick-arrow:hover {
    background: var(--light-color);
}

.route-card .slick-arrow:before {
    display: none;
}

.route-card .slick-prev {
    border-radius: 15px 0 0 15px;
    left: 0;
}

.route-card .slick-next {
    border-radius: 0 15px 15px 0;
    right: 0;
}

.route-card .slick-slider {
    position: unset;
}

.row-additional__toggle img {
    transform: rotate(90deg);
    height: 10px;
    transition: ease .2s;
}

.row-additional__toggle {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .2s;
    border-radius: 15px 15px 0 0;
}

.row-additional__toggle:focus,
.row-additional__toggle:hover {
    background: var(--light-color);
}

.row-additional.active .row-additional__toggle {
    background: var(--light-color);

}

.row-additional.active .row-additional__toggle img {
    transform: rotate(270deg);
}

.offer-card .row-additional_data,
.route-card .row-additional_data {
    padding: 0;
    border-radius: 0 0 15px 15px;
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.offer-card .row-additional_data .card__wrapper,
.route-card .row-additional_data .card__wrapper {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
}

.profile-header-tab {
}

.row-additional_data .tab__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--light-grey-color);
}

.row-additional_data .tab__nav:not(.profile-page__header) .tab__nav-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-size: 14px;
    /* changed */
    padding: 0 15px;
    text-decoration: none;
    transition: ease .2s;
}

.info-tabs .tab__nav {
    margin-bottom: 40px;
}

.info-tabs .tab__nav-button {
    border-color: #541199;
    color: #541199;
}

.info-tabs .tab__nav-button.active {
    border-color: #541199;
    color: #fff;
    background: #541199;
}

.row-additional_data .tab__nav:not(.profile-page__header) .tab__nav-button.active {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
}

.offer-card .card__wrapper,
.route-card .card__wrapper {
    position: relative;
}

.offer-card {
    padding: 0 !important;
}

.offer-card .card__wrapper {
    padding: 15px 30px;
}

.route-data-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
}

.load-card.owner .load-card__route {
    min-width: 50%;
    max-width: 50%;
    width: 50%;
}

.load-card .load-card__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 5px;
    gap: 5px;
}

.load-card .load-card__status span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.body-type-fields-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.body-type-fields-row > * {
    max-width: 150px;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 0 !important;
}

.user-card .card__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.user-card .card__image {

    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.user-card .card__image .card__image__container {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    display: block;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--light-grey-color);
    margin-bottom: 5px;
}

.user-card .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.user-card .card__image span {
    display: block;
    width: 100%;
    text-align: center;
}

.user-card .card__data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.rating-stars {
    margin-right: 10px;
    flex: 0 0 112px;
    width: 112px;
    height: 20px;
    background-image: url(../img/content/star_group.png);
}

.rating-stars span {
    display: block;
    height: 20px;
    background-image: url(../img/content/star_group_filled.png);
}

.rating-item {
    display: flex;
    align-items: end;
}

.user-card .card__data > div {
    height: 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.user-card .card__data > div > span {
    display: flex;
    align-items: end;
}


.user-card__document img {
    height: 24px;
}

.user-card__speaks img {
    height: 24px;
}


.rent-machine-card .card__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px
}

.rent-machine-card.rent-machine-card-map {
    max-width: 100%;
}

.rent-machine-card.rent-machine-card-map .card__body {
    flex-direction: column;
    gap: 15px;
}

.rent-machine-card.rent-machine-card-map .card__wrapper {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.rent-machine-card.rent-machine-card-map {
    background: var(--white-color);
}

.rent-machine-card.rent-machine-card-map .card-title {
    font-size: 12px;
}

.rent-machine-card.rent-machine-card-map .card__image-container {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.rent-id-block {
    margin-left: auto;
}

.leaflet-marker-icon {
    width: 28px !important;
}

.leaflet-marker-icon.marker-cluster {
    width: 40px !important;
}

.rent-machine-card.pinned .card__wrapper {
    border: 2px solid #541199;
}

.rent-machine-card .card__wrapper {
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    border-radius: 15px;
    padding: 20px 30px;
    transition: ease .2s;
}

.rent-machine-card .card__image {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rent-machine-card .card__image-container {
    width: 300px;
    display: block;
    height: 225px;
    min-width: 300px;
    max-width: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid var(--light-grey-color);
}

.rent-machine-card .card__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rent-machine-card .card__data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.card__image-phone {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rent-machine-card__price {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rent-machine-card__price span {
    background: var(--seconadary-color);
    color: var(--white-color);
    border-radius: 8px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 14px;
    /* changed */
    display: inline;
}


.rent-machine-card__props-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 1.5em;
    margin-bottom: 5PX;
}

.rent-machine-card__props {
    display: flex;
    flex-direction: column;
    color: #000;
    max-width: 350px;
    text-decoration: none;
    margin-bottom: 10px;
}

#rent_machine_form-rent_time {
    max-width: 400px;
}

.rent-machine-card__props-col:first-child {
    overflow: hidden;
    flex: 1 1 auto;
    float: left;
    white-space: nowrap;
    padding-right: 5px;
}

.rent-machine-card__props-col:first-child:after {
    content: " ...........................................................................................................................................................................";
}

.rent-machine-card__props-col:last-child {
    white-space: nowrap;
    padding-left: 5px;
    width: unset;
    flex: 1;
    font-weight: normal;
}

.rent-machine-card__city {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: auto;
    gap: 10px;
}

div[class*='catalog_list'] {
    transition: ease .1s;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div[class*='catalog_list'].loading {
    opacity: .1;
}

.load_catalog_list {
    gap: 0 !important;
}

.load_catalog_list .load-card__details {
    flex: 25%;
    max-width: 25%;
}

.rent-machine-card .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rent-machine-card__view {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.rent-machine-filter-row,
.route-filter-row {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 20px;
    margin-bottom: 20px;
}

.info-block {
    flex-direction: column;
    display: flex;
    height: fit-content;
    height: -moz-fit-content;
    gap: 20px;
    background: var(--white-color) url(../img/content/card_bg.svg) right -63px bottom -34px no-repeat;
}

.route-filter {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rent-filter .place-search-field__radius,
.route-filter .place-search-field__radius {
    max-width: 300px;
}

.route-filter {
    margin-bottom: 0 !important;
}

.form-label-primary {
    color: var(--primary-color);
}

.min-max-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.load-catalog-filter .form-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.load-catalog-filter .measurement-row input {
    max-width: 80px;
}

.load_search_transport_types {
    width: 250px;
}

.load-catalog-filter .form-block .form-field:not(:last-child) {
    margin-bottom: 0;
}

.load-catalog-filter:not(.calc-filter-container) > .form-block > .row:first-child {
    display: grid;
    grid-template-columns: 1fr 300px;
}

.load-catalog-filter .load-route-search-widget {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;

}

.row-route-points .slick-track {
    margin: 0 !important;
}

.route-point__image {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.route-point__image .route-point-img {
    height: 11px;
    width: 46px;
    display: block;
    background-repeat: no-repeat;
}

.slick-slide .route-point__image .route-point-img {
    background-image: url(../img/icon/route/point_center.svg);
}

.slick-slide:last-child .route-point__image .route-point-img {
    background-image: url(../img/icon/route/point_end.svg);

}

.slick-slide:first-child .route-point__image .route-point-img {
    background-image: url(../img/icon/route/point_start.svg);
}

.route-point__image img {
    width: 46px;
    height: 11px;
}

.catalog-filter-auto .btn {
    min-width: 180px;
}

.rent-machine-card__actions {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.password-field {
    position: relative;
}

.password-field img {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.personal-form-fields,
.company-form-fields {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.personal-form-fields .phone-input {
    flex: 1 1 auto;
}

.auth-modal .phone-input {
    flex: 1 1 auto;
}

.personal-form-fields .form-field > *,
.company-form-fields .form-field > * {
    width: 100%;
}

.phones-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-form-fields .form-field:not(:last-child) {
    margin-bottom: 0;
}

.company-form-fields .form-field:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.company-form-fields .form-field:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.company-form-fields .form-field:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.company-form-fields .form-field:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

/*.company-form-fields .form-field:nth-child(5) {grid-column: 1;grid-row: 1;}*/
/*.company-form-fields .form-field:nth-child(6) {grid-column: 1;grid-row: 1;}*/
/*.company-form-fields .form-field:nth-child(7) {grid-column: 1;grid-row: 1;}*/
/*.company-form-fields .form-field:nth-child(8) {grid-column: 1;grid-row: 1;}*/
/*.company-form-fields .form-field:nth-child(9) {grid-column: 1;grid-row: 1;}*/
/*.company-form-fields .form-field:nth-child(10) {grid-column: 1;grid-row: 1;}*/
.company-form-fields .form-field:nth-child(11) {
    grid-column: 2;
    grid-row: 6 / span auto;
}

/*.company-form-fields .form-field:nth-child(12) {grid-column: 1;grid-row: 1;}*/

.data-form__phone-row {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    grid-template-columns: 270px 1fr;
}

.data-form__phone-row .error-field__message {
    grid-column: 1;
    grid-row: 1;
}

.data-form__phone-row .phone-widget .phone-input {
    flex: 1 1 auto;
}

.data-form__phone-row .error-field__message {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.data-form__phone-row .btn {
    grid-column: 2;
}

.data-form__phone-action .btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-form__phones-field {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.data-form-fields .data-form__phones-field {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.data-form-fields .data-form__phone-row {
    width: calc(50% - 15px);
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.dropdown-phone .dropdown__list {
    width: 300px;
}

.dropdown-country .dropdown__item,
.dropdown-country .dropdown__label,
.dropdown-country .dropdown__label span,
.dropdown-country .dropdown__item label {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
}

.dropdown-country img {
    height: 20px;
}

.file-widget-single {
    border: 1px solid var(--border-color);
    position: relative;
    height: 150px;
    width: 150px;
    cursor: pointer !important;
    border-radius: 50%;
}

.profile-image .file-widget-single {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.file-widget-single img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-image input {
    display: none;
}

.file-widget-single span {
    cursor: pointer !important;
    transition: ease .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.file-widget-single:hover span,
.file-widget-single:focus span {
    opacity: 1;
}

.data-files .form-file-input {
    width: fit-content;
}

.data-files .files-container {
    grid-template-columns: 1fr 1fr;
}


.employee-card .card__wrapper {
    min-width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    border-radius: 15px;
    padding: 20px;
}

.employee-card .card__body {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.employee-card .card__body img {
    height: 20px;
    width: fit-content;
}

.employee-languages {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;

}

.employee-form-control {
    width: 270px;
}

.modal-form > *:not(:last-child) {
    margin-bottom: 30px;
}

.form-field__transport .form-field {
    margin-bottom: 0 !important;
}

.form-field__route-type,
.form-field__name .limit-field,
.form-field__transport .dropdown__label {
    width: 460px;
}

.button-dropdown .dropdown__label {
    padding: 0 !important;
}

.button-dropdown.dropdown .dropdown__label:before {
    display: none !important;
}

.route-type-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.form-field__route-type {
    margin-bottom: 0 !important;
}

.transport-image input {
    display: none;
}

.transport-image .file-widget-single {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.file-widget-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#transport_form > .form-field:not(:last-child) {
    margin-bottom: 20px;
}

.form-field-dimensions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-field-dimensions input {
    width: 30%;
}

html {
    height: -webkit-fill-available;
}


html[lang=ru] .place-search-field__radius .irs-grid-text:after {
    content: ' км';
}

html[lang=en] .place-search-field__radius .irs-grid-text:after {
    content: ' km';
}

.place-search-field__radius .irs-grid-text:before {
    content: '+';
}

.place-search-field__radius .irs-grid-text:nth-child(2):before {
    content: 'R +';
}

.loading + .not-found {
    opacity: .1;
}

.checkbox-list__price-rent_machine label {
    margin-bottom: 10px;
    margin-top: 5px;
}

.checkbox-list__price-rent_machine .row {
    gap: 20px;
}

.btn-phone {
    color: #541199 !important;

}

.btn-show-phone {
    color: #541199 !important;

}

.info-tabs h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}


.info-block__item-btn {
    background-color: #541199;
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.info-block__item-btn span {
    background-color: #fff;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.info-block__item-btn:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.info-block__title {
    font-size: 18px;
    color: #541199;
    text-align: center;
}

.info-block__item-description {
    display: none;
}

.info-block__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
    cursor: pointer;

}

.info-block__item:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.info-block__item-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}

.info-block__item-description {
    padding: 10px 0;
    font-size: 16px;
}

.tariff-block .row:not(:last-child) {
    margin-bottom: 30px;
}

.tariff-block .row {
    font-size: 16px;
}

.tariff-block .row p:not(:last-child) {
    margin-bottom: 10px;
}

.tariff-block .row .col:nth-child(1) {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.tariff-block .row .col:nth-child(2) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tariff-block .row .col:nth-child(3) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.b-left-primary {
    border-left: 2px solid #541199;
    padding-left: 10px;
}

.b-bottom-primary {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30PX;
}

.b-bottom-primary:after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    content: "";
    width: 50%;
    background: #541199;
}

.tariff-buy-block {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tariff-buy-block img:not(:last-child) {
    margin-bottom: 20px;
}

.tariff-buy-block img {
    height: 140px;
}

.tariff-buy-block .btn {
    width: 100%;
}

.btn-transparent {
    border: 0;
    background: #fff;
    color: #121212;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
}

.tariff-buy-container {
    position: relative;
}

#rent_machine_pin_modal,
#rent_machine_publish_modal,
#rent_machine_raise_modal {
    max-width: 400px;
}

.font-medium {

    font-weight: 500;
}

.rent_machine_modal-price {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

#rent_machine_publish_modal,
#rent_machine_publish_modal,
#rent_machine_publish_modal {
    max-width: 400px;

}

#rent_machine_publish_modal img,
#rent_machine_raise_modal img,
#rent_machine_pin_modal img {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.offer-item__name-data {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    line-height: 1.2 !important;
}

.chat-card-item__data-message,
.chat-message__body {
    line-height: 1.2 !important;
}

.payment-type-card {
    padding: 10px 8px;
    border-radius: 10px;
    background-color: var(--white-color);
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;

}

.tariff-info-row {
    margin-top: 20px;

}

.customer-info-image {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.load-contact-closed {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.load-contact-closed img {
    height: 20px;
}

.message-data-row {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 5px;
}

.chat-card-item__data-message {
    padding-right: 20px;
}

.chat-card-item__data-message {
    display: inline;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.input-capitalize {
    text-transform: capitalize;
}

.chat-card-item__data-new_messages {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--seconadary-color);
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
}

.chat-card-item {
    position: relative;
}

.chat-card-item__data-new_messages:empty {
    display: none !important;
}

.chat-message:not(.reversed) .chat-message__status {
    display: none;
}

.review-user-data img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-user-data > .row {
    margin-bottom: 10px;
}

#review_modal textarea {
    height: 150px;
}

.review-user-rules {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: end;
}

.star-empty {
    height: 30px;
    width: 30px;
    background-image: url(../img/icon/star_empty.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.star-filled {
    height: 30px;
    width: 30px;
    background-image: url(../img/icon/star_yellow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.rate-widget {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.text-label {
    padding: 0 5px;
    background: #F7F7F7;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    border-radius: 7px;
    width: fit-content;
}

.transaction-table {
    margin-bottom: 20px;
}

.transaction-table .transaction-table__row {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    gap: 20px;
}

.transaction-table .transaction-table__header {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: 18px;
}

.transaction-table .my_transactions_catalog_list {
    gap: 10px;
}

.route-description {
    max-width: 100%;
    word-break: break-word;
    padding-right: 10px;
}

.review-statistic {
    gap: 100px;
    margin-bottom: 40px;
}

.review-statistic .rating-item {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.review-rate-statistic {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
    /* changed */
}

.review-statistic > .col {
    gap: 5px;
}

.review-rate-statistic * {
    line-height: 25px;
}

.rate-label {
    flex: 80px;
}

.rate-diagram {
    width: 250px;
    flex: 250px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 2px;
    position: relative;
}

.rate-diagram span {
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFC93F;
    border-radius: 2px;
}

.review-card:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.review-card {
    padding-bottom: 20px;
}

.review-card .rating-item {
    margin-bottom: 10px;
}

.review-description {
    margin-bottom: 10px;
}

.review-card__reply-form {
    display: flex;
    align-items: end;
    justify-content: end;
}

.review-card__reply-content p:first-child {
    color: #541199;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}

.offer-phone {
    color: #541199;
}

.dropdown-hover {
    position: relative;
}

spatial_ref_sys .dropdown-hover .dropdown__item-link a {
    white-space: nowrap;
}

.load-map {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--app-height);
}

.map-filter {
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 50px;
    max-width: 350px;
    overflow-y: auto;
}


.map-filter .load-filter-route-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-filter .load-filter-route-title .btn-swap {
    height: 14px;
    width: 14px;
}

.map-filter .form-block {
    height: calc(var(--app-height) - 100px);
    min-height: calc(var(--app-height) - 100px);
    max-height: calc(var(--app-height) - 100px);
    max-width: 350px;
    overflow-y: auto;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 70px;
}


.map-filter .form-block::-webkit-scrollbar {
    width: 4px;
}

.map-filter .form-block::-webkit-scrollbar {
    width: 4px;
}


.map-filter .form-block::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.map-filter > * {
    position: relative;
}

.map-filter .form-block {
    display: grid;
    grid-template-columns: 1fr;
}

.map-filter .form-block > .row:nth-child(2) {
    grid-row: 1
}

.map-filter .form-block > .row:nth-child(3) {
    grid-row: 3
}

.map-filter .form-block > .row:nth-child(4) {
    grid-row: 2
}

.map-filter .form-block > .row:nth-child(5) {
    grid-row: 4
}

.map-filter .load-filter-route-row {
    display: flex !important;
    gap: 20px;
    flex-direction: column;
}

.map-filter .load-route-search-widget {
    display: flex !important;
    flex-direction: column;
}

.map-filter .catalog-filter-auto .btn {
    min-width: 40px;
}

.map-filter .measurement-row {
    display: flex !important;
    flex-direction: column;
}

.map-filter .load-date-row {
    display: flex !important;
    flex-direction: column;
}

.map-filter .load_search_transport_types {
    width: 100%;
}

.map-filter .date-input {
    width: 100%;
}


.map-filter .load-search-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    left: 0;
    padding-right: 5px;
    z-index: 1;
}

.map-filter .form-block {
    box-shadow: none;
}

.map-filter .load-search-buttons .btn {
    width: 100%;
}

.map-filter .min-max-field {
    max-width: 100%;
    justify-content: space-between;

}

.map-filter .min-max-field input {
    width: calc(50% - 15px);
    max-width: unset;
}

.map-filter .form-field .form-label {
    margin-bottom: 5px !important;
}

.map-filter .gap-20px {
    gap: 10px !important;
}

.map-filter .btn-swap {
    transform: rotate(90deg);
}

.marker-cluster {
    background: #eee5ff;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    box-shadow: var(--shadow);
    border-radius: 15px;
    padding: 15px;
}

.map-load-card {
    color: #121212 !important;
}

.cluster-popups .map-load-card .card__wrapper .card__body {
    flex-direction: column;
    border-bottom: 0 !important;
    max-width: 300px;
}

.map-info__list {
    width: 30%;
    max-height: 300px;
    overflow-x: auto;
}

.cluster-popups {
    font-size: 14px;
    /* changed */
    width: calc(70% - 15px);
}


.map-load-card .load-card__route,
.map-load-card .load-card__date,
.map-load-card .load-card__details {
    width: 100%;
}


.map-info__list li {
    cursor: pointer;
}

.map-info__list li.active {
    color: #541199;
}

.map-info__list {
    flex: 0 0 90px;
    padding: 5px 0 10px 0;
    border-right: 1px solid #541199;
    padding-right: 10px;
}

.cluster-popups {
    flex: 1 1 auto;
}

.map-info-claster {
    display: flex;
    gap: 15px;
}

.map-info__number {
    margin-bottom: 5px;
}

.map-load-card .load-card__route {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: unset;
    max-width: unset;
}

.map-load-card .load-card__date {
    padding: 0;
    margin-bottom: 0px;
}

.map-load-card .load-card__route-distance {
    flex-direction: row;
    gap: 10px !important;
    justify-content: start;
    margin: 10px 0 10px 28px !important;
}


.leaflet-popup-content {
    width: 100% !important;
}

#call_phone_verification,
#qr_phone_verification {
    width: 520px;
    padding: 60px;
}

#call_phone_verification .modal__container,
#qr_phone_verification .modal__container {
    padding: 0;
}

.modal-title__main {
    text-align: center;
    font-size: 18px;
    color: #121212;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 40px;
    font-weight: 700;
}

.modal-title__main:after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 15px;
    width: 105%;
    background: #541199;
}

.call-modal__description,
.call_modal-block,
.qr-modal__description {
    font-size: 14px;
    /* changed */
    text-align: center;
    margin-bottom: 30px;
}

.call_modal-block input {
    font-size: 14px;
    /* changed */
    text-align: center;
}

.qr-modal__code {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.call-modal__restart_form,
.qr-modal__restart_form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

#personal_form .form-block .form-field {
    margin-bottom: 0 !important;
}

.call_modal-input_field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}


.data-form-fields {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}

.data-form-fields .profile-title {
    margin-bottom: 5px;
}

.data-form-fields .profile-title {
    display: flex;
    flex-direction: column;
}

.data-form-fields .profile-title span {
    font-size: 14px;
    /* changed */
    text-transform: none;
    margin-top: 10px;
}

.data-form-fields .profile-title:not(:first-child) {
    margin-top: 30px;
}

.data-form-fields .form-field .form-label {
    margin-bottom: 8px !important;
}

.data-form-fields .form-field > input {
    width: 100%;
}

.data-form-fields > * {
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

/* ProfileData */
/* Company */
.data-form-fields.company #field_ownership_type {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.data-form-fields.company #field_company_title {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.data-form-fields.company #field_image {
    grid-column: 1;
    grid-row: 3;
}

.data-form-fields.company #field_documents {
    grid-column: 2;
    grid-row: 3;
}

.data-form-fields.company #field_company_name {
    grid-column: 1;
    grid-row: 4;
}

.data-form-fields.company #field_company_itn {
    grid-column: 2;
    grid-row: 4;
}

.data-form-fields.company #field_company_address {
    grid-column: 1;
    grid-row: 5;
}

.data-form-fields.company #field_company_email {
    grid-column: 2;
    grid-row: 5;
}

.data-form-fields.company #field_currency_code {
    grid-column: 1;
    grid-row: 6;
}

.data-form-fields.company #field_country_code {
    grid-column: 2;
    grid-row: 6;
}

.data-form-fields.company #field_company_phones {
    grid-column: 1 / span 2;
    grid-row: 7;
}

.data-form-fields.company #field_personal_title {
    grid-column: 1 !important;
    grid-row: 8 !important;
}

.data-form-fields.company #field_id {
    grid-column: 2;
    grid-row: 8;
}

.data-form-fields.company #field_full_name {
    grid-column: 1;
    grid-row: 9;
}

.data-form-fields.company #field_city {
    grid-column: 2;
    grid-row: 9;
}

.data-form-fields.company #field_phone {
    grid-column: 1;
    grid-row: 10;
}

.data-form-fields.company #field_email {
    grid-column: 2;
    grid-row: 10;
}

.data-form-fields.company #field_social {
    grid-column: 1;
    grid-row: 11;
}

.data-form-fields.company #field_speaking_languages {
    grid-column: 2;
    grid-row: 11;
}

.data-form-fields.company #field_submit {
    grid-column: 1 / span 2;
    grid-row: 12;
}

/* Non company */
.data-form-fields.non-company #field_ownership_type {
    grid-column: 1;
    grid-row: 1;
}

.data-form-fields.non-company #field_id {
    grid-column: 2;
    grid-row: 1;
}

.data-form-fields.non-company #field_image {
    grid-column: 1;
    grid-row: 2;
}

.data-form-fields.non-company #field_documents {
    grid-column: 2;
    grid-row: 2;
}

.data-form-fields.non-company #field_full_name {
    grid-column: 1;
    grid-row: 3;
}

.data-form-fields.non-company #field_city {
    grid-column: 2;
    grid-row: 3;
}

.data-form-fields.non-company #field_phone {
    grid-column: 1;
    grid-row: 4;
}

.data-form-fields.non-company #field_email {
    grid-column: 2;
    grid-row: 4;
}

.data-form-fields.non-company #field_social {
    grid-column: 1;
    grid-row: 5;
}

.data-form-fields.non-company #field_speaking_languages {
    grid-column: 2;
    grid-row: 5;
}

.data-form-fields.non-company #field_country_code {
    grid-column: 1;
    grid-row: 6;
}

.data-form-fields.non-company #field_currency_code {
    grid-column: 2;
    grid-row: 6;
}

.data-form-fields.non-company #field_submit {
    grid-column: 1 / span 2;
    grid-row: 7;
}

.data-form-fields.non-company #field_company_name {
    display: none;
}

.data-form-fields.non-company #field_company_itn {
    display: none;
}

.data-form-fields.non-company #field_company_address {
    display: none;
}

.data-form-fields.non-company #field_company_email {
    display: none;
}

.data-form-fields.non-company #field_company_phones {
    display: none;
}

.data-form-fields.non-company #field_personal_title {
    display: none;
}

.data-form-fields.non-company #field_company_title {
    display: none;
}

.data-form-fields.company #field_id {
    margin-top: 0px !important;
}

.data-form-fields #field_submit {
    display: flex;
    align-items: end;
    justify-content: end;
}


.data-form-fields .profile-title:nth-child(2) {
    margin-top: 0;
}


.data-form-fields .phone-input {
    flex: 1 1 auto;
}

.catalog-filter-auto .form-field .form-label {
    margin-bottom: 8px !important;
    font-size: 14px;
    /* changed */
}


.profile-page .load-card__details,
.profile-page .load-card__status {
    width: 100px !important;
}

.header-nav__row-sub {
    position: relative;
}

.notification-block {
    visibility: hidden;
    top: 100%;
    right: 0;
    width: 400px;
    box-shadow: var(--shadow);
    border-radius: 15px;
    opacity: 0;
    position: absolute;
    z-index: 20;
    transform: scale(.96) translateY(40px);
    background: #fff;
    transition: ease-in-out .2s;
}

.notification-block.active {
    visibility: visible;
    transform: scale(1) translateY(0);
    opacity: 1;
}

.notification-block .notification__header {
    background: var(--primary-ligth-color);
    color: #121212;
    border-radius: 15px 15px 0 0;
    height: 30px;
    display: flex;
    position: relative;
    padding: 0 15px;
    align-items: center;
}

.notification-block .notification__body {
    color: #121212;
    border-radius: 0 0 15px 15px;
    min-height: 50px;
    height: fit-content;
}

.notification__header {
}

.notification-close {
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
    background-image: url(../img/icon/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    filter: invert(1);
}

.notification__list {
    margin: 5px;
    overflow-y: auto;
    max-height: 300px;

}

.notification-item {
    margin: 5px;
    border-radius: 15px;
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow);
}

.notification-item .notification-item__title {
    color: #541199;
    font-size: 15px;
    display: flex;
    margin-bottom: 10px;
}

.notification-time {
    color: var(--text-muted-color);
    padding-right: 15px;
    margin-left: auto;
    font-size: 10px;
    display: block;
}

.notification-item {
    cursor: pointer;
    position: relative;
}

.notification-item .btn {
    margin-top: 10px;
    height: 30px;
    width: fit-content;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification__action {
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 10px 10px 0 10px;
}

.notification-close-item {
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
    background-image: url(../img/icon/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 5px;
    filter: invert(1);
}

.notification-toggle {
    position: relative;
}

.notification_count {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: var(--seconadary-color);
    border-radius: 5px;
    display: block;
    color: #fff;
    padding: 2px 2px 1px 2px;
    font-size: 10px;
}

.notification_count:empty {
    display: none;
}

.chat-offer-item__prices,
.chat-offer-item,
.chat-load-item {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.load-card-inactive {
    background: #f5f5f5;
    opacity: .5;
}

.chat-offer-item.active,
.chat-load-item.active {
    background: var(--primary-ligth-color);
}

.chat-list-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

.chat-offer-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chat-list-container__half {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.profile-chat-list {
    max-height: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    margin: -15px;
    padding: 15px;
}

.chat-list-container__half:first-child {
    padding-right: 10px;
}

.chat-list-container__half:nth-child(2) {
    padding-left: 10px;
}

.chat-list-container__half .form-block {
    margin-bottom: 0 !important;
    cursor: pointer;
    width: 100%;
}

.chat-list-container__full {
    width: 100%;
}

.chat-list-container__full .chat-content-item {

    height: 80vh;
    max-height: 600px;
    width: 100%;
}

.chat-list-container .profile-title {
    margin-bottom: 0 !important;
}

.user_data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.user_data-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--primary-color);
}

.user_data-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_data-header {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.user_data-reviews_container .review-card {
    padding: 15px 0;

    margin-bottom: 0;
}

.user_data-ownership_type {
    line-height: 25px !important;
    color: #121212;
}

.user_data-header_data {
    gap: 2px;
}

.prop-item {
    display: flex;
}

.prop-item.prop-item-row {
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.prop-item.prop-item-col {
    gap: 0px;
    flex-direction: column;
}

.prop-label {
    color: var(--text-muted-color);
}


.prop-label img {
    height: 16px;
}

.prop-item-speaks {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.prop-item-speaks img {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_data-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prop-label {
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.user_data-review_stat {
    background: var(--primary-ligth-color);
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    border-radius: 15px;
    gap: 50px;
    margin: 30px 0 0;
}

.user_data-review_stat .row {
    gap: 10px;
    align-items: center;
}

.user-data-container {
    overflow: auto;
    padding: 25px;
    margin: 5px;
    max-height: 300px;

}

#customer-info-modal {
    max-width: 90%;
    width: 900px;
    margin: 0 15px;
}

.form-widget-single-file {
    position: relative;
    width: fit-content;
}

.btn-delete-single-image {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    z-index: 1;
}

.mobile-filter-toggle-container {
    display: none;
}

.btn-delete-single-image img {
    filter: invert(1);
}

.mobile-footer {
    display: none;
}


.header__nav-link_mobile {
    display: none;
}


.close-mobile-window__container {
    display: none !important;
}

.load-catalog-filter .load-mobile-swap {
    display: none !important;
}

.load-catalog-filter .load-main-swap {
    display: block;
}

.map-filter .load-mobile-swap {
    display: block;
}

.map-filter .load-main-swap {
    display: none;
}

.header .header__nav-link > img {
    height: 24px;
}


.close-mobile-window {
    display: none;
}

.non-profile {
    display: none;
}

.email-field-container {
    width: 100%;
    position: relative;
}

.email-field-container input {
    padding-right: 40px;
    width: 100%;
}


.update_data_form-no_permission {
}

.update_data_form-no_permission button[type=submit] {
    display: none;
}

#field_phone .error-field__message {
    margin-top: 10px;
}

.profile-mobile_title {
    display: none;
}

.form-widget-single-file.transport-image {
    width: 100% !important;
}

.btn-delete-single-image {
    top: 10px;
    right: 10px;
    background: #dc3545;
    border-radius: 50%;
    z-index: 2;
    padding: 3px;

}

.btn-delete-single-image img {
    filter: brightness(0) invert(1);
}

.load-view-row {
    display: grid;
    gap: 20px;
    grid-template-columns: 50% 50%;
}

.load-actions-row .btn {
    height: 40px;
}

.load-view-row .load-points {
    grid-column: 1;
    grid-row: 1;
}

.load-view-row .load-map-container {
    grid-column: 1;
    grid-row: 2;
}

.load-view-row .load-actions-row {
    grid-column: 2;
    grid-row: 1;
}

.load-view-row .load-details-col {
    grid-column: 2;
    grid-row: 2;
}

.footer__app-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.load-map-container {
    z-index: 1;
}

.data-user-name {
    display: flex !important;
    gap: 5px;
    align-items: center;
}

.non-company .data-user-name img {
    display: block;
}

.company .data-user-name img {
    display: none;
}

.load-card__route-distance,
.route-card__route-city-title,
.map-load-card .load-card__date,
.map-load-card .load-card__date *,
.map-load-card .load-card__route-city-title,
.map-load-card .load-card__route-city-title *,
.map-load-card .load-card__details,
.map-load-card .load-card__details *,
.load-card__date,
.load-card__date *,
.load-card__route-city-title,
.load-card__route-city-title *,
.load-card__details,
.load-card__details * {
    gap: 0 !important;
    line-height: 20px !important;
}

.map-load-card .load-card__route {
    gap: 0 !important;
}

.map-load-card .load-card__date {
    display: flex;
    flex-direction: row;
    gap: 15px !important;
    text-align: right;
    justify-content: end;
}

.field_contact_name {
    width: 330px;
}

.field_contact_name input {
    width: 100%;
}

.route-description-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.route-description-container > * {
    display: flex;
    gap: 10px;
    align-items: center;
}

.load-distance {
    padding-left: 56px;
}

.modal-regular {
    max-width: 500px;
}

.modal-regular p {
    line-height: 1.2 !important;
}

.datepicker {
    z-index: 2;
}

.offer-transport-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.offer-transport-row .dropdown {
    flex: 1 1 auto;
    max-width: 100%;
}

.page-description {
    margin-top: 40px;
}

.page-description__wrapper {
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
}

.page-description__container {
}

.page-description__title {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #541199;
}

.page-description__description {
    line-height: 1.2 !important;
}

.load-card__route-distance {
    flex: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px !important;
}

.load-distance {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.body-type-fields-row > .form-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error__col {
    margin: 50px 0;
}

.error__col img {
    width: 500px;
}

.profile-page .rent-machine-card__props {
    max-width: 400px;
}

.attention_modal {
    width: calc(650px) !important;
    max-width: calc(650px) !important;
    min-width: calc(650px) !important;
}

.attention_modal .attention-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.attention_modal .btn {
    margin-top: 20px;
}

.attention_modal .attention-row__image {
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attention_modal .attention-row__image img {
    width: 100%;
}

.attention-row__description > div {
    line-height: 1.2 !important;
}

.attention-row__description .btn {
    margin: 20px auto 0 auto;
}

.chat-load-item {
    position: relative;
}

.chat-load-item .message-count {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--seconadary-color);
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1.2 !important;
}

.chat-load-item .message-count:empty {
    display: none !important;
}

.edit-transport-button {
    cursor: pointer;
}

.route-description-phone {
    align-items: center !important;
}

.tariff-container > .row > .col:first-child {
    padding-right: 80px;
}

.profile__container .load-card .card__body > a {
    display: grid;
    grid-template-rows: 25px 1fr;
    grid-template-columns: 60% 30% 10%;
}

.profile__container .load-card.owner .load-card__route {
    width: unset;
    min-width: unset;
    max-width: unset;
    grid-row: 2;
    grid-column: 1
}

.load-card__route-city-image img {
    min-width: 18px;
}

.profile__container .load-card__date {
    width: unset;
    grid-row: 1;
    grid-column: 1 / span 3;
    padding: 0;
}

.profile__container .load-card__details {
    width: unset !important;
    grid-row: 2;
    grid-column: 2
}

.profile__container .load-card__status {
    width: unset !important;
    grid-row: 2;
    grid-column: 3
}

.rent-machine__footer_details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rent-machine__footer_details > .row {
    align-items: center;
    justify-content: end;
    gap: 8px;
}

.badge {
    width: fit-content;
    font-size: 14px;
    border-radius: 7px;
    display: flex;
    height: 30px;
    padding: 0px 9px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.rent-description__main,
.rent-description__secondary {
    line-height: 19px !important;
}

.rent-description__secondary {
    margin-top: 40px;
}

.rent-description__main {
    padding-left: 60px;
    padding-top: 40px;

    padding-right: 200px;
}

.route-description__main img {
    width: 30px !important;
    height: 30px !important;
    display: block;
}

.route-description__main {
    font-size: 28px;
    display: flex;
}

.find-rent_machine-transport_description,
.find-rent_machine-transport_description__image {
    position: relative;
    line-height: 19px;
}

.decor-block {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.decor-block .decor__road_sign {
    z-index: -1;
    position: absolute;
    right: unset;
    bottom: 0 !important;
    left: 0;
}

.decor-block .decor__vector_left {
    z-index: -1;
    position: absolute;
    right: unset;
    bottom: unset;
    top: 20px;
    left: 0;
}

.decor-block .decor__vector_right {
    z-index: -1;
    position: absolute;
    right: unset;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


.find-rent_machine-transport_description__image__container {
    position: relative;
    margin-left: 60px;
}

.find-rent_machine-transport_description.route-description-block .decor__vector_right {
    top: 80%;
}

.find-rent_machine-transport_description .decor__dot_left {
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 0;
    left: 0;
    top: 0;
}

.find-rent_machine-transport_description .decor__dot_top {
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 0;
    right: 0;
    top: 0;
}


.find-rent_machine-transport_description .decor__road_sign {
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 0;
    bottom: 40px;
    left: 0
}

.find-rent_machine-transport_description__image__container {
    position: relative;
    margin-left: 60px;
}

.find-rent_machine-transport_description .decor__vector_left {
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 0;
}

.find-rent_machine-transport_description .decor__vector_right {
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.badge.badge-left {
    border-radius: 7px 0 0 7px;
}

.badge.badge-right {
    border-radius: 0 7px 7px 0;
}

.badge-outline {
    border-width: 1px;
    border-style: solid;
    background: transparent;
}

.badge-muted {
    border-color: var(--light-white-color);
    color: var(--text-muted-color);
}

.badge-light {
    color: var(--text-color) !important;
    background-color: var(--light-color);
}

.badge-light * {
    color: var(--text-color);
    background-color: var(--light-color);
}

.card__user-data__image {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

.card__user-data {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 14px;
    box-shadow: var(--shadow);
    border-radius: 15px;
    gap: 12px;
    padding: 10px;
}

.rent-phone-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 20px;
    align-items: center;
}

.rent-phone-row img {
    height: 24px;
    width: 24px;
    display: block;
}

.rent-phone-row > a:first-child {
    margin-right: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.rent-phone-row > a:first-child img {
    height: 20px;
    width: 20px;
}

.card__user-data__contact {
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rent-phone-form-col {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.rent-block-id {
    margin-left: auto;
}

.route-description__steps {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    flex-direction: row;
    margin-bottom: 60px;
}

.route-description__steps-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.route-description__steps-item__image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: center;
    z-index: 1;
}

.route-description__steps-item__title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.route-description__steps-item__text {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.route-description__steps-item__text + .btn {
    margin-top: 30px;
}

.route-description__steps-item:nth-child(2) {
    margin-top: 300px;
}

#route-description__steps-lines {

    position: absolute;
    top: 10px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    z-index: 0;
}

.header-profile .notification_count {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    height: 18px;
    padding: 0 4px;
    border-radius: 4px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-profile .notification_count:empty {
    display: none;
}

.header-profile {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}

.header-profile__image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--primary-color);
}

.header-profile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-profile__name {
    margin-top: 4px;
    width: 120px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
}

.header-profile__status {
    display: flex;
    gap: 5px;
    align-items: center
}

.load_catalog_list .catalog-load-card {
    color: var(--text-color);
    text-decoration: none;
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: var(--shadow);
    padding: 0px !important;
    border: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.load_catalog_list .catalog-load-card:not(:last-child) .card__body {
    border: 0 !important;
}

.btn-nav-header:last-child {
    margin-right: 80px;
}

.header-nav__row > .header-nav__row-sub:first-child {
    gap: 50px;
}

.btn-outline.btn-primary.btn-nav-header {
    width: unset !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    padding: 10px 17px !important;
}

.btn-outline.btn-primary.btn-nav-header {
    width: unset !important;
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
    padding: 10px 17px !important;
}

.btn-outline.btn-secondary {
    width: unset !important;
    color: var(--seconadary-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--seconadary-color) !important;
    padding: 10px 17px !important;
}

.html-content li {
    list-style: circle;
    padding-left: 20px;
}

.route-description__info-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 30px;
}

.route-description__info-blocks .form-block {
    margin-bottom: 0px;
    width: fit-content;
    max-width: 40%;
}

.route-description__info-blocks img {
    width: 36px;
    height: 36px;
    margin-bottom: 30px;
}

.badge-row .badge {
    border-radius: 0;
}

.badge-row .badge:first-child {
    border-radius: 7px 0 0 7px;
}

.btn-add-to-favorite {
    cursor: pointer;
}

.badge-row .badge:last-child {
    border-radius: 0 7px 7px 0;
}

.load-card .card__body {
    padding-left: 30px;
}

.route-price-text {
    margin-bottom: 60px;
}

.find-rent_machine-transport_description__container * {
    line-height: 1.4 !important;

}

.find-rent_machine-transport_description__container li {
    list-style: disc;
    margin-left: 15px;
    line-height: 1.4 !important;

}

.route-price-block,
.route-price-block-imaged {
    padding: 30px 40px;
    border-radius: 30px;
    box-shadow: var(--shadow);
    line-height: 1.5 !important;
}

.route-price-block-imaged {
    margin-bottom: 60px;
}

.route-price-block-imaged .row {
    gap: 55px;
}

.route-price_description * {
    line-height: 1.2 !important;
}

.route-price_description img {
    min-width: 390px;
}

.route-price-block h3,
.route-price-block-imaged h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.load-cargo-name {
    word-break: break-word;
}

.load-details-row *,
.load-cargo-name {
    word-break: break-word;
}

.header-nav__row .btn-outline.btn-secondary.btn-nav-header {
    color: #0776a2 !important;
    background-color: transparent !important;
    border: 1px solid #0776a2 !important;
}

.tippy-box {
    color: var(--black-color) !important;
    background: #fff !important;
    border-radius: 5px !important;
    box-shadow: var(--shadow) !important;
    padding: 5px 15px;
}

.modal {
    z-index: 9998 !important;
}

.modal-page-container {
    z-index: 9999 !important;
}

.email-field-container .tt {
    position: absolute;
    top: 11px;
    right: 15px;
}

.find-rent_machine-transport_description__container li {
    list-style: disc;
    margin-left: 15px;
    line-height: 1.4 !important;
}

.route-price-block-imaged li {
    list-style: disc;
    margin-left: 15px;
    line-height: 1.2 !important;
}

.route-price-block-imaged ul br {
    display: none;
}

.hide-desktop {
    display: none !important;
}

#rent-description_image {
    max-height: 330px;
}

@media (min-width: 1200px) {
    .header-banner__row img {
        height: 230px;
    }
}

@media (max-width: 1200px) {
    .header__row-nav .header-nav-block {
        padding: 0 15px;
    }

    .btn-nav-header {
        width: unset !important;
        padding: 5px 10px;
    }

    .header-nav__row-sub {
        gap: 15px;
    }

    .profile-page .rent-machine-card .card__body {
        flex-direction: column;
    }

    .profile-page .rent-machine-card .card__image-container {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }

    .header-banner__row {
        min-height: 200px;
    }

    .header-banner__row img {
        height: 130px;
    }

    .container {
        width: 962px;
    }

    .load-card__route {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        min-width: 55%;
        max-width: 55%;
        width: 55%;
    }

    .load-card__date {
        padding: 0 10px;
        width: 20%;
    }

    .load-card__route-distance {
        flex: 10%;
    }

    .header-top__row .nav {
        gap: 40px;
    }


    .header__nav-link img {
        max-height: 25px;
    }

    .load-card__route-distance {
        padding-right: 15px;
        white-space: nowrap;
    }

}

@media (max-width: 1050px) {
    .route-description__info-blocks {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        width: 100% !important;
        align-items: center;

    }
}

@media (max-width: 992px) {
    .header-nav__row-sub__buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .btn-nav-header {
        padding: 2px 10px;
        font-size: 12px;
    }

    .rent-machine-card__props {
        max-width: 400px;
    }

    .check-list__transport-type {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 50% 50%;
        grid-auto-flow: column;
    }

    .check-list__import {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 50% 50%;
        grid-auto-flow: column;
    }

    .rent-machine-card .card__image-container {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }

    .rent-machine-card .card__body {
        flex-direction: column;
    }

    .load-form__place-search-field {
        min-width: unset;
        max-width: 100%;
    }

    .load-form__place-search-field + .error-field {
        min-width: unset;
        max-width: 100%;
    }

    .form-field__route-type,
    .form-field__name .limit-field,
    .form-field__transport .dropdown__label {
        width: 100%;
    }

    .route-transport-row {
        flex-wrap: wrap;
    }

    .card-load_point .datepicker-widget {
        width: fit-content;
    }

    .card-load_point {
        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 20px;
    }

    .row-load_point .card-load_point {
        display: flex;
    }

    #rent_machine_form .card-load_point {
        display: flex;
    }

    .card-load_point > *:nth-child(1) {
        grid-column: 1;
        grid-row: 1
    }

    .card-load_point > *:nth-child(2) {
        grid-column: 2;
        grid-row: 1
    }

    .card-load_point > *:nth-child(3) {
        grid-column: 2;
        grid-row: 2
    }

    .card-load_point > *:nth-child(4) {
        grid-column: 1;
        grid-row: 2
    }

    .container {
        width: 100%;
    }

    .header__nav-link img {
        max-height: 20px;
    }

    .load-catalog-filter > .form-block > .row:first-child {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .header__row-nav .header-nav-block {
        margin-top: -40px;
    }

    .measurement-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .measurement-row .form-field:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1
    }

    .measurement-row .form-field:nth-child(2) {
        grid-column: 3 / span 2;
        grid-row: 1
    }

    .measurement-row .form-field:nth-child(3) {
        grid-column: 4;
        grid-row: 2
    }

    .measurement-row .form-field:nth-child(4) {
        grid-column: 1 / span 2;
        grid-row: 2
    }

    .measurement-row .form-field:nth-child(5) {
        grid-column: 3;
        grid-row: 2
    }

    .header-banner__row img {
        height: 120px;
    }

    .rent-machine-filter-row {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0 !important;
    }

    .rent-machine-filter-row > *:nth-child(1) {
        grid-row: 2;
    }

    .rent-machine-filter-row > *:nth-child(3) {
        grid-row: 1;
    }

    .rent-machine-filter-row > *:nth-child(4) {
        grid-row: 3;
    }

    .rent-machine-filter-row > *:nth-child(5) {
        grid-row: 4;
    }

    .rent-machine-filter-row .info-block a.btn {
        display: flex;
        width: fit-content;
        margin: 0 auto;
    }

    .header-banner__row-h2,
    .header-banner__row h2 {
        font-size: 24px;
    }

    .header-banner__row-h3,
    .header-banner__row h3 {
        font-size: 18px;
    }

    .header-banner__row {
        padding-top: 20px;
    }
}

.route-card .card__user-data {
    width: fit-content;
    min-width: 380px;
}

.info-block-mobile {
    display: none;
}

.route-data-col {
    min-width: 400px;
}

.show-mobile {
    display: none;
}

.transport-name-badge {
    padding: 7px;
    border-radius: 7px;
    background: var(--light-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 11px;
    width: fit-content;
    margin-top: 5px;
}

.form-field__point .error-field__message {
    max-width: 400px;
}

.route-point__date-mobile {
    display: none;
}

@media (max-width: 768px) {
    .calc-filter-container a.load-mobile-swap {
        display: none !important;
        visibility: hidden;
    }

    .calc-filter-container .row-cargo_item {
        gap: 5px !important;
    }

    .calc-filter-container .calc-cargo-total {
        margin-bottom: 30px;
    }

    .calc-filter-container .load-mobile-swap {
        display: none !important;
    }

    .calc-filter-container .row-cargo_result {
        margin-bottom: 20px !important;
        gap: 20px;
    }

    .calc-filter-container .row-cargo_result .text-block {
        flex-direction: column;
        gap: 20px;
        padding: 0 !important;
    }

    .calc-filter-container .row-cargo_result .text-right {
        text-align: left !important;
    }

    #rent-description_image {
        object-fit: contain;
    }

    .route-point__date {
        display: none;
    }

    .route-point__date-mobile {
        display: block !important;
        margin-bottom: 4px;
    }

    .route-constant .route-point__date-mobile {
        margin-bottom: 0;
    }

    .route-by-date .route-card__route-city {
        align-items: unset !important;
    }

    .route-point__container .route-point {
        flex-direction: row;
        display: flex;
        gap: 10px;
    }

    .route-point__container .route-point .route-point-img {
        left: 0px;
        height: 46px;
    }

    .route-point__image {
        width: 46px;
        position: absolute;
        left: 0px;
        height: 46px;
        top: 5px;
        transform: rotate(90deg);

    }

    .route-point__container {
        height: 46px !important;
        position: relative;
        padding-left: 20px;
        display: flex;
        align-content: center;
    }

    .rent-machine-card .card__wrapper, .route-card .card__wrapper {
        padding: 15px !important;
    }

    .route-by-date .route-card__route-city-image img {
        margin-top: 15px !important;
    }

    .row-route-points {
        gap: 10px !important;
    }

    .route-card__route-city {

        line-height: 1 !important;
    }

    .route-card__route-city .text-extra-light.route-card__route-city-title {
        line-height: 1.2 !important;
        margin-top: -3px;
    }

    .route-point__image .route-point-img {
        height: 11px;
        width: 46px;
    }

    .route-card__route-city-title {
        height: 38.3px !important;
        display: block;
    }

    .route-by-date .route-card__route-city-image img {
        margin-top: 25px;
    }

    .route-point__date-mobile {
        margin-left: -25px;
    }

    .route-card__route-city-image {
        width: 14px;
    }

    .route-by-date .route-point__container {
        height: unset !important;
        min-height: 68px !important;
    }

    .route-by-date .route-point__image {
        top: 0 !important;
    }

    .route-point__date.route-point__date-mobile {
        margin-top: 1px;
    }

    .route-by-date .route-point__date.route-point__date-mobile {
        margin-top: 4px !important;
    }

    .route-by-date .route-card__route-city-image img {
        margin-top: 19px !important;
    }

    .route-point__container .route-point__image .route-point-img {
        background-image: url(../img/icon/route/point_center.svg?v=2);
        background-position: bottom;
    }

    .route-point__container:last-child .route-point__image .route-point-img {
        background-image: url(../img/icon/route/point_end.svg?v=2);

    }

    .route-point__container:first-child .route-point__image .route-point-img {
        background-image: url(../img/icon/route/point_start.svg?v=2);
    }

    .route-part-form {
        border-radius: 15px;
        background: var(--white-color);
        box-shadow: var(--shadow);
        padding: 15px;
    }

    .route-type-filter {
        padding: 0 !important;
    }

    .route-price-block-imaged .row {
        flex-direction: column;
        gap: 30px;
    }

    .route-price-block, .route-price-block-imaged {
        padding: 15px;
    }

    .route-price-block h3, .route-price-block-imaged h3 {
        margin-bottom: 15px;
    }

    .route-price_description img {
        min-width: unset;
        max-width: 50%;
        margin: 0 auto;
    }

    .route-price-block-imaged .row {
        flex-direction: column;
        gap: 30px;
    }

    #field_documents > label {

    }

    .data-form-fields.company #field_personal_title {
        grid-column: 1 !important;
        grid-row: 13 !important;
    }

    .data-form-fields.company #field_full_name {
        grid-column: 1 !important;
        grid-row: 14 !important;
    }

    .header__row-banner .header__wrapper.secondary {
        background: linear-gradient(88.57deg, #E0F9FF 25.98%, #8BDEF8 112.81%);
    }

    .header__row-banner .header__wrapper.primary {
        background: linear-gradient(82.79deg, #ECE6FA 12.49%, #BBABE1 81.19%);
    }

    .header__row-banner .header__wrapper.warning {
        background: linear-gradient(90.63deg, #FEE3C0 21%, #F0AE54 76.29%);
    }


    .header-banner__row .text-content {
        z-index: 2;
    }

    .header-banner__row img {
        z-index: 1;
    }

    .btn-load-action:not(.btn-load-action__fav) {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        background: var(--primary-color);
    }

    .btn-load-action.has-filter {
        background: var(--seconadary-color);
    }

    .btn-load-action__map img {
        width: 11.33px;
        height: 14.44px;
    }

    .btn-load-action__sort img {
        width: 14.44px;
        height: 10.56px;
    }

    .btn-load-action__filter img {
        width: 16px;
        height: 13.94px;
    }

    .h-34 {
        height: 34px;
    }

    .load-index-actions-row {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row;
        gap: 14px;
        margin-bottom: 15px;
    }

    .hide-mobile {
        display: none !important;
    }

    .load_created_at {
        display: none;
    }

    .show-mobile {
        display: block !important;
    }

    .show-mobile.flex {
        display: flex !important;
    }

    .card-rent_point {
        flex-direction: column;
    }

    .route-card .card__user-data {
        width: 100%;
        min-width: 100%;
    }

    .route-data-col {
        min-width: 100%;
        width: 100%;
    }

    .load-phone-row-crud {
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }

    .route-description__info-blocks {
        flex-direction: column;
        gap: 20px;
    }

    .route-description__info-block {
        width: 100% !important;
    }

    .load-page__header-user_data > .row {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .info-block-desktop {
        display: none;
    }

    .info-block-mobile {
        display: block;
    }

    .route-type-filter .radio-button-item input:checked + label {
        font-weight: 700;
        color: var(--primary-color);
        background: unset;
    }

    .decor-block {
        display: none;
    }

    .page-title {
        font-size: 18px;
        margin-bottom: 40px;
        font-weight: 500;
    }

    .route-description__steps-item__image {
        margin-bottom: 15px;
    }

    .route-description__steps-item__title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .route-description__steps-item {
        margin-bottom: 0 !important;
    }

    .route-description__steps-item__text {
        font-size: 14px;
    }

    .route-description__main p span {
        margin-top: 5px;
    }

    .route-description__main {
        font-size: 14px;
    }

    .route-description__steps-item__image img {
        width: 90px;
        display: block;
    }

    .route-description__steps-item:nth-child(2) {
        margin-top: 0;
    }

    .route-description__steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #route-description__steps-lines {
        display: none;
    }

    .rent-machine-card__price {
        flex-wrap: wrap;
        gap: 20px;
    }

    #field_is_whatsapp_visible_1 {
        margin: 0 !important;
    }

    .rent-phone-form-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .find-rent_machine-transport_description__image {
        flex-direction: column;
        gap: 20px;
    }

    .find-rent_machine-transport_description__image img {
        width: 100%;
    }

    .find-rent_machine-transport_description__image__container {
        padding: 0;
        margin: 0;
    }

    .rent-description__main {
        padding: 0;
    }

    .decor__road_sign,
    .decor__vector_left,
    .decor__vector_right,
    .decor__dot_left,
    .decor__dot_top {
        display: none !important;
    }

    .tariff-container > .row > .col:first-child {
        padding-right: 0px;
    }

    .profile__container .load-card.owner .load-card__route {
        grid-row: 2;
        grid-column: unset;
    }

    .profile__container .load-card__date {
        width: unset;
        grid-row: 1;
        grid-column: unset;
        padding: 0;
    }

    .profile__container .load-card .card__body > a {
        grid-template-rows: unset;
    }

    .profile__container .load-card__details {
        width: unset !important;
        grid-row: unset;
        grid-column: unset;
    }

    .profile__container .load-card__status {
        width: unset !important;
        grid-row: unset;
        grid-column: unset;
    }

    .profile__container .load-card .card__body > a {
        display: flex;
    }

    #rent_machine_form-rent_time {
        width: 100%;
        max-width: 100%;
    }

    .attention-row {
        flex-direction: column !important;
    }

    .attention_modal .attention-row__image img {
        width: unset;
        margin: 0 auto;
    }

    .attention_modal {
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
        min-width: calc(100vw - 30px) !important;
    }

    .attention-row__description .btn {
        width: 100%;
    }

    .check-list__transport-type {
        grid-template-rows: unset;
        grid-template-columns: 1fr;
        grid-auto-flow: unset;
    }

    .check-list__import {
        grid-template-rows: unset;
        grid-template-columns: 1fr;
        grid-auto-flow: unset;
    }

    .dropdown-sort.dropdown .dropdown__label:before {
        display: block;
    }

    .route-description-container {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .route-description-container > * {
        white-space: normal;
    }

    .field_contact_name {
        width: 100%;
    }

    .footer__app-row {
        flex-direction: column;
        align-items: center;
    }

    .load-view-row {
        grid-template-columns: 1fr;
    }

    .load-view-row .load-points {
        grid-column: unset;
        grid-row: 1;
    }

    .load-view-row .load-map-container {
        grid-column: unset;
        grid-row: 2;
    }

    .load-view-row .load-actions-row {
        grid-column: unset;
        grid-row: 3;
    }

    .load-view-row .load-details-col {
        grid-column: unset;
        grid-row: 4;
    }

    .profile-sidebar__text div {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .profile-sidebar {
        z-index: 12222;
    }

    .load-card.my-load-card .card__body > a {
        display: grid;
        grid-template-columns: 1fr;
        font-size: 16px;
        gap: 10px;
        position: relative;
    }

    .load-page__meta {
        gap: 10px;
    }

    .load-page__meta .col {
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: 40px;
    }

    .load-page__meta-id {
        align-items: unset;
        display: block;
        height: 20px;
        padding: 4px 0;
    }

    .load-header-row {
        gap: 20px;
    }

    .load-points__item {
        white-space: normal;
    }

    .load-header-actions {
        height: 40px;
    }

    .load-page__header-details {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .load-header__share-container {
        flex: 64px;
    }

    .load-card__route-distance {
        padding-left: 28px;
    }

    .profile-mobile_title {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
        text-transform: uppercase;
        color: #541199;
    }

    .file-widget-single:hover span,
    .file-widget-single:focus span {
        opacity: 0;
    }

    .load-header-actions .btn {
        content: "";
        font-size: 0;
        padding: 0;
        display: flex;
        justify-content: center;

    }

    .load-page__header > .col {
        width: 100%;
    }

    .load-header-actions {
        gap: 5px;
        justify-content: end;
    }

    .place-search-field {
        width: 100%;
    }

    .tariff-container > .row {
        flex-direction: column;
        gap: 20px;

    }

    .tariff-buy-block img:not(:last-child) {
        display: none;
    }

    .tariff-buy-block {
        position: relative;
    }

    .tariff-block .row .col {
        max-width: 100% !important;
        flex: 100% !important;
        width: 100% !important;
    }

    .tariff-container > .row > * {
        width: 100% !important;
    }

    .tariff-container * {
        white-space: normal;
    }

    input.form-control {
        width: 100%;
    }

    .tab__nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .chat-card-item {
        box-shadow: none;
        border: 1px solid #e7e7e7;
    }

    .load-actions-row {
        flex-direction: column;

    }

    .load-card-date.text-danger img {
        width: 18px;
        height: 18px;
    }

    .load-actions-row .btn {
        width: 100%;
    }

    .load-main-swap {
        display: none !important;
    }

    .row-register {
        grid-template-columns: 1fr;
    }

    .info-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .info-row a {
        width: 100%;
    }

    .load-details-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .route-transport-row .dropdown {
        width: 100%;
    }

    .route-type-row {
        flex-wrap: wrap;
    }

    .route-transport-row > div,
    .route-transport-row .btn {
        width: 100%;
    }

    .load-details-col {
        gap: 20px;
    }

    .profile-sidebar__group:not(:last-child) {
        margin-bottom: 20px;
    }

    .load-points {
        white-space: normal;
    }

    #customer-info-modal {
        margin: 0;
    }

    .load-page__header,
    .load-header-row {
        flex-wrap: wrap;
    }

    .transaction-table__header {
        display: none !important;
    }

    .chat-list-container__half {
        width: 100%;
    }

    .chat-list-container {
        flex-direction: column;
    }

    .chat-list-container__half {
        width: 100%;
    }

    .load-view-row {
        flex-direction: column;
    }

    .offer-card .card__container {

        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .offer-card .card__container > * {
        height: unset;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex: 1;
        border: 0;
        padding: 0;
    }

    .offer-card__date,
    .offer-card__price {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .chat-list .chat-list__sidebar {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin: 0;
        flex: 100%;
    }

    .chat-content-item {
        height: calc(var(--app-height) - 120px);
    }

    .chat-list {
        gap: 20px;
        flex-direction: column;
        height: unset;
        max-height: unset;
    }

    .offer-card__price span {
        text-align: center;
    }

    .offer-card__actions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .employee-form-control {
        width: 100%;
    }

    .employee-actions,
    .employee-actions form {
        flex-wrap: wrap;
    }

    .employee-actions form,
    .employee-actions .btn {
        width: 100%;
    }

    .offer-card .card__wrapper {
        padding: 15px;
    }

    .card-transport__header .card-title {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .card-transport__header .alert-container {
        align-items: start;
        width: 100%;
    }

    .offer-card__name {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        min-width: calc(100% - 40px) !important;
    }

    .transaction-table .transaction-table__row {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #6c757d;
        padding: 10px 0;
    }

    .change-password-form input {
        width: 100%;
    }

    .transaction-table .my_transactions_catalog_list {
        gap: 0;
    }

    .data-form-fields {
        grid-template-columns: 1fr;
    }

    .data-form-fields .data-form__phones-field {
        flex-direction: column;
    }

    .data-form-fields > * {
        grid-column: unset !important;
        grid-row: unset !important;
    }

    .review-statistic {
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    body.lock {
        padding: 0 !important;
    }

    .load-card__actions {
        justify-content: end !important;
    }

    .transport-card .card__image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .card-transport__body {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .card-transport__body-property:last-child {

        border-bottom: 1px solid var(--light-grey-color);
        padding: 10px 0;
    }

    .transport-card .card__body {
        flex-direction: column;
    }

    .user_data-body .review-card .card__wrapper {
        padding: 0 !important;
    }

    .user_data-image {
        margin: 0 auto;
    }

    .user-data-container {
        padding: 10px;
    }

    .user_data-review_stat {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        height: unset;
        padding: 10px;
    }

    .user_data {
        gap: 4px;
    }

    .user_data-header {
        flex-direction: column;
    }

    .auth-modal .modal__wrapper {
        padding: 30px 15px;
    }

    .modal {
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
        min-width: calc(100vw - 30px) !important;
    }

    .phone-widget .dropdown .dropdown__label {
        padding: 0 10px;
    }

    .phone-widget .phone-input {
        padding: 0 10px;
    }

    .load-filter-row form .form-block {
        padding-bottom: 200px;
    }

    .data-form__phone-row {
        gap: 10px;
    }

    input.form-control {
        padding: 0 10px;
    }

    .price-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .price-form > input {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .payment_form_price {
        width: 150px;
    }

    .checkbox-list__price-rent_machine .row {
        gap: 10px;
    }

    .price-form > div {
        grid-row: 2;
    }

    .close-mobile-window {
        display: block;
    }

    .profile-sidebar {
        display: none;
    }

    .close-mobile-window__container {
        grid-row: 1 !important;
    }

    .load-filter-route-title .load-mobile-swap {
        display: block !important;
    }

    .load-filter-route-title .load-main-swap {
        display: none !important;
    }

    .form-block {
        padding: 15px;
    }

    .route-form .search-dropdown.dropdown .dropdown__label {
        padding-right: 50px;
    }

    .card-load_point {
        gap: 10px;
    }

    .datepicker-widget {
        width: 100% !important;
    }

    .datepicker-widget .form-control {
        width: 100% !important;
    }

    .close-mobile-window__container {
        display: block;
        margin-left: auto;
    }

    .header__nav-link_mobile {
        display: block;
    }

    .header-top__row {
        position: relative;
    }

    .header-top__row span {
        font-size: 12px;
    }

    .rent-machine-card, .route-card {
        font-size: 16px;
    }

    .header-top__row .dropdown__list {
        width: 150px;
    }

    .rent-machine-card .card__body {
        flex-direction: column;
        position: relative;
    }

    .header-top__row {
        display: grid;
        grid-template-columns: 1fr 63px 40px;
        column-gap: 15px;
    }

    .header-top__row a {
        height: 24px;
        display: block;
    }

    .header .dropdown-language .dropdown__label:after {
        display: none;
    }

    .route-description__info-blocks .form-block {
        max-width: 100%;
    }

    .header-top__row .dropdown__label span img {
        height: 24px;
        width: 24px;
    }

    .header .logo img {
        height: 28px;
    }

    .rent-machine-card .card__wrapper,
    .route-card .card__wrapper {
        padding: 20px 20px;
    }

    .header .dropdown-language .dropdown__label {
        padding: 0 5px;
    }

    .header .dropdown-language .dropdown__label img, .header .dropdown-language .dropdown__item img {
        margin: 0;
    }

    .header-top__row > a {
        grid-row: 1;
        grid-column: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top__row > .nav {
        grid-row: 1;
        grid-column: 3;
    }

    .header-top__row > .logo {
        grid-row: 1;
        grid-column: 1;
    }

    .mobile-footer {
        z-index: 100;
        display: block;
        position: fixed;
        border-top: 2px solid #541199;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer {
        padding-bottom: 80px;
    }

    .mobile-footer__wrapper {
        background: #F0F0F0;
        height: 70px;
    }

    .mobile-footer__list {
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        height: 100%;
    }

    .mobile-footer__list li a {
        text-decoration: none;
    }

    .mobile-footer__list li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-footer__link {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: END;
        color: #999 !important;
        height: 60px;
        padding: 5px 5px 8px 5px;
        font-size: 13px;
    }

    .mobile-footer__link .text {
        padding-top: 5px;
        max-width: 100%;

        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mobile-footer__link:not(.mobile-footer__link-create) svg,
    .mobile-footer__link:not(.mobile-footer__link-create) svg * {
        fill: #999;
    }

    .mobile-footer__link.active:not(.mobile-footer__link-create) svg,
    .mobile-footer__link.active:not(.mobile-footer__link-create) svg * {
        fill: #541199;
    }

    .mobile-footer__link.active {
        color: #541199 !important;
    }

    .leaflet-popup-content-wrapper {
        max-width: calc(100vw - 30px);
    }

    .mobile-footer__list li {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-plant-hire {
        margin: 0 !important;
    }

    .mobile-footer__list li:first-child .mobile-footer__link {
        padding-left: 15px;
    }

    .mobile-footer__list li:last-child .mobile-footer__link {
        padding-right: 15px;
    }

    .mobile-footer__link .icon {
        width: 24px;
        height: 24px;
        display: block;
    }

    .mobile-footer__link .icon svg {
        height: 24px;
        width: 24px;
    }

    .plus {
        height: 30px;
        width: 30px;
        display: block;
        background: linear-gradient(264.66deg, #541199 -5.88%, #7339AF 91.94%);
        position: relative;
        border-radius: 50%;
    }

    .plus:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 2px;
        height: 15px;
        background: #fff;
    }

    .plus:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 2px;
        background: #fff;
    }

    .header-banner__row .text-content {
        max-width: 300px;
    }

    .header-banner__row {
        min-height: 200px;
    }

    .header-banner__row img {
        height: 150px;
        bottom: 0;
        top: unset;
        right: 0;
    }

    .header-banner__row-h2,
    .header-banner__row h2 {
        font-size: 22px;
    }

    .header-banner__row-h3,
    .header-banner__row h3 {
        font-size: 14px;
        /* changed */
    }

    .footer__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .mobile-filter-toggle-container__map {
        position: fixed;
        top: 15px;
        left: 60px;
        z-index: 2;
    }

    .btn-to-list {
        top: 15px;
        rigth: 15px;
    }

    .footer__col,
    .footer__col a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header-top__row .nav a,
    .header__row-nav {
        display: none;
    }

    .header-top__row .dropdown__label span {
        font-size: 0;
    }

    .profile-sidebar,
    .mobile-filter-container {
        display: none;
        width: 100%;
        position: fixed;
        border-radius: 0;
        top: 0;
        left: 0;
        padding: 5px 5px 5px 0;
        z-index: 2;
        background: var(--white-color);
    }

    .profile-sidebar {
    }

    .profile-sidebar__type {
        gap: 15px;
    }

    .profile-sidebar__type .close-mobile-window {
        height: 18px;
        width: 18px;
        display: block;
    }

    .profile-sidebar .sidebar__wrapper {
        height: var(--app-height);
        overflow: auto;
        padding-bottom: 150px;
    }

    .load-catalog-filter > .form-block > .row:first-child {
        flex: 0;
    }

    .measurement-row,
    .load-date-row,
    .load-catalog-filter .load-route-search-widget {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }

    .min-max-field {
        width: 100%;
    }

    .load-catalog-filter .measurement-row input {
        max-width: 100%;
        flex: 1;
    }

    .load-filter-row form .form-block {
        overflow-y: scroll;
        margin-right: 5px;
        height: calc(var(--app-height) - 80px);
        width: 100%;
        border-radius: 0;
    }


    .mobile-filter-toggle-container {
        display: block;
    }

    .catalog-load-card .card__body {
        display: grid;
        grid-template-columns: 100%;
        font-size: 16px;
        gap: 10px;
        position: relative;
    }

    .catalog-load-card .card__body > a {
        flex-direction: column !important;
        font-size: 16px;
        gap: 20px;
        position: relative;
    }

    .profile-page .load-card__details {
        width: unset !important;
    }

    .catalog-load-card .load-card__date {
        grid-row: 1;
        width: 100% !important;
    }

    .catalog-load-card .load-card__route {
        grid-row: 2;
        width: 100% !important;
    }

    .offer-transport-row {
        flex-wrap: wrap;
    }

    .offer-transport-row > * {
        width: 100%;
    }

    .profile-page .load-card__status {
        width: 100% !important;
    }

    .load-card__date span:first-child {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: start;
    }

    .load-card__date {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .btn-load_back img {
        width: 40px;
    }

    .load-card__details {
        display: flex;
        flex-direction: column;
    }

    .load-card__details > * {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px !important;

    }

    .load-card__route-distance {
        display: flex;
        flex-direction: row;

    }

    .load-card__route {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .load-card__route > div:nth-child(1) {
        grid-row: 1 !important;
    }

    .load-card__route > div:nth-child(2) {
        grid-row: 3 !important;
    }

    .load-card__route > div:nth-child(3) {
        grid-row: 2 !important;
    }

    .load-card__status {
    }

    .load_catalog_list .load-card__details {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        gap: 6px;
    }

    .load-card__details span:first-child {
        display: flex;
        column-gap: 10px;
        row-gap: 10px;
    }

    .catalog-load-card .load-card__route {
        flex-direction: column;
        width: 100%;
        flex: 100%;
        max-width: 100%;
        gap: 6px;
    }

    .catalog-load-card .load-card__date {
        padding: 0;
        display: flex;
        justify-content: end;
    }

    .load-card .card__body {
        padding: 15px;
    }

    .dropdown-sort.dropdown .dropdown__label {
        width: unset;
        flex: 1;
    }

    .load-header {
        display: none;
    }

    .route-type-filter {
        flex-wrap: wrap;
    }

    .button-row {
        display: flex;
        gap: 10px;
    }

    .form-widget-single-file {
        width: 100%;
    }

    .dropdown__item {
        white-space: normal;
    }

    .row-route-points + .row.jc-between.ai-center {
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }

    #field_ownership_type .radio-button-item input:checked + label {
        color: var(--white-color);
        background: linear-gradient(263deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
    }

    .row-route-points + .row.jc-between.ai-center .action-col {
        margin-left: auto;
    }

    .dropdown.form-control .dropdown__label {
        min-height: 40px;
        white-space: normal;
    }

    .dropdown.form-control .dropdown__label span {
        white-space: normal;
    }

    .load-catalog-filter .datepicker-widget {
        height: 41px;
    }

    .row-insurance {
        flex-direction: row;
    }

    .button-row .btn {
        width: calc(50% - 5px) !important;
        min-width: unset !important;
    }

    .button-row .btn {
        width: 100%;
    }

    .form-field-dimensions {
        gap: 4px;
    }

    .wrapper,
    .load-map {
        height: 100svh;
    }

    .profile-page {
        width: 100%;
        max-width: 100%;
    }

    .row-route-points {
        flex-direction: column;
        gap: 20px;
    }

    .modal {
        width: calc(100% - 30px) !important;
    }

    .map-filter,
    .load-catalog-filter {
        max-width: 100%;
    }

    .map-filter .form-block,
    .load-catalog-filter .form-block:not(.calc-form-block) {
        height: calc(var(--app-height));
        min-height: calc(var(--app-height));
        max-height: calc(var(--app-height));
        max-width: 100%;
    }


    .load-catalog-filter .form-block:not(.calc-form-block) {
        box-shadow: none;
    }

    .calc-form-block {
        box-shadow: var(--shadow) !important;
    }

    .calc-types {
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
    }

    /*.calc-types .radio-button-item input+label {*/
    /*    height: 30px;*/
    /*}*/
    .load-catalog-filter .load-search-buttons .btn {
        width: 100%;
    }

    .calc-types {
        display: flex;
        gap: 5%;
    }

    .calc-types > * {
        width: 47.5%;
    }

    .load-catalog-filter .min-max-field {
        max-width: 100%;
        justify-content: space-between;

    }

    .load-catalog-filter .min-max-field input {
        width: calc(50% - 15px);
        max-width: unset;
    }

    .load-catalog-filter .form-field .form-label {
        margin-bottom: 5px !important;
    }

    .load-catalog-filter .gap-20px {
        gap: 10px !important;
    }

    .load-catalog-filter .btn-swap {
        transform: rotate(90deg);
    }


    .load-catalog-filter .load-filter-route-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .load-catalog-filter .load-filter-route-title .btn-swap {
        height: 14px;
        width: 14px;
    }

    .load-catalog-filter .form-block {
        overflow-y: auto;
        border-radius: 15px;
        padding: 15px;
        padding-bottom: 150px;
    }


    .load-catalog-filter .form-block::-webkit-scrollbar {
        width: 4px;
    }

    .load-catalog-filter .form-block::-webkit-scrollbar {
        width: 4px;
    }


    .load-catalog-filter .form-block::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }

    .load-catalog-filter > * {
        position: relative;
    }

    .load-catalog-filter .form-block {
        display: grid;
        grid-template-columns: 1fr;
    }

    .close-mobile-window__container {
        display: block !important;
    }

    .load-catalog-filter .form-block > .row:nth-child(2) {
        grid-row: 2
    }

    .load-catalog-filter .form-block > .row:nth-child(3) {
        grid-row: 4
    }

    .load-catalog-filter .form-block > .row:nth-child(4) {
        grid-row: 3
    }

    .route-type-filter {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .route-type-filter .radio-button-item label {
        padding: 0;
        color: #6c757d;
        height: 20px;
        border: 0;
        background: none;
    }

    .route-filter .radio-button-item input:checked + label {
        background: none;
        color: #541199;
    }

    .load-catalog-filter .form-block > .row:nth-child(5) {
        grid-row: 5
    }

    .load-catalog-filter .load-filter-route-row {
        display: flex !important;
        gap: 20px;
        flex-direction: column;
    }

    .load-catalog-filter .load-route-search-widget {
        display: flex !important;
        flex-direction: column;
    }

    .load-catalog-filter .catalog-filter-auto .btn {
        min-width: 40px;
    }

    .load-catalog-filter .measurement-row {
        display: flex !important;
        flex-direction: column;
    }

    .load-catalog-filter .load-date-row {
        display: flex !important;
        flex-direction: column;
    }

    .load-catalog-filter .load_search_transport_types {
        width: 100%;
    }

    .load-catalog-filter .date-input {
        width: 100%;
    }


    .load-catalog-filter .form-block {
        box-shadow: none;
    }

    .load-catalog-filter .load-search-buttons .btn {
        width: 100%;
    }

    .load-search-buttons {
        position: relative !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .load-catalog-filter .min-max-field {
        max-width: 100%;
        justify-content: space-between;

    }

    .load-catalog-filter .min-max-field input {
        width: calc(50% - 15px);
        max-width: unset;
    }

    .load-catalog-filter .form-field .form-label {
        margin-bottom: 5px !important;
    }

    .load-catalog-filter .gap-20px {
        gap: 10px !important;
    }

    .load-catalog-filter .btn-swap {
        transform: rotate(90deg);
    }

    .check-list__import,
    .check-list__transport-type {

        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }

    .row-cargo_item {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }


    .row-cargo_name .col:first-child {
        max-width: unset;
        width: 100%;
    }

    .row-cargo_item .col:first-child {
        border: 0;
        padding: 0;
    }

    .row-cargo_item input {
        width: 100%;
    }

    .row-cargo_item .cargo-property_separator {
        text-align: center;
    }

    .row-cargo_item .col {
        width: 100%;
        max-width: unset;
    }

    .row-cargo_item .col:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1
    }

    .row-cargo_item .col:nth-child(2) {
        grid-column: 4 / span 2;
        grid-row: 1
    }

    .row-cargo_item .col:nth-child(3) {
        grid-column: 1;
        grid-row: 2
    }

    .row-cargo_item .col:nth-child(4) {
        grid-column: 2;
        grid-row: 2
    }

    .row-cargo_item .col:nth-child(5) {
        grid-column: 3;
        grid-row: 2
    }

    .row-cargo_item .col:nth-child(6) {
        grid-column: 4;
        grid-row: 2
    }

    .row-cargo_item .col:nth-child(7) {
        grid-column: 5;
        grid-row: 2
    }

    .row-cargo_item .col:nth-child(8) {
        grid-column: 1 / span 2;
        grid-row: 3
    }

    .calc-cargos .row-cargo_item .col:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1
    }

    .calc-cargos .row-cargo_item .col:nth-child(2) {
        grid-row: 1 /2;
        margin-right: 0 !important;
    }

    .calc-cargos .row-cargo_item .col:nth-child(3) {
        grid-column: 1;
        grid-row: 2
    }

    .calc-cargo-total {
        flex-direction: column;
    }

    .calc-filter-row {

        flex-direction: column !important;
    }

    .calc-cargos .row-cargo_item .col:nth-child(4) {
        grid-column: 2;
        grid-row: 2
    }

    .load-catalog-filter .form-block.calc-form-block {
        padding: 15px !important;
    }

    .calc-cargos .row-cargo_item .col:nth-child(5) {
        grid-column: 3;
        grid-row: 2
    }

    .calc-cargos .row-cargo_item .col:nth-child(6) {
        grid-column: 4;
        grid-row: 2
    }

    .calc-cargos .row-cargo_item .col:nth-child(7) {
        grid-column: 5;
        grid-row: 2
    }

    .calc-cargos .row-cargo_item .col:nth-child(8) {
        grid-column: 1 / 3;
        grid-row: 3
    }

    .calc-cargos .row-cargo_item .col:nth-child(9) {
        grid-column: 3;
        grid-row: 3
    }

    .calc-cargos .row-cargo_item .col:nth-child(7) {
        border: 0 !important;
    }

    .time-widget {
        width: 100px;
    }

    .date-subform {
        flex-direction: column;
    }

    .date-subform > .col:first-child {
        width: auto;
        flex: 1;
    }

    .btn-datetime {
        width: 40px;
    }

    .form-field__body-type,
    .form-field__name .limit-field,
    .form-field__description .limit-field {
        width: 100%;
    }
}

@media (max-width: 475px) {
    .error__col img {
        width: 100%;
    }

    .mobile-footer__list li:first-child .mobile-footer__link {
        padding-left: 5px !important;
    }

    .mobile-footer__list li:last-child .mobile-footer__link {
        padding-right: 5px !important;
    }
}

@media (max-width: 450px) {

    .dropdown-phone .dropdown__list {
        width: calc(100vw - 60px);
    }

    .row-load_point .card-load_point {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .phone-widget .dropdown__label {
        padding: 0 10px !important;
    }

    .phone-widget .phone-input {
        width: 150px;
    }

    .data-form__phone-row {
        grid-template-columns: 1fr 1fr;
    }

    .row-setting {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .phone-widget .dropdown__label {
        width: 82px !important;
    }
}

@media (max-width: 362px) {
    .data-form__phone-row {
        display: flex;
        flex-direction: column;
    }

    .card-load_point > *:nth-child(1) {
        grid-column: 1;
        grid-row: 1
    }

    .card-load_point > *:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2
    }

    .card-load_point > *:nth-child(3) {
        grid-column: 2;
        grid-row: 3
    }

    .card-load_point > *:nth-child(4) {
        grid-column: 1;
        grid-row: 3
    }
}
