.leaflet-draw, .leaflet-control-styleeditor {
    display: none;
}

body{
     font-family: 'PT Sans', sans-serif;
    /*font-family: sans-serif;*/
    overflow: hidden;
}
html {
    overflow: hidden;
}


.dropdown-toggle::after {
    display: none !important;
}

.leaflet-control-attribution{
    display: none;
}

h1{
    text-align: center;
}
/*input{*/
/*    text-transform: capitalize;*/
/*}*/

.leaflet-bar {
    box-shadow: unset !important;
}

.leaflet-control-zoom-drop{
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.leaflet-control-zoom-drop img{
    width: 17px;
    padding: 4px 0px 4px 0px;
}
.leaflet-control-zoom-drop:hover{
    background: #f4f4f4;
    cursor: pointer;
}

label{
cursor: pointer;
}
/* .leaflet-popup-content{ */
/* width: fit-content !important; */
/* } */

/*.custom-square-button {*/
/*    width: 37px !important;*/
/*    height: 35px !important;*/
/*}*/

.edit {
    /* background-color: #a3a3a3 !important; */
}
#navbarDropdown{
    padding: 0;
    padding-top: 5px;
}
#login-svg{
    width: 25px;
    height: 25px;
}

.translate{
    list-style-type: none;
    padding-left: 30px;
    margin: 0;
}
.translate > li > a:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

/*////////  Прелоадер  /////////*/
.preloader{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    transition: all 1s;
    text-align: center;
}

.preloader_content{
    position: fixed;
    top: 20%;
    text-align: center;
    margin: 5% auto;
    left: 0;
    right: 0;
}

.preloader-logo{
    width: 30vw;
}

#preloader-text{
    clor: #fff;
    font-size: 2rem;
}
#preloader-span{
    font-size: 1.5rem;
}

#preloader-loader{
    width: 50px;
    animation: preloader-rotate 2s infinite linear;
}
@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Прелоадер в инфо */
.info-preloader{
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: inherit;
    text-align: center;
}

.info-preloader img{
    width: 70px;
    animation: preloader-rotate 2s infinite linear;
    margin-top: 10%;
}

/* Кнопка линейки */
.leaflet-ruler{
    margin-right: 10px !important;
}

/* Окна с дистанцией */
.result-tooltip{
    border: unset !important;
}
.moving-tooltip{
    border: unset !important;
}

.easyPrintHolder {
    margin-top: -35px !important;
    margin-left: 36px !important;
}

.leaflet-control-geocoder-icon {
    height: 33px !important;
    width: 33px !important;
}

.leaflet-control-layers-toggle {
    height: 35px !important;
    width: 35px !important;
}

.leaflet-bar a, .leaflet-bar a:hover {
    height: 35px !important;
    width: 35px !important;
    color: #083759 !important;
    padding-top: 4px !important;
}

/*Стили для окна печати*/
@media print{
    .table-striped tbody tr:nth-of-type(odd) {
        background: red !important;
    }
    /*body, html{*/
    /*    visibility: hidden;*/
    /*    margin: 0 !important;*/
    /*    padding: 0 !important;*/
    /*    height: 90% !important;*/
    /*}*/
    /*.admin-nav{*/
    /*    display: none;*/
    /*}*/
    #content-container{
        visibility: visible;
        overflow-y: hidden !important;
        height: fit-content !important;
    }
}

.leaflet-control-geocoder.leaflet-bar.leaflet-control{
    margin-top: 10px !important;
}

footer{
    background: #2d7145;
    width: 350px;
    height: 50px;
    bottom: 0px;
    text-align: center;
    padding: 15px 0;
    position: fixed;
    z-index: 1100;
}
#copyright{
    font-family: "PT Sans";
    color: #fff;
}

#admin-logo-text{
    color: #fff;
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}
#admin-logo-text span{
    font-size: 17px;
}
#admin-logo-text p{
    margin: 0;
}

.admin-categories-menu{
    list-style-type: none;
    display: -webkit-box;
}

.admin-categories-menu li{
    padding: 0 10px;
}

.table{
    text-align: center;
    margin: 0;
    font-size: 10pt;
}

.admin-crud-form{
    text-align: center;
    padding: 10px 0;
}

.admin-crud-form input{
    text-align: center;
}

.delete-btn{
    color: #00aaaa;
}

.admin-nav{
    background: #2d7245;
    height: 100px;
}

.admin-main{
    position: relative;
    display: flex;
    padding: 0 !important;
    height: calc(100vh - 100px);
}

.dropdown-menu-right{
    z-index: 2000;
}

.nav-item{
    /*padding: 0 10px;*/
    padding: 0 5px;
}

.nav-link{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.nav-link:hover {
    color: #ffffffb3;
}

/*//////  Left menu  //////*/

.admin-left-menu{
    min-width: 350px;
    width: 350px;
    height: calc(100% - 50px);
    background-color: #fff;
    /*transition: width 1s, min-width 1s;*/
    overflow: auto;
}

.admin-logo{
    /*width: 200px;*/
    /*height: 70px;*/
    margin-top: 10px;
    margin-right: 5px;
}

.admin-logo img{
    max-width: 200px;
    height: 70px;
    object-fit: contain;
}

.fa-chevron-down{
    transition-duration: 0.5s;
    cursor: auto;
}
.fa-eye-slash{
    margin-left: 19px !important;
}

.icons-left-menu {
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    width: 30px;
}
/*.icons-left-menu{*/
/*    float: left;*/
/*    padding-right: 10px;*/
/*    margin-top: -5px;*/
/*}*/

.fa-info{
    padding: 15px !important;
}

/*/////////   Окно оповещения    ////////*/

#alert-container{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1600;
    background-color: rgba(23,23,23,0.5);
    display: none;
}

#alert{
    position: relative;
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10%;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 9px 1px rgba(0,0,0,0.75);
}
#alert-text{
    font-size: 20px;
    padding: 0 10px;
    padding-top: 20px;
}

/* Admin map */

.admin-map-container{
    width: 100%;
    height: 100%;
}
.leaflet-top .leaflet-control {
    margin-top: 0px !important;
    margin-bottom: -1px;
    border-radius: 0px;
}
.leaflet-control-easyPrint{
    margin-bottom: -2px !important;
}


/* Categories list */

.admin-categories-list{
    list-style-type: none;
    padding-left: 0px;
}
.admin-categories-list ul{
    list-style-type: none;
    padding-left: 0px;
}
.admin-categories-list li{
    cursor: pointer;
}

.admin-categories-list li a{
    font-weight: bold;
    display: inherit;
    padding: 12px 20px;
    color: #4D4D4D;
    border-bottom: 1px solid #CCC;
}

/*////////////////////*/

.admin-categories-list li a:hover{
    background-color: #adadad;
}

.top_menu i{
    color:#2d7245;
    float: right;
    padding-top: 5px;
    margin-left: 25px;
}
.top_menu_obj i{
    color:#2d7245;
    float: right;
    padding-top: 5px;
    margin-left: 25px;
}

.editor:hover{
    color: #ff0052 !important;
}

.object-icons-left-menu {
    float: left;
    width: 20px;
    margin-left: -25px;
    margin-right: 0px;
}
/*.object-icons-left-menu{*/
/*    float: left;*/
/*    width: 25px;*/
/*    margin-left: -30px;*/
/*    margin-right: 5px;*/
/*}*/

/* Всплывашки при отображении контента */
.popup-container > .media-image{
    display: block;
    margin: 0;
    width: 196pt;
    height: 142pt;
}
.popup-container p{
    margin: 10px 0;
    text-align: center;
    word-wrap: break-word;
    max-width: 196pt;
    cursor: auto;
}


/*окно контакты*/

.contact-name{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
}

#contacts-container {
    position: absolute;
    z-index: 2000;
    background: #fff;
    margin-top: 28px;
    right: 0px;
}

#contacts-head {
    width: 200px;
    height: 45px;
    background: #2d7245;
    border-top: 1px solid #075ba2;
    padding: 0 30px;
    padding-top: 8px;
}

#head-text{
    color: #fff;
    font-size: 20px;
    margin: 0;
    float: left;
}

#close-contacts{
    width: 17px;
    margin-top: 6px;
    float: right;
    cursor: pointer;
}

#close-contacts:hover{
    opacity: 0.7;
}
#contact-content{
    padding: 15px;
}

.kont_text a{
    color:#0071C4;
}

.leaflet-control-geocoder-icon {
    height: 35px !important;
    width: 35px !important;
}

.leaflet-control-layers-toggle {
    height: 35px !important;
    width: 35px !important;
}

.card-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 142pt;
    width: 196pt;
    background-position: center;
}

/*/////////// Окно с инфой  /////////////*/

.print-info{
    position: fixed;
    z-index: 1500;
    right: 0;
    bottom: 0;
    background: #fff;
    min-height: 64vh;
    max-width: 450px;
    width: 30vw;
    display: none;
    transition: min-height 1s;
}

#info-head{
    background: #2d7145;
    height: 50px;
    padding: 0 15px;
    padding-top: 10px;
}

#info-name{
    color: #fff;
    margin: 0;
    float: left;
    /*font-size: 1.25rem;*/
    cursor: pointer;
    font-size: 12pt;
    font-weight: 700;
    width: 90%;
}

#close-info{
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}

#info-content{
    /*max-width: 22vw; !*временно*!*/
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #6dd860;
}

.left-th{
    padding: 10px;
    width: fit-content;
    text-align: left !important;
    /*border: 1px solid #dee2e6;*/
}




.right-td{
    text-align: left !important;
    /*border: 1px solid #dee2e6;*/
}
.right-td a{
    color: #000;
}

#content-container{
    overflow: scroll;
    overflow-x: hidden;
    height: 53vh;
    margin-bottom: 47px;
    transition: height 1s;
}

#info-image-container{
    width: 100%;
    height: 30vh;
    margin: 10px 0;
}

#info-image{
    width: 100%;
    height: 30vh;
}

#feedback-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d4d4d4;
}

#print-button{
    background: #1f3b87cc;
    cursor: pointer;
    padding: 7px 10px;
    margin: 3px 6px;
    border-radius: 4px;
}
#print-button img{
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#feedback-button{
    background: #2d7145;
    color: #fff;
    padding: 7px 10px;
    margin: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    width: 85%;
    text-align: center;
    font-size: 1.23em;
}
.info-image{
    position: relative;
    width: 100%;
    height: 30vh;
    object-fit: contain;
    cursor: pointer;
}

/* Slider info */

#info-slider-container{
    width: 100%;
    height: 30vh;
    margin: 10px 0;
}

.media-image{
    position: relative;
    width: 100%;
    height: 30vh;
    display: none;
    object-fit: contain;
    cursor: pointer;
}

.active-slide{
    display: block;
}

#slider-controls{
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-top: -30vh;
}

#prev, #next{
    cursor: pointer;
    position: relative;
    top: 40%;
    height: fit-content;
    color: #3dc763;
    font-size: 34px;
}

.slider-controls {
    width: 30px;
    margin: 0 5px;
}
/* Модальное окно */

#modal-container, #consultation-container{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2000;
    background-color: rgba(23,23,23,0.5);
    overflow-y: auto;
}
#modal-container::-webkit-scrollbar {
    display: none;
}

#slider-image-preview{
    position: relative;
    width: 65%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 8px;
}

#preview-head{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

#modal-close{
    width: 20px;
    height: 30px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
}

#download-preview {
    color: #fff;
    text-decoration: none;
    background: #2d7245;
    padding: 3px 10px;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    margin-left: 10px;
}
#download-preview:focus{
    outline: unset;
}

#preview-image{
    max-width: 80%;
    margin: 10px;
}

/* Консультация */

#consultation{
    position: relative;
    width: 33%;
    height: auto;
    margin: 0 auto;
    margin-top: 18vh;
    background: #fff;
}

#consultation-head{
    height: 50px;
    background: #2d7145;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#consultation-name{
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
}

#consultation-close{
    width: 20px;
    height: 20px;
    margin-top: 6px;
    cursor: pointer;
}

#consultation-content{
    padding: 10px;
}

#client-info input, select, textarea{
    width: 100%;
    margin: 10px 0;
}

#consultation-radio{
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    padding-top: 10px;
    margin: 0;
}

.consultation-labels{
    cursor: pointer;
    margin-top: -4px;
    padding: 0 5px;
}

#client-info{
    /* padding: 0 20px; */
}

/* Отключение стрелочек у инпута с типом number  Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#consultation-send{
    width: 100%;
    background: #2d7145;
    font-size: 1.10rem;
    border-radius: 2px;
}


#top-menu-bars{
    display: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}




/*/////////////////  топ меню  кастомные ссылки ///////////////////////*/
.nav-image{
    width: 20px;
    float: left;
    margin-top: 10px;
}
.custom-link a{
    float: right;
}

/*////////////////////  Поиск  /////////////////////////*/

#search-active{
    padding: 10px;
    display: none;
    /*display: flex;*/
    flex-wrap: wrap;
}

#search-container{
    background: #2d7245;
    height: 35px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 20px;
    width: 280px;
}

#search{
    border: unset;
    background: #2d7245;
    color: #fff;
    width: 85%;
}

#search:focus {
    outline: none;
}

#search::placeholder{
    color: #fff;
}

#search-i{
    font-size: 14px;
    padding: 6px;
    background: #eee;
    border-radius: 50%;
    height: 27px;
    margin-top: 4px;
    margin-right: -14px;
    cursor: pointer;
    color: #2d7245;
}

#search-filter-i{
    cursor: pointer;
    color: #2d7245;
    font-size: 23px;
    margin-top: 7px;
    margin-left: 10px;
}

#hidden-filter{
    padding-left: 15px;
}

#filter-text{
    padding-top: 5px;
    margin-bottom: 5px;
}
.filter-inputs{
    height: 20px;
    margin-bottom: 10px;
}
.filter-inputs:focus {
    outline: none;
}

#filter-find{
    width: 80px;
    height: 35px;
    background: #2d7245;
    color: #fff;
    border: unset;
    border-radius: 4px;
    float: right;
    margin-top: -23px;
    margin-left: 15px;
}

#filter-find:focus{
    outline: none;
}
#filter-find:hover{
    color: #ccc;
}

#search-result{
    text-align: center;
    padding-top: 15px;
}

/* стили найденых элементов в инфо */
.found-item{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
}
.found-item:hover {
    background: #eee;
}

.found-values{
    width: 50%;
    text-align: center;
}

/*////////////////////  Кнопка избирательного участка  /////////////////////////*/
#vote-plot{
    position: fixed;
    z-index: 1000;
    right: 10px;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 10px;
    background: #2d7245;
    color: #fff;
    cursor: pointer;
}
#vote-plot-redirect{
    position: fixed;
    z-index: 1000;
    right: 10px;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 10px;
    background: #2d7245;
    color: #fff;
    cursor: pointer;
}
#vote-plot-redirect a:hover{
    color: #fff;
    text-decoration: none;
}

#vote-container{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2000;
    background-color: rgba(23,23,23,0.5);
    overflow-y: auto;
}

#vote-window{
    position: relative;
    width: 30%;
    height: auto;
    margin: 0 auto;
    margin-top: 18vh;
    background: #fff;
}

#inn{
    margin-top: 10px;
    margin-bottom: 10px;
}
#vote-close{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#vote-send{
    width: 100%;
    /*background: #2d7145;*/
    font-size: 1.10rem;
    border-radius: 2px;
}

/*////////////////////  адаптив, медиа  /////////////////////////*/

#left-menu-bars{
    position: absolute;
    z-index: 1100;
    left: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: black;
    padding-top: 10px;
    padding-right: 15px;
    transition: 1s;
    display: none;
}

#mobile-logo{
    display: none;
    text-decoration: none;
}

#mobile-logo-text{
    color: #fff;
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    padding-left: 15px;
}
#mobile-logo-text span{
    display: none;
}

#mob-msg-info{
    display: none;
}

#info-chevron{
    display: none;
    float: right;
    color: #fff !important;
    margin-top: 7px;
    margin-left: 10px;
    transform: rotate(180deg);
}

#front-top-menu{
    white-space: nowrap;
    justify-content: flex-end;
    width: fit-content;
}
#front-mobile-menu {
    background: #fff;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: fit-content;
    line-height: 40px;
    /*display: flex;*/
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-y: hidden;
    border-bottom: 1px solid #CCC;
    display: none;
}

#front-mobile-menu::-webkit-scrollbar { width: 0; height: 0;}

#front-mobile-menu li{
    padding: 0 8px;
    text-align: center;
}

#front-mobile-menu li a{
    color: #4D4D4D;
    padding: 0;
    border: unset;
    min-height: unset;
    display: unset;
    font-size: 15px;
}

#front-mobile-menu li a:hover {
    background-color: unset;
}

#menu-dropdown{
    position: absolute;

}

#mobile-contacts-container{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1800;
    display: none;
}

#mobile-contacts{

}
#mobile-contacts-head {
    height: 45px;
    background: #2d7245;
    border-top: 1px solid #075ba2;
    padding: 0 30px;
    padding-top: 8px;
    color: #fff;;
    display: flex;
    justify-content: space-between;
}
#mobile-contacts-head img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

#mobile-contacts-content{
    padding-left: 10px;
    overflow: auto;
    overflow-x: hidden;
}

#home-link img{
    width: 20px;
    height: 20px;
    margin-top: -15px;
}

@media (max-width: 1220px) {

    .print-info{
        min-width: 370px;
    }

    .admin-left-menu ul li a {
        padding-right: 30px;
    }

    .controls-container {
        right: 10px;
    }
    .top_menu i {
        margin-left: 15px;
    }

    .fa-plus{
        margin-left: -10px !important;
    }
    #consultation {
        width: 65%;
    }

    .admin-logo{
        display: none;
    }
}

@media (min-width: 1220px) {
    /* возвращает меню свойство блок если его отключили открываяменю */
    .nav-item {
        display: block !important;
    }
}

@media (max-width: 1000px){

    .navbar-nav{
        display: flow-root;
        position: fixed;
        z-index: 1500;
        top: 65px;
        right: 20px;
        background: #545454;
    }

    .nav-item {
        display: none;
    }

    #front-mobile-menu {
        display: flex;
    }

    #top-menu-bars{
        display: block;
        position: fixed;
        left: 20px;
        top: 15px;
    }

    #top-menu-bars.fa-bars {
        font-size: 18px !important;
        top: 17px;
    }

    #top-menu-bars.cancel-btn {
    }


    #admin-logo-text{
        text-align: center;
    }

    #admin-logo-text span{
        display: none;
    }

    .admin-nav {
        height: 50px;
    }

    .dropdown-menu.show{
        position: relative !important;
        margin-bottom: 5px;
    }

    .leaflet-control-zoom.leaflet-bar.leaflet-control{
        margin-top: 40px !important;
    }

    .admin-left-menu{
        min-width: 0px;
        width: 0px;
    }

    .hide{
        display: none;
    }

    .locker-content p {
        font-size: 1.8rem;
    }

    #left-menu-bars{
        display: block;
    }

    footer{
        width: 100%;
    }

    .print-info{
        /* margin-bottom: 50px; */
    }

    #consultation {
        width: 65%;
    }

    #contacts-container{
        margin-top: 0;
        top: 160px;
        right: 0px;
    }

    .admin-left-menu {
        height: 100%;
    }

    .preloader_content {
        top: 35%;
    }

    .nav-pokupka{
        display: block;
    }

    .nav-item-inner-heading{
        font-size: 3.2vw !important;
        padding-right: 0 !important;
    }

    .container-pokupka {
        width: 100% !important;
    }
    div#layercontrol {
         left: 11px !important;
    }
}

@media (min-width: 1000px){
    .admin-left-menu{
        min-width: 350px !important;
        width: 350px;
        position: static;
        z-index: unset;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: space-around;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: space-around;
    }
}

@media (max-width: 768px){
    #navbarSupportedContent{
        display: flex;
        justify-content: center;
    }

    #slider-image-preview {
        width: 90%;
    }

    #consultation {
        width: 65%;
    }

    #admin-logo-text {
        font-size: 3vw;
        margin: 0;
    }

}

@media (max-width: 600px){
#print-button{
    display: none;
}

#feedback-button{
    width: 100%;
    margin: 3px 0px;
}

#content-container{
    height: 0vh;
}

.print-info{
    min-height: 0vh;
}

#consultation {
    width: 65%;
}

.nav-item-inner-heading{
    font-size: 4vw !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
}


@media (max-width: 560px){

    .print-info{
        margin-bottom: 50px;
    }

    #preloader-loader-logo{
        width: 300px;
        height: auto;
    }

    #app{
        height: 100vh;
    }
    .admin-main {
        position:fixed;
		height: calc(100vh - 100px);
		width:100%;
		top: 50px;
    }

	.navbar {
		z-index: 999;
		position:fixed;
		width:100%;
	}

    .translate{
        display: flex;
        padding-left: 15px;
    }
    .translate li{
        padding: 0 5px;
    }
    #languages-boxes{
        margin-right: -75px;
    }

.admin-logo{
    display: none;
}
#admin-logo-text{
    display: none;
}

#mobile-logo{
    display: block;
}

#consultation {
    width: 100%;
}

.print-info{
    min-width: 100%;
}

#consultation-name {

    font-size: 1.1rem;
}

.nav-item-inner-heading {
    font-size: 5vw !important;
}
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
         padding-right: 0;
         padding-left: 0;
    }
}

@media (max-width: 350px){
.nav-item-inner-heading {
    font-size: 6vw !important;
}
}
.leaflet-right {
    top: 48px !important;
}

/*////////////////////  Спутник и зум  /////////////////////////*/
.leaflet-control-zoom.leaflet-bar.leaflet-control{
    margin-top: 60px !important;
}

div#layercontrol {
    position: absolute;
    top: 15px; left: 361px;
    width: 35px;
    height: 35px;
    background: white;
    z-index: 999 !important;
    border-radius: 4px;
}

div#layercontrol-btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bbb;
}

div#layercontrol-btn-icon {
    background-image: url('/assets/images/satellite.png');
    background-size: contain;
    width: 20px; height: 20px;
    cursor: pointer;
}

#layercontrol-layers-box {
    display: none;
    position: absolute;
    background: white;
    width: 240px;
    left: 50px;
    /*right: 45px;*/
    top: -1px;
    border-radius: 4px;
    border: 1px solid #bbb
}

#layercontrol-layers {
    list-style-type: none;
    overflow-y: scroll;
    padding-left: 0px;
    margin-bottom: 0 !important;
    border-radius: 4px;
}

#layercontrol-layers::-webkit-scrollbar {
    display: none !important;
}

#layercontrol-layers li {
    display: flex;
    cursor: pointer;
    align-items: center;
    --webkit-scroll-width: 0 !important;
    border-bottom: 1px solid #ddd;
    padding: 6px;
}

.layercontrol-layer-name {
    font-size: 16px;
}

#layercontrol-layers li:hover {
    background: #083759;
    color: #fff;
}

.layercontrol-layer--selected {
    background: #083759 !important;
    color: #fff;
}

#layercontrol-layers li img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

.layercontrol-layers-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 6px 12px;
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

.layercontrol-layers-header h3 {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.layercontrol-layer-cancel {
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #layercontrol-layers-box {
        top: -2px;
        right: 40px;
        width: 225px;
    }

    .layercontrol-layer-name,
    .layercontrol-layers-header h3 {
        font-size: 14px;
    }
}

#contacts-block {
    display: flex;
    border: 1px solid rgba(0,0,0,0.2);
    height: 193px;
}

.contacts-tablist {
    width: 33%;
    border-right: 1px solid rgba(0,0,0,0.15);
    max-width: 200px;
}

.contacts-tablist__item {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transition: 0.15s;
    text-align: left;
}

.contacts-tablist__item:last-child {
    border: 0 !important;
}

.contacts-tablist__item span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contacts-tablist__item:hover {
    background-color: rgba(0,0,0,0.09);
}

.activeTab {
    background-color: rgba(0,0,0,0.09);
}

.tab-items {
    width: 100%;
    padding: 3px 10px;
    overflow: auto;
    font-size: 13px;
}

.tab-items__item {
    width: 100%;
}

.tab-item__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.tab-item__row--right {
    text-align: left;
    display: block;
    width: 80%;
    font-weight: 600;
}

.tab-item__row--left {
    display: block;
    width: 20%;
    min-width: 75px;
    text-align: left;
}

.hide {
    display: none;
}

.contacts-header {
    font-size: 20px;
    display: block;
    text-align: left;
}

[stroke="blue"] {
    stroke: #007300;
}

.yandex-metrika {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1499;
}

/*@media all and (max-width: 1000px) {*/
/*    .yandex-metrika {*/
/*        bottom: 60px;*/
/*    }*/
/*}*/

.filter-block {
    gap: 3px;
}

.filter-block input[type="number"] {
    width: 49.5%;
    flex: initial;
}

.eye-modify a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.eye-modify a i {
    margin: 0 !important;
    padding: 0 !important;
}

.leaflet-control-zoom {
    border-radius: 5px !important;
}

.leaflet-control-geocoder {
    border-radius: 5px 5px 0 0 !important;
}

.custom-square-button {
    border-radius: 0 0 5px 5px !important;
}

#layercontrol-btn {
    border-radius: 5px;
}
