/* builtin window */
.builtin-window .w-tabs{
    position: relative;

    display: flex;

    background-color: #fff;
    padding: 31px 0 0 44px;
}

.builtin-window .w-tabs__btn{
    display: inline-block;

    font: bold 20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.4px;

    text-decoration: none;
    border-bottom: none;

    color: #808080;
    margin-right: 38px;
}

.builtin-window[data-type="cottages"] .w-tabs__btn[data-type="tab-window-metro"],
.builtin-window[data-type="grounds"] .w-tabs__btn[data-type="tab-window-metro"],
.builtin-window[data-type="estate"] .w-tabs__btn[data-type="tab-window-metro"]{
    display: none;
}

.builtin-window .w-tabs__btn.active{
    color: #000;
    border-bottom: 2px solid #0090ff !important;
    padding-bottom: 2px;
    text-shadow: none;
}

.builtin-window .close:not(.ctrl){
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -26px;
    top: 0px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M.012.776L1.094-.01 6.5 5.55l5.406-5.56 1.081.785L7.422 6.5l5.565 5.724-1.08.785L6.5 7.449l-5.406 5.56-1.082-.785L5.578 6.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.builtin-window.active{
    display: flex;
    align-items: flex-start;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12010;
    background-color: rgba(0,0,0,0.6);
    overflow-y: auto;
}

.builtin-window .w-content{
    max-width: 1050px;
    margin: 110px auto;
    background-color: #ffffff;
}

.builtin-window .top-options {
    padding: 0 23px 2px 23px;
}

.builtin-window .top-options .input-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.builtin-window .top-options .metro-search-field {
    position: relative;
    flex-grow: 1;
}

.builtin-window .metro-search-field .search-helper-active {
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding-top: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.builtin-window .metro-search-field .search-helper-active__item {
    padding-left: 20px;
}

.builtin-window .top-options .metro-search-field-line {
    box-sizing: border-box;
}

.builtin-window .top-options .search-metro {
    width: 100%;
    position: relative;
    z-index: 10001;
    box-sizing: border-box;
    padding: 10px 16px 12px;
    border: none;
    font: normal 16px/24px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    outline: none;
    color: #071727;
}

.builtin-window .top-options .search-metro::placeholder {
    color: #B3B3B3;
}

.builtin-window .top-options button.confirm{
    display: none;
    width: 179px;
    margin-left: 20px;
}

.builtin-window .top-options .counter-wrapper {
    display: flex;
    align-items: center;
}

.builtin-window .top-options .counter-text {
    display: none;
    margin: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.builtin-window .top-options button.unselect {
    display: none;
    width: 91px;
    margin-left: 16px;
    margin-bottom: 24px;
}

.builtin-window .bottom-options {

    padding: 0 31px;
}

.builtin-window .bottom-options button:not(.mainbtn) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    padding: 0 17px;
    color: #000000;
    text-align: center;
    font: normal 14px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    outline: none;
    cursor: pointer;

}

.builtin-window .bottom-options button.unselect {
    margin-right: 10px;
}

.builtin-window .bottom-options button.confirm{
    float: right;
    margin-left: 10px;
}

.builtin-window .bottom-options button.confirm:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.builtin-window .bottom-options button:hover{
    border-color: #0090ff;
    z-index: 100;
}

.builtin-window .bottom-options button span{
    position: relative;
}

/* eo builtin window */


/* tab-window */

.tab-window{
    position: relative;
}



/* metro map */
.metroMap{
    display: none;
    margin: 0 auto;
    padding: 35px 21px 30px 21px;
    position: relative;
    flex-direction: column;
}
.metroMap.spb{
    width: 860px;
}
.metroMap.msk{
    width: 974px;
    height: 1400px;
    padding-bottom: 30px;
}
.metroMap.novosibirsk{
    width: 1008px;
}

.metroMap .markers .metroStation{
    cursor: pointer;
}

.metroMap .markers .metroStation > g{
    display: none;
}

.metroMap .markers .metroStation.selected > g{
    display: block;
}

.metroMap .markers .metroStationGroup .metroStation text,
.metroMap .markers .metroStation > text{
    letter-spacing: -0.4px;
}

.metroMap .markers .metroStationGroup:hover .metroStation text,
.metroMap .markers .metroStation:hover > text,
.metroMap .markers .metroStation.selected > text{
    fill: #000000;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.metroMap .legend .metroLine .line-marker{
    display: none;
}

.metroMap .legend > .metroLine.selected .line-marker{
    display: block;
}

.metroMap .legend > .metroLine{
    cursor: pointer;
}

.metroMap .legend > .metroLine .line-name:hover > text,
.metroMap .legend > .metroLine.selected .line-name > text{
    fill: #000000;
    font-weight: 600;
    letter-spacing: -0.4px;
}

/* eo metro map */


/* ----- location popup ----- */
.locations-popup {
    display: none;
    flex-direction: column;
    padding: 16px 16px 0;
}

.locations-popup .list .selected a span.ocounter,
.locations-popup .list a:hover span.ocounter{
    background: none;
    color: #9eb1b8;
}

.locations-popup  span.ocounter {
    display: none;
}

.locations-popup h2 {
    margin-top: 0;
    color: #333;
    font: bold 16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;

    width: 100%;
}

.locations-popup h2:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #333
}

.locations-popup h2 span {
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    padding-right: 10px
}

.locations-popup h3 {
    margin-top: 0;
    color: #9eb1b8;
    font: bold 14px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.locations-popup h3:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #eaf0f4
}

.locations-popup h3 span.selected {
    background: #4099cf;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.locations-popup h3 span.locatin_root {
    cursor: pointer;
    border-bottom: 1px dotted #9eb1b8;
    padding-right: 0px;
}
.locations-popup h3 span {
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    padding-right: 10px
}

.locations-selector{
    text-align: justify;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    order: 1;
}

.locations-selector.msk{
    padding-top: 0;
}

.locations-selector.msk:first-of-type{
    padding-top: 45px;
}

.locations-selector:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.locations-popup .list {
    font-size: 0px;
    text-align: left;
}


.locations-popup .side3{
    display: inline-block;
    vertical-align: top;
    width: 59%;
}


.locations-popup .side2{
    display: inline-block;
    vertical-align: top;
    width: 39%;
    margin-left: 1%;
}

.locations-popup .side5 .column5>ul>li {
    margin-bottom: 15px;
}
.locations-popup .side5 .column5>ul>li>a>span {
    font-weight: bold;
}
.locations-popup .side5{
    display: inline-block;
    vertical-align: top;
}

.locations-popup .side5 + .side5{
    margin-top: 20px;
}

.locations-popup .column3{
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 20px;

    -webkit-margin-before: 0;
    -webkit-margin-after: 0;


}

.locations-popup .column2{
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 20px;

    -webkit-margin-before: 0;
    -webkit-margin-after: 0;


}

.locations-popup .column5{
    display: block;
    -moz-column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-count: 5;
    -webkit-column-gap: 10px;
    column-count: 5;
    column-gap: 20px;

    -webkit-margin-before: 0;
    -webkit-margin-after: 0;

    width: 100%;
}

.locations-popup .list .items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 4px;
}

.locations-popup .list .items > ul ul {
    margin-left: 20px;
    margin-top: 4px;
}

.locations-popup .list ul li {
    font-size: 14px;
    margin-bottom: 3px;
}

.locations-popup.only_districts .list ul li {
    margin-bottom: 15px
}

.locations-popup .list ul li a {
    font: normal 12px/15px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #0090ff;
    text-decoration: none;
    text-shadow: none;
}

.locations-popup .list ul li a.bold_item span {
    font-weight: bold;
}

.locations-popup .list ul li a span {
    border-bottom: 1px dotted rgba(1, 167, 202, 0.5);
}

#slocation-218-1 {
    display: inline-block;
}

.locations-popup .list ul li a span.important {
    font: bold 1px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.locations-popup .list ul li a sup {
    color: #9eb1b8;
    margin-left: 3px;
    white-space: nowrap;
}

.locations-popup .list ul li.selected > a span {
    color: #fff;
    background-color: #0090ff;
    border-bottom: 1px solid transparent;
}

.locations-popup .list a:hover span {
    border-bottom: 1px solid transparent;
    color: #fff;
    background-color: #0090ff;
}

/* ----- eo location popup ----- */

/* ---- yamap ----- */
.yamap {

    width: 1050px;
    height: 786px;
    position: relative;
    margin-top: 20px;
}

.yamap .bottom-options{
    margin-top: -6px;
    margin-left: 30px;
    z-index: 10;
}

.yamap.tour:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('tour.png') 640px 58px no-repeat;
    z-index: 100000;
    left: 0;
    top: 0;
}

.yamap.load:after{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url('loader.gif') no-repeat;
    z-index: 100000;
    left: 50%;
    top: 50%;
    z-index: 100000;
}


.yamap .tour-btn{
    width: 341px;
    height: 59px;
    background-color: #01a7ca;
    position: absolute;
    left: 50%;
    top: 50%;

    margin-left: -170px;
    margin-top: -30px;
    font: bold 16px/59px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    border: none;

    z-index: 1000001;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    text-align: center;
}

.yamap.tour .tour-btn{
    display: block;
}


.yamap .tour-btn .tour-help{
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -200px;
    margin-bottom: 30px;
    width: 400px;
    text-align: center;

    font: normal 16px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #152427;

    text-transform: none;
}

.yamap .tour-btn .tour-help i.pen{
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    opacity: 1;
    margin-left: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.455,.03,.515,.955),opacity .2s cubic-bezier(.455,.03,.515,.955);
    transition: box-shadow .2s cubic-bezier(.455,.03,.515,.955),opacity .2s cubic-bezier(.455,.03,.515,.955);
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);
    box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);

    vertical-align: middle;
}

.yamap .tour-btn .tour-help i.pen:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url(map-ctrl.png) no-repeat;
    background-position: 10px 8px;
}


.yamap .advanced-ctrl {
    display: none;
    position: absolute;
    padding-right: 15px;
    top: 15px;
    right: 0px;
    z-index: 99999;

    /* text-align: right; */
}

.yamap .advanced-ctrl .ctrl {
    display: inline-block;
    vertical-align: top;
    width: 91px;
    height: 40px;
    opacity: 1;

    margin-left: 11px;

    background-color: #ffffff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;

    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.455,.03,.515,.955),opacity .2s cubic-bezier(.455,.03,.515,.955);
    transition: box-shadow .2s cubic-bezier(.455,.03,.515,.955),opacity .2s cubic-bezier(.455,.03,.515,.955);
    position: relative;

    -webkit-box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);
    box-shadow: 0px 5px 10px 0px rgba(38,54,66,0.2);

}

.yamap .advanced-ctrl .ctrl .tips{
    font: normal 14px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #152427;
    position: absolute;
    white-space: nowrap;
    display: none;


}

.yamap .advanced-ctrl .ctrl .tips:after{
    content: '';
    position: absolute;

}

.yamap.tour .advanced-ctrl .ctrl .tips{
    display: block;
}

.yamap .advanced-ctrl .ctrl.pen .tips{
    left: -194px;
    top: 9px;
}

.yamap .advanced-ctrl .ctrl.pen .tips:after{
    left: 131px;
    top: 8px;
    width: 52px;
    height: 5px;
    background: url('pen-tips-arr.png') no-repeat;
}

.yamap .advanced-ctrl .ctrl.delete .tips{
    left: -8px;
    top: 84px;
}

.yamap .advanced-ctrl .ctrl.delete .tips:after{
    left: 25px;
    top: -34px;
    width: 5px;
    height: 32px;
    background: url('del-tips-arr.png') no-repeat;
}

.yamap .advanced-ctrl .ctrl.delete{
    width: 91px;
    box-sizing: border-box;
	display: inline-block;
	padding: 12px 16px 12px;
	border-radius: 3px;
	font: 700 13px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.03em;
	color: #FC4343;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.yamap .advanced-ctrl .ctrl.delete:hover{
    color: rgb(252, 67, 67, 0.72);
}

.yamap .advanced-ctrl .ctrl.delete:active{
    color: rgb(252, 67, 67, 0.72);
    background-color: #F0F0F0;
}

.yamap .advanced-ctrl .ctrl.pen {
    position: relative;
    width: 177px;
    box-sizing: border-box;
	display: inline-block;
	padding: 12px 16px 12px 35px;
	border-radius: 3px;
    font: 700 13px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: right;
	letter-spacing: 0.03em;
	color: #B3B3B3;
    background-color: #EEEEEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.yamap .advanced-ctrl .ctrl.pen.disable {
	color: #ffffff;
    background-color: #1D9BEB;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.yamap .advanced-ctrl .ctrl.pen.disable:hover {
	background-color:  #4aafef;
	box-shadow: 0px 2px 4px rgba(29, 155, 235, 0.2), 0px 1px 10px rgba(29, 155, 235, 0.12), 0px 4px 5px rgba(29, 155, 235, 0.2);
}

.yamap .advanced-ctrl .ctrl.pen.disable:active {
	background-color: #1D9BEB;
	box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.yamap .advanced-ctrl .ctrl.pen:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTA1NCAyLjMwMDExQzAuOTU4NzQxIDQuNzAyMSAyLjI5OTA1IDUuNTg1MjggMi42NjI4NiA2LjgwMzYyQzMuMTExMzQgOC4zMDQ4NiAwLjE5Mjk1MyAxMS4xMTMyIDEuMjIwOSAxMS42MjU3QzIuNzA5MzEgMTIuMzY3OCAzLjI4MjcyIDE0LjQ5NzUgNC4wMDUzNiAxNi4zMjc4QzQuNDQ3NzcgMTcuNDQ4MyAxMi45NzggMTcuMzEyMyAxNS42Njg5IDE0LjgxMDJDMTguMzU5OCAxMi4zMDgyIDE2LjU2NTggOS44MDYxIDEzLjg3NDkgOC44MDUyOEMxMS4xODQgNy44MDQ0NSAxMi45NzggNC4zMDE3NyAxMi41Mjk1IDMuMzAwOTRDMTIuMDgxIDIuMzAwMTEgOS44Mzg3MyAtMC43MDIzNjkgNC45MDU0IDIuMzAwMTFaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjEyIiBzdHJva2U9IiNCM0IzQjMiLz4KPC9zdmc+Cg==') 15px 11px no-repeat;
}

.yamap .advanced-ctrl .ctrl.pen.disable:before{
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTA1NCAyLjMwMDExQzAuOTU4NzQxIDQuNzAyMSAyLjI5OTA1IDUuNTg1MjggMi42NjI4NiA2LjgwMzYyQzMuMTExMzQgOC4zMDQ4NiAwLjE5Mjk1MyAxMS4xMTMyIDEuMjIwOSAxMS42MjU3QzIuNzA5MzEgMTIuMzY3OCAzLjI4MjcyIDE0LjQ5NzUgNC4wMDUzNiAxNi4zMjc4QzQuNDQ3NzcgMTcuNDQ4MyAxMi45NzggMTcuMzEyMyAxNS42Njg5IDE0LjgxMDJDMTguMzU5OCAxMi4zMDgyIDE2LjU2NTggOS44MDYxIDEzLjg3NDkgOC44MDUyOEMxMS4xODQgNy44MDQ0NSAxMi45NzggNC4zMDE3NyAxMi41Mjk1IDMuMzAwOTRDMTIuMDgxIDIuMzAwMTEgOS44Mzg3MyAtMC43MDIzNjkgNC45MDU0IDIuMzAwMTFaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjI0IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=') 15px 11px no-repeat;
}

.yamap .advanced-ctrl .ctrl.ok{
    width: 173px;
    box-sizing: border-box;
	display: inline-block;
	padding: 12px 16px 12px;
	border-radius: 3px;
	font: 700 13px/16px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.03em;
	color: #ffffff;
    background: #1D9BEB;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.yamap .advanced-ctrl .ctrl.ok:hover {
	background:  #4aafef;
	box-shadow: 0px 2px 4px rgba(29, 155, 235, 0.2), 0px 1px 10px rgba(29, 155, 235, 0.12), 0px 4px 5px rgba(29, 155, 235, 0.2);
}

.yamap .advanced-ctrl .ctrl.ok:active {
	background: #1D9BEB;
	box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.yamap .balloon{
    position: absolute;
    bottom: 20px;
    left: -57px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 0;
    z-index: 1;
}

.yamap .balloon [class*='balloon__layout']{
    border-radius: 3px;
    overflow: visible;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
}

.yamap .balloon [class*='balloon__content']{
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 442px;
    margin: 0;
    padding: 10px 10px 16px 10px;
    border-radius: 3px;
    z-index: 1;
    min-height: 15px;
    background: #fff;
    font: 13px/16px Arial,sans-serif;
}

.yamap .balloon [class*='balloon__content'].balloon__content_list{
    width: 280px;
    padding: 12px;
}

.yamap .balloon [class*='balloon__close']{
    margin: 0;
    position: relative;
    z-index: 2;
}

.yamap .balloon [class*='balloon__close-button']{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2399D3FF'/%3E%3Cpath d='M12 4.80571L11.1943 4L8 7.19429L4.80571 4L4 4.80571L7.19429 8L4 11.1943L4.80571 12L8 8.80571L11.1943 12L12 11.1943L8.80571 8L12 4.80571Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: box-shadow 200ms;
}

.yamap .balloon.baloon_list [class*='balloon__close-button']{
    top: 11px;
}

.yamap .balloon [class*='balloon__close-button']:hover{
    box-shadow: 0px 0px 8px rgba(0, 144, 255, 0.4);
}

.yamap .balloon [class*='balloon__tail']{
    width: 11px;
    height: 9px;
    left: 52px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 50%);
    background: linear-gradient(45deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.07) 100%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    display: block;
    position: relative;
    margin-bottom: -17px;
}

.yamap .balloon.baloon_list [class*='balloon__tail']{
    left: 132px;
}

.yamap .balloon [class*='balloon__tail']:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: -3px;
    left: -2px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNjE4NjMgNi42MDY5Mkw0LjIxNzEgMC4wMjM4MTlMMTEuMjg4MiA3LjA5NDg5TDQuNzA1MDYgNy42OTMzNUM0LjA4MzEzIDcuNzQ5ODkgMy41NjIwOSA3LjIyODg2IDMuNjE4NjMgNi42MDY5MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") top right no-repeat;
}

.yamap .balloon__header {
    font: bold 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    border-bottom: 1px solid #EEEEEE;
    padding: 12px;
}

.yamap .objectsClusterContent .html_data{
    box-sizing: border-box;
    max-height: 244px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.yamap .objectsClusterContent .html_data::-webkit-scrollbar {
    width: 4px;
}

.yamap .objectsClusterContent .html_data::-webkit-scrollbar-thumb {
    min-height: 90px;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.yamap .objectsClusterContent .cluster-item{
    font: bold 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-right: 16px;
    padding: 12px 0;
    border-top: 1px solid #edf2f5;
}

.yamap .objectsClusterContent .cluster-item:first-child{
    border-top: none;
    padding-top: 0;
}

.yamap .objectsClusterContent .cluster-item a{
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yamap .objectsClusterContent .cluster-header{
    display: none;
}

.yamap .objectsClusterContent .cluster-item p{
    margin: 4px 0 0;
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
}

.yamap .objectsClusterContent .ps.ps--theme_planet:not(.small) > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    min-height: 0;
}

.yamap .objectsClusterContent .ps.ps--theme_planet > .ps__scrollbar-y-rail {
	opacity: 1;
	width: 3px;
	right: 0 !important;
}
.yamap .objectsClusterContent .ps.ps--theme_planet.ps--active-x > .ps__scrollbar-x-rail,
.yamap .objectsClusterContent .ps.ps--theme_planet.ps--active-y > .ps__scrollbar-y-rail {
	opacity: 1;
	background-color: transparent;
	right: 13px ;
}
.yamap .objectsClusterContent .ps:hover>.ps__scrollbar-y-rail:hover {
	background-color: transparent;
}
.yamap .objectsClusterContent .ps.ps--theme_planet:hover > .ps__scrollbar-y-rail,
.yamap .objectsClusterContent .ps:hover > .ps__scrollbar-y-rail {
	background-color: transparent;
	cursor: pointer;
}
.yamap .objectsClusterContent .ps.ps--theme_planet > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 3px;
	right: 0;
	border-radius: 0;
	background-color: #E6E6E6;
}
.yamap .objectsClusterContent .ps.ps--theme_planet:hover > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	background-color: #1D9BEB;
}
.yamap .objectsClusterContent .ps.ps--theme_planet > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.yamap .objectsClusterContent .ps.ps--theme_planet > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
	width: 3px;
}
.yamap .objectsClusterContent .ps.ps--theme_planet:hover > .ps__scrollbar-y-rail:hover {
	opacity: 1;
}

.yamap .objectsClusterContent .ps:not(.small) > .ps__scrollbar-y-rail,
.yamap .objectsClusterContent .ps.ps--theme_planet:not(.small) > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	display: block !important;
	opacity: 1 !important;
}
.yamap .objectsClusterContent .ps.ps--theme_planet:not(.small) > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 3px;
}
.yamap .objectsClusterContent .ps.ps--theme_planet > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}

.yamap .objectsMarkerContent .html_data,
.ra-maps .objectsMarkerContent .html_data {
    overflow: hidden;
    overflow-y: auto;
}

.yamap .objectsMarkerContent .price,
.ra-maps .objectsMarkerContent .price {
    font: bold 13px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #041727;
    margin-bottom: 5px;
}

.yamap .objectsMarkerContent .name h2,
.ra-maps .objectsMarkerContent .name h2 {
    margin: 0px;
    font: normal 13px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yamap .objectsMarkerContent .name h2>a,
.ra-maps .objectsMarkerContent .name h2>a {
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yamap .objectsMarkerContent .image,
.ra-maps .objectsMarkerContent .image {
    float: left;
    width: 105px;
    margin-right: 10px;
}

.yamap .objectsMarkerContent .image img,
.ra-maps .objectsMarkerContent .image img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.objectsMarkerContent .image a {
    border-bottom: 0!important;
}

.yamap .objectsMarkerContent .description,
.ra-maps .objectsMarkerContent .description {
    color: #000000;
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pad{
    margin-left: 120px;
}

.yamap .objectsMarkerContent .price ~ .description.pad
.ra-maps .objectsMarkerContent .price ~ .description.pad{
    margin-top: -22px;
}

.yamap .objectsMarkerContent .address,
.ra-maps .objectsMarkerContent .address{
    margin-top: 4px;
}

.yamap .objectsMarkerContent .deadline,
.ra-maps .objectsMarkerContent .deadline{
    color: #B3B3B3;
    margin-top: 8px;
}

.yamap .objectsMarkerContent .deadline .date-end-queue_dates,
.ra-maps .objectsMarkerContent .deadline .date-end-queue_dates{
    color: #000000;
}

.yamap .objectsMarkerContent .builder a,
.ra-maps .objectsMarkerContent .builder a{
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yamap .objectsMarkerContent .subway,
.ra-maps .objectsMarkerContent .subway{
    margin-top: 4px;
}

.yamap .objectsMarkerContent .subway a,
.ra-maps .objectsMarkerContent .subway a{
    font: normal 13px/16px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yamap .objectsMarkerContent .subway:before,
.ra-maps .objectsMarkerContent .subway:before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEOUEzQUM0M0QzRTVFNDExQjZDN0RFNEI4MkRGQTgxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NDYxOEQyNzU3Q0ExMUU1QkRDQkM2QTc0Q0JBNDY2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NDYxOEQyNjU3Q0ExMUU1QkRDQkM2QTc0Q0JBNDY2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5Mjg1REEwQzQ1N0U1MTFBNzU0RDRBRjY1OUIxNEJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ5QTNBQzQzRDNFNUU0MTFCNkM3REU0QjgyREZBODFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kOneQwAAANJJREFUeNpM0D0OAWEQxvHX0pMQcQAaEZxAhDtsbNxAqNxD6QYiHEBHh/hq6YloVL4qsf4TT2GT387OPJN3NxsJw9D1B+OIc66GOnqtpn9lluS5iylmzELP/a4GfNhCUbOSel+58zghS61ihxvKf8s3zau2ZydX8MYQK2QJUtQc1ppbXvE0vPBNd+oSUQSqC80vtmfLccTsvQRnyhEFnNQ75XFbfiDDq9MKFqpzu2mewdOWD7BfFxBYv8EHW/WB8r01E7yQRwcJjPR5bc0tn3wFGACbzUPWlltH4AAAAABJRU5ErkJggg==');
}
/* --- eo yamap --- */

.token-card-ico {
    width: 9px;
    height: 13px;
    fill: #ffffff;
}
.token-card-ico.svg-ico-subway {
    width: 14px;
    height: 14px;
}

.search-helper-active__icon svg,
.card-helper__icon svg {
    fill: #a3a3a3;
}
.card-helper__name b {
    font-weight: normal;
}

.cottage-villages__content .search-helper__item.subway,
.land__content .search-helper__item.subway,
.houses__content .search-helper__item.subway {
    display: none;

}

.hide-placeholder::-webkit-input-placeholder {
    color: #ffffff
}