/*   
Theme Name: Места в городе
Author: IsqK
Version: 1.1.0
Author URI: IsqK
*/

@charset "UTF-8";@-webkit-keyframes centerBall {
    0%,25%,to {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    75% {
        opacity: 0
    }
}

@keyframes centerBall {
    0%,25%,to {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    75% {
        opacity: 0
    }
}

@-webkit-keyframes moveBall {
    0% {
        left: -10%;
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.55,.085,.68,.53);
        animation-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    10%,90% {
        opacity: 0
    }

    28.7% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        left: 50%;
        opacity: 1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    71.3% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 50%;
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
        animation-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    to {
        left: 110%;
        -webkit-transform: rotate(deg);
        transform: rotate(deg);
        opacity: 0
    }
}

@keyframes moveBall {
    0% {
        left: -10%;
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.55,.085,.68,.53);
        animation-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    10%,90% {
        opacity: 0
    }

    28.7% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        left: 50%;
        opacity: 1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    71.3% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 50%;
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
        animation-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    to {
        left: 110%;
        -webkit-transform: rotate(deg);
        transform: rotate(deg);
        opacity: 0
    }
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Light"),local("Roboto-Light"),url(./assets/fonts/Robotolight.woff2) format("woff2"),url(./assets/fonts/Robotolight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto"),local("Roboto-Regular"),url(./assets/fonts/Roboto.woff2) format("woff2"),url(./assets/fonts/Roboto.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Italic"),local("Roboto-Italic"),url(./assets/fonts/Robotoitalic.woff2) format("woff2"),url(./assets/fonts/Robotoitalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Medium"),local("Roboto-Medium"),url(./assets/fonts/Robotomedium.woff2) format("woff2"),url(./assets/fonts/Robotomedium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Bold"),local("Roboto-Bold"),url(./assets/fonts/Robotobold.woff2) format("woff2"),url(./assets/fonts/Robotobold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-Italic.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
         url('./assets/fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: -1;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #313b57;
    overflow: hidden
}

.display-none,.hidden {
    display: none!important
}

.invisible {
    visibility: hidden
}

svg path:not(#ol-map svg path) {
    fill: inherit
}

a {
    color: #2f80ed;
    text-decoration: underline
}


.tulskoe_container {
	font-size: 14px;
  font-weight: 500;
  color: red;
  line-height: 14px;
}

.tulskoe_pocket_name,
.tulskoe_pocket_name + *, .tulskoe_icon, .tulskoe_icon + *  {
    display: none !important;
}

.dialig-view_name_title {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.dialig-view_name_title img {
	height: 30px;
	margin-left: 10px;
}

@media (max-width: 478px) {
	.details__image img {
		height: 150px;
	}
	
	.tulskoe_container {
		font-size: 10px;
		line-height: 10px;
	}
	
	.dialig-view_name_title img {
		height: 20px;
	}
	
}

.details__image img {
	object-fit: fill;
}

.dialog-view.dialog-view__hidden {
	width: 0;
}

.project-list__form__project-data {
	width: 100%;
}

.form_2_rows textarea {
	width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #313b57;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Montserrat';
}

.button-default {
    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-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #08aad4;
    color: #fff;
    border: 0;
    border-radius: 5px;
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer
}

.button-default:active,.button-default:focus,.button-default:hover {
    background: #0c8eb0
}

.button-light {
    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-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
    color: #08aad4;
    border: 1px solid #08aad4;
    border-radius: 5px;
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    fill: #08aad4
}

.button-light:active,.button-light:focus,.button-light:hover {
    background: #f6fcfe
}

.jGrowl-notification {
    background: #f3f3f3;
    color: #313b57;
    word-break: keep-all
}

mark {
    background: #9eebff;
    padding: 0
}

use {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.image_print {
    position: absolute;
    top: -99999px
}

select.form-control {
    cursor: pointer
}

.checkbox input:focus+label::before,.checkbox__big input:focus+label::before,input:focus {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-color: #08aad4;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 0 8px rgba(102,175,233,.6)!important
}

@media (max-width: 750px) {
    body {
        font-size:11px
    }
}

.map-preloader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    z-index: 9999;
    overflow: hidden
}

.preloader-img {
    width: 99px;
    height: 72px;
    position: absolute;
    left: 60px;
    top: -80px;
    background-image: url(/public/images/site/preloader/factor_preloader.gif);
    background-repeat: no-repeat;
    background-position: center
}

.preloader-content {
    width: 220px;
    height: 50px;
    top: 50%;
    left: calc(50% - 110px);
    position: absolute
}

.preloader-text {
    text-align: center
}

.loader {
    position: absolute;
    width: 300px;
    height: 100px;
    left: 50%;
    top: -80px;
    margin-left: -150px;
    margin-top: -50px;
    border-radius: 20px
}

.loader .ball {
    position: absolute;
    width: 0;
    height: 100%;
    left: -15px;
    bottom: 0;
    background: #4a9;
    opacity: 0;
    -webkit-animation: moveBall 2.8s infinite linear;
    animation: moveBall 2.8s infinite linear
}

.loader .ball.one {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loader .ball.two {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader .ball.three {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader .ball.four {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader .ball.five {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.loader .ball.six {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loader .ball .inner {
    height: 30px;
    width: 30px;
    position: absolute;
    background: #08aad4;
    bottom: 0;
    left: 0;
    margin-left: -15px;
    border-radius: 100%
}

.loader .ball.center {
    left: 50%;
    top: 50%;
    background: 0 0;
    -webkit-animation: centerBall 2.8s infinite cubic-bezier(.55,.055,.675,.19);
    animation: centerBall 2.8s infinite cubic-bezier(.55,.055,.675,.19)
}

.loader .ball.center .inner {
    top: -15px
}

.invest-map-container-header {
    background-color: #313b57;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 40;
    height: 60px
}


.invest-map-container-header .custom-logo-link img {
    height: 40px;
    width: auto;
    margin-right: 20px;
}

.invest-map-container-header a {
    text-decoration: none;
    color: #fff
}

.invest-map-container-header .logo-wrapper,.invest-map-container-header .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 60px
}

.invest-map-container-header .logo-wrapper {
    background-color: #313b57;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 25px;
    overflow: hidden
}

.invest-map-container-header .logo-wrapper .title__main,.invest-map-container-header .logo-wrapper .title__sub {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    max-width: 78dvw;
    overflow: hidden;
    text-overflow: ellipsis
}

.details__info .value.description p {
    margin: 0;
}

.invest-map-container-header .logo-wrapper .title__sub {
    font-size: 14px;
    font-weight: 400
}

.invest-map-container-header .logo-wrapper .emblem {
    width: 36px;
    height: 43px;
    margin-top: -2px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain
}

.invest-map-container-header .logo-wrapper .title {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis
}

.invest-map-container-header .menu-wrapper {
    background-color: #252e46;
    border-left: 2px solid #252e46
}

.invest-map-container-header .menu-wrapper .public-map-menu {
    cursor: pointer;
    height: 100%;
    position: relative
}

.invest-map-container-header .menu-wrapper .public-map-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    right: 0
}

.invest-map-container-header .menu-wrapper .map-menu-icon,.invest-map-container-header .menu-wrapper .navbar-list .main-page svg {
    fill: #08aad4
}

.invest-map-container-header .menu-wrapper .lang {
    list-style: none;
    margin: 0;
    padding: 0
}

.invest-map-container-header .menu-wrapper .invest-map-toolbar,.invest-map-container-header .menu-wrapper .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites .map-menu-icon {
    fill: #313b57;
    stroke: #08aad4;
    stroke-width: 2px
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites_active .map-menu-icon {
    stroke: #08aad4;
    stroke-width: 2px;
    fill: #08aad4
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites.count-shown {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-top: 13px
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites_active.count-shown {
    padding-top: 0
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites_active .right_panel__button_favorites_count {
    opacity: 1
}

.invest-map-container-header .menu-wrapper .right_panel__button_favorites_count {
    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;
    font-size: 7px!important;
    color: #fff;
    background-color: #08aad4;
    border-radius: 50px;
    width: 30px;
    margin-top: 5px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    height: 10px
}

.invest-map-container-header .menu-wrapper .public-map-menu ul .menu-item {
    min-width: 200px;
    padding: 8px
}

.invest-map-container-header .menu-wrapper .language-menu__list .menu-item a,.invest-map-container-header .menu-wrapper .public-map-menu ul .menu-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.invest-map-container-header .menu-wrapper .language-menu__list .menu-item {
    min-width: 200px;
    padding: 8px;
    font-size: 14px
}

.invest-map-container-header .menu-wrapper .menu-item,.invest-map-container-header .menu-wrapper .menu-item .button_left_panel_map_icon,.invest-map-container-header .menu-wrapper .menu-item a {
    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;
    height: 100%
}

.invest-map-container-header .menu-wrapper .menu-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 62px;
    background-color: #313b57;
    border: 3px solid #252e46;
    border-left: none;
    cursor: pointer
}

.invest-map-container-header .menu-wrapper .language-menu__button span,.invest-map-container-header .menu-wrapper .menu-item span {
    font-size: 0
}

.invest-map-container-header .menu-wrapper .menu-item .button_left_panel_map_icon {
    font-size: 0;
    width: 100%
}

.invest-map-container-header .menu-wrapper .menu-item .icon-favorites {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.invest-map-container-header .menu-wrapper #favorites {
    width: auto;
    min-width: 62px;
    font-size: 14px;
    padding: 0 12px;
    flex-direction: row;
}

.invest-map-container-header .menu-wrapper #favorites .icon-favorites {
    height: auto;
    margin-right: 10px;
}

.invest-map-container-header .menu-wrapper #favorites .invest-map-toolbar-item__label {
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
    color: #fff;
    white-space: nowrap
}

.invest-map-container-header .menu-wrapper .menu-item.active.invest-map-toolbar-item,.invest-map-container-header .menu-wrapper .menu-item.dialog-is-shown,.invest-map-container-header .menu-wrapper .menu-item.dropdown-is-shown,.invest-map-container-header .menu-wrapper .menu-item:hover {
    background-color: #252e46
}

.invest-map-container-header .menu-wrapper .menu-item a {
    width: 100%
}

.invest-map-container-header .menu-wrapper .menu-create-by {
    display: none
}

.invest-map-container-header .menu-wrapper .public-map-navbar {
    height: 100%
}

.invest-map-container-header .menu-wrapper .navbar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.invest-map-container-header .menu-wrapper .navbar-list a {
    font-size: 14px;
    font-weight: 400
}

.invest-map-container-header .menu-wrapper .navbar-list .main-page a {
    font-size: 0;
    width: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.invest-map-container-header .menu-wrapper .language-menu {
    height: 100%
}

.invest-map-container-header .menu-wrapper .language-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute
}

.invest-map-container-header .menu-wrapper .language-menu__button {
    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-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 62px;
    border: 3px solid #252e46;
    cursor: pointer;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #313b57;
    border-left: none;
    background-position: 35% center;
    position: relative;
    background-size: 27px 26px
}

.invest-map-container-header .menu-wrapper .language-menu__button.ru {
    background-image: url(assets/images/flag_ru.svg)
}

.invest-map-container-header .menu-wrapper .language-menu__button.en {
    background-image: url(assets/images/flag_en.svg)
}

.invest-map-container-header .menu-wrapper .language-menu__button.dropdown-is-shown svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.invest-map-container-header .menu-wrapper .language-menu__button_arrow-down {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 5px;
    fill: #08aad4
}

.invest-map-container-header .menu-wrapper .language_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.invest-map-container-header .menu-wrapper .language_item a {
    background-position: center center;
    background-repeat: no-repeat
}

.invest-map-container-header .menu-wrapper .language_item.active {
    cursor: default;
    background-color: #252e46
}

.invest-map-container-header .menu-wrapper .language_item.active a {
    opacity: .5
}

.invest-map-container-header .menu-wrapper .language_item.active .arrow-down {
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 5px;
    fill: #08aad4
}

@media (max-width: 750px) {
    .invest-map-container-header {
        z-index:55;
        height: 42px
    }

    .invest-map-container-header .menu-wrapper {
        height: 34px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        border: 0;
        background-color: #313b57;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .invest-map-container-header .menu-wrapper .menu-item {
        width: 9dvw;
        border: 0
    }

    .invest-map-container-header .menu-wrapper .menu-item svg {
        width: 16px;
        height: 16px
    }

    .invest-map-container-header .menu-wrapper .menu-item#print {
        display: none
    }

    .invest-map-container-header .menu-wrapper .language_item a,.invest-map-container-header .menu-wrapper .navbar-list .menu-item.main-page a {
        background-size: 16px
    }

    .invest-map-container-header .menu-wrapper .right_panel__button_favorites.count-shown {
        padding-top: 9px
    }

    .invest-map-container-header .menu-wrapper .right_panel__button_favorites_active.count-shown {
        padding-top: 0
    }

    .invest-map-container-header .menu-wrapper .right_panel__button_favorites_active .map-menu-icon {
        width: 16px;
        height: 16px
    }

    .invest-map-container-header .menu-wrapper .invest-map-toolbar {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: distribute;
        justify-content: flex-end;
    }

    .invest-map-container-header .menu-wrapper .right_panel__button_favorites_count {
        width: 26px;
        font-size: 5px;
        height: 7px
    }

    .invest-map-container-header .menu-wrapper #favorites {
        min-width: 0;
        padding: 0 8px;
    }

    .invest-map-container-header .menu-wrapper #favorites .invest-map-toolbar-item__label {
        font-size: 10px;
        margin-top: 2px;
    }

    .invest-map-container-header .company-placement-link {
        height: 42px;
        max-width: 200px;
        padding: 0 8px;
        flex-shrink: 0;
    }

    .invest-map-container-header .company-placement-link a {
        font-size: 10px;
        line-height: 11px;
        text-align: center;
    }

    .invest-map-container-header .company-placement-link svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .invest-map-container-header .logo-wrapper {
        height: 42px;
        padding: 6px;
    }

    .invest-map-container-header .logo-wrapper .title__main {
        font-size: 12px;
        line-height: 14px;
    }

    .invest-map-container-header .logo-wrapper .title__sub {
        font-size: 10px;
        line-height: 14px;
    }

    .invest-map-container-header .logo-wrapper .emblem {
        width: 21px;
        height: 30px;
        margin-right: 6px;
    }

    .language-menu__list {
        bottom: 34px;
        right: 0;
    }

    .language-menu__button {
        background-size: 50%!important;
        background-position-x: left!important;
    }

    .language-menu__button_arrow-down {
        right: 3px;
        width: 5px!important;
        height: 5px!important;
    }

    .public-map-menu ul {
        bottom: 34px;
    }
}

.toolbar-left-button button,.toolbar-left-button button:hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toolbar-left-button button {
    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;
    border: 0;
    background-color: #08aad4;
    color: #fff;
    min-height: 45px;
    -webkit-box-shadow: inset -1px -1px 1px rgba(0,0,0,.05);
    box-shadow: inset -1px -1px 1px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 5px;
    margin-left: 8px;
    margin-top: 12px;
    z-index: 50;
    position: absolute;
    min-width: 160px
}

.toolbar-left-button button svg {
    fill: #fff;
    margin-left: 10px
}

.toolbar-left-button button:hover {
    background: #0c8eb0
}

.container-select-municipality {
    display: none
}

.layer-toolbar-tree__main_node {
    list-style: none;
    padding: 0
}

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

.layer-toolbar-tree__node__link {
    min-height: 40px;
    border: 0!important;
    position: relative
}

@media (max-width: 750px) {
    .toolbar-left-button button {
        min-width:141px;
        min-height: 36px;
        font-size: 14px;
        margin-top: 6px;
        margin-left: 6px
    }

    .toolbar-left-button button svg {
        width: 10px
    }
}

.layer-toolbar-tree .container-search-map-admin {
    right: 10px;
    top: 10px;
    width: 413px;
    height: 42px;
    position: absolute;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.layer-toolbar-tree .full-text-search-div {
    height: 42px
}

.layer-toolbar-tree .map-admin-search_clear {
    position: absolute;
    color: #a9a9a9;
    right: 50px;
    top: 9px;
    cursor: pointer
}

.invest-map-filter-list .items a:hover,.layer-toolbar-tree .map-admin-search_clear:hover {
    color: #0c8eb0
}

.layer-toolbar-tree__children {
    list-style-type: none;
    padding-left: 10px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.layer-toolbar-tree__children .layer-toolbar-tree__node {
    margin-top: 4px
}

.layer-toolbar-tree__node__link {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
    cursor: pointer;
    color: #313b57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    margin: 0 0 0 10px;
    padding: 8px 12px
}

.layer-toolbar-tree__node__link:hover {
    background: #f6fcfe;
    color: #0c8eb0
}

.layer-toolbar-tree__node__link:hover .layer-toolbar-tree__checkbox label::before {
    background: #f6fcfe
}

.layer-toolbar-tree__node {
    background-position: -200px 0;
    background-repeat: repeat-y;
    min-height: 40px;
    line-height: 0;
    min-width: 40px;
    position: relative
}

.layer-toolbar-tree__node.layer-toolbar-tree__node_last {
    background: 0 0
}

.layer-toolbar-tree__node_last .layer-toolbar-tree__icon {
    background-position: -120px -325px
}

.layer-toolbar-tree__main_node {
    padding-left: 0;
    margin: 0 0 0 -10px;
    padding-top: 0;
}

.layer-toolbar-tree__main_node>.layer-toolbar-tree__node {
    background: 0 0
}

.dialog-view__hidden .toolbar-left-close-button__button,.layer-toolbar-tree__icon_empty {
    display: none
}

.layer-toolbar-tree__node__link_text {
    line-height: normal;
    font-size: 16px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.layer-toolbar-tree__node__link_text span {
    line-height: 14px;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 5px
}

.layer-toolbar-tree__node__link_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    color: #08aad4
}

.layer-toolbar-tree__node__link_button>span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 20px
}

.layer-toolbar-tree__checkbox {
    line-height: 24px;
    font-size: 12px;
    margin-top: 8px
}

.layer-toolbar-tree__checkbox label {
    padding-left: 6px
}

.layer-toolbar-tree__checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.invest-map-filter-bool .checkbox input[type=checkbox]:focus,.layer-toolbar-tree__checkbox input[type=checkbox]:focus,.multiselect-container .checkbox input[type=checkbox]:focus {
    outline: 0
}

.layer-toolbar-tree__checkbox label::before {
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #c4c4c4
}

.layer-toolbar-tree__checkbox label::after {
    color: #08aad4;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: -21px;
    font-size: 15px
}

.layer-toolbar-tree__marker_container {
    display: table;
    position: relative;
    float: left
}

.layer-toolbar-tree__marker {
    width: 45px;
    margin: -3px 5px 0 5px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

.layer-toolbar-tree__marker_filter {
    fill: #eb5757;
    font-size: 17px;
    position: absolute!important;
    right: 16px;
    top: 22px
}

.layer-toolbar-tree__marker_count {
    color: #828282;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 12px;
    text-transform: lowercase;
    line-height: normal;
    margin-top: 5px;
    display: none
}

.toolbar-left-close-button__button {
    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-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: -25px;
    top: 75px;
    width: 25px;
    height: 50px;
    background: #08aad4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.toolbar-left-close-button__button svg {
    fill: #fff
}

.toolbar-left-close-button__button:hover {
    background-color: #0c8eb0
}

.dialog-view__container__layer-toolbar__close {
    display: none
}

.layer-toolbar-tree__node_collapse .layer-toolbar-tree__children {
    padding-top: 0;
    margin-top: 0;
    max-height: 0;
    display: none;
    -webkit-transition: max-height .3s ease,padding .3s ease,margin .3s ease;
    transition: max-height .3s ease,padding .3s ease,margin .3s ease
}

.button__circle_animate__icon::before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.layer-toolbar-tree__node_collapse>.layer-toolbar-tree__node__link .button__circle_animate__icon::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.layer-toolbar-tree__panel_actions {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    height: 0;
    z-index: 4;
    right: 10px;
    margin-top: 52px;
    -webkit-transition: height .3s ease,background .3s step-end,border .3s step-end;
    transition: height .3s ease,background .3s step-end,border .3s step-end
}

.layer-panel-open .layer-toolbar-tree__panel_actions {
    height: 96px;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #313b57;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.layer-toolbar-tree__panel_actions::after,.layer-toolbar-tree__panel_actions::before {
    border: medium solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    width: 0
}

.layer-toolbar-tree__panel_actions::before {
    border-color: transparent transparent #0038a9;
    border-width: 11px;
    margin-right: -12px
}

.layer-toolbar-tree__panel_actions::after {
    border-color: transparent transparent #fff;
    border-width: 9px;
    margin-right: -10px
}

.layer-toolbar-tree__panel_actions__item {
    display: inline-block;
    width: 73px;
    font-size: 12px;
    color: #0038a9;
    text-align: center;
    white-space: normal;
    line-height: 14px;
    height: 94px;
    border: 1px solid transparent;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.layer-panel-action,.ol-overviewmap button span {
    display: none
}

.layer-toolbar-tree__modal_block {
    background-color: rgba(0,0,0,.81);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: none;
    height: 9999px
}

.details__info table.root,.layer-toolbar-panel-open .layer-toolbar-tree__modal_block {
    display: block
}

.layer-children-toolbar-panel-open.layer-toolbar-tree__children {
    overflow: visible
}

.layer-toolbar-tree__node__link.layer-panel-open {
    position: relative
}

@media (max-width: 750px) {
    .toolbar-left-close-button__button {
        width:26px;
        height: 36px
    }

    .layer-toolbar-tree__node__link_text {
        margin: 0;
        font-size: unset;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        white-space: unset
    }

    .layer-toolbar-tree__node__link_text span {
        font-size: 12px
    }

    .layer-toolbar-tree__marker_count {
        font-size: 10px;
        margin-top: 0;
        margin-left: 0
    }

    .layer-toolbar-tree__node__link {
        padding-bottom: 8px;
        padding-top: 8px;
        min-height: 40px
    }

    .layer-toolbar-tree__checkbox label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .layer-toolbar-tree__checkbox label::before {
        width: 16px;
        height: 16px
    }

    .layer-toolbar-tree__checkbox label::after {
        width: 16px;
        height: 16px;
        font-size: 11px
    }

    .layer-toolbar-tree__node__link_button {
        top: 25px;
        right: 20px
    }

    .layer-toolbar-tree__checkbox {
        margin: 0
    }

    .layer-toolbar-tree__marker {
        width: 30px;
    }

    .layer-toolbar-tree__node__link_button>span {
        top: -5px
    }

    .layer-toolbar-tree__node__link_wrapper {
        padding-right: 30px
    }

    .layer-toolbar-tree__marker_filter {
        top: 11px
    }
}

.invest-map-container-map {
    width: 0;
    height: 0
}

.invest-map-ol-map {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100dvw;
    height: calc(100dvh - 60px);
    cursor: pointer;
    z-index: 0;
}

.overlay-layer-name {
    padding-bottom: 8px;
    font-weight: 700
}

.invest-map-ol-map .ol-overviewmap button span {
    display: inline-block
}

.invest-map-ol-map .ol-overviewmap.ol-collapsed button span::before {
    content: '\F13D'
}

.invest-map-ol-map .ol-overviewmap button {
    padding: 0;
    height: 30px;
    width: 30px
}

.ol-zoom {
    position: absolute;
    top: 40%;
    right: 10px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 35px;
    left: unset;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ol-zoom.ol-control:hover {
    background-color: inherit
}

.ol-zoom .ol-zoom-in,.ol-zoom .ol-zoom-out {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    color: #313b57
}

.ol-zoom .ol-zoom-in:focus,.ol-zoom .ol-zoom-in:hover,.ol-zoom .ol-zoom-out:focus,.ol-zoom .ol-zoom-out:hover {
    background-color: #f3f3f3
}

.ol-zoom .ol-zoom-in {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.ol-zoom .ol-zoom-out {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.invest-map-minimap,.ol-overviewmap {
    width: 280px;
    height: 176px;
    background: 0 0;
    bottom: 36px;
    right: 0;
    left: unset;
    position: absolute
}

.ol-overviewmap {
    width: 100%;
    height: 100%;
    bottom: 0
}

.ol-overviewmap .ol-overviewmap-map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0
}

.ol-overviewmap .ol-overviewmap-box {
    border: 3px solid #eb5757
}

.ol-overviewmap.ol-control {
    border-radius: 0
}

.ol-overviewmap.ol-collapsed:hover {
    background: 0 0
}

.ol-overviewmap.ol-collapsed button {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    width: 280px;
    height: 22px;
    text-align: left;
    padding-left: 30px;
    background-image: url(assets/images/arrow_long_up_left.svg);
    background-repeat: no-repeat;
    background-position: 15px center
}

.ol-overviewmap.ol-collapsed button span {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.ol-overviewmap:not(.ol-collapsed) {
    border: 2px solid #fff
}

.ol-overviewmap:not(.ol-collapsed) button {
    top: 0;
    left: 0;
    right: unset
}

.ol-overviewmap button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: #08aad4;
    position: absolute;
    background-image: url(assets/images/arrow_long_down_right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.ol-overviewmap button:active,.ol-overviewmap button:focus,.ol-overviewmap button:hover {
    background-color: #0c8eb0
}

@media (max-width: 750px) {
    .invest-map-minimap {
        display:none
    }

    .invest-map-container-map {
        width: 100%;
        height: 100%
    }
    .invest-map-ol-map {
        top: 42px;
        height: calc(100dvh - 76px);
    }

    .ol-zoom {
        width: 32px;
        right: 6px
    }

    .ol-zoom .ol-zoom-in,.ol-zoom .ol-zoom-out {
        height: 32px;
        width: 32px
    }

    .ol-zoom .ol-touch .ol-control button {
        font-size: 1em
    }
}

.ol-attribution.ol-uncollapsible {
    bottom: 0;
    right: 0;
    height: 22px
}

.ol-attribution ul {
    font-size: 12px
}

#ol-map .ol-attribution span {
    padding: 0;
    line-height: 0
}

.ol-dragbox {
    background-color: rgba(255,255,255,.4);
    border-color: #649600
}

.measureTooltip,.tooltip-paint-panel,.tooltip-select-info {
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px;
    opacity: .7;
    white-space: nowrap
}

#admin-map-menu .navbar-nav li:hover a,.tooltip-measure {
    color: #fff
}

.geometry-area-container,.geometry-perimeter-container {
    position: absolute;
    bottom: 8px;
    left: 635px;
    z-index: 50;
    background-color: rgba(255,255,255,.8);
    font-size: 12px;
    display: block;
    color: #555;
    padding: 5px 10px
}

.geometry-perimeter-container {
    left: 766px
}

.map_scale_line {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-radius: 5px;
    pointer-events: auto;
    height: 30px;
    width: 160px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    position: absolute;
    right: 280px;
    margin-right: 8px
}

.ol-scale-line {
    position: static;
    background: 0 0
}

.ol-scale-line-inner {
    color: #08aad4;
    font-weight: 700;
    border-color: #08aad4;
    border-width: 2px
}

@media (max-width: 992px) {
    .map_scale_line {
        display:none
    }
}

.ol-popup {
    position: absolute;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.2));
    padding: 15px;
    border: 1px solid #ccc;
    bottom: 0;
    left: -50px;
    width: 350px;
    max-width: 89dvw
}

#popupMarker.ol-popup {
    min-width: 150px;
    display: none
}

.ol-popup::after,.ol-popup::before {
    top: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.ol-popup::after {
    border-top-color: #fff;
    border-width: 10px;
    left: 48px;
    margin-left: -10px
}

.ol-popup::before {
    border-top-color: #ccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: -2px;
    right: 4px
}

.ol-popup-closer::after {
    content: '✖';
    font-size: 14px
}

#vectorLayerPopupContent {
    max-height: 200px;
    overflow: auto
}

.markerContentLinks a {
    cursor: pointer;
    display: block;
    margin-bottom: 5px
}

.markerContentLinks a:hover {
    text-decoration: underline
}

a.open_list_marker {
    cursor: pointer
}

.details__image img {
    text-align: center;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}

.slick__gallery {
    max-width: 100%;
    margin-bottom: 20px;
}

.slick-slide img {
    border-radius: 5px;
}

.dialog-view__container__content__layer {
    color: #08aad4;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.details__layer {
    margin-left: 4px
}

.details__name {
    font-size: 22px;
    line-height: 32px;
	font-weight: 600;
    padding-bottom: 10px;
}

.details__toolbar {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #313b57;
    margin-top: 10px;
}

.details__line {
    margin: 0 20px;
    border-top: 1px solid #fff;
    opacity: .3
}

.details__info {
    margin-right: 8px
}

.details__info .table-bordered>tbody>tr>td,.details__info table {
    border: medium
}

.details__info .root {
    width: calc(100% - 10px)
}

.details__info .root .value img {
    max-width: 80px;
    max-height: 80px;
    margin: 5px
}

.details__info__wrapper {
    padding: 12px;
    border-radius: 5px;
    background: #fff
}

.details__info .header_property {
    font-size: 14px;
    color: #313b57;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px
}

.details__info .value {
    font-size: 14px;
    color: #313b57
}

.details__info .header_folder_property {
    font-size: 16px;
    color: #3b4256;
    font-weight: 700
}

.details_red_button {
    text-align: center
}

.relation_delimiter {
    border: 2px solid #3b4256
}

.details__info .root>tbody>tr>td,.details__info .table>tbody>tr>td {
    padding: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

/* Исправление для tbody шире table на мобильных */
.details__info table.root tbody {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.details__info .root>tbody>tr>td.property,.details__info .table>tbody>tr>td.property {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.details__info .root>tbody>tr>td.value,.details__info .table>tbody>tr>td.value {
    padding-top: 0;
    padding-bottom: 7px
}

.details__info .table {
    margin-bottom: 0
}

.details__info .container_property>td {
    padding-left: 8px!important
}

.details__name_container {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.details__awards_gallery {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.details__awards_gallery  img {
    max-height: 50px;
    margin-right: 5px;
}

.details__toolbar .details__name_container {
    display: block;
    float: right;
    width: 17%
}

.toolbar-dialog-item__container {
    padding: 0 15px;
    margin: 5px 0;
    position: relative
}

.toolbar-dialog-item__container:last-child {
    border: 0
}

.toolbar-dialog-item__container:last-child .toolbar-children {
    right: 0;
    left: unset
}

.toolbar-dialog-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar-dialog-item:active,.toolbar-dialog-item:focus,.toolbar-dialog-item:hover {
    color: #0c8eb0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.toolbar-dialog-item--disabled,
.toolbar-dialog-item--disabled:active,
.toolbar-dialog-item--disabled:focus,
.toolbar-dialog-item--disabled:hover {
    cursor: not-allowed;
    color: #b0b6c2;
    pointer-events: none
}

.toolbar-dialog-item--disabled .toolbar-dialog-item__icon {
    fill: #b0b6c2
}

.toolbar-dialog-item__container--disabled {
    cursor: not-allowed;
    opacity: .55
}

.toolbar-dialog-item:active>svg,.toolbar-dialog-item:focus>svg,.toolbar-dialog-item:hover>svg {
    fill: #0c8eb0
}

.breadcrumbs__item--active.stroke:active svg,.breadcrumbs__item--active.stroke:focus svg,.breadcrumbs__item--active.stroke:hover svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back.stroke:active svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back.stroke:focus svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back.stroke:hover svg,.full-text-search__button.stroke:active svg,.full-text-search__button.stroke:focus svg,.full-text-search__button.stroke:hover svg,.project-list__extended-filter.stroke:active svg,.project-list__extended-filter.stroke:focus svg,.project-list__extended-filter.stroke:hover svg,.project-list__menu-button.stroke:active svg,.project-list__menu-button.stroke:focus svg,.project-list__menu-button.stroke:hover svg,.toolbar-dialog-item.children-showing.stroke:active svg,.toolbar-dialog-item.children-showing.stroke:focus svg,.toolbar-dialog-item.children-showing.stroke:hover svg,.toolbar-dialog-item.stroke:active svg,.toolbar-dialog-item.stroke:focus svg,.toolbar-dialog-item.stroke:hover svg,.toolbar-result-search-button__button.stroke:active svg,.toolbar-result-search-button__button.stroke:focus svg,.toolbar-result-search-button__button.stroke:hover svg {
    stroke: #0c8eb0
}

.toolbar-dialog-item.children-showing {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #0c8eb0
}

.toolbar-dialog-item.children-showing>svg {
    fill: #0c8eb0
}

.toolbar-dialog-item__icon {
    fill: #313b57;
    margin-right: 6px
}

.details__favorites:not(.details__favorites_active) .toolbar-dialog-item__icon,.details__favorites:not(.details__favorites_active) .toolbar-item-children__icon {
    fill: none;
    stroke: #313b57;
    stroke-width: 1px
}

#pickup_custom_geometry,#pickup_geometry,.toolbar-dialog-item.hidden-menu .toolbar-dialog-item__text {
    display: none
}

.toolbar-children {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    z-index: 10;
    display: none
}

.toolbar-item-children {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: 0 0;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px
}

.toolbar-item-children:nth-child(even) {
    background: #f3f3f3
}

.toolbar-item-children:nth-child(odd) {
    background: #fff
}

.toolbar-item-children:hover {
    background: #f6fcfe
}

.toolbar-item-children .toolbar-item-children__icon {
    fill: #313b57;
    margin-right: 10px
}

.toolbar-dialog-item__text {
    font-size: 14px;
    text-decoration: underline
}

.details__favorites button {
    background: 0 0;
    border-color: transparent
}

.details__favorites button span {
    color: #4875bd
}

.details__name_container_button {
    position: absolute;
    text-align: right;
    width: 300px;
    right: 50px;
    bottom: 90%
}

body.make-object #pickup_custom_geometry,body.select-object #pickup_geometry {
    display: inline
}

.details__toolbar #child-favorites,body.make-object button[data-target='#first-modal'],body.select-object #modal_service_window {
    display: none
}

@media (max-width: 750px) {
    .details__toolbar {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .toolbar-children {
        width: 100px
    }

    .toolbar-dialog-item__text {
        font-size: 10px
    }

    .toolbar-dialog-item__icon {
        width: 12px;
        height: 12px
    }

    .toolbar-dialog-item__container {
        padding: 0;
        border: 0
    }

    .toolbar-dialog-item__container#toolbar-detail-hidden-menu {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 30px;
        flex-basis: 30px
    }

    .toolbar-item-children {
        font-size: 10px
    }

    .toolbar-dialog-item__container#toolbar-detail-hidden-menu .toolbar-dialog-item__icon,.toolbar-item-children__icon {
        width: 16px;
        height: 16px
    }

    .details__toolbar #child-favorites {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .details__info .header_property,.details__info .value {
        font-size: 12px
    }

    /* Ограничение ширины ячеек на мобильных */
    .details__info .root>tbody>tr>td,.details__info .table>tbody>tr>td {
        max-width: calc(100vw - 40px)
    }
}

.dialog-view {
    background-color: #f3f3f3;
    width: 600px;
    top: 60px;
    bottom: 0;
    position: absolute;
    z-index: 50;
    overflow: hidden
}

.dialog-view:not(.dialog-view__hidden) {
    overflow: visible
}

.dialog-view:not(.dialog-view__hidden) .nicescroll-rails {
    left: unset!important;
    right: 0!important
}

.dialog-view__container {
    padding-left: 8px;
    padding-right: 8px
}

.dialog-view__hidden {
    width: 0
}

.dialog-view__transition {
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.dialog-view__container__content {
    width: 100%;
    display: block
}

.dialog-view__container__header {
    border-radius: 5px;
    background: #fff;
    padding: 12px;
    margin-bottom: 5px
}

.dialog-view__container__help {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #828282;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 8px
}

.dialog-view__container__content-button__button {
    font-size: 14px;
    padding: 8px 16px;
    min-width: 110px
}

.dialog-view__container__content__footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100px
}

.dialog-view__container__project-list__close___hidden {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.dialog-item__line,.dialog-view__line {
    margin: 0 20px 0 10px;
    border-top: 1px solid #fff;
    opacity: .3
}

.dialog-item__line {
    margin: 0
}

.dialog-view__container__scrollwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.dialog-view__container__scrollarea {
    overflow-y: auto;
    height: calc(100dvh - 100px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow-x: hidden
}

.dialog-view__container__buttons {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 0
}

@media (max-width: 992px) {
    .dialog-view:not(.dialog-view__hidden) {
        width:50dvw
    }
}

@media (max-width: 750px) {
    .dialog-view {
        top:42px
    }

    .dialog-view:not(.dialog-view__hidden) {
        width: 80dvw
    }

    .dialog-view__container__name {
        font-size: 12px;
        margin: 0;
        line-height: 12px
    }

    .dialog-view__container__help,.dialog-view__container__layer {
        font-size: 10px
    }

    .dialog-view {
        margin-bottom: 35px;
    }
}

.dialog-mini-view {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 33dvw;
    height: 100%;
    position: absolute;
    z-index: 58;
    overflow-x: hidden;
    max-width: 100dvw;
    opacity: 1;
    top: 60px;
    background: rgba(0,0,0,.1);
    visibility: visible
}

.dialog-mini-view__container {
    width: 60%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 96dvw;
    top: 30%;
    left: 16%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.dialog-mini-view__container_inner {
    background-color: #fff;
    position: relative;
    padding: 15px;
    vertical-align: middle;
    display: block;
    width: 100%;
    border-radius: 5px
}

.dialog-mini-view__hidden {
    opacity: 0;
    visibility: hidden
}

.dialog-mini-view__container__header__close {
    color: #3b4256;
    cursor: pointer;
    padding-bottom: 0;
    position: absolute;
    right: 15px;
    top: 10px
}

.dialog-mini-view__container__header__close_icon {
    font-size: 20px;
    vertical-align: middle
}

.dialog-mini-view__container__content {
    display: block;
    width: 100%;
    margin: 10px 0;
    position: relative
}

.dialog-mini-view__container__header__name {
    font-size: 16px;
    color: #3b4256;
    font-weight: 700;
    padding-top: 3px
}

.dialog-mini-view__container__content-button__button {
    font-size: 13px;
    padding: 8px 16px;
    min-width: 110px
}

.dialog-mini-view__container__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 5px
}

.dialog-mini-view__container__footer_more {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.dialog-mini-view__container .map-link {
    padding-right: 35px
}

.dialog-mini-view__container .copy_link_button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 3px;
    top: 5px;
    fill: #08aad4;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dialog-mini-view__container .copy_link_button:hover,.dialog-mini-view__container__content .cap_refresh:hover {
    fill: #0c8eb0
}

.dialog-mini-view__container__content .text-report {
    resize: none
}

.dialog-mini-view__container__content .fieldgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dialog-mini-view__container__content .cap_refresh {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: 8px;
    fill: #08aad4
}

.dialog-mini-view__container__content label {
    font-weight: 400;
    font-size: 16px
}

@media (max-width: 992px) {
    .dialog-mini-view {
        width:50dvw
    }
}

@media (max-width: 750px) {
    .dialog-mini-view {
        width:80dvw;
        top: 42px;
        bottom: 0
    }

    .dialog-mini-view__container {
        width: 250px;
        top: 100px;
        left: 22px
    }
}

.ps_toolbar_top {
    top: 0;
    display: inline;
    padding-top: 3px
}

.ps_area {
    width: 100%;
    max-height: calc(100% - 110px);
    overflow: auto
}

.ps_toolbar_bottom {
    width: calc(100% - 110px);
    height: 32px;
    position: absolute;
    bottom: 16px;
    display: inline;
    left: 55px
}

.dialog-extended-search-container {
    display: none;
    position: absolute;
    left: 70%;
    top: 124px;
    height: calc(100% - 125px);
    background-color: rgba(0,0,0,.7);
    padding: 12px
}

.dialog-extended-search-header {
    color: #fff;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 0;
    cursor: move;
    padding-bottom: 12px
}

.dialog-extended-search {
    overflow-x: hidden;
    background-color: #fff;
    height: calc(100% - 34px);
    padding: 10px
}

.ps_toolbar_bottom button,.ps_toolbar_bottom input {
    background-color: #0038a9;
    border: medium;
    cursor: pointer;
    height: 32px;
    width: 32px
}

.ps_toolbar_bottom input {
    margin: -1px
}

.ps_toolbar_top input {
    background-color: #0038a9;
    width: 32px;
    height: 32px;
    margin: -1px
}

.ps_toolbar_bottom button {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-right: 1px;
    padding: 1px 0 0;
    position: relative
}

.ps_toolbar_bottom button.active,.ps_toolbar_bottom button.active:hover,.ps_toolbar_bottom button:hover {
    background-color: #e94b3d
}

.ps_toolbar_bottom button[disabled] {
    background-color: #ccc;
    color: #aaa
}

.ps_toolbar_bottom input:disabled,.ps_toolbar_top input:disabled {
    opacity: 1
}

.ps_table {
    border-color: #000;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 330px
}

.ps_table td,.ps_table th {
    border-color: #000;
    border-style: solid;
    border-width: 1px 0 0 1px;
    padding: 0;
    text-align: center
}

.ps_table input {
    padding: 0;
    width: 100%;
    text-align: center;
    border: 0
}

.ps_table td {
    width: 100px
}

.ps_table td:first-child {
    width: 60px
}

.param_caption {
    width: 328px;
    border: 1px solid #000;
    height: 20px;
    border-bottom: none
}

.caption_bt {
    background-image: url(/public/investmap/assets/images/extended-search/u99_normal.png);
    background-repeat: no-repeat;
    right: 15px;
    width: 16px;
    height: 20px;
    background-position-y: 2px;
    cursor: pointer;
    float: right
}

.caption_txt {
    float: left;
    cursor: pointer
}

.layers_caption_body,.layers_caption_txt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    width: 100%
}

.layers_caption_txt {
    height: 20px;
    margin-top: 5px;
    cursor: pointer
}

#searchPanel {
    margin-top: 6px;
    margin-left: 5px;
    width: 379px
}

#searchLayerNames {
    margin-top: 1px;
    padding: 1px;
    width: 200px
}

#searchLayerFields {
    width: 80px
}

#searchDataInLayer {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 2px;
    padding: 1px
}

.criteria_seach {
    border: 1px solid #000;
    margin-bottom: 3px;
    padding: 3px;
    text-align: center;
    height: 42px;
    width: 365px
}

.ps_toolbar_top p {
    margin-bottom: 2px
}

.param_caption,.ps_table {
    margin: auto
}

#showSquare {
    margin-bottom: 5px
}

.filter-icon img[src=''],.olControlMousePosition {
    display: none
}

.dd-select {
    border-radius: 0
}

.dd-options .dd-option,.dd-select .dd-selected {
    padding: 0
}

.dd-select .dd-selected .dd-pointer {
    right: 0;
    top: 20px
}

.dd-options .dd-option-image,.dd-select .dd-selected-image {
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 2px
}

.dd-select .dd-selected-text {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.dd-container {
    display: block;
    float: left;
    padding-left: 1px;
    padding-right: 1px
}

.dd-select .dd-desc {
    font-weight: 400;
    line-height: 12px;
    font-size: 10px
}

.dd-options {
    left: 0
}

.dd-options a,.dd-select a {
    text-decoration: none;
    color: #222
}

.dd-options a:focus,.dd-options a:hover,.dd-select a:focus,.dd-select a:hover {
    text-decoration: none
}

.dd-options .dd-option-text {
    font-size: 10px;
    line-height: 1;
    font-weight: 700
}

.dd-desc {
    font-size: 10px
}

.dialog-extended-search-roll-up {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 6px 12px;
    line-height: 1
}

.dialog-extended-search-roll-up:hover {
    opacity: .8
}

.dd-select .dd-pointer {
    right: 0
}

.layer-filter__form {
    overflow-y: auto;
    padding-bottom: 10px;
    margin-right: 8px
}

.layer-filter__text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px
}

.filter-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 3px
}

.filter-icon img {
    width: 24px;
    height: 24px;
    margin-left: 5px
}

.layer-filter__footer_column_all {
    margin-right: 20px
}

.layer-filter__link {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px
}

.layer-filter__link>svg {
    margin-right: 8px
}

.layer-filter__link:focus,.layer-filter__link:hover {
    color: #08aad4;
    text-decoration: none;
    cursor: pointer
}

.layer-filter__footer_link {
    display: table;
    width: 100%
}

.layer-filter__link_clear {
    margin-right: 10px;
    height: 36px;
    min-height: 36px
}

.filter-icon-collapsed::before,.filter-icon-expanded::before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 2px solid #c4c4c4;
    content: '';
    vertical-align: middle
}

.filter-icon-expanded::before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'FontAwesome',serif;
    content: '\f00c';
    color: #08aad4
}

.title .text {
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle
}

.radio input[type=radio],.radio-inline input[type=radio],.title.clickable {
    cursor: pointer
}

.invest-map-filter-string table {
    width: 100%
}

.invest-map-filter-range .cell {
    min-width: 30px;
    text-align: center
}

.invest-map-filter-range .cell:first-child {
    min-width: 20px;
    text-align: left
}

.ui-slider-handle {
    border-radius: 0
}

.invest-map-filter-list .item-pressed::before,.invest-map-filter-list .item-unpressed::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #c4c4c4;
    content: '';
    vertical-align: middle
}

.invest-map-filter-list .item-pressed::before {
    font-family: 'FontAwesome',serif;
    content: '\f00c';
    color: #08aad4;
    font-size: 10px
}

.invest-map-filter-list .item_img {
    display: inline-block
}

.invest-map-filter-list .items a {
    color: #313b57;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none
}

.invest-map-filter-list .items {
    padding-left: 30px
}

.invest-map-filter-bool {
    margin-top: -10px
}

.invest-map-filter-bool .checkbox {
    margin-top: 0;
    margin-bottom: 7px
}

.checkbox__big input[type=checkbox],.invest-map-filter-bool .checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.invest-map-filter-bool .checkbox label::before {
    border-radius: 0;
    border: 1px solid #08aad4;
    width: 20px;
    height: 20px
}

.invest-map-filter-bool .checkbox label::after {
    color: #08aad4;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: -20px;
    font-size: 13px
}

.bool_input_style_block .radio:first-child {
    padding-left: 30px
}

.layer-filter__form_item_hidden {
    display: none
}

.multiselect-container div.checkbox {
    margin: 0;
    padding: 5px 15px 5px 35px
}

.multiselect-container {
    width: 100%;
    border-radius: 0
}

.multiselect-container label {
    margin: 0;
    white-space: nowrap
}

.multiselect-item .mdi {
    font-size: 18px;
    line-height: 10px;
    vertical-align: middle
}

.multiselect,.multiselect-container .input-group .input-group-addon,.multiselect-container .input-group .multiselect-clear-filter {
    border-radius: 0
}

.multiselect-container .checkbox input[type=checkbox] {
    cursor: pointer
}

.multiselect-container .checkbox label::before {
    border-radius: 0;
    border: 1px solid #08aad4
}

.multiselect-container .checkbox label::after {
    color: #08aad4
}

.count_object_all,.count_object_filtering {
    font-weight: 700;
    color: #eb5757
}

.layer-filter__form_item {
    cursor: pointer;
    font-size: 16px
}

.layer-filter__form_item .filter-range-input {
    width: 237px;
    height: 49px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #efefef
}

.layer-filter__form_item .filter-caption {
    margin: 0;
    font-weight: 400;
    padding: 15px;
    height: 49px;
    border-right: 1px solid #efefef;
    width: 60px;
    text-transform: capitalize
}

.layer-filter__form_item .filter-value {
    margin: 0
}

.layer-filter__form_item .filter-range-slider-value {
    margin: 0;
    font-weight: 400;
    height: 49px;
    background-color: #f7f9fb;
    padding: 15px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    outline: 0
}

.layer-filter__form_item .filter-range-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.layer-filter__form_item .filter-range-table {
    width: 100%
}

.invest-map-filter {
    margin-bottom: 5px;
    color: #313b57
}

.filter-range-slider {
    background: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #efefef!important;
    margin: 20px auto 0;
    width: 90%
}

.filter-range-slider .ui-slider-range,.modal-dialog button.btn-primary {
    background: #08aad4
}

.filter-range-slider .ui-slider-handle {
    border-radius: 50%;
    border: 4px solid #eb5757;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.filter-range-slider .ui-slider-handle.ui-state-active {
    background: #eb5757;
    cursor: pointer
}

.layer-filter__form__wrapper,.layer-filter__wrapper {
    border-radius: 5px;
    background: #fff;
    padding: 12px
}

.layer-filter__form_item_data {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 12px
}

.layer-filter__form_item_data:hover {
    background-color: #f6fcfe
}

.layer-filter__form_item .inner {
    margin-top: 10px
}

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

.layer-filter__column,.layer-filter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layer-filter-extended {
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    margin-top: 12px
}

.filter-string-input {
    width: 100%
}

.layer-filter-extended__help {
    font-size: 14px
}

.layer-filter__link_add {
    height: 36px
}

@media (max-width: 750px) {
    .layer-filter__column {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .layer-filter__link_add {
        margin-bottom: 10px
    }

    .title .text {
        font-size: 12px
    }

    .filter-icon-collapsed::before,.filter-icon-expanded::before {
        width: 16px;
        height: 16px;
        font-size: 10px
    }

    .layer-filter__form_item .filter-range-input {
        width: auto;
        margin-right: 10px
    }

    .layer-filter__form_item .filter-caption,.layer-filter__form_item .filter-value {
        font-size: 12px
    }

    .filter-range-row {
        margin-right: -10px
    }
}

.checkbox__big {
    margin-left: 0;
    margin-right: 2px;
    margin-top: 0;
    padding-top: 5px
}

.checkbox,.checkbox__big {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkbox__big input[type=checkbox]:focus,a:focus {
    outline: 0
}

.checkbox__big label::before {
    border-radius: 0;
    border: 2px solid #c4c4c4;
    width: 20px;
    height: 20px
}

.checkbox__big label::after {
    color: #08aad4;
    width: 20px;
    height: 20px;
    margin-left: -21px;
    font-size: 15px
}

.checkbox__big label {
    font-size: 15px;
    vertical-align: middle;
    padding-left: 9px
}

@media (max-width: 750px) {
    .checkbox__big label::after,.checkbox__big label::before {
        width:16px;
        height: 16px;
        font-size: 10px
    }

    .checkbox__big label {
        font-size: 12px
    }
}

.full-text-search {
    position: relative;
    min-height: 50px;
    margin-top: 12px;
    z-index: 50
}

.invest-map-container-map>.full-text-search-container {
    padding-left: 8px;
    width: 33dvw;
    padding-right: 8px
}

.full-text-search_input {
    width: 100%;
    height: 100%;
    padding: 10px 50px 10px 10px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-radius: 5px;
    border: 0;
    min-height: 50px;
    font-size: 14px
}

.full-text-search_input::-webkit-input-placeholder {
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis
}

.full-text-search_input::-moz-placeholder {
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis
}

.full-text-search_input::-ms-input-placeholder {
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis
}

.full-text-search_input::placeholder {
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis
}

.full-text-search_input:placeholder-shown {
    text-overflow: ellipsis
}

.full-text-search__button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 30%;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 50
}

.full-text-search__button:active,.full-text-search__button:focus,.full-text-search__button:hover {
    color: #0c8eb0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumbs__item--active:active>svg,.breadcrumbs__item--active:focus>svg,.breadcrumbs__item--active:hover>svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:active>svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:focus>svg,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:hover>svg,.full-text-search__button:active>svg,.full-text-search__button:focus>svg,.full-text-search__button:hover>svg,.project-list__extended-filter:active>svg,.project-list__extended-filter:focus>svg,.project-list__extended-filter:hover>svg,.project-list__menu-button:active>svg,.project-list__menu-button:focus>svg,.project-list__menu-button:hover>svg,.toolbar-result-search-button__button:active>svg,.toolbar-result-search-button__button:focus>svg,.toolbar-result-search-button__button:hover>svg {
    fill: #0c8eb0
}

.full-text-search__button svg {
    fill: #08aad4
}

.full-text-search__clear {
    position: absolute;
    right: 40px;
    top: 26%;
    cursor: pointer
}

.full-text-search__searched {
    display: none
}

.full-text-search.has-term .full-text-search_input {
    background: #fdf5f5;
    padding-left: 100px
}

.full-text-search.has-term .full-text-search__searched {
    position: absolute;
    top: 31%;
    left: 15px;
    display: block;
    font-size: 14px
}

@media (max-width: 992px) {
    .invest-map-container-map .full-text-search-container {
        margin-top:8px;
        padding: 0 6px;
        width: 50dvw
    }
}

@media (max-width: 750px) {
    .invest-map-container-map .full-text-search-container {
        width:80dvw
    }

    .invest-map-container-map .full-text-search {
        margin: 0;
        max-width: unset;
        width: 100%;
        height: 36px;
        min-height: unset
    }

    .full-text-search {
        margin-top: 8px
    }

    .full-text-search_input {
        height: 36px;
        min-height: unset;
        font-size: 10px
    }

    .full-text-search_input::-webkit-input-placeholder {
        font-size: 10px
    }

    .full-text-search_input::-moz-placeholder {
        font-size: 10px
    }

    .full-text-search_input::-ms-input-placeholder {
        font-size: 10px
    }

    .full-text-search_input::placeholder {
        font-size: 10px
    }

    .full-text-search__button {
        top: 12%
    }

    .full-text-search__button__icon {
        width: 24px;
        height: 24px
    }

    .full-text-search__clear {
        top: 11%
    }
}

.setting_layers_button {
    position: absolute;
    z-index: 49;
    top: 87px;
    right: 10px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.mdi-select-marker {
    line-height: 1;
    font-size: 14px
}

.setting_layers_button__container_button .button {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 42px;
    right: 0;
    z-index: -1;
    margin-right: 5px
}

.setting_layers_button .button .button__icon::before,.setting_layers_button__container_button .button {
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.setting_layers_button_active>.button .button__icon::before {
    content: '\F5AD';
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.setting_layers_button_active .setting_layers_button__container_button .button {
    opacity: 1;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.setting_layers_button_active .setting_layers_button__container_button .button#toolbar-settings-map {
    right: 42px
}

.setting_layers_button_active .setting_layers_button__container_button .button#toolbar-paint-layer {
    right: 90px
}

#dialog_layer_management_import .modal-dialog,.dialog_layer_management .modal-dialog,.dialog_paint_panel_binding_raster .modal-dialog {
    width: 100%
}

#dialog_paint_panel_binding_raster .modal-title {
    cursor: move
}

.container_layer_management {
    min-height: 200px
}

.form-group label,.print-dialog__form label {
    font-weight: 400
}

.stared::after {
    color: red;
    content: '*';
    font-size: 16px
}

.error {
    color: red
}

input.error,select.error,textarea.error {
    border-color: red
}

.form-control.error:focus {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6)
}

#jstree-marker,.vakata-context {
    z-index: 10000
}

.current-layers-map {
    min-height: 200px
}

.checkbox input[type=checkbox][checked=checked]+label::after,.checkbox input[type=radio][checked=checked]+label::after {
    font-family: 'FontAwesome',serif;
    content: '\f00c'
}

.color-box {
    width: 17px;
    height: 17px;
    border-radius: 0;
    border: 1px solid #005c83;
    background-color: #c0c;
    cursor: pointer;
    display: inline-block
}

.button-panel-tree {
    padding-top: 10px;
    padding-bottom: 10px
}

.button-panel-tree.button-current-layers {
    padding-top: 0
}

.dropdown .dropdown-menu a,input[type=checkbox],input[type=radio] {
    cursor: pointer
}

.current-layers-map .checkbox,.current-layers-map .radio,.public-layers-map .checkbox,.public-layers-map .radio {
    margin-top: 0;
    margin-bottom: 0
}

#table-current-set thead tr,#table-public-set thead tr {
    cursor: default!important
}

#table-current-set,#table-public-set {
    overflow-y: scroll
}

#table-current-set tbody,#table-public-set tbody {
    overflow-y: auto;
    display: block;
    height: 200px;
    overflow-x: visible
}

#table-current-set thead,#table-public-set thead {
    display: table-row
}

#table-current-set td,#table-current-set th,#table-public-set td,#table-public-set th {
    min-width: 42px
}

#table-current-set td:first-child,#table-current-set th:first-child {
    min-width: 68%
}

#table-public-set td:first-child,#table-public-set th:first-child {
    min-width: 70%
}

#table-current-set .btn,#table-public-set .btn {
    padding: 0 5px;
    line-height: 14px;
    height: 20px;
    vertical-align: top;
    margin-top: 3px
}

.container-all-tree,.container-my-tree,.container-popular-tree,.container-public-tree,.jstree-grid-wrapper.container-my-map-tree,.jstree-grid-wrapper.container-popular-map-tree,.jstree-grid-wrapper.container-public-map-tree {
    max-height: 200px;
    overflow-y: auto;
    min-height: 200px
}

.container_layer_management .panel-body {
    padding-top: 0
}

.container_layer_management .panel-heading {
    margin-bottom: 0
}

.jstree-grid-wrapper .checkbox,.jstree-grid-wrapper .radio {
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: -2px
}

.jstree-grid-wrapper .jstree-default>.jstree-striped {
    background: 0 0
}

.jstree-grid-wrapper .jstree-anchor {
    text-overflow: ellipsis;
    max-width: calc(100% - 15px);
    overflow: hidden
}

.jstree-grid-wrapper .jstree-grid-cell {
    text-overflow: ellipsis;
    max-width: 304px
}

.jstree-grid-wrapper .jstree-container-ul {
    max-width: 100%
}

.panel {
    border-radius: 0
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: auto
}

.jstree-default .jstree-search {
    color: #8b0000
}

.modal {
    z-index: 9999;
    overflow: auto
}

#admin-map-menu .navbar-nav li {
    background-color: rgba(0,56,169,.8)
}

#admin-map-menu .navbar-nav li:hover {
    background-color: #0077b0;
    color: #fff
}

#admin-map-menu li a {
    padding: .8em 1.3em 0 1em
}

#admin-map-menu.menu-container .navbar-nav>li>a::before {
    content: ''
}

.jstree-default .jstree-icon {
    font-size: 16px
}

#userfile-error {
    display: block
}

.table .table-view-fields .liv {
    width: 100%;
    max-width: 100%
}

.layer-main-header,table .liv tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layer-main-header-title,table .liv td {
    -webkit-box-flex: 1;
    -ms-flex: 1 70%;
    flex: 1 70%
}

.layer-main-header .checkbox,table .liv td.checkbox-td {
    -webkit-box-flex: 1;
    -ms-flex: 1 15%;
    flex: 1 15%
}

.toolbar-result-search-button {
    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-top: 12px
}

.toolbar-result-search-button__info {
    font-size: 14px;
    color: #eb5757
}

.toolbar-result-search-button__quantity {
    margin-left: 5px
}

.toolbar-result-search-button__button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #313b57;
    border: 0;
    text-decoration: underline;
    background: 0 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:active,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:focus,.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back:hover,.toolbar-result-search-button__button:active,.toolbar-result-search-button__button:focus,.toolbar-result-search-button__button:hover {
    color: #0c8eb0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.toolbar-result-search-button__button__icon {
    margin-right: 10px
}

.layer-toolbar-tree__node__link_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.dialog-view__transition .layer-toolbar-tree__node__link_text,.dialog-view__transition .layer-toolbar-tree__node__link_text span {
    white-space: nowrap
}

@media (max-width: 750px) {
    .dialog_layer_management .modal-dialog {
        margin:0
    }

    .toolbar-result-search-button__button {
        font-size: 10px
    }

    .toolbar-result-search-button__button__icon {
        width: 10px;
        height: 10px
    }

    .toolbar-result-search-button {
        margin-top: 8px
    }

    .toolbar-result-search-button__info {
        font-size: 10px;
        color: #eb5757
    }

    .toolbar-result-search-button__quantity {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 28px;
        vertical-align: middle
    }
}

.dialog-view__container__project-list .dialog-view__container__full-text-go-back,.dialog-view__container__project-list .full-text-search,.dialog-view__container__project-list .project-list__fulltext-title {
    display: none
}

.dialog-view__container__project-list .project-list__filter {
    display: block
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .full-text-search {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #313b57;
    fill: #313b57;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 150px
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back__layers-icon {
    margin-right: 10px
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__fulltext-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #313b57;
    color: #313b57;
    margin-bottom: 10px
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__fulltext-title__search-icon {
    margin-right: 10px
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__menu-button,.dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__title {
    display: none
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__extended-filter {
    visibility: hidden
}

.dialog-view__project-list[data-dialog-origin=full-text-search] .full-text-search__clear {
    display: block
}

.dialog-view__project-list[data-dialog-origin=favorites] .project-list__marker {
    display: none
}

.dialog-view__project-list[data-dialog-origin=favorites] .project-list__extended-filter {
    opacity: 0;
    visibility: hidden
}

.dialog-view__project-list[data-dialog-origin=search-on-click] .hide_not_found_checkbox {
    display: block;
    margin-top: 7px
}

.dialog-view__project-list[data-dialog-origin=search-on-click] .project-list__marker,.dialog-view__project-list[data-dialog-origin=show-cluster-elements] .project-list__marker,.hide_not_found_checkbox {
    display: none
}

.dialog-view__project-list[data-dialog-origin=show-cluster-elements] .project-list__extended-filter {
    opacity: 0;
    visibility: hidden
}

.project-list__form {
    background: #f3f3f3;
    border-radius: 5px
}

.nicescroll {
    width: 8px
}

.nicescroll-cursors {
    border: 0!important;
    background-color: #c4c4c4!important;
    border-radius: 6px;
    cursor: pointer
}

.project-list__form__project {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: table;
    width: 100%;
    cursor: pointer;
    border: 1px dotted transparent;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 8px
}

.project-list__form__project:hover {
    background: #f6fcfe
}

.project-list__form__project:hover .project-list__form__project-title {
    color: #0c8eb0
}

.project-list__form__project-image {
    width: 270px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%
}

.project-list__form__project-data-no-image {
    width: 100%;
    margin-left: 0
}

.project-list__form__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

.project-list__form__project-title {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 16px;
    color: #313b57;
    margin-top: 0;
    font-weight: 600;
}

.project-list__form__preview-image {
    display: flex;
    align-items: center;
}

.project-list__form__preview-image img {
    max-width: 125px;
    margin-left: 10px;
}

.project-list__form__project-marker img {
    width: 45px;
    height: 95px;
    margin-bottom: -50px;
    margin-top: -4px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}

.project-list__form__project-fields div {
    font-size: 14px;
    color: #313b57;
    padding-bottom: 7px
}

.project-list__form__project-fields div b {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 3px;
    display: block
}

.project-list__form__project-image[src=''] {
    display: none
}

.project-list__search_all-container {
    padding-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.project-list__search_all {
    text-transform: lowercase;
    margin-right: 8px
}

.project-list__search_all_found {
    margin-left: 5px
}

.project-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	align-items: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 12px;
    padding-bottom: 10px
}

.project-list__name {
    width: 90%;
    margin-top: 5px;
    margin-left: 10px;
}

.project-list__marker {
    width: 45px;
    height: 45px;
    margin-top: -4px;
    -o-object-fit: contain;
    object-fit: contain
}

.project-list__extended-filter {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.project-list__extended-filter:active,.project-list__extended-filter:focus,.project-list__extended-filter:hover,.project-list__menu-button:active,.project-list__menu-button:focus,.project-list__menu-button:hover {
    color: #0c8eb0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.project-list__extended-filter-icon {
    fill: #313b57;
    margin-right: 8px
}

.project-list__menu-button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 80px;
    right: 12px;
    fill: #313b57;
    outline: 0
}

.project-list__menu-button.menu-showing {
    fill: #08aad4
}

.project-list__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    right: 27px;
    background: #fff;
    width: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    z-index: 10;
    display: none
}

.project-list__menu-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.project-list__menu-item:nth-child(even) {
    background: #f3f3f3
}

.project-list__menu-item:nth-child(odd) {
    background: #fff
}

.project-list__menu-item:hover {
    background: #f6fcfe
}

.project-list__menu-item a {
    background: 0 0;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #313b57
}

.project-list__menu-item-icon {
    fill: #08aad4;
    stroke: #08aad4;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.project-list-more-button,.project-list__menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-list-more-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    font-size: 13px;
    height: 40px;
    margin-left: 5px;
    opacity: 1
}

.project-list__nothing-found {
    padding: 8px;
    border-radius: 5px;
    background: #fff
}

.project-list__setup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project-list__filter-count {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    float: right;
    color: #828282;
    margin-top: 10px
}

@media (max-width: 750px) {
    .project-list__name {
        font-size:12px
    }

    .project-list__form__preview-image img {
        max-width: 75px;
    }

    .project-list__menu-button {
        top: 10px;
        right: 5px
    }

    .project-list__menu-button__icon {
        width: 18px
    }

    .project-list__extended-filter,.project-list__menu-item button {
        font-size: 10px
    }

    .project-list__extended-filter-icon {
        width: 12px;
        height: 12px
    }

    .project-list__form__project-fields div,.project-list__form__project-fields div b,.project-list__form__project-title {
        font-size: 12px
    }

    .project-list__menu-item-icon {
        width: 16px;
        height: 16px
    }

    .project-list__menu {
        top: 32px;
        right: 20px
    }

    .project-list__form__project {
        padding: 8px
    }

    .dialog-view__project-list[data-dialog-origin=full-text-search] .full-text-search__searched {
        top: 23%;
        font-size: 10px
    }

    .dialog-view__project-list[data-dialog-origin=full-text-search] .full-text-search_input {
        padding-left: 74px
    }

    .dialog-view__project-list[data-dialog-origin=full-text-search] .project-list__search_all {
        font-size: 11px
    }

    .dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back {
        margin-top: 0;
        margin-bottom: 6px
    }

    .dialog-view__project-list[data-dialog-origin=full-text-search] .dialog-view__container__full-text-go-back__layers-icon {
        width: 9px;
        height: 12px
    }

    .project-list__form__project-marker img,.project-list__marker {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }

    .project-list__form__project-data {
        width: 100%
    }
}

.invest-map-container-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    bottom: 36px;
    z-index: 55;
    width: 100dvw;
    height: 0;
    background: 0 0
}

.footer_left_block {
    padding: 0 6px;
    width: 33dvw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer_left_block .map_scale_container {
    position: relative;
    margin-right: 6px
}

.footer_left_block .map_scale_container select {
    border: 0;
    cursor: pointer
}

.footer_left_block .map_coords_container .map_coords_title,.footer_left_block .map_scale_container .map_scale_title {
    font-size: 10px;
    line-height: 12px;
    color: #828282;
    position: absolute;
    left: 10px;
    top: 2px
}

.footer_left_block,.footer_left_block .map_coords_container,.footer_left_block .map_coords_container .ol-mouse-position span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_left_block .map_coords_container,.footer_left_block .map_scale_container select {
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.footer_left_block .map_coords_container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    max-width: 100%;
    min-width: 280px
}

.footer_left_block .map_coords_container .ol-mouse-position {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_left_block .map_coords_container .ol-mouse-position span {
    width: 110px;
    margin: 0 10px
}

.footer_right_block {
    padding: 0 13px;
    background: rgba(249,249,249,.7);
    width: 280px
}

.footer_right_block .footer_copyright {
    font-size: 12px;
    text-align: right
}

.footer_right_block .footer_attribution .ol-attribution {
    padding: 0;
    font-size: 10px;
    background-color: transparent;
    margin: 2px 0 0;
    position: static;
    max-width: unset
}

.footer_right_block .footer_attribution .ol-attribution li {
    color: #313b57
}

.footer_right_block .footer_attribution .ol-attribution ul {
    margin: 0;
    padding: 0
}

@media (max-width: 992px) {
    .invest-map-container-footer .footer_left_block {
        width:50dvw
    }
}

@media (max-width: 750px) {
    .invest-map-container-footer {
        height:25px;
        background: #fff;
        bottom: 0
    }

    .invest-map-container-footer .map_coords_container,.invest-map-container-footer .map_scale_container {
        display: none
    }

    .invest-map-container-footer .footer_left_block {
        padding: 0;
        width: 80dvw
    }

    .invest-map-container-footer .footer_right_block {
        width: 100%;
        padding: 0
    }

    .invest-map-container-footer .footer_right_block .footer_text_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 25px;
        padding: 0 8px;
        width: 100%
    }

    .invest-map-container-footer .footer_right_block .footer_copyright {
        margin: 0;
        font-size: 10px;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: 25px;
        line-height: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .invest-map-container-footer .footer_right_block .footer_attribution {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 25px
    }

    .invest-map-container-footer .footer_right_block .footer_attribution .ol-attribution {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        line-height: 10px
    }

    .invest-map-container-footer .footer_right_block .footer_attribution .ol-attribution ul {
        width: 100%;
        font-size: 10px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.change-layer-user-data:not(.change-layer-user-data__open) .button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    display: none
}

.invest-map-container-map:not(.toolbar-left_open) .change-layer-user-data .tooltip-custom__container {
    display: none
}

.change-layer-user-data__button {
    font-size: 14px;
    opacity: 1;
    height: 36px;
    min-height: unset;
    padding: 17px;
    margin-right: 10px
}

.search-bar {
    height: 40px;
    width: 100%;
    position: relative
}

.search-bar .filter-input,.search-bar .filter-input__icon {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.search-bar .filter-input {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px 35px 10px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #313b57;
    border: 0;
}

.search-bar .filter-input__icon {
    position: absolute;
    right: 10px;
    top: 30%;
    fill: #08aad4;
    cursor: pointer;
    transition: fill 0.2s ease;
}

.search-bar .filter-input__icon:hover {
    fill: #0691b5;
}

.search-bar .filter-input__clear {
    display: none
}

.search-bar.changed .filter-input__icon {
    display: none;
}

.search-bar.changed .filter-input__clear {
    display: block;
    width: 25px;
    height: 25px;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 20%;
    background: url(assets/images/close.svg) center center no-repeat;
    background-size: contain;
    border: 0
}

.search-bar.changed .filter-input__found {
    color: #08aad4
}

.search-no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    color: #666;
}

.search-no-results__icon {
    margin-bottom: 20px;
    color: #ccc;
}

.search-no-results__icon svg {
    width: 45px;
    height: 45px;
}

.search-no-results__text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.search-no-results__hint {
    font-size: 14px;
    color: #999;
    margin: 0;
}

@media (max-width: 750px) {
    .filter-input__found {
        display:none
    }

    .search-bar .filter-input {
        font-size: 10px;
        height: 32px
    }

    .search-bar .filter-input__icon {
        top: 21%
    }

    .search-no-results__text {
        font-size: 12px;
    }

    .search-no-results__hint {
        font-size: 10px;
    }

    .search-no-results__icon svg {
        width: 30px;
        height: 30px
    }

    .search-no-results {
        padding: 40px 10px;
    }
}

.tooltip-custom {
    position: relative
}

.tooltip-custom .tooltip-custom__container {
    position: absolute;
    width: 233px;
    background-color: #08aad4;
    color: #fff;
    text-align: left;
    padding: 5px 24px 5px 5px;
    z-index: 60;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    font-size: 12px;
    line-height: 14px;
    opacity: 1
}

.tooltip-custom-right {
    top: -15px;
    left: 115%
}

.tooltip-custom-right::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #08aad4
}

.tooltip-custom-bottom {
    top: -55%;
    left: 0;
    margin-left: 0
}

.tooltip-custom-bottom::after {
    bottom: 100%;
    left: 0;
    margin-left: 15px;
    border-bottom-color: #08aad4;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 24px
}

.tooltip-custom-top {
    bottom: 115%;
    left: 0;
    margin-left: 0
}

.tooltip-custom-bottom::after,.tooltip-custom-left::after,.tooltip-custom-top::after {
    content: '';
    position: absolute;
    border: 5px solid transparent
}

.tooltip-custom-top::after {
    top: 100%;
    left: 0;
    margin-left: 15px;
    border-top-color: #08aad4
}

.tooltip-custom-left {
    top: 0;
    bottom: auto;
    right: 115%
}

.tooltip-custom-left::after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-left-color: #08aad4
}

.tooltip-custom__close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.tooltip-custom__text {
    white-space: normal;
    text-align: left
}

.crop-select-js-hidden,.crop-select-js.crop-select-js-only-move .crop-wrapper .crop-selection .handle,.invest-map-container-header .main-page a svg {
    display: none
}

.crop-select-js {
    width: 100dvw;
    height: 100dvh;
    left: 0;
    top: 60px;
    bottom: 36px;
    z-index: 45;
    position: absolute
}

.crop-select-js .crop-wrapper .shadow {
    position: absolute;
    z-index: 50;
    background-color: rgba(0,0,0,.3)
}

.crop-select-js .crop-wrapper {
    width: 100dvw;
    height: 100dvh;
    background-color: transparent
}

.crop-select-js .crop-wrapper .crop-selection .border,.crop-select-js .crop-wrapper .crop-selection .handle {
    position: absolute;
    z-index: 100
}

.crop-select-js.crop-select-js-map {
    z-index: -1
}

.invest-map-toolbar.print-map-z-index,.setting_layers_button.print-map-z-index {
    z-index: 1
}

.legend {
    padding-top: 12px
}

.legend-list__name,.legend__form {
    background: #fff;
    border-radius: 5px;
    padding: 12px
}

.legend-list__name {
    margin-bottom: 5px
}

.legend__form {
    font-size: 14px
}

.legend__reestr_container {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.legend__reestr_name {
    font-size: 16px
}

.legend__block_image {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 45px;
    height: 90px;
    margin-bottom: -40px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain
}

.legend__reestr_cluster,.legend__reestr_cluster_help {
    padding-left: 20px
}

.legend__reestr_cluster {
    margin-bottom: 5px
}

.legend__reestr_cluster_help {
    font-size: 12px;
    color: #828282
}

@media (max-width: 750px) {
    .legend__reestr_cluster_text,.legend__reestr_name {
        font-size:12px
    }
}

.print-dialog {
    padding-bottom: 36px;
    padding-top: 12px
}

.print-dialog__form,.print-dialog__name {
    background: #fff;
    border-radius: 5px;
    padding: 12px
}

.print-dialog__form {
    font-size: 14px
}

.print-dialog__footer_row,.print__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.print__buttons {
    margin-bottom: 10px
}

.print-dialog__footer_row {
    margin-top: 15px
}

.modal-footer button,.print-dialog-button__button {
    margin-right: 10px
}

.print_comment {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-color: #08aad4;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08),0 0 8px rgba(102,175,233,.6)!important;
    resize: none;
    width: 100%;
    height: 100px
}

.print_comment:disabled {
    background-color: #f3f3f3;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

#dialog_layer_management_export {
    font-size: 14px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -10px;
    overflow: hidden
}

.modal-dialog button.btn-primary:active,.modal-dialog button.btn-primary:focus,.modal-dialog button.btn-primary:hover {
    background: #0c8eb0
}

.breadcrumbs,.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs {
    margin: 10px 0 15px 0;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    margin-top: 8px
}

.breadcrumbs__item--active {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
    cursor: pointer
}

.breadcrumbs__item--active:active,.breadcrumbs__item--active:focus,.breadcrumbs__item--active:hover {
    color: #0c8eb0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.breadcrumbs__item-icon {
    margin-right: 8px;
    fill: #313b57
}

.breadcrumbs__item-text {
    margin-right: 8px
}

.breadcrumbs__arrow {
    fill: #313b57;
    color: #313b57;
    margin-right: 8px;
    margin-top: 8px
}

@media (max-width: 750px) {
    .breadcrumbs {
        font-size:12px;
        margin-top: 0
    }

    .breadcrumbs__item-icon {
        width: 9px;
        height: 12px
    }
}

.invest-map-container-header .main-page a {
    background-image: url(assets/images/logo_round.svg)
}

/*# sourceMappingURL=style.min.css.map */
.show {
    display: block!important;
}
button:hover {
    cursor: pointer;
}

/* New Styles */
.slick-prev, .slick-next {
	transition: all .2s linear;
}

.slick-next::before {
	display: block;
	position: relative;
	font-size: 12px;
	width: 15px;
	left: 1px;
	height: 15px;
	color: #000000;
	content: url(/wp-content/uploads/arrow-right_black.svg);
}

.slick-prev::before {
	display: block;
	position: relative;
	font-size: 12px;
	width: 15px;
	right: 1px;
	height: 15px;
	color: #000000;
	content: url(/wp-content/uploads/arrow-left_black.svg);
}

.slick-arrow:hover {
	background: #313b57;
}

.slick-prev:hover::before {
	content: url(/wp-content/uploads/arrow-left_white.svg);
}

.slick-next:hover::before {
	content: url(/wp-content/uploads/arrow-right_white.svg);
}

.del-tula_link {
	padding: 0 10px;
	transition: all .2s ease-in-out;
	background-color: #313b57;
  border: 3px solid #252e46;
  border-left: 0;
  cursor: pointer;
	height: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
}

.del-tula_link.company-placement-link {
    border-right: 1px;
    border-left: 3px solid #252e46;
}

.toolbar-dialog-item__container {
	padding: 0;
}

.tulskoe_kachestvo_inner {
	text-align: justify;
}

.tulskoe_kachestvo_inner.image_inner {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
}

.tulskoe_kachestvo_inner span {
	margin-left: 20px;
}

.del-tula_link:hover {
	background-color: #252e46;
}

.del-tula_link a {
	font-size: 14px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.del-tula_link a img {
	height: 30px;
	margin-right: 10px;
}

.invest-map-container-header .menu-wrapper {
	border-left: 3px solid #252e46;
}

/* Form */
#custom-request-form, #custom-company-form {
	text-align: center;
}

.form_2_rows {
	display: flex;
}

.form_2_rows input {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #313b57;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Montserrat';
}

.first-form_field {
	margin-right: 15px;
}

#custom-request-form textarea {
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #313b57;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Montserrat';
}

#custom-request-form button, #custom-company-form button, #details-popup button:not(#close-popup), .details_contant-popup {
	font-size: 12px;
	font-family: 'Montserrat';
	border-radius: 5px;
	background: #313b57;
	color: #FFFFFF;
	padding: 10px 20px;
	border: none;
	transition: all .2s linear;
	text-decoration: none;
}

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

.details_contant-popup svg {
	margin-right: 10px;
}

#custom-request-form button:hover, #custom-company-form button:hover, #details-popup button:not(#close-popup):hover {
	background: #252e46;
}

#form-result, #company-form-result {
	margin-top: 15px;
  text-align: center;
}

.privacy-agreement {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Montserrat';
}

.privacy-agreement a {
	color: #000000 !important;
}

@media (max-width: 478px) {
	.privacy-agreement, #custom-request-form button, #custom-company-form button, #custom-request-form textarea, .form_2_rows input, .request-form_popup input, .request-form_popup textarea, .request-form_popup button  {
		font-size: 12px !important;
		font-family: 'Montserrat', sans-serif !important;
	}
    #custom-request-form input:not(.privacy-agreement input[type="checkbox"]), #custom-request-form textarea {
        margin-bottom: 0;
    }

    .privacy-agreement {
        margin-bottom: 0;
    }
	
	.del-tula_link, .invest-map-container-header .menu-wrapper {
		border: 0;
	}
	
	.del-tula_link a {
		font-size: 12px;
		line-height: 12px;
	}
	
	.del-tula_link a img {
		height: 25px;
		margin-right: 5px;
	}
	
	.details_contant-popup {
		font-size: 10px;
	}
	.slick-next {
		right: 10px !important;
	}
	
	.slick-prev {
		left: 10px !important;
	}
	
	#details-popup .popup-content {
		margin: 0 10px;
	}
}

/* Popup */
.callback-popup_container {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #313b57;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.callback-info_popup p, .request-form_popup p, #details-popup p  {
	text-align: center;
	font-size: 16px;
}

#details-popup {
	text-align: center;
}

#details-form-result {
	margin-top: 20px;
}

.callback-info_popup,.request-form_popup {
  position: absolute;
  bottom: 90px;
  right: 20px;
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(100%); 
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: none;
}

.request-form_popup {
	width: 500px;
}

.callback-popup_buttons {
  margin-top: 10px;
}

.callback-popup_buttons svg {
	margin-right: 5px;
}

.callback-popup_buttons a {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #313b57;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all .2s linear;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border: 1px solid #313b57;
}

.project-list__details-btn {
  margin-bottom: 5px;
  padding: 5px 25px 5px 25px;
  border-radius: 10px 10px 10px 10px;
  background-color: #313b57;
  color: white;
  cursor: pointer;
  transition: all .2s linear;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #313b57;
  text-align: center;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
}

.project-list__details-btn svg {
    width: 8px;
    fill: #FFFFFF;
    margin-left: 10px;
}

.callback-popup_buttons a:hover, .project-list__details-btn:hover {
  background-color: #08aad4;
  border-color: #08aad4;
}

.callback-info_popup.show, .request-form_popup.show {
  display: block;
  opacity: 1;
  transform: translateX(0); 
}

@media (max-width: 478px) {
	.callback-popup_container  {
		bottom: 50px;
	}
	.callback-info_popup p, .request-form_popup p {
		font-size: 12px;
	}
	
	.callback-info_popup,.request-form_popup {
		width: calc(100% - 20px);
		right: 0;
		bottom: 120px;
		z-index: 1000;
		margin: 0 10px;
	}
	
	.callback-popup_buttons {
		text-align: center;
	}
	
	.invest-map-container-header .custom-logo-link img {
		height: 30px;
	}
	
	#details-popup .popup-content p {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
    .project-list__details-btn {
        width: 150px;
        font-size: 12px;
        padding: 5px;
    }
}

/* Icons */
.header_property .property div {
	position: relative;
	padding-left: 30px;
}

.header_property .property div::before {
	font-family: 'Material Icons';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	font-size: 22px;
	left: 0;
	top: -3px;
	color: #313b57;
}

.header_property.address .property div::before {
	content: "\e55f";
}

.header_property.qr-code .property div::before {
	content: "\e00a";
}

.header_property.tula_quality .property div::before {
	content: "\f049";
}

.header_property.company_video .property div::before {
	content: "\f06a";
}

.header_property.contact_person .property div::before {
	content: "\e7fd";
}

.header_property.description .property div::before {
	content: "\eb3f";
}

.header_property.company_name .property div::before {
	content: "\e8d1";
}

.header_property.номер_телефона .property div::before {
	content: "\e0cd";
}


.header_property.электронная_почта .property div::before {
	content: "\e0be";
}

.header_property.org_website .property div::before {
	content: "\e894";
}

.header_property.director .property div::before {
	content: "\e853";
}

.details__info .value p {
	margin: 0;
}

/* vacancy popup */
#details-popup {
  display: none; /* <-- по умолчанию скрыт */
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100vh;
}

#details-popup.active {
  display: flex; /* <-- включаем display при активации */
}

#details-popup.show-popup {
  opacity: 1;
  pointer-events: auto;
}

.popup-content {
  background: white;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  transition: transform 0.4s ease;
}

#details-popup.show-popup .popup-content {
  transform: scale(1);
}

.close-btn {
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	font-size: 30px;
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
}

.details_contant-popup {
	background: red !important;
	font-weight: 600;
}

.tulskoe_kachestvo_inner.video_container {
	margin-top: 10px;
}

/* Skeleton Loader для детальной панели */
.dialog-view__skeleton {
    pointer-events: none;
}

.skeleton-loader {
    padding: 20px;
    animation: skeleton-fade 1s ease-in-out infinite alternate;
}

@keyframes skeleton-fade {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.skeleton-header {
    height: 40px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 20px;
}

.skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 12px;
}

.skeleton-line.short {
    width: 60%;
}

.skeleton-block {
    height: 120px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 20px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}