@import url('fonts.css');
html, body{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #73726F;
    overflow: hidden;
}
p, ul, ol, h1, h2{
    margin: 0;
    padding: 0;
}
.modal-body__descr p{
    margin-bottom: 1rem;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #D2CDC3;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5E3535;
    border-radius: 2px;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}*/
.preloader{
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(234, 230, 222, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader-main{
    width: 120px;
    height: 120px;
}
header{
    height: 88px;
    background-color: #5E3535;
}
header .container.container-main-map {
    margin: 0;
    padding: 0 24px 0 27px;
    max-width: 100%;
}
.header-left, .header-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
}
.header-left__burger{
    margin-right: 35px;
    cursor: pointer;
}
html[dir='rtl'] .header-left__burger{
    margin-right: 0;
    margin-left: 35px;
    cursor: pointer;
}
.header-left__title{
    font-family: 'Oswald';
    font-size: 2em;
    line-height: 133%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FEFEFE;
}
.header-right__search{
    position: relative;
}
.header-right__search .search-icon{
    position: absolute;
    top: 11px;
    left: 19px;
}
html[dir='rtl'] .header-right__search .search-icon {
    left: unset;
    right: 19px;
}
.header-right__search input{
    width: 364px;
    height: 40px;
    background: #EAE6DE;
    border: 1px solid #C1BEBE;
    border-radius: 4px;
    padding-left: 48px;
    padding-right: 40px;
    margin-right: 35px;
    color: #404040;
}
html[dir='rtl'] .header-right__search input{
    margin-right: 0;
    margin-left: 35px;
    padding-right: 48px;
    padding-left: 40px;
}
.header-right__search input:focus-visible{
    outline: none;
}
.header-right__search input::placeholder{
    color: #A39D9D;
}
.header-right__search .search-cancel{
    display: none;
    position: absolute;
    top: 11px;
    right: 54px;
}
html[dir='rtl']  .header-right__search .search-cancel{
    right: unset;
    left: 54px;
}
.header-right__search input.active ~ .search-cancel{
    display: block;
}
.header-right__search .search-result{
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #EAE6DE;
    width: 364px;
    margin-top: 1px;
}
.header-right__search .search-result.active{
    display: block;
}
.header-right__search .search-result ol{
    counter-reset: myCounter;
}
.header-right__search .search-result ol li{
    height: 80px;
    border-bottom: 1px solid #C1BEBE;
    padding: 16px 0 16px 58px;
    list-style: none;
    position: relative;
    cursor: pointer;
}
html[dir='rtl'] .header-right__search .search-result ol li {
    padding: 16px 58px 16px 0;
}
.header-right__search .search-result ol li:active{
    background-color: #D2CDC3;
}
.header-right__search .search-result ol li:before{
    line-height: 44px;
    color: #404040;
    counter-increment: myCounter;
    content:counter(myCounter);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 24px;
}
html[dir='rtl'] .header-right__search .search-result ol li:before {
    left: unset;
    right: 24px;
}
.header-right__search .search-result ol li .name{
    line-height: 150%;
    display: inline-block;
}
.header-right__search .search-result ol li .region{
    font-size: 0.75em;
    line-height: 133%;
    color: #73726F;
    margin-top: 8px;
}
.header-right__lang{
    width: 85px;
    height: 40px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 11px;
    color: #FEFEFE;
    position: relative;
    cursor: pointer;
}
html[dir='rtl'] .header-right__lang{
    margin-right: 0;
    margin-left: 24px;
}
.header-right__lang_active{
    border: 1px solid #FEFEFE;
    border-radius: 4px;
}
.header-right__lang__list{
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #EAE6DE;
    width: 200px;
    top: 40px;
    transform: translateX(-50%);
}
html[dir='rtl'] .header-right__lang__list{
    transform: translateX(50%);
}
.header-right__lang__list.active{
    display: block;
}
.header-right__lang__list ul li{
    list-style: none;
    padding: 10px 0 10px 48px;
    line-height: 150%;
    color: #73726F;
}
html[dir='rtl'] .header-right__lang__list ul li{
    padding: 10px 48px 10px 0;
}
.header-right__lang__list ul li:active{
    background-color: #D2CDC3;
    color: #73726F;
}
.header-right__lang__list ul li.active{
    background-color: #5E3535;
    color: #EAE6DE;
}
.header-right__lang:active{
    color: #D2CDC3;
}
.header-right__lang:active svg path{
    fill: #D2CDC3;
}
.header-zone-nav{
    position: absolute;
    width: 420px;
    right: calc((100% - 288px)/25);
    top: 128px;
    z-index: 3;
    line-height: 150%;
    display: none;
}
html[dir='rtl'] .header-zone-nav{
    right: unset;
    left: calc((100% - 288px)/25);
}
.header-zone-nav.show{
    display: block;
}
.header-zone-nav__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    background: #5E3535;
    padding: 0 27px;
    border-radius: 4px;
    color: #FEFEFE;
}
.header-zone-nav.active .header-zone-nav__header{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header-zone-nav__left, .header-zone-nav__right{
    cursor: pointer;
}
.header-zone-nav__left svg:nth-child(1){
    margin-right: 19px;
}
html[dir='rtl'] .header-zone-nav__left svg:nth-child(1){
    margin-right: 0;
    margin-left: 19px;
}
.header-zone-nav__left svg:nth-child(2) {
    display: inline;
    margin-left: 11px;
}
html[dir='rtl'] .header-zone-nav__left svg:nth-child(2) {
    margin-left: 0;
    margin-right: 11px;
}
.header-zone-nav__left svg:nth-child(3) {
    display: none;
    margin-left: 11px;
}
html[dir='rtl'] .header-zone-nav__left svg:nth-child(3) {
    margin-left: 0;
    margin-right: 11px;
}
.header-zone-nav.active .header-zone-nav__left svg:nth-child(2) {
    display: none;
}
.header-zone-nav.active .header-zone-nav__left svg:nth-child(3) {
    display: inline;
}
#clear-zone:active path{
    fill: #d2cdc3;
}
.header-zone-nav__left:active{
    color: #C1BEBE;
}
.header-zone-nav__left:active svg path{
    fill: #C1BEBE;
}
.header-zone-nav__list{
    display: none;
    background-color: #EAE6DE;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header-zone-nav.active .header-zone-nav__list{
    display: block;
}
.header-zone-nav__list ul li{
    list-style: none;
    padding: 8px 0 8px 27px;
    line-height: 150%;
    color: #73726F;
    cursor: pointer;
}
html[dir='rtl'] .header-zone-nav__list ul li{
    padding: 8px 27px 8px 0;
}
.header-zone-nav__list ul li:before{
    content: url("../img/icon/checkbox.svg");
    display: inline-block;
    transform: translateY(3px);
    margin-right: 19px;
}
html[dir='rtl'] .header-zone-nav__list ul li:before{
    margin-right: 0;
    margin-left: 19px;
}
.header-zone-nav .header-zone-nav__list ul li.active:before{
    content: url("../img/icon/checkbox-active.svg");
}
.header-zone-nav__item:active{
    color: #5E3535;
}
textarea, input{
    border: 1px solid #C1BEBE !important;
}
textarea:focus, input:focus{
    border: 1px solid #5E3535 !important;
}
textarea:focus-visible, input:focus-visible{
    outline: none;
    border: 1px solid #5E3535 !important;
}


.header-nav-menu{
    position: absolute;
    top: 88px;
    height: calc(100vh - 88px);
    width: 72px;
    z-index: 3;
    background-color: #EAE6DE;
    padding: 40px 0;
/*    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;*/
}
.header-nav-menu.active{
    width: 288px;
    padding-bottom: 0;
}
.header-nav-menu__top{
    max-height: calc(100vh - 248px);
    overflow-y: auto;
}
.header-nav-menu.active .header-nav-menu__top{
    max-height: calc(100vh - 304px);
}
.header-nav-menu__top .header-nav-menu__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-nav-menu__top .header-nav-menu__wrapper{
    margin-bottom: 39px;
}
.header-nav-menu__title{
    display: none;
    font-family: 'Oswald';
    font-size: 1.5em;
    line-height: 133%;
    color: #404040;
    margin-bottom: 16px;
    padding-left: 24px;
}
html[dir='rtl'] .header-nav-menu__title{
    padding-left: 0;
    padding-right: 24px;
}
.header-nav-menu.active .header-nav-menu__title{
    display: block;
}
.header-nav-menu__item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    cursor: pointer;
    box-sizing: content-box;
    padding-left: 27px;
}
html[dir='rtl'] .header-nav-menu__item{
    padding-left: 0;
    padding-right: 27px;
}
.header-nav-menu__item:active{
    background-color: #D2CDC3;
}
.header-nav-menu__item:active svg path{
    fill: #C1BEBE;
}
.header-nav-menu__item:active span{
    color: #73726F;
}
.header-nav-menu.active .header-nav-menu__item{
    justify-content: flex-start;
    padding-right: 24px;
    padding-left: 27px;
}
html[dir='rtl'] .header-nav-menu.active .header-nav-menu__item{
    padding-right: 27px;
    padding-left: 24px;
}
.header-nav-menu.active .header-nav-menu__item.move-item{
    height: 64px;
}
.header-nav-menu__item span{
    display: none;
    margin-left: 19px;
    line-height: 150%;
    color: #73726F;
}
html[dir='rtl'] .header-nav-menu__item span{
    margin-right: 19px;
    margin-left: 0;
}
.header-nav-menu__item.active{
    border-right: 4px solid #AA3232;
}
html[dir='rtl'] .header-nav-menu__item.active{
    border-right: none;
    border-left: 4px solid #AA3232;
}
.header-nav-menu__item.active span{
    color: #AA3232;
}
.header-nav-menu__item.active svg path{
    fill: #AA3232;
}
.header-nav-menu.active .header-nav-menu__item span{
    display: inline-block;
}
.header-nav-menu.active .header-nav-menu__bottom .header-nav-menu__item{
    padding-left: 24px;
    margin-bottom: 32px;
}
.header-nav-menu.active .header-nav-menu__bottom{
    width: 288px;
    bottom: 0;
    left: 0;
}
.header-nav-menu .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(1){
    display: block;
}
html[dir='rtl'] .header-nav-menu .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(1){
    transform: rotate(180deg);
}
.header-nav-menu .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(2){
    display: none;
}
html[dir='rtl'] .header-nav-menu .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(2){
    transform: rotate(180deg);
}
.header-nav-menu.active .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(1){
    display: none;
}
.header-nav-menu.active .header-nav-menu__bottom  .header-nav-menu__item svg:nth-child(2){
    display: block;
}
.header-nav-menu__bottom{
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 72px;
}
html[dir='rtl'] .header-nav-menu__bottom{
    right: 0;
    left: unset;
}
.header-nav-menu .footer{
    display: none;
    font-size: 0.75em;
    line-height: 133%;
    color: #FEFEFE;
    background-color: #5E3535;
    padding: 16px 57px 16px 24px;
}
html[dir='rtl'] .header-nav-menu .footer{
    padding: 16px 24px 16px 57px;
}
.header-nav-menu.active .footer{
    display: block;
}
/*
map*/
html[dir='rtl'] .leaflet-right{
    right: unset;
    left: 0;
}
#map .leaflet-control-zoom{
    margin: 0;
    transform: rotate(-90deg);
    margin-bottom: 72px;
    margin-right: 68px;
    border: none;
    background: none;
}
html[dir='rtl'] #map .leaflet-control-zoom{
    margin-left: 68px;
    margin-right: 0;
}
.leaflet-touch .leaflet-bar a:first-child,
.leaflet-bar a:first-child{
    border: none;
    border-radius: 4px 0 0 4px;
}
.leaflet-touch .leaflet-bar a:last-child{
    border-radius: 0 4px 4px 0;
    margin-top: 8px
}
.leaflet-touch .leaflet-bar a{
    width: 56px;
    height: 48px;
    line-height: 48px;
    color: #404040;
    transform: rotate(90deg);
    background: #EAE6DE;
}
.leaflet-touch .leaflet-bar a:active{
    background-color: #D2CDC3;
}
.search-back{
    position: absolute;
    top: 11.75px;
    right: 86px;
}
html[dir='rtl'] .search-back {
    left: 54px;
    right: unset;
}
.search-forward{
    position: absolute;
    top: 11.75px;
    right: 54px;
}
html[dir='rtl'] .search-forward {
    left: 86px;
    right: unset;
}
.header-right__search input.active ~ .search-back,
.header-right__search input.active ~ .search-forward {
    display: none;
}
.search-back:active path,
.search-forward:active path{
    fill: #5E3535;
}

.link_license {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2000;
}
html[dir='rtl'] .link_license {
    left: 10px;
    right: unset;
}

.breadcrumb-item a, .link_license a {
    color: #404040;

}

.link_license a {
    text-decoration: underline;
}
