<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-common *,
.popup-common *::after,
.popup-common *::before {

    box-sizing: border-box !important;
    line-height: 1.5;
}

.popup-common {
    border: 1px solid #b7b7b7;
    background-color: #fff;
	z-index:10;
}

.popup-common label {
	line-height:22px !important;
}

.popup-common input {
    box-sizing: border-box !important;
}

.popup-map{
    width: 360px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.18);
}

.routes-arrow-swipe {
    position: absolute;
    width: 29px;
    height: 109px;
    top: 0px;
    left: 360px;
    content: '';
    border: 2px solid #cecece;
    border-left: 1px solid #cecece;
    border-radius: 0 9px 9px 0;
    background: #fff url("../img/msg_str.png") no-repeat center center;
    z-index: 11;
}

.routes-arrow-swipe.selected {
	left:0px;
	background: #fff url("../img/msg_str_s.png") no-repeat center center;
}

.popup-map .free-routes-number {
    padding: 15px 15px 5px 15px;
    background-color: #f4f4f4;
}

.popup-map .free-routes-number .rest-value{
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.popup-map .free-rest {
    width: 199px;
}

.popup-map .free-rest p {
    color: #9b9b9b;
}

.popup-map .free-routes-number .progress{
    max-width: 299px;
    width: 299px;
}

.popup-map .route-wrapper-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}

.popup-map .route-wrapper-2 .delimeter{
    flex: 1;
    margin: 0 7px;
    border-bottom: 1px solid #DADADA;
}

.popup-map .route-input-2{
    flex: 1;
    padding: 1px 7px;
    border: none;
}

.popup-map-indent{
    padding: 15px;
}

.popup-map-form {
	overflow:auto;
}

.popup-map .text-secondary{
    color: #808080;
}

.popup-map .route-input{
    display: flex;
    justify-content: space-between;
    height: 22px;
    z-index: 2;
}

.popup-map .route-wrapper{
    margin-bottom: 10px;
}

.popup-map .route-input-wrapper{
    position: relative;
    width: 280px;
    height: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.search-variants {
    display: none;
    position: absolute;
    width: 280px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    z-index: 20;
}

#here_places_list .variant {
    display: flex;
    justify-content: space-between;
	margin:3px 0px 3px 0px;
	padding:5px;
}

#here_places_list .variant.selected {
	background-color:#dadada;
}

here_places_list .variant:not(:first-child){
    margin-top: 9px;
}

.popup-map .compound {
    position: relative;
    z-index: 2;
}

.popup-map .compound:before{
    position: absolute;
    top: -15px;
    left: 11px;
    height: 20px;
    width: 2px;
    content: '';
    border-right: 2px solid #9b9b9b;
    z-index: 1;
}

.popup-map .popup-map-route input {
    width: 100%;
    height: 100%;
    padding: 5px 7px;
    border: none;
}

.popup-map .route-wrapper{
    display: flex;
    align-items: center;
}

.popup-map .route-middle{
    display: flex;
}

.popup-map .route-middle:not(:last-child){
    margin-bottom: 10px;
}

.popup-map .archive-wrapper{
    position: relative;
}

.routes_archive{
    display: none;
    position: absolute;
    width: 347px;
    padding: 5px 5px 10px 5px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
}

.routes_archive:before{
    position: absolute;
    top: -9px;
    left: 16px;
    width: 18px;
    height: 9px;
    content: "";
    background-image: url("../img/white-corner.png");
}

.routes_archive .archive-row{
    display: flex;
    padding: 7px 5px;
    border-bottom: 1px solid #DADADA;
}

.routes_archive .archive-row:first-child{
    padding-top: 5px!important;
}

.routes_archive .archive-row:last-child{
    padding-bottom: 0px!important;
	border-bottom:0px;
}

.routes_archive .archive-row p {
	cursor:pointer;
}

.routes_archive .archive-row .icon-archive-route{
    margin-top: 2px;
}

.routes_archive .text-dark{
    color: #4a4a4a !important;
}

.popup-map .attention{
    border: 1px solid #d0021b!important;
    color: #d0021b;
}

.popup-map .template-name{
    height: 22px;
    width: 300px;
    padding: 0 3px;
    border: 1px solid #DADADA;
    border-radius: 2px;
}

.popup-map .template-name:focus{
    border-color: #4d4d4d;
}

/* global */

.icon-map-close{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/delete.png");
}

.icon-map-change{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/change-directions.png");
	margin-top:10px;
}

.icon-map-add{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/add-row.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-route-item{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: no-repeat center center;
}

.popup-text-legend .icon-route-item {
	width:62px !important;
}

.icon-map-from{
    background-image: url("../img/from.png");
}

.icon-map-middle{
    background-image: url("../img/middle-point.png");
}

.icon-map-to{
    background-image: url("../img/to.png");
}

.icon-map-reset{
    background-image: url("../img/reset.png");
}

.icon-archive-route{
    display: block;
    width: 13px;
    min-width: 13px;
    height: 13px;
    background-image: url("../img/add.gif");
}

.link{
    color: #1f5ab8;
}

/* end global */
.popup-map .departure-block{
    display: flex;
    align-items: center;
}

.popup-map .departure-block input[type='text'],
.popup-map .departure-block .select-departure {
    height: 22px;
    border: 1px solid #bababa;
    border-radius: 2px;
    text-align: center;
}

.popup-map .select-departure{
    width: 140px;
}

.popup-map .icon-calendar {
    display: block;
    width: 15px;
    min-width: 16px;
    height: 17px;
    background: url('../img/ic_event.png') no-repeat center center;}

.popup-map .choose-date{
    width: 84px;
    border: 1px solid #bababa;
    line-height:20px;
    min-height:20px;
	text-align:center;
}

.popup-map .choose-time{
    width: 47px;
}

.popup-map .freight-cost {
	
height: 22px;
	
text-align: center;
	
margin-left: 22px;
	
margin-right: 3px
;
	width: 48px;
}

.popup-map-filter {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.popup-map-filter .all-weight {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.popup-map .settings{
    display: block;
    width: 24px;
    height: 24px;
}

.popup-map .direction-settings{
    background-image: url("../img/direction-settings.png");
}

.popup-map .menu-item.selected .direction-settings,
.popup-map .direction-settings:hover{
    background-image: url("../img/direction-settings-active.png");
}

.popup-map .truck-settings{
    background-image: url("../img/truck-settings-unselected.png");
}

.popup-map .menu-item.selected .truck-settings,
.popup-map .truck-settings:hover{
    background-image: url("../img/truck-settings-selected.png");
}

.popup-map .route-settings{
    background-image: url("../img/route-settings-unselected.png");
}

.popup-map .menu-item.selected .route-settings,
.popup-map .route-settings:hover{
    background-image: url("../img/route-settings-selected.png");
}

.popup-map .time-settings{
    background-image: url("../img/time-settings-unselected.png");
}

.popup-map .menu-item.selected .time-settings,
.popup-map .time-settings:hover{
    background-image: url("../img/time-settings-selected.png");
}

.popup-map .money-settings{
    background-image: url("../img/money-settings-unselected.png");
}

.popup-map .menu-item.selected .money-settings,
.popup-map .money-settings:hover{
    background-image: url("../img/money-settings-selected.png");
}

.popup-map .arrow-menu-down{
    background-image: url("../img/arrow-down.png");
}

.popup-map .arrow-menu-down.selected{
    background-image: url("../img/arrow-up.png");
}

.popup-map .map-filter-menu{
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #e0e0e0;
}

.popup-map .menu-item{
    padding: 10px 12px;
}

.popup-map .menu-item.selected{
    margin-bottom: -4px;
    border-bottom: 4px solid #fb7a00;
}

.popup-map .map-filter-content{
    padding: 15px;
}

.popup-map .map-filter-content input.standart_left {
	line-height:22px !important;
	height:22px !important;
}

.popup-map .map-filter-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.popup-map .filter-select-left{
    position: relative;
    width: 221px;
}

.popup-map .filter-select-right{
    width: 65px;
}

.popup-map .select-currency.right-col{
    width: 65px;
}

/**/

.select-truck-list {
    position: absolute;
    width: 221px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.select-truck-list .patterns {
	max-height:220px;
	overflow:auto;
}

//.popup-map .select-truck-list div.list-all {
//	max-height:280px;
//}

.select-truck-list div.list-types {
	border-bottom:solid 1px #e0e0e0;
}

div.select-truck p,
div.select-truck-list p {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding:4px 5px 4px 50px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

div.select-truck p {
	background-position: 5px 1px;
}

div.select-truck p {
	padding:0px 5px 0px 50px;
}

div.select-truck-list p:hover,
div.select-truck-list p.selected {
    font-weight: bold;
    color: #4a4a4a;
    background-color: #e7f3fa;
}

.car-truck1 {
    background-image: url("../img/truck1.png");
}

.car-truck2 {
    background-image: url("../img/truck2.png");
}

.car-truck6 {
    background-image: url("../img/truck6.png");
}

.car-truck5 {
    background-image: url("../img/truck5.png");
}

.car-truck4 {
    background-image: url("../img/truck4.png");
}

.car-truck3{
    background-image: url("../img/truck3.png");
}

.select-truck-list .car-car {
    background-image: url("../img/car.png");
}

.select-truck-list .car-bus {
    background-image: url("../img/bus.png");
}


.select-truck-list .add-type{
    background-image: url("../img/plus-shablone.png");
}

.popup-map .characteristic-value{
    display: flex;
    align-items: center;
}

.popup-map .change-value{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 18px;
    z-index: 1;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #bababa;
    background-image: linear-gradient(to bottom, #ffffff, #dcdcdc);
}

.popup-map .total-value{
    width: 70px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #e3e3e3;;
}


.popup-map .characteristic-value .change-value:first-child{
    margin-right: -14px;
    border-radius: 2px 0 0 2px;
}

.popup-map .characteristic-value .change-value:last-child{
    margin-left: -15px;
    border-radius: 0 2px 2px 0;
}

.popup-map .value{
    width: 72px;
    height: 18px;
    margin-left: -2px;
    margin-right: -1px;
    padding: 3px 16px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 3px;
}

.popup-map .filter-column-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 221px;
}

.popup-map .filter-column-right{
    display: flex;
    align-items: center;
    width: 65px;
}

.popup-map .edit-transport-pattern{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.popup-map .icon-edit{
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-image: url("../img/edit.gif");
}

.popup-map .map-calculate{
    display: flex;
    justify-content: space-between;
	margin-top:5px;
}

.popup-map .progress{
    display: flex;
    height: 5px;
    border-radius: 2px;
}

.popup-map .progress &gt; span {
    flex: 1;
    background-color: #d8d8d8;
}

.popup-map .progress &gt; span:not(:last-child){
    border-right: 1px solid #d8d8d8;
}

.popup-map .progress &gt; span.selected {
    background-color: #6ec10b;
}

.popup-map .custom-button{
    height: 27px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #4d4d4d;
    cursor: pointer;
    border: 1px solid #4d4d4d;
    border-radius: 3px;
}

.popup-map .submit-button{
    background-image: linear-gradient(to bottom, #ffffff, #a9d55e);
}

.popup-map .submit-button.disabled {
	background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);
	color: darkgrey !important;
}

.popup-map .cancel-button{
    background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);
}

.popup-map .adr{
    min-width: 166px;
}

.popup-map label input,
.popup-map-counts label input{
    margin-top: -1px;
}

.popup-map .adr-label{
    display: flex;
    align-items: center;
    padding-left: 2px;
    margin-bottom: 0;
}

.popup-map .adr-label input{
    margin-right: 10px;
}

.popup-map .exclude-country{
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    min-height: 30px;
    padding: 0 6px;
    line-height: 28px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #ffffff;
}

.popup-map .exclude-country input{
    flex: 1;
    min-width: 70px;
    font-size: 14px;
    border: none;
}

.popup-map .excluded-country{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    margin: 3px 5px 3px 0;
    padding: 3px 5px;
    color: #000;
    border-radius: 9px;
    background-color: rgba(155, 155, 155, 0.3);
    cursor: pointer;
}

.icon-close{
    display: block;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    background-image: url("../img/x.gif");
}

.popup-map .icon-attention{
    display: block;
    width: 16px;
    height: 15px;
    background-image: url("../img/ic-warning.png");
}

.popup-map .add-country{
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.country-flag{
    display: block;
    width: 22px;
    height: 12px;
    margin-right: 5px;
    border:solid 1px lightgrey;
}

.popup-map .country-list{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    height: 105px;
    width: 100%;
    padding: 5px 5px;
    margin-top: -1px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #bababa;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24), 0 0 5px 0 rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.popup-map .country-list &gt; div{
    padding: 2px 0;
}

.popup-map .exclude-country.selected ~ .country-list{
    display: flex;
}

.popup-map .country-list span{
    display: flex;
    align-items: center;
    padding: 1px 5px;
    border-radius: 9px;
}

.popup-map .country-list span:hover{
    background-color: rgba(155, 155, 155, 0.2);
    cursor: pointer;
}

.popup-map .country-list::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.popup-map .country-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.popup-map .country-list::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 2px;
}

.popup-map .date-value{
    width: 85px;
}

.popup-map .icon-info{
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("../img/img_quest.gif");
}

.popup-map .spacer-10{
    margin-top: 10px;
}

.popup-map .spacer-15{
    margin-top: 15px;
}

.popup-map .other-expenses{
    width: 46px;
}

.popup-map .select-currency{
    width: 59px;
}

.popup-map .select-currency select{
    width: 60px;
}

.popup-map .select-distance{
    min-width: 90px;
}

.popup-map .price-settings .select{
    height: 18px!important;
    line-height: 18px;
}

.popup-map .select{
    position: relative;
    height: 22px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("https://api.iconify.design/dashicons:arrow-down-alt2.svg?color=rgba(0%2C0%2C0%2C0.7)&amp;width=22&amp;height=13");
}

.popup-map .select select{
    width: 100%;
    height: 100%;
    padding: 0 20px 0 3px;
    border: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("https://api.iconify.design/dashicons:arrow-down-alt2.svg?color=rgba(0%2C0%2C0%2C0.7)&amp;width=22&amp;height=13");
}

.popup-map .select.adr select{
    height: 20px;
}

/**/

.popup-map-counts {
	border-top: 1px solid #b7b7b7;
}

.popup-map-counts .counts-table {
    width: 100%;
    position: relative;
    padding: 0px;
    border-top: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
}

.popup-map-counts .mark-more {
    color: #d0021b;
}

.popup-map-counts .mark-less {
    color: #69a602;
}

.popup-map-counts .counts-table-header{
    display: flex;
    padding: 10px;
}

.popup-map-counts .counts-row-wrapper {
	background-color:white;
	padding:3px 10px 0px 7px;
}

.popup-map-counts .counts-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0px;
    border-bottom:solid 1px #dadada;
    color: #9b9b9b;
}

.popup-map-counts .counts-row-wrapper:last-child .counts-table-row {
	border-bottom:0px;
}

.popup-map-counts .counts-table-row a {
    
	text-decoration: none;

	color: #9b9b9b;

}


.popup-map-counts .counts-table-row input:checked ~ *,
.popup-map-counts .counts-table-row input:checked ~ span a
{

	color: #000;

	font-weight: bold;

}

.popup-map-counts .counts-table-row input:checked ~ .cell-2{
    text-decoration: underline;
}

.popup-map-counts .counts-table-row span{
    display: inline-block;
    text-align: right;
}

.popup-map-counts .cell-1 {
    width: 30px;
}

.counts-table-row .cell-2 {
    min-width: 110px;
}

.counts-table-row .cell-3 {
    min-width: 65px;
}

.counts-table-row .cell-4 {
    min-width: 95px;
	padding-right:10px;
}

.popup-map-counts .expenses-types{
    padding: 10px 15px 0 15px;
}

.popup-map-counts .characteristic-value{
    display: flex;
    align-items: flex-start;
    min-width: 111px;
}

.popup-map-counts .characteristic-value .value{
    text-align: right;
    padding: 3px;
}

.popup-map-counts .expenses-amount-number{
    display: inline-block;
    min-width: 50px;
    padding-right: 5px;
    text-align: right;
}

.popup-map-counts .expenses-amount-number.link {
    text-decoration: underline;
}

.popup-map-counts .expenses-amount-currency {
    display: inline-block;
    min-width: 58px;
}

.popup-map-counts .expenses-amount-currency.link {
    text-decoration: underline;
}

.popup-map-counts .select{
    position: relative;
    height: 18px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("https://api.iconify.design/dashicons:arrow-down-alt2.svg?color=rgba(0%2C0%2C0%2C0.7)&amp;width=22&amp;height=13");
}

.popup-map-counts .select select{
    width: 100%;
    height: 100%;
    padding: 0 20px 0 3px;
    border: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("https://api.iconify.design/dashicons:arrow-down-alt2.svg?color=rgba(0%2C0%2C0%2C0.7)&amp;width=22&amp;height=13");
}

.popup-map-counts .value{
    width: 50px;
    height: 18px;
    margin-left: -2px;
    margin-right: -1px;
    padding: 3px 16px;
    text-align: center;
    border: 1px solid #bababa;
}

.popup-map-counts .icon-info{
    display: inline-block;
    width: 13px;
    min-width: 13px;
    height: 13px;
    background-image: url("../img/img_quest.gif");
}

.popup-map-counts .expenses-amount{
    font-weight: bold;
}

.expenses-types-row {
    display: flex;
    justify-content: space-between;
    padding: 0px;
	margin:5px 0px;
}

.expenses-types-row label{
  line-heigth: auto!important;
}

//.popup-map-counts .expenses-types-row.disabled{
//    color: #9b9b9b;
//}

.popup-map-counts .profit{
    padding: 0px;
    font-size: 14px;
}

.popup-map-counts .profit .mark-less{
    font-size: 16px;
}

.popup-map-counts .characteristic-value-counts{
    display: flex;
    align-items: center;
}

.popup-map-counts .change-value{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 18px;
    z-index: 1;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #bababa;
    background-image: linear-gradient(to bottom, #ffffff, #dcdcdc);
}

.popup-map-counts .total-value{
    width: 70px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 2px;
    background-color: #e3e3e3;;
}

.popup-map-counts .characteristic-value-counts .change-value:first-child{
    margin-right: -14px;
    border-radius: 2px 0 0 2px;
}

.popup-map-counts .characteristic-value-counts .change-value:last-child{
    margin-left: -15px;
    border-radius: 0 2px 2px 0;
}

.popup-map-counts .characteristic-value-counts .value{
    width: 72px;
}

.popup-map-counts .counts-route-settings{
    padding: 15px 15px 0px 15px;
}

/**/

.popup-expenses-explanation{
    position:absolute;
    width: 374px;
    max-height:300px;
    overflow:auto;
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
}

.popup-expenses-explanation:before{
    position: absolute;
    left: -15px;
    top: 30px;
    width: 15px;
    height: 28px;
    content: "";
    background-image: url("../img/group-2_1.png");
}

.popup-expenses-explanation .expenses-types-row{
    display: flex;
    justify-content: space-between;
    padding: 0 27px 8px 5px;
}

.popup-expenses-explanation .expenses-amount{
    font-weight: bold;
	font-size:14px;
}

.popup-expenses-explanation .road-cost{
    display: flex;
    justify-content: space-between;
}

.popup-expenses-explanation .road-cost span{
    text-align: right;
}

.popup-expenses-explanation .expenses-types-row.large-text{
    font-size: 14px;
}

.popup-expenses-explanation .characteristic-value{
    display: flex;
    align-items: center;
}

.popup-expenses-explanation .change-value{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 18px;
    z-index: 1;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #bababa;
    background-image: linear-gradient(to bottom, #ffffff, #dcdcdc);
}

.popup-expenses-explanation .value{
    width: 44px;
    height: 18px;
    margin-left: -2px;
    margin-right: -1px;
    padding: 3px;
    text-align: center;
    border: 1px solid #bababa;
}

.popup-expenses-explanation .road{
    padding-bottom: 3px;
    color: #4a4a4a;
}

/**/

.popup-free-out{
	width:800px;
	margin:20px auto;
	line-height:1.3;
}

.popup-free-out .header-wrapper{
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #ff7a7a;
    font-size: 14px;
}

.popup-free-out .attention{
    display: block;
    margin-right: 25px;
    width: 51px;
    height: 56px;
    background-image: url("../img/attention.png");
}

.popup-free-out p {
	text-align:center;
	font-size:14px;
}

.popup-free-out .service-description {
    margin: 32px 0px;
    font-size: 18px;
    text-align:center;
}

.popup-free-out .service-info {
    margin: 20px auto;
    text-align:center;
    width:600px;
    font-size:12px;
}

.popup-free-out .buttons-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.popup-free-out .buttons-wrapper input{
    margin: 0 7px;
    width: 151px;
    height: 48px;
    font-size: 18px;
    border: 1px solid #979797;
    border-radius: 3px;
    color: #4a4a4a;
    background-color: #fff;
    cursor: pointer;
}

.popup-free-out .buttons-wrapper input:hover,
.popup-free-out .buttons-wrapper .agree{
    border: 1px solid #f97a26;
    background-color: #f97a26;
    color: #fff;
}

.popup-free-out .header-opportunities{
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.popup-free-out .wrapper-opportunities{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup-free-out .opportunity{
    margin-top: 30px;
    width: 180px;
    text-align: center;
    font-size: 14px;
}

.popup-free-out .opportunity span{
    display: block;
    width: 180px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
}

.popup-free-out .trucks-forbidden{
    background-image: url("../img/group-2.png");
}

.popup-free-out .traffic-jam{
    background-image: url("../img/bitmap.png");
}

.popup-free-out .repair-works{
    background-image: url("../img/group-11.png");
}

.popup-free-out .route-parameters{
    background-image: url("../img/group-12.png");
}

.popup-free-out .parkings{
    background-image: url("../img/group-8.png");
}

.popup-free-out .cameras{
    background-image: url("../img/group-15.png");
}

.popup-free-out .price{
    background-image: url("../img/group-9.png");
}

.popup-free-out .loads{
    background-image: url("../img/group-14.png");
}

.popup-map .locked{
    position: relative;
}

.popup-map .locked:before{
    position: absolute;
    display: block;
    left: -20px;
    top: 8px;
    width: 13px;
    height: 31px;
    content: '';
    background-image: url("../img/locked.png");
}

.popup-map .no-change a{
    display: none;
}

.popup-map .no-change input{
    border-radius: 0!important;
}


.time-explanation {
    display: none;
    position: absolute;
    width: 300px;
    padding: 10px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
}

.time-explanation:before{
    position: absolute;
    top: -15px;
    left: 50px;
    width: 28px;
    height: 15px;
    content: "";
    background-image: url("../img/group-2_4.png");
}

.time-explanation .expenses-types-row{
    padding: 0 15px 5px 5px;
}

.popup-map-counts .large-text {
    font-size: 14px;
}

/**/

/* popup-text-legend*/

.popup-text-legend{
    width: 360px;
    //height: calc(100vh - 60px);
    background-color: #fff;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.18);
}

.popup-text-legend .popup-legend-back{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
    background:  #f4f4f4 url("../img/page-back.png") no-repeat 15px center;
}

.popup-text-legend .legend-arrow-back{
    padding-left: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.popup-text-legend .legend-table-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 10px;
    font-size: 12px;
}

.popup-text-legend .legend-table-row:hover {
	background-color:#eaf4e2 !important;
	cursor:pointer;
}

.popup-text-legend .popup-legend-table{
    //height: 75%;
    overflow-y: scroll;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.popup-text-legend .popup-legend-table .legend-table-row:nth-child(even){
    background-color: #f4f4f4;
}

.popup-text-legend .table-cell-sign {
	min-width:30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}


.popup-text-legend .table-cell-sign.arrive {
	background-image:url(../img/arrive.png);
}

.popup-text-legend .table-cell-sign.continue {
	background-image:url(../img/continue.png);
}

.popup-text-legend .table-cell-sign.departure {
	background-image:url(../img/departure.png);
}

.popup-text-legend .table-cell-sign.ferry {
	background-image:url(../img/ferry.png);
}

.popup-text-legend .table-cell-sign.leftExit {
	background-image:url(../img/leftExit.png);
}

.popup-text-legend .table-cell-sign.leftFork {
	background-image:url(../img/leftFork.png);
}

.popup-text-legend .table-cell-sign.leftRamp {
	background-image:url(../img/leftRamp.png);
}

.popup-text-legend .table-cell-sign.leftMerge {
	background-image:url(../img/leftMerge.png);
}


.popup-text-legend .table-cell-sign.leftRoundaboutExit1 {
	background-image:url(../img/leftRoundaboutExit1.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit2 {
	background-image:url(../img/leftRoundaboutExit2.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit3 {
	background-image:url(../img/leftRoundaboutExit3.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit4 {
	background-image:url(../img/leftRoundaboutExit4.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit5 {
	background-image:url(../img/leftRoundaboutExit5.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit6 {
	background-image:url(../img/leftRoundaboutExit6.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit7 {
	background-image:url(../img/leftRoundaboutExit7.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit8 {
	background-image:url(../img/leftRoundaboutExit8.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit9 {
	background-image:url(../img/leftRoundaboutExit9.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit10 {
	background-image:url(../img/leftRoundaboutExit10.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit11 {
	background-image:url(../img/leftRoundaboutExit11.png);
}

.popup-text-legend .table-cell-sign.leftRoundaboutExit12 {
	background-image:url(../img/leftRoundaboutExit12.png);
}

.popup-text-legend .table-cell-sign.leftTurn {
	background-image:url(../img/leftTurn.png);
}

.popup-text-legend .table-cell-sign.leftUTurn {
	background-image:url(../img/leftUTurn.png);
}

.popup-text-legend .table-cell-sign.middleFork {
	background-image:url(../img/middleFork.png);
}

.popup-text-legend .table-cell-sign.rightFork {
	background-image:url(../img/rightFork.png);
}

.popup-text-legend .table-cell-sign.rightRamp {
	background-image:url(../img/rightRamp.png);
}

.popup-text-legend .table-cell-sign.rightMerge {
	background-image:url(../img/rightMerge.png);
}

.popup-text-legend .table-cell-sign.rightFork {
	background-image:url(../img/rightFork.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit1 {
	background-image:url(../img/rightRoundaboutExit1.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit2 {
	background-image:url(../img/rightRoundaboutExit2.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit3 {
	background-image:url(../img/rightRoundaboutExit3.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit4 {
	background-image:url(../img/rightRoundaboutExit4.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit5 {
	background-image:url(../img/rightRoundaboutExit5.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit6 {
	background-image:url(../img/rightRoundaboutExit6.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit7 {
	background-image:url(../img/rightRoundaboutExit7.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit8 {
	background-image:url(../img/rightRoundaboutExit8.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit9 {
	background-image:url(../img/rightRoundaboutExit9.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit10 {
	background-image:url(../img/rightRoundaboutExit10.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit11 {
	background-image:url(../img/rightRoundaboutExit11.png);
}

.popup-text-legend .table-cell-sign.rightRoundaboutExit12 {
	background-image:url(../img/rightRoundaboutExit12.png);
}

.popup-text-legend .table-cell-sign.rightTurn {
	background-image:url(../img/rightTurn.png);
}

.popup-text-legend .table-cell-sign.rightUTurn {
	background-image:url(../img/rightUTurn.png);
}

.popup-text-legend .table-cell-sign.shapeLeftTurn {
	background-image:url(../img/shapeLeftTurn.png);
}

.popup-text-legend .table-cell-sign.shapeRightTurn {
	background-image:url(../img/shapeRightTurn.png);
}

.popup-text-legend .table-cell-sign.slightLeftTurn {
	background-image:url(../img/slightLeftTurn.png);
}

.popup-text-legend .table-cell-sign.slightRightTurn {
	background-image:url(../img/slightRightTurn.png);
}

.popup-text-legend .sign-arrow-right{
    background-image: url("../img/sign-arrow-right.png");
}

.popup-text-legend .sign-arrow-left{
    background-image: url("../img/sign-arrow-left.png");
}

.popup-text-legend .sign-arrow-up{
    background-image: url("../img/sign-arrow-up.png");
}

.popup-text-legend .table-cell-number{
    width:40px;
    min-width: 40px;
    text-align: center;
}

.popup-text-legend .table-cell-explanation{
    flex: 1;
}

.popup-text-legend .driver-rest {
    font-weight: bold;
    padding-right: 75px;
    background: url("../img/parking.png") no-repeat calc(100% - 25px) center;
}

.popup-text-legend .table-cell-explanation p span.direction,
.popup-text-legend .table-cell-explanation p span.next-street,
.popup-text-legend .table-cell-explanation p span.number {
	font-weight:bold;
}

.popup-text-legend .table-cell-explanation p span.sign {
	word-break: break-all;
}

.popup-text-legend .table-cell-distance {
    width: 75px;
    text-align: center;
    font-size: 12px;
}

.popup-text-legend .table-cell-weather{
    display: flex;
    align-items: center;
    padding: 0 35px;
}

.popup-text-legend .weather-icon{
    display: block;
    width: 50px;
    height: 50px;
    background: no-repeat center center;
}

.popup-text-legend .weather-sunny{
    background-image: url("../img/weather-sunny.png");
}

.popup-text-legend .weather-cloudy{
    background-image: url("../img/weather-cloudy.png");
}

.popup-text-legend .road-characteristics{
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 3px;
    font-style: italic;
    list-style-type: none;
}

.popup-text-legend .road-characteristics li{
    line-height: 20px;
}

.popup-text-legend .road-characteristics li:before{
    margin-right: 5px;
    content: '-';
}

.popup-text-legend .travel-time{
    font-weight: bold;
    padding: 15px 10px 15px 37px;
    background: url("../img/ic-access-time.png") no-repeat 10px center;
}

.popup-text-legend .route-items-wrapper{
    padding: 0 7px;
}

.popup-text-legend .route-item{
    position: relative;
    display: flex;
    padding: 9px 15px;
}

.popup-text-legend .icon-route-item{
    height: 15px;
}

.popup-text-legend .route-item.compound:before{
    position: absolute;
    top: 14px;
    left: 11px;
    content: '';
    width: 2px;
    height: calc(100% - 13px);
    background-color: #9b9b9b;
}

.popup-text-legend .route-time-data{
    color: #4a4a4a;
}

/* LAYERS */

.popup-layers{
    width: 280px;
    padding: 16px 12px;
    border-radius: 5px;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.18);
    position:absolute;
}

.popup-layers .icon-close{
    position: absolute;
    top: 11px;
    right: 11px;
}

.popup-layers label{
    display: flex;
    align-items: center;
    line-height: 15px;
}
.popup-layers label.disabled{
    color: #9b9b9b;
}

.popup-layers input{
    margin-right: 9px;
}

div.routes_layers {
	position:absolute;
	bottom:5px;
	right:5px;
	width:30px;
	height:30px;
	background:url("../img/map-ic-layers.png") center center no-repeat;
}

div.routes_layers a {
	display:block;
	width:30px;
	height:30px;
}

/* LAYERS */

/* ZOOM */
div.routes_zoom {
	position:absolute;
	top:230px;
	right:5px;
	width:40px;
	height:84px;
}

a.routes_zoom {
	display:block;
	width:40px;
	height:42px;
}

a.routes_zoom.plus {
	background: url(../images/here_p.png?v1) center center no-repeat;
}

a.routes_zoom.minus {
	background: url(../images/here_m.png?v2) center center no-repeat;
}

/* ZOOM */

/* RIGHT CLICK MENU */

.popup-item-settings{
    position: absolute;
    width: 250px;
}

.popup-item-settings .icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup-item-settings p {
    padding: 2px;
    margin: 3px;
    cursor: pointer;
}

.popup-item-settings hr {
    border-top: 2px solid rgba(0,0,0,.1);
}

/* RIGHT CLICK MENU */</pre></body></html>