.include__wraper{
    border: 0px solid #CCCCCC;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.desc__area{
    border: 1px solid #CCCCCC;
    width: 350px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(218, 249, 218), rgb(190, 233, 248));
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1px;
    vertical-align: top;
    position: relative;
    padding: 0;
}
.desc__area__header{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #CCCCCC;
    height: 35px;
    top: 0;
    position: absolute;
    width: 350px;
    background: #CCCCCC url(../img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}



.map__area{
    border: 1px solid #CCCCCC;
    /* width: 1224.449px;
    height: 760.6203px; */
    width: 60%;

    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    position: fixed;
    padding: 0;
}



.popup__window{
    z-index: 2;
    width: 280px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    background: linear-gradient(45deg, rgb(218, 249, 218), rgb(190, 233, 248));
    color: #1A5276;

    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: smaller;
    text-decoration: none;

    position: absolute;
    padding: 14px;
    overflow: hidden;
    text-wrap: wrap;

    left: 20px;
    top: 20px;
}
.popup__window__initial{
    display: none;
}
.popup__window__final{
    display: block;
}



.path__list{
    margin: 50px 5px 15px -5px;
}
.path__item{
    list-style-type: none; /* Убираем маркеры */
}
.path__item::before{
    content: '»';
    margin-right: 5px;
    color: rgb(255, 60, 0);
}
.item{
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: smaller;
    text-decoration: none;
    color: #1A5276;
}
.item:hover{
    cursor: pointer;
    color: black;
    text-decoration: underline;
}



.popup__header{
    word-wrap: break-word;
}
.popup__icon{
    display: inline;
    margin-right: 10px;
}
.popup__text{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: smaller;
    font-style: normal;
    font-weight: 300;
    margin-top: 5px;
    color: #1A5276;
}
.popup__text__main{
    font-weight: bolder;
    color: #133c56;
}