

/* Start:/local/templates/main/components/ds/item.list/map_geo/style.css?17375967934216*/
.geo-info-container{
	top: 20%;
	left: calc(50% - 250px);
}
.selectric-below .selectric-items ul{
	padding-left: 7px;
}
.geo-info-subitem-elem .img.w-3 a{
	display: none;
}
.geo-info-subitem-elem .img.w-3 a:nth-child(1),
.geo-info-subitem-elem .img.w-3 a:nth-child(2),
.geo-info-subitem-elem .img.w-3 a:nth-child(3){
	display: inline-block;
}
.geography-map-wrap{
	position: relative;
}
.geography-map-wrap svg{
	position: relative;
	z-index: 1;
    width: 100%;
    height: 100%;
}
.geography-map-cities svg > path:hover{
	fill: #4C8AF3 !important;
}
.geography-map-cities .city-mark{
	position: absolute;
	z-index: 2;
	height: 6px;
	width: 6px;
	background-color: #2c5482;
	border-radius: 3px;
	margin-left: -3px;
	margin-top: -3px;
}
.geography-map-cities .city-mark.active{
	background-color: #fff;
}
.geography-map-cities .city-ttl{
	position: absolute;
	z-index: 3;
	color: #2c5482;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
.geography-map-cities .city-ttl.active{
	color: #fff;
    text-shadow: rgba(0,47,227,0.7) 0 0 5px;   
}
.map-area {
    cursor: pointer;
}
.geography-map .geography-map-cities {
    margin: auto;
    display: table;
    position: relative;
    width: 1000px;
    height: 1000px;
}

.geography-map-filter {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.geography-map-filter .select-row {
    width: 224px;
}

.geography-map-filter-row a {
    display: inline-block;
    margin-right: 18px;
    font-family: "SuisseIntl";
    font-size: 14px;
}

.geography-map-filter-row a:last-child {
    margin-right: 0;
}

.geography-map-filter-row a.active, .geography-map-filter-row a:hover {
    color: #2c5482;
}

.map-area {
    cursor: pointer;
}

.geo-info-container {
    position: absolute;
    z-index: 10;
    display: none;
}

.geo-info-wrap {
    position: relative;
    max-width: 287px;
    background: #FAFAFA;
    box-shadow: 0px 0px 24px rgba(0, 47, 227, 0.1);
    margin-right: 36px;
    z-index: 1;
}

.geo-info-wrap:last-child {
    margin-right: 0;
}

.geo-info-wrap .close {
    cursor: pointer;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 24px;
    height: 24px;
    border-radius: 24px;
    z-index: 100;
    right: 8px;
    top: 8px;
}

.geo-info-wrap .close:hover {
    background-color: #fff;
}

.geo-info-wrap .caption {
    font-size: 24px;
    line-height: 100%;
}

.geo-info-wrap .info {
    padding: 11px 16px;
    max-height: 250px;
    overflow: auto;
}

.geo-info-wrap-subitem {
    display: none;
}

.geo-info-item .img {
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.geo-info-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geo-info-subitem-elem .img.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geo-info-item-subitem {
    display: block;
    padding: 11px 50px 11px 0;
    border-bottom: 1px solid #ABB9EB;
    font-size: 12px;
    line-height: 167%;
    position: relative;
}

.geo-info-item-subitem:last-child {
    border-bottom: 0;
}

.geo-info-item-subitem:hover span {
    bottom: 12px;
    right: 3px;
}

.geo-info-item-subitem span {
    display: block;
    width: 38px;
    height: 38px;
    bottom: 10px;
    right: 5px;
    position: absolute;
}

.geo-info-subitem-elem-row {
    padding: 11px 0;
    border-bottom: 1px solid #ABB9EB;
    font-size: 12px;
    line-height: 167%;
}

.geo-info-subitem-elem-row:last-child {
    border-bottom: 0;
}

.geo-info-subitem-elem .img {
    display: flex;
    height: 115px;
    align-items: stretch;
    overflow: hidden;
}

.geo-info-subitem-elem .img a {
    display: block;
}

.geo-info-subitem-elem .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geo-info-subitem-elem .img.w-3 a {
    width: calc(100% / 3);
    padding-bottom: 15px;
}

@media (max-width: 1100px) {
    .geography-map {
        overflow: auto;
        width: calc(100% + 20px);
        margin-right: -20px;
    }
}
/* End */
/* /local/templates/main/components/ds/item.list/map_geo/style.css?17375967934216 */
