/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}
hr {
    opacity:  0;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
.ymaps-2-1-79-gototaxi{
    display: none !important;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: "Monserrat";
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.ttf") format("ttf");
}
/*variables*/
/*settings*/
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.wrapper {
    height: 100%;
}

.container {
    //max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.has-error {
    margin: 0;
    margin-top: 5px;
    text-align: center;
}

@-webkit-keyframes show {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes showerror {
    0% {
        width: 0%;
        background: grey;
    }

    20% {
        width: 100%;
        background: transparent;
    }

    100% {
        color: #0A5E50;
    }
}

@keyframes showerror {
    0% {
        width: 0%;
        background: grey;
    }

    20% {
        width: 100%;
        background: transparent;
    }

    100% {
        color: #0A5E50;
    }
}

.header--login {
    padding-top: 20px;
}

.header__logo--login {
    max-width: 80px;
    margin: 0 auto;
}

.footer--login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 97px;
    margin-bottom: 50px;
    background-size: cover;
    width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0a5e50 inset !important; /* Меняем фон на белый */
    -webkit-text-fill-color: #ffffff !important; /* Устанавливаем цвет текста */
    transition: background-color 5000s ease-in-out 0s; /* Плавный переход */
    
}

/* Если у вас есть другие поля, например, <textarea> */
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0a5e50 inset !important;
    -webkit-text-fill-color: #f5f5f5 !important;
}
.login__header {
    padding: 20px 0;
}
.login {
    height: 100%;
}
.login__container {
    background: #0A5E50;
    color: #fff;
    font-size: 1.8rem;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__form {
    width: 510px;
    margin: 0 auto;
}

.login__form-group {
    margin-bottom: 40px;
}

.login__form-ttl {
    font-weight: 300;
    margin: 0;
    margin-bottom: 16px;
}

.login__form-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.login__form-label--pass .login__form-input {
    margin-left: -10px;
}

.login__form-icon {
    height: 64px;
}

.login__form-icon--user {
    margin-right: 8px;
    width: 40px;
    background: url(../images/icons/ico-user-white.png) center center no-repeat;
    background-size: contain;
}

.login__form-icon--pass {
    height: 35px;
    width: 67px;
    background: url(../images/icons/ico-key-white.png) center center no-repeat;
    background-size: contain;
}

.login__form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 2.4rem;
    padding: 0 0 10px 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.login__form-input:focus {
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
}

.login__error {
    display: none;
}

.login__error.has-error {
    display: block;
}

.login__form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 0;
    margin-right: 20px;
    cursor: pointer;
}

.login__form-checkbox:checked {
    background: url("../images/icons/ico-check.png") center center no-repeat #fff;
    background-size: contain;
}

.login__form-submit {
    width: 100%;
    color: #0A5E50;
    text-align: center;
    padding: 15px 0;
    font-size: 2.4rem;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.login__form-submit:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}

.login__link-wrap {
    text-align: center;
    margin: 0 auto;
    margin-top: 33px;
}

.login__link-register {
    display: block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 0 4px;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login__footer {
    height: 40px;
}

.signin {
    //max-width: 768px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1.3px;
}

.signin__container {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signin__header {
    padding: 20px 0;
    background: #0A5E50;
    position: relative;
}

.signin__header-back{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.signin__header-back:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/ico-slider-arrow-left.png) center center no-repeat;
    background-size: contain;

}

.signin__header-logo {
    max-width: 80px;
    margin: 0 auto;
}

.signin__header-ttl {
    color: #fff;
    border-left: 2px solid #fff;
    margin-top: 25px;
    margin-bottom: 12px;
    padding: 4px 0 12px 16px;
    font-size: 1.7rem;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signin__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}

.signin__form {
    max-width: 508px;
    width: 100%;
    margin: 0 auto;
}

.signin__input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 2px solid black;
    font-size: 18px;
    height: 42px;
    outline: none;
    padding: 0;
}

.signin__input:focus {
    outline: none;
}

.signin__input-wrap {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.signin__input-hide {
    position: absolute;
    top: 60%;
    z-index: 1;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    outline: none;
    background: url(../images/icons/ico-close-eye.png) center center no-repeat;
    background-size: contain;
}

.signin__input-hide.active {
    background: url(../images/icons/ico-eye.png) center center no-repeat;
    background-size: contain;
}

.signin__desc {
    font-size: 1.8rem;
    color: #333;
    margin: 0;
    position: relative;
}

.signin__submit {
    display: block;
    width: 100%;
    margin-top: 47px;
    padding: 13px;
    background: #0A5E50;
    color: #fff;
    font-size: 2.4rem;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.signin__submit:hover {
    cursor: pointer;
    border: 1px solid #0A5E50;
    background: #fff;
    color: #0A5E50;
}

.signin__footer {
    min-height: 62px;
    padding-bottom: 48px;
}
input.signin__input::placeholder {
    color: rgba(223, 17, 17, 0.7);
    font-size: 1.3rem;
}
.error-message.active {
    -webkit-animation: showerror forwards ease 2s;
    animation: showerror forwards ease 2s;
    width: 100%;
}

.wrapper {
    //max-width: 768px;
    margin: 0 auto;
}

#map {
    width: 100%;
    height: 100%;
}
.p_notifications{
    text-align: center;
    color: white;
    font-size: 24px;
    margin-top: 5px;
}
.notifications {

    top: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 56%);
    z-index: -1;
    opacity: 0;
    -webkit-animation: hide forwards linear 0.3s;
    animation: hide forwards linear 0.3s;
    display: none;
}
.notifications.active {
    -webkit-animation: show forwards linear 0.3s;
    animation: show forwards linear 0.3s;
    opacity: 1;
    display: block;
    z-index: 1000;
}
.notifications_button {
    position: absolute;
    right: -2px;
    top: -14px;
    font-size: 34px;
    margin: 2px;
    border: none;
    z-index: 0;
    display: block;
    color: white;
    background: #ffffff00;
}
.notifications_text {
    font-size: 28px;
    margin-top: -62px;
    text-align: center;
    position: relative;
}
.image-container {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
    user-select: none;
    top: 28%;
    align-items: center;
    margin: 0 auto;
        pointer-events: none;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade 1s infinite; /* Анимация будет длиться 4 секунды и повторяться бесконечно */
}

.image-container img:nth-child(1) {
    animation-delay: 0s; /* Первое изображение появится первым */
}

.image-container img:nth-child(2) {
    animation-delay: 0.5s; /* Второе изображение появится через 2 секунды */
}

@keyframes fade {
    0%, 100% {
        opacity: 0; /* Сначала и в конце оба изображения прозрачны */
    }
    50% {
        opacity: 1; /* В середине анимации одно из изображений будет видимым */
    }
}
.modal-hubs {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid grey;
    padding: 10px;
    z-index: 2;
}

.modal-hubs__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
}

.modal-hubs__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.modal-hubs__top-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.modal-hubs__top-img img {
    width: 100%;
    height: auto;
}

.modal-hubs__top-info {
    color: grey;
}

.modal-hubs__top-date {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.modal-hubs__top-title {
    font-size: 16px;
    margin: 0;
}
.not {
    display: none !important;
}
.yes {
    display: unset !important;
}
.modal-hubs__top-close {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: url(/../../template/assets/images/icons/ico-close.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
    padding: 0;
}

.modal-hubs__bottom {
    font-size: 16px;
    font-weight: 500;
    color: grey;
}

.modal-hubs__bottom-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    color: grey;
}

.modal-hubs__bottom-status {
    border: 2px solid grey;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.modal-hubs__bottom-status-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
}

.modal-hubs__bottom-status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
}

.modal-hubs__bottom-status-indicator--success {
    background: green;
}
.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.map__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    display: none;
    -webkit-animation: hide 0.3s linear forwards;
    animation: hide 0.3s linear forwards;
}

.map__overlay.active {
    -webkit-animation: show 0.3s linear forwards;
    animation: show 0.3s linear forwards;
    display: block;
    z-index: 3;
}

.map__sidebar {
    background: #fff;
    position: absolute;
    max-width: 280px;
    left: -280px;
    top: 0;
    height: 100%;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.map__sidebar.active {
    left: 0;
    
}

.map__sidebar-open-button {
    width: 32px;
    height: 146px;
    background: #fff;
    border: 1px solid #d1d7cb;
    border-left: 0;
    outline: none;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 47%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map__sidebar-open-button span {
    display: inline-block;
    background: url(../images/icons/ico-triangle.png) center center no-repeat;
    background-size: 15px 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
}

.map__sidebar-open-button.active span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.map__sidebar-top {
    padding: 65px 38px 7px 38px;
}

.map__sidebar-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.map__sidebar-button {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.map__sidebar-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.map__sidebar-button--settings {
    background: url(../images/icons/ico-settings-green.png) center center no-repeat;
    background-size: contain;
    margin-right: 31px;
}

.map__sidebar-button--exit {
    margin-left: 37px;
    background: url(../images/icons/ico-exit-black.png) center center no-repeat;
    background-size: contain;
}
.map__sidebar-user{
    text-align: center;
}
.map__sidebar-user-name {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 0 15px 0;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.map__sidebar-stuff {
    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 72px;
}

.map__sidebar-bottom {
    padding: 64px 38px;
    background: #f5f6f6;
    height: 100%;
}

.map__sidebar-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 43px;
}

.map__sidebar-nav-list:last-child {
    margin-bottom: 0;
    margin-top: 38px;
}

.map__sidebar-nav-item {
    padding-left: 46px;
    position: relative;
    margin-bottom: 25px;
}

.map__sidebar-nav-item:last-child {
    margin-bottom: 0;
}

.map__sidebar-nav-item:before {
    content: "";
    width: 32px;
    height: 32px;
    background: red;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map__sidebar-nav-item--train:before {
    background: url(../images/icons/ico-train-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-item--tools:before {
    background: url(../images/icons/ico-tools-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-item--chip:before {
    background: url(../images/icons/ico-chip-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-item--graph:before {
    background: url(../images/icons/ico-graph-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-item--plan:before {
    background: url(../images/icons/ico-plan-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-item--contacts:before {
    background: url(../images/icons/ico-contact-black.png) center center no-repeat;
    background-size: contain;
}

.map__sidebar-nav-link {
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.map__sidebar-nav-link:hover {
    border-bottom: 1px solid black;
}

.map__sidebar-divider {
    width: 100%;
    height: 2px;
    background: #dadada;
}

.map__header {
    background: #0A5E50;
    color: #fff;
    padding-top: 20px;
}

.map__header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.map__header-nav-button {
    width: 32px;
    height: 32px;
    background: url(../images/icons/ico-burger-white.png) center center no-repeat;
    border: none;
    outline: none;
}
.map__header-nav-button2 {
    width: 32px;
    height: 32px;
    background: url(../images/icons/exit_manager.png) center center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
}

.map__header-nav-button:hover {
    cursor: pointer;
}

.map__header-logo {
    max-width: 80px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

}
.right {
    margin-left: auto;
}
.map__header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.map__header-exit {
    width: 28px;
    height: 28px;
    border: none;
    outline: none;
    background: url(../images/icons/ico-sign-out-white.png) center center no-repeat;
}

.map__header-exit:hover {
    cursor: pointer;
}

.map__header-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map__header-item {
    border-left: 2px solid #fff;
    padding: 5px 0 12px 10px;
    margin-bottom: 12px;
}

.map__header-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
}

.map__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.map__footer {
    position: absolute;
    z-index: 100;
    bottom: -246px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 1s;
    border: 1px solid #d1d7cb;
    border-radius: 15px 15px 0 0;
}

.map__footer.show {
    bottom: 0;
}

.map__footer-open {
    width: 150px;
    height: 25px;
    border: 1px solid #d1d7cb;
    border-bottom: none;
    outline: none;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.map__footer-open span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icons/ico-triangle.png) center center no-repeat;
    background-size: 15px 15px;
}

.map__footer-open.active span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.map__footer-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 112px);
    grid-template-rows: auto;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.map__footer-item {
    width: 112px;
    height: 112px;
    border: 2px solid #d1d7cb;
    border-radius: 8px;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
}

.map__footer-item:hover {
    cursor: pointer;
}

.map__footer-item.active {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.map__footer-img {
    width: 32px;
    height: 32px;
    margin: 18px auto 0;
}

.map__footer-img img {
    height: 32px;
}

.map__control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    z-index: 1;
}

.map__control-wrap--right-top {
    top: 10%;
    right: 73px;
}

.map__control-wrap--right-center {
    top: 40%;
    right: 73px;
}

.map__control-wrap--right-bottom {
    top: 70%;
    right: 73px;
}

.map__control-wrap--left-bottom {
    top: 70%;
    left: 73px;
}

.map__control-wrap--left-top {
    top: 10%;
    left: 73px;
}
.grays{
    color: grey;
}
.grays_title{
    margin-top: 10px;
    text-transform: uppercase;
}
.map__control--weather {
    background: url("../images/icons/ico-weather.svg") center center no-repeat;
    background-size: contain;
    width: 135px;
    height: 80px;
    border: none;
    outline: none;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;

}
.map__control-value {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: 21px;
    color: #7c7c7c;
}


.map__control--weather:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    

}
.map__control-round {
    width: 80px;
    height: 80px;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.map__control-round:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.map__control-round--globe {
    background: url("../images/icons/ico-globe-round.svg") center center no-repeat;
    background-size: contain;
}

.map__control-round--shield {
    background: url("../images/icons/ico-shield-round.svg") center center no-repeat;
    background-size: contain;
}

.map__control-round--plus {
    background: url("../images/icons/ico-plus-round.svg") center center no-repeat;
    background-size: contain;
}
.map__control-round--hub{
    background: url("../images/icons/icon_processor_load.png") center center no-repeat;
    background-size: contain;
}

.map__control-round--minus {
    background: url("../images/icons/ico-minus-round.svg") center center no-repeat;
    background-size: contain;
}

.map__control-round--empty {
    background: none;
}

.map__control-round--rocket {
    background: url("../images/icons/ico-rocket-round.svg") center center no-repeat;
    background-size: contain;
}

.map__control-round--plan {
    background: url("../images/icons/ico-plan-round-disable.svg") center center no-repeat;
    background-size: contain;
}

.map__control-round--train {
    background: url("../images/icons/ico-train-round.svg") center center no-repeat;
    background-size: contain;
}

.map__header-search {
    display: table;
}

.map__header-search input {
    background: none;
    border: none;
    outline: none;
    width: 28px;
    min-width: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    line-height: 18px;
    margin: 5px 0;
    font-size: 14px;
    -webkit-appearance: none;
    font-family: "Mukta Malar";
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
    color: #fff;
}

.map__header-search input + div {
    position: relative;
    height: 28px;
    width: 100%;
    margin: -28px 0 0 0;
}

.map__header-search input + div svg {
    display: block;
    position: absolute;
    height: 28px;
    width: 160px;
    right: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px;
    stroke-dashoffset: 271.908;
    stroke-dasharray: 59 212.908;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

::-moz-selection {
    background: rgba(255, 255, 255, 0.2);
}

::selection {
    background: rgba(255, 255, 255, 0.2);
}

::-moz-selection {
    background: rgba(255, 255, 255, 0.2);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

.dribbble {
    position: fixed;
    display: block;
    right: 24px;
    bottom: 24px;
}

.dribbble img {
    display: block;
    width: 76px;
}
.items {
    font-size: 17px;
    display: flex;
    align-items: center;
    cursor: default;
    text-transform: uppercase;
    color:#5b5b5b;;
    margin-top: 10px;
}
.items_shield_div{

    position: relative;
    padding: 5px;
}
.items_shield_right{
    max-width: 221px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.items_shield{
    text-transform: unset !important;
    //background: white;
}
.items_shield_left{
    position: absolute;
    right: 0;
    margin-right: 20px;
    height: 32px;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 5px;
}
.items_circyles_1{

    border: 1px solid;
    margin: 5px;
    border-radius: 100%;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    background: #3ec738;
}
.items_circyles_2{
    margin: 5px;
    border: 1px solid;
    border-radius: 100%;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    background: #f5e127;
}
.items_circyles_3{
    margin: 5px;
    border: 1px solid;
    border-radius: 100%;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    background: #fa9d1c;
}
.items_circyles_4{
    margin: 5px;
    border: 1px solid;
    border-radius: 100%;
    min-width: 19px;
    min-height: 19px;
    text-align: center;
    background: #ff0000;
}
.modal__shield {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 56%);
    z-index: -1;
    opacity: 0;
    -webkit-animation: hide forwards linear 0.3s;
    animation: hide forwards linear 0.3s;
    display: none;
}
/*Пятый щит*/
.pie-container {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
}

.pie-container::after{
    content: var(--my-color-var);
    position: absolute;
    left: 4px;
    top: 4px;
    padding-top: 2px;
    z-index: 50;
    text-align: center;
    width: 75%;
    height: 75%;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 50%;
}
#my-pie-chart {
    /*background: var(--my-color-var);*/
    /*background: conic-gradient(*/
    /*        green 5.29% 13.57%,*/
    /*        yellow 13.57% 22.90%,*/
    /*        orange 22.90% 40.79%,*/
    /*        red 40.79% 90.79%);*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


/*Конец Пятый щит*/
.modal__shield.active {
    -webkit-animation: show forwards linear 0.3s;
    animation: show forwards linear 0.3s;
    opacity: 1;
    display: block;
    z-index: 101;
}

.modal__shield-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    max-width: 860px;
    width: 100%;
    height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input:checked + label {
     color: #46c711;
 }
.modal__next2 {
    display: block;
    width: 90%;
    margin-bottom: 10px;
    border: none;
    background: #0a5e50;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.modal__next2:hover{
    transform: scale(1.03);

}
.parrentTask{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.3rem;
    padding-right: 20px;
    padding-left: 20px;
}
.parrentTask::-webkit-scrollbar {
  width: 0;
}
.notTask {
    border: 1px solid;
    padding: 7px;
    color: #fbfbfb;
    background: #e32a1e;
    white-space: nowrap;
    user-select: none;  
    width: 100%;
    text-align: center;
}
.doneTask {
    user-select: none; 
    border: 1px solid;
    padding: 7px;
    color: #fbfbfb;
    background:#7c7c7c;
    white-space: nowrap;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.appointButton {
    user-select: none; 
   
    border: 1px solid;
    padding: 7px;
    color: #fbfbfb;
    background: #0a5e50;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  
}

.select_all{
    background: #424141;
    color: white;
    position: absolute;
    bottom: 59px;
    border: 1px solid #424141;
    width: 150px;
    height: 24px;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select_all:hover{
    transform: scale(1.1) translate(10px);

}
.hideShield{display:none !important;}
.item {
    font-size: 17px;
    display: flex;
    align-items: center;
    cursor: default;
    margin-top: 10px;
    color: #3e3d3d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.item:hover{
    transform: scale(1.05) translate(15px);
    color: #46c711;
}
.modal__shield-content .swiper {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.modal__shield-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.modal__next {
    display: block;
    width: 100%;
    border: none;
    background: #c20617;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
}

.modal__next:hover {
    cursor: pointer;
}
.modal__shield-close {
    background: #0a5e50 url(../images/icons/ico-cross.png) center center no-repeat;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border-color: rgba(0, 0, 0, 0.5);
}
.first_shield_parent{
    display: flex;
    width: 100%;
    align-items: center;
}

.first_shield_child{
    width: 25%;
    height: 90%;
    text-align: center;
    margin: 0 auto;
}

.first_shield_img{
    width: 50px;
    pointer-events: none;
    display: block;
    height: 50px;
    margin: 0 auto;
}
.activeShield{
    transform: scale(1.2);
}
.first_shield_span{
    display: block;
    margin: 5px;
    font-size: 11px;
    color: #5b5b5b;
    font-weight: 700;
}
.modal__shield-close:hover {
    cursor: pointer;
}

.modal__shield-wrap {
    width: 160px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal__shield-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
}

.modal__shield-battery, .modal__shield-parts {
    width: 55px;
    height: 80px;
}

.modal__shield-battery {
    background: url(../images/icons/ico-battery.png) center center no-repeat;
}

.modal__shield-parts {
    background: url(../images/icons/ico-parts.png) center center no-repeat;
    width: 86px;
    height: 79px;
}
.marker {
    background: #0a5e50bf;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    top: 28px;
    right: 43px;
    position: relative;
    color: white;
    padding: 3px 0;
    text-align: center;
    height: 16px;
    width: 120px;
    display: none;
}
.marker_img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 43px;
    bottom: 25px;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide-active .modal__shield-wrap {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.swiper-button-next.swiper-button-next:after,
.swiper-button-prev.swiper-button-prev:after {
    content: "";
    width: 18px;
    height: 36px;
}

.swiper-button-next.swiper-button-next:after {
    background: url(../images/icons/ico-slider-arrow-right.png) center center no-repeat;
}

.swiper-button-prev.swiper-button-prev:after {
    background: url(../images/icons/ico-slider-arrow-left.png) center center no-repeat;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    //max-width: 490px;

    //background: #fff;
    background-image: url(/../../template//assets/images/tramway/back.png);
    background-size: cover;
}

.modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -webkit-animation: show ease forwards 0.5s;
    animation: show ease forwards 0.5s;
}

.modal__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background: #0a5e50;
    color: #fff;
    padding: 10px;
}

.modal__back, .modal__close, .modal__back2, .modal__back3, .modal__back4, .modal__back__shield,.modal__close__timer {
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    margin-right: 12px;
}
.modal__close__search{
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.modal__close__search:hover{
    cursor: pointer;
}
.modal__back__text, .modal__back__text3{
    color: white;
    margin: 0 auto;
    margin-left: 14px;
    font-size: 15px;
    margin-top: -2px;
    padding-left: 5px;
    cursor: pointer;
    user-select: none;
}
.none {
    display: none !important;
}
.block {
    display: block;
}
.modal__back:hover, .modal__close:hover, .modal__back2:hover, .modal__back3:hover,
.modal__back4:hover, .modal__back__shield:hover,.modal__close__timer:hover {
    cursor: pointer;
}
.linkActive{
    color: #128f4a !important;
}
.callout {
    border-left: 1.5px solid gray;
}
.callout:hover{
    color: #128f4a;
    border-color: #128f4a;
}
.modal__back,.modal__back2, .modal__back3, .modal__back4, .modal__back__shield{
    background: url(../images/icons/ico-arrow-left.png) center center no-repeat;
}

.modal__close, .modal__close__search, .modal__close__timer {
    background: url(../images/icons/ico-cross.png) center center no-repeat;
}

.modal__content {
    max-width: 560px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    display: block;
    height: 18%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll; 
    scroll-behavior: smooth;
    padding-left: 18px;
    padding-right: 18px;
        background: #ffffff87;
}
.modal__content::-webkit-scrollbar {
    width: 0;  /* Скрываем полосу прокрутки для Webkit браузеров */
}

.modal__text__header{
    font-size: 17px;
    display: flex;
    height: 30px;
    text-align: center;
    user-select: none;
}
.constSqw {
    height: 102px;
    display: flex;
    align-items: center;
    color: white;
    background: #3f3a3a;
    top: -28px !important;
    position: relative;
}
.constStr{
    width: 62%;
    position: relative;
    display: block;
    margin-left: 15px;
    font-size: 13px;
    padding: 5px;
}
.constCirclGreen{
    right: 0px;
    display: block;
    position: absolute;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_green.png) center center no-repeat;
    background-size: contain;
}
.constCirclGreenStat{
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_green.png) center center no-repeat;
    background-size: contain;
}
.cred{
    color: red;
}
.constCirclRedStat{
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_red.png) center center no-repeat;
    background-size: contain;
}
.opa3 {
    opacity: 0.3;
}
.constCirclRed{
    right: 0px;
    display: block;
    position: absolute;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_red.png) center center no-repeat;
    background-size: contain;
}
.constCirclStat4{
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_red.png) center center no-repeat;
    background-size: contain;
}
.constCirclStat3{
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_orange.png) center center no-repeat;
    background-size: contain;
}
.constCirclStat2{
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/circle_yellow.png) center center no-repeat;
    background-size: contain;
}
.constImg {
    margin: 0 auto;
    background: url(../images/tramway/icons/red/tramway2.png) center center no-repeat;
    background-size: contain;
    width: 20%;
    height: 48%;
}
.constText {
    width: 70%;
    margin: 0 auto;
    height: 48%;
    font-size: 22px;
}
.textWidth{
    margin-top: 12px;
    width: 100%;
}
.textWidthForShield{
    width: 100%;
    height: 100px;
    position: relative;
    top: -8px;
}

.modal__icon{
    width: 35px;
    height: 35px;
}
.textMargin{
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #515151;
    text-transform: uppercase;
    position: relative;
    left: -8px;
}
.shieldInputSearch{
    width: 100%;
    max-width: unset !important;
    left: 0 !important;
}
.gray {
    background: #80808029 !important;
}
.map__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.modal__text__header__text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 170px;
    text-align: center  ;

}
.anim-box {
    position: absolute;
    width: 100%;
    height: 98%;
    transition: transform 2.6s ease-out;
}

/* animated laser beam */
.scanner {
    width: 100%;
    height: 10px;
    z-index: 1001;
    background-color: #128f4a;
    opacity: 0.7;
    position:relative;
    box-shadow: 0px 0px 8px 23px rgba(11, 170, 32, 0.49);
    top:50%;
    animation-name: scan;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes scan {
    0% {
        box-shadow: 0px 0px 8px 10px rgba(11, 170, 32, 0.49);
        top: 0%;
    }
    100% {
        box-shadow: 0px -6px 8px 10px rgba(11, 170, 32, 0.49);
        top: 100%;
    }
}
.modal__text__header__img{
    margin-top: 10px;
    height: 30px;
    width: 28px;
}
.parrentButton{
    width: 100%;
    display: block;
    position: relative
}
.modal__info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 17px;
}
.modal__info-item {
    margin-bottom: 14px !important;
    height: 25px;
    font-size: 16px;
    color: #5b5b5b;
    font-weight: bold;

    position: relative;
    display: block;
    text-decoration: unset;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 5px;
}
.hide {
    display: none !important;
}
.zIndex{
    z-index: 3000;
}
.zIndexNull{
    z-index: -1;
}
.modal__info-item:last-child {
    margin-bottom: 0;
}



.modal__info-link:hover {
    color: #128f4a;
    border-color: #128f4a;
}

.modal__content-list {
    list-style: none;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}



.modal__content-item {
    padding: 10px 0px;
    font-size: 20px;
    color: #898989;
    cursor: pointer;
}
.modal__content-item:hover {
    color: #128f4a;
    border-color: #128f4a;
}
.modal__select-all {
    font-size: 17px;
    margin-top: 17px;
    margin-left: 18px;
    margin-bottom: 12px;
    color: white;
    background: #434242;
}
.modal__select-all:hover {
    cursor: pointer;
}

.modal__next {
    display: block;
    width: 90%;

    background: #0A5E50;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 18px;
}

.modal__next:hover {
    cursor: pointer;
}
.sensor-puls-1 {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.sensor-animate-18 {
    animation: shadow-pulse-18 2s infinite;
}
@keyframes shadow-pulse-18
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 0 168px rgba(0, 0, 0, 0);
    }
}
.gray {
    background: #676a69 !important;
}
.green {
    background: #005244 !important;
}
.yellow{
    background: #FFFF00FF !important;
}
.orange{
    background: orange !important;
}
.red{
    background: #c20617 !important;
}
.red2{
    background:  #e76874f2 !important;
}
.modal-hub__main-level span.green {
    background: #009846;
}
.modal-hub__main-level span.yellow{
    background: #FFFF00FF;
}
.modal-hub__main-level span.orange{
    background: orange;
}
.modal-hub__main-level span.red{
    background: #c20617;
}
.circle{
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
}
.streetName{
    font-size: 14px;
}
.modal-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    max-width: 490px;
    width: 100%;
    max-height: 620px;
    height: calc(100vh - 380px);
    background: transparent;
}

.modal-hub.active {
    display: block;
    -webkit-animation: show ease forwards 0.5s;
    animation: show ease forwards 0.5s;
}

.modal-hub__wrapper {
    background: white;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.modal-hub__top {
    color: white;
    background: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 18px 13px 19px;
    border-bottom: 1px solid grey;
    -webkit-box-shadow: 0 1px 1px rgba(128, 128, 128, 0.5);
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.5);
}

.modal-hub__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-hub__top-content-img {
    width: 24px;
    height: 24px;
}

.modal-hub__top-content-ttl {
    margin: 0 0 0 15px;
    font-size: 12px;
}

.modal-hub__top-content-btn {
    background: url(../images/icons/ico-cross-white.png) center center no-repeat;
    background-size: contain;
    width: 12px;
    height: 22px;
    border: none;
    outline: none;
    margin-left: 15px;
}

.modal-hub__top-content-btn:hover {
    cursor: pointer;
}

.modal-hub__main {
    padding: 15px 0;
    margin-bottom: 15px;
    background: #fff;
}

.modal-hub__main-slider .swiper-button-modal-next.swiper-button-modal-next:after {
    background: url(../images/icons/ico-slider-arrow-right-black.png) center center no-repeat;
}

.modal-hub__main-slider .swiper-button-modal-prev.swiper-button-modal-prev:after {
    background: url(../images/icons/ico-slider-arrow-left-black.png) center center no-repeat;
}

.modal-hub__main-slide-content {
    font-size: 1.4rem;
    margin: 0;
    position: relative;
}
.ActiveA  {
    visibility: hidden;
    /*-webkit-animation: show ease forwards 1s;*/
    /*animation: hide ease forwards 1s;*/
}
.ActiveB {
    visibility: visible;
    /*-webkit-animation: show ease forwards 1s;*/
    /*animation: show ease forwards 1s;*/
}
.ymaps-2-1-79-gotoymaps__container,
.ymaps-2-1-79-gototech {
    display: none!important;
}
.ymaps-2-1-79-copyright__agreement{
    display: none!important;
}
.popover.top {

    margin-top: -15px;
    width: 320px;
}
.popover-inner {
    display: block;
    position: relative;
}
.popover-content {
    position: relative;
    overflow-y: hidden;
}
.modal-hub__main-slide-content:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: yellow;
    margin-right: 30px;
}

.modal-hub__main-list {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.modal-hub__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.modal-hub__main-item:last-child {
    margin-bottom: 0;
    border-bottom: 2px solid #424242;
    padding-bottom: 20px;
}

.modal-hub__main-ttl {
    margin: 0;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
}

.modal-hub__main-sensor {
    fill: #dbdbdb;
    margin-right: -5px;
}

.modal-hub__main-sensor rect {
    fill: #f5f6f6;
}

.modal-hub__main-sensor .background {
    display: block;
    fill: rgba(128, 128, 128, 0.5);
}

.modal-hub__main-sensor .progress {
    -webkit-transition: 1s;
    transition: 1s;
}

.modal-hub__main-sensor--red .progress {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    fill: #c20617;
}

.modal-hub__main-sensor--orange .progress {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    fill: orange;
}

.modal-hub__main-sensor--yellow .progress {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    fill: yellow;
}

.modal-hub__main-sensor--green .progress {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    fill: #087361;
}

.modal-hub__main-level {
    overflow: hidden;
}

.modal-hub__main-level--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-hub__main-level span {
    display: inline-block;
    width: 70px;
    text-align: center;
    padding: 9px 0;
    font-size: 1.2rem;
    line-height: 0.5;
    background: #dbdbdb;
}

.modal-hub__main-level span.active {
    background: #087361;
    color: white;
}

.modal-hub__bottom-list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.modal-hub__bottom-item {
    text-align: center;
    font-size: 1.4rem;
}

.modal-hub__bottom-img {
    margin: 0 auto;
    width: 26px;
    height: 26px;
    margin-bottom: 20px;
}
/*tramway*/

.modal-train__top-ttl {
    text-transform: uppercase;
    color: #c20617;
    font-size: 1.1rem;
}

.modal-train__bottom-link {
    display: block;
    text-align: center;
    padding: 14px;
    color: white;
    background: #5b585869;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    margin-top: 18px;
    margin-left: -12px;
    width: 164px;
}
.tramway {
    background: white;
    color: black;
    text-align: center;

    width: 71px;
    top: 4px;
    position: relative;
    z-index: -1;
    left: 23px ;
    height: 25px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #c6c4c4;
    display: none;
}
.tramway_number{
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    align-items: center;
    text-align: center;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.green {
    background: #005244;
    color: white;
}
/*tramway end*/
.modal-hub__bottom-ttl {
    margin: 0;
}

.modal-hub__bottom-count {
    margin: 0;
}

.modal-hub__bottom-link {
    display: block;
    color: white;
    background: #005244;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.modal-train {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 313px;
    width: 100%;
    background: transparent;
    display: none;
}

.modal-train__wrapper {
    background: #fff;
    padding: 13px 26px 21px 25px;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

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

.modal-train__top-ttl {
    text-transform: uppercase;
    color: #0A5E50;
}
.ymaps-2-1-79-balloon__layout {
    position: relative;
    display: block;
    overflow: unset !important;
    background: #fff;
}
.ymaps-2-1-79-balloon-content__footer{
    position: absolute;
}
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
     margin-right: unset !important;
    padding-right: unset !important;
}
.modal-train__top-img {
    width: 29px;
    height: 31px;
    display: block;
    position: absolute;
    right: 25px;
}

.modal-train__main {
    background: #f5f6f6;
    margin-right: 14px;
    max-width: 320px;
    width: 172px;
}

.modal-train__main-time {
    margin-bottom: 20px;
    font-weight: 700;
    color: #5b5b5b;
}

.modal-train__main-time p {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
    color: #5b5b5b;
}

.modal-train__main-progress-img {
    width: 15px;
    position: relative;
    align-items: center;
    display: flex;
    left: 50%;
}

.modal-train__main-progress-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: block;
}

.modal-train__main-progress-line {
    position: relative;
    height: 1px;
    background: black;
    margin-bottom: 17px;
    top:5px;
}
.map__control-round--train-on {
    background: url("../images/icons/ico-train-round-on.png") center center no-repeat;
    background-size: contain;
}
.nowrap {
    width: 117px;
    white-space: nowrap;
}
.map__control-round--hub-on{
    background: url("../images/icons/icon_processor_active.png") center center no-repeat;
    background-size: contain;
}
.modal-train__main-progress-line:before, .modal-train__main-progress-line:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-train__main-progress-line:before {
    left: 0;
}

.modal-train__main-progress-line:after {
    right: 0;
}

.modal-train__main-info p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #5b5b5b;
    margin: 0;
}
.statBorder {
    border: 1px solid;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.puls-plan {
    animation: shadowStatPlan 0.3s ease infinite;
}
@keyframes shadowStatPlan {
    0% {
        //box-shadow: 0 0 0 0 #0a5e50;
        color: black
    }
    100% {
       // box-shadow: 0 0 0 8px rgba(55, 141, 250, 0);
        color: green;
    }
}
.statGotoMap {
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 30px;
    right: 20px;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/icons/ico-rails-point.png) center center no-repeat;
    background-size: contain;
    animation: shadowStat 3s ease infinite;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.r {
    color: red;
}
.g {
    color: #0a5e50;
}
@keyframes shadowStat {
    0% {
        box-shadow: 0 0 0 0 #0a5e50;

    }
    100% {
        box-shadow: 0 0 0 20px rgba(55, 141, 250, 0);

    }
}
.chose {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.chose:hover {
    color: #128f4a;
    border-color: #128f4a;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.flex {
    display: flex;
}
.fs13 {
    font-size: 13px;
}
.fs15 {
    font-size: 13px;
}
.ai {
    align-items: center;
}
.mt5 {
  margin-top: 5px;
}
.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.fwb{
    font-weight: bold;
}
.mbmt15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mtmb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ml2 {
    margin-left: 2px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
.plan_active {
    //border: 3px solid #0a5e50;
    scale: 1.04;
}
.plan_action{
    border: 1px solid;
    margin-top: 20px;
    height: 120px;
    display: flex;
        cursor: pointer;
        user-select: none;
}
.plan_action:hover{
    border: 1px solid #0a5e50;
}
.plan_action_img{
    width: 60px;
    display: block;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.plan_action_text{
    display: flex;
    margin-left: 10px;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    user-select: none;
}
.modal-plan {
    padding: 20px;
}

.modal-plan__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.modal-plan__date {
    color: #333;
    font-size: 1.4rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.modal-plan__date-bg {
    background: #7c7c7c;
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
    padding: 5px;
}

.modal-plan__period-btn {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #333;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.modal-plan__period-btn:hover {
    cursor: pointer;
}
/* Движение транспорта*/
.paths__item {
    margin-bottom: 5px;
    padding: 10px !important;
}

.paths__item:last-child {
    margin-bottom: 0;
}

.paths__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    color: grey;
}

.paths__link-text {
    max-width: 60%;
    font-size: 13px;
}

.paths__link-text p {
    margin: 0;
    max-width: 92px;
    white-space: nowrap;
}
.paths__count_tools_green{
    height: 30px;
    background: url(../images/icons/tramvay.png) center center no-repeat;
    position: relative;
    margin: 0 auto;
    width: 30px;
    background-size: contain;
}
.opac {
    opacity: 0;
}
.paths__count_tools_red{
    height: 30px;
    background: url(../images/icons/ico-train-red.png) center center no-repeat;
    position: relative;
    margin: 0 auto;
    width: 30px;
    background-size: contain;
}
.arrowTools{
    display: flex;
    align-items: center;

}
.arrowRightTools {
    background: url(../images/tramway/icons/ico-arrow-right-red.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.arrowRightTools_red {
    background: url(../images/tramway/icons/red/ico-arrow-right-red.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.arrowLeftTools {
    background: url(../images/tramway/icons/ico-arrow-left-red.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.arrowLeftTools_red {
    background: url(../images/tramway/icons/red/ico-arrow-left-red.png) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.paths__count {
    height: 30px;
    width: 30px;
    right: -28%;
    position: relative;
    animation: shadow 3s ease infinite;
    padding: 10px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.paths__count:hover{
    transform: scale(1.15);

}
.chargeParrent{
    cursor: pointer;
}
.paths__count_num{
    font-size: 15px;
    color: #696868;
    font-weight: 700;
    width: 15.8px;
}
@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 #0a5e50;
        background: rgba(10, 94, 80, 0.27);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(55, 141, 250, 0);
        background: white;
    }
}

.paths__count:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/ico-tram.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow {
    background: url("../images/ico-arrow.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    opacity: 0;
    height: 16px;
}
.arrow.left {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.tram-paths__list {
    margin-top: 20px;
}
.tram-paths__item {
    position: relative;
    margin-bottom: 30px;
}
.tram-paths__content {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 10px;
    padding: 6px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 101px;
    position: relative;
    -webkit-animation: moving 10s linear forwards infinite;
    animation: moving 10s linear forwards infinite;
}
.tram-paths__content2 {
    border: 1px solid black;
    border-radius: 10px;
    padding: 6px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87px;
    position: relative;
    -webkit-animation: moving 10s linear forwards infinite;
    animation: moving 10s linear forwards infinite;
}

.tram-paths__content p {
    margin: 0;
}
.tram-paths__content2 p {
    margin: 0;
    margin-left: 12px;
}
.tram-paths__content:before, .tram-paths__content:after   {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
}
.tram-paths__content2:before, .tram-paths__content2:after   {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
}
.tram-paths__content:before {
    background: url("../images/ico-tram.svg") center center no-repeat;
    background-size: contain;
    left: 5px;
}
.tram-paths__content2:before {
    background: url("../images/ico-tram.svg") center center no-repeat;
    background-size: contain;
    left: 12px;
}
.tram-paths__content:after {
    background: url("../images/ico-arrow-tram.svg") center center no-repeat;
    background-size: contain;
    right: 6px;
}
.tram-paths__content2:after {
    background: url("../images/ico-arrow-tram.svg") center center no-repeat;
    background-size: contain;
    left: 0px;
}

.tram-paths__content.backward:after {
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
.tram-paths__content2.backward:after {
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

.tram-paths__line {
    height: 1px;
    position: relative;
    background: black;
    margin-top: 10px;
}

.tram-paths__line:before, .tram-paths__line:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: black;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tram-paths__line:before {
    left: 0;
}

.tram-paths__line:after {
    right: 0;
}
/* Конец Движение транспорта*/

.modal-plan__period-btn:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: url("../images/icons/ico-triangle-up.png") center center no-repeat;
    background-size: contain;
}

.modal-plan__period-btn.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.modal-plan__period-list {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal-plan__period-list.open {
    display: block;
}

.modal-plan__period-item {
    font-size: 1.6rem;
    padding: 5px 35px 5px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-plan__period-item:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
}

.modal-plan__accordion {
    padding: 10px;
    border: 1px solid #7c7c7c;
    margin-top: 10px;
    font-size: 1.4rem;
}

.modal-plan__accordion-head {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.modal-plan__accordion-head:hover {
    cursor: pointer;
    /*background: rgba(0, 0, 0, 0.05);*/
}

.modal-plan__accordion-head.active {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7c7c7c;
}

.modal-plan__accordion-head.active .modal-plan__accordion-head-bottom-problem:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(0deg);
    top: 0 !important;
}

.modal-plan__accordion-content {
    display: none;
}

.modal-plan__accordion-content.active {
    display: block;
    user-select: none;
}

.modal-plan__accordion-content-ttl {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal-plan__accordion-head-date {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}

.modal-plan__accordion-head-date:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    left: 0;
    bottom: -7px;
    //background: #7c7c7c;
}

.modal-plan__accordion-head-date:after {
    content: "";
    position: absolute;
       width: 37px;
    height: 50px;
    top: -38px;
    right: 0;
    background: url("../images/icons/ico-rails-point.png") center center no-repeat;
    background-size: contain;
}
.modal-plan__accordion-head-bottom {
    background: #0a5e504a;
    border-radius: 2px;
        padding-top: 2px;
    padding-bottom: 15px;
    padding-left: 18px;
}
.modal-plan__accordion-head-bottom-problem {
    text-transform: uppercase;
    color: #0A5E50;
    margin-bottom: 5px;
    position: relative;
}

.modal-plan__accordion-head-bottom-problem.done {
    color: #333;
}

.modal-plan__accordion-head-bottom-problem:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/ico-triangle-up.png") center center no-repeat;
    background-size: contain;
}

.modal-plan__accordion-head-bottom-date-end {
    margin-top: 0;
    margin-bottom: 5px;
}

.modal-plan__accordion-head-bottom-status {
    text-transform: uppercase;
    margin: 0;
    color: #087361;
    display: none;
}

.modal-plan__accordion-head-bottom-status.done {
    display: block;
}

.modal-plan__subaccordion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-plan__subaccordion-content-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
}

.modal-plan__subaccordion-content-item:last-child {
    margin-bottom: 0;
}

.modal-plan__subaccordion-content-item:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.modal-plan__subaccordion-head2 {

    padding: 10px 5px;
    margin-bottom: 10px;
    align-items: center;
}

.modal-plan__subaccordion-head2:last-child {
    margin-bottom: 0;
}
.modal-plan__subaccordion-head {

    padding: 10px 5px;
    margin-bottom: 10px;
    align-items: center;
}

.modal-plan__subaccordion-head:last-child {
    margin-bottom: 0;
}
.hubStatImg {
    display: block;
    width: 25px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/tramway/icons/red/hub.png) center center no-repeat;
    background-size: contain;
}

.modal-plan__subaccordion-head:hover {
    cursor: pointer;
}
.modal-plan__subaccordion-head2:hover {
    cursor: pointer;
}

.modal-plan__subaccordion-head.active .modal-plan__subaccordion-ttl:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.modal-plan__subaccordion-head2.active .modal-plan__subaccordion-ttl:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.modal-plan__subaccordion-ttl {
    position: relative;
    margin: 0;
}

.modal-plan__subaccordion-ttl:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/ico-triangle-up.png") center center no-repeat;
    background-size: contain;
}

.modal-plan__subaccordion-ttl.underlined {
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 5px;
}

.modal-plan__subaccordion-value {
    margin-top: 5px;
    margin-bottom: 0;
}

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

.modal-plan__subaccordion-content-status {
    margin: 0;
    text-transform: uppercase;
    color: #0A5E50;
}

.modal-plan__subaccordion-content-status span {
    display: none;
}

.modal-plan__subaccordion-content-status.done {
    color: #d11414;
}

.modal-plan__subaccordion-content-status.done span {
    display: inline;
}

.modal-plan__subaccordion-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.modal-plan__subaccordion-content.active {
    display: block;
}

.modal-plan__subaccordion-content.list {
    max-height: 170px;
    overflow-y: scroll;
}

.modal-plan__subaccordion-item {
    margin: 20px 0;
}

.modal-plan__subaccordion-item p {
    //margin: 0;
}
.modal-plan__subaccordion-content-checkbox2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #087361;
}
.modal-plan__subaccordion-content-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #087361;
}

.modal-plan__subaccordion-content-checkbox:hover {
    cursor: pointer;
}

.modal-plan__subaccordion-content-checkbox:checked {
    //background: #087361;
  border-color: #44944A; 
 background-color: #fff; 
 background-image: url("/../../template/assets/images/check.png");
 background-size: 80%; 
 background-repeat: no-repeat;
 background-position: center;
}
.modal-plan__subaccordion-content-checkbox2:checked {
    //background: #087361;
  border-color: #44944A; 
 background-color: #fff; 
 background-image: url("/../../template/assets/images/check.png");
 background-size: 80%; 
 background-repeat: no-repeat;
 background-position: center;
}
.modal-plan__subaccordion-body-ttl {
    margin-bottom: 0;
}

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

.modal-plan__subaccordion-body-date p {
    margin: 0;
}

.modal-plan__subaccordion-body-progressbar {
    background: #333;
    height: 2px;
    margin: 10px auto;
    max-width: 98%;
    position: relative;
}

.modal-plan__subaccordion-body-progressbar:before, .modal-plan__subaccordion-body-progressbar:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-plan__subaccordion-body-progressbar:before {
    left: -6px;
}

.modal-plan__subaccordion-body-progressbar:after {
    right: -6px;
}
.pdf-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
    height: auto;
    transition: transform 0.3s ease;
    /* Можно сразу комбинировать трансформы */
    transform: translateY(-50%) scale(1);
}

.pdf-icon:hover {
    /* В hover добавляем масштаб к уже существующему с translateY */
    transform: translateY(-50%) scale(1.1);
}
.plancss{
    background: #424242;
    color: white;
    border: 1px solid;
    justify-content: center !important;
    padding: 10px;
    user-select: none;
     font-size: 1.4rem;
}
.plancss2{
    color: white;
    top: 5px;
    margin-top: 9px;
    padding: 10px;
    text-align: center;
    background: #0a5e50;
    font-size: 1.4rem;
    user-select: none;
        cursor: pointer;
}
.plancss3{
    top: 5px;
    margin-top: 9px;
    padding: 10px;
    text-align: center;
    color: white;
    background: #0a5e50;
    font-size: 1.4rem;
    user-select: none;  
    cursor: pointer;
}
.planProblem{
    color: #0a5e50;
    font-size: 1.4rem;
    text-transform: uppercase;
    user-select: none;   
}
.planImgInPlan{
    margin-top: -4px;
    position: absolute;
}
.modal-plan__subaccordion-body-progress {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0A5E50;
    top: 50%;
    left: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 #loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999; /* Всегда поверх остальных элементов */
        }
        #loading.hidden {
            display: none; /* Скрытие индикатора загрузки */
        }
        .spinner {
            border: 5px solid #f3f3f3; /* Цвет фона */
            border-top: 5px solid #3498db; /* Цвет верхней части */
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite; /* Анимация */
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.modal-plan__subaccordion-body-progress.done {
    background: #087361;
}

.modal-plan__subaccordion-body-input {
    width: 100%;
    border: none;
    outline: none;
    height: 41px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7c7c7c;
    font-size: 15px;
}

.modal-plan__subaccordion-submit {
    background: #0A5E50;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.container__predefined-ranges {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .only-pc {
        display: block;
    }

    .only-sp {
        display: none;
    }
    
}

@media screen and (max-height: 820px) {
    .login__form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 800px) {
    .login__form-group {
        margin-bottom: 15px;
    }

    .signin__header-ttl {
        margin-top: 10px;
    }

    .signin__input {
        height: 30px;
    }

    .map__control-wrap {
        gap: 10px;
    }

    .map__control-round {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
    .map__footer-item {
        width: 90px;
        height: 90px;
    }

    .map__footer-img {
        margin-top: 5px;
    }
}
@media screen and (max-width: 1081px) {
    .map__footer {
        bottom: -200px;
    }
}
@media screen and (max-width: 768px) {
    .map__sidebar {
        left: -270px;
    }
    .parrentTask {
        overflow-x: scroll;
    }
    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }

    .header__logo {
        max-width: 80px;
    }

    .login__form-ttl,
  .signin__form__form-ttl {
        font-size: 1.253rem;
    }

    .login__form-ttl--pass,
  .signin__form__form-ttl--pass {
        margin-bottom: 0;
    }

    .login__form-icon,
  .signin__form__form-icon {
        width: 28px;
        height: 34px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 0;
    }

    .login__form-icon--user,
  .signin__form__form-icon--user {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .login__form-icon--pass,
  .signin__form__form-icon--pass {
        width: 38px;
    }

    .login__form-group--user,
  .signin__form__form-group--user {
        margin-bottom: 22px;
    }

    .login__form-group--pass,
  .signin__form__form-group--pass {
        margin-bottom: 33px;
    }

    .login__form-group--checkbox,
  .signin__form__form-group--checkbox {
        margin-bottom: 30px;
    }

    .login__form-label--user,
  .signin__form__form-label--user {
        height: 43px;
    }

    .login__form-input, .login__form-submit, .login__link,
  .signin__form__form-input,
  .signin__form__form-submit,
  .signin__form__link {
        font-size: 1.8rem;
    }

    .login__form,
  .signin__form__form {
        width: 254px;
    }

    .login__form-checkbox,
  .signin__form__form-checkbox {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .login__form-submit,
  .signin__form__form-submit {
        padding: 10px 0;
    }

    .login__link-wrap,
  .signin__form__link-wrap {
        margin-top: 15px;
    }

    .login__link-register,
  .signin__form__link-register {
        font-size: 1.688rem;
        padding-bottom: 0;
        border: none;
    }

    .login__link-forgot,
  .signin__form__link-forgot {
        font-size: 1.266rem;
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .signin__container {
        width: 100%;
        padding: 32px 62px 0;
    }

    .signin__container--header {
        padding: 0 62px;
    }

    .signin__header-ttl {
        margin-top: 15px;
    }

    .signin__desc {
        font-size: 1.5rem;
    }

    .signin__input {
        height: 36px;
    }
    .signin__form {
        margin-top: 14px;
    }
    .signin__submit {
        margin-top: 30px;
    }

    .signin__footer {
        padding-bottom: 23px;
    }

    .modal__shield-top {
        padding: 0 15px;
    }

    .map__sidebar-top {
        padding-top: 30px;
        padding-left: 32px;
        padding-right: 30px;
    }

    .map__sidebar-icon--user {
        width: 75px;
        height: 75px;
    }

    .map__sidebar-user-name {
        margin-bottom: 1px;
    }

    .map__sidebar-stuff {
        padding-bottom: 18px;
    }

    .map__sidebar-bottom {
        padding-top: 38px;
        padding-left: 25px;
    }

    .map__sidebar-nav-item {
        padding-left: 45px;
    }

    .map__sidebar-nav-link {
        font-size: 1.2rem;
    }

    .map__sidebar-top-wrap {
        margin-bottom: 15px;
    }

    .map__sidebar-button {
        width: 25px;
        height: 27px;
    }

    .map__sidebar-button--settings {
        margin-right: 40px;
    }

    .map__sidebar-button--exit {
        margin-left: 44px;
    }

    .map__footer {
        width: 100%;
        background: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        bottom: -224px;
        border: 1px solid #d1d7cb;
        border-radius: 15px 15px 0 0;
    }

    .map__footer.show {
        bottom: 0;
    }

    .map__footer-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 112px);
        grid-template-rows: auto;
        grid-gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .map__footer-item {
        border: none;
    }

    .map__control-wrap--right-top {
        right: 20px;
    }

    .map__control-wrap--right-center {
        right: 20px;
    }

    .map__control-wrap--right-bottom {
        right: 20px;
    }

    .map__control-wrap--left-bottom {
        left: 20px;
    }

    .map__control-wrap--left-top {
        left: 20px;
    }
    .map__control--weather{
        height: 49px;
        width: 103px;
    }
    .map__control-value{
        font-size: 14px;
        color: black;
        right: 16px;
    }

    .map__control-round {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 345px) {
    .login,
  .signin__form {
        max-width: 280px;
    }
}