.atlas2_map {
	height: 600px;
	padding: 3px;
}
.atlas2_50.atlas2_roads select {
    height: 540px !important;
}
 
.deselect {
    color: rgb(233 6 6) !important;
    font-weight: 700;
    font-family: Roboto Condensed,Arial Narrow,arial,sans-serif;
    font-size: .875rem;
    line-height: 1.57;
    text-transform: uppercase;
}
.ymaps-b-balloon__content-head {
    letter-spacing: .92px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
    color: rgb(233 6 6) !important;
    

}
.atlas2_50.atlas2_roads::-webkit-scrollbar {
    width: 10px;
    background-color: #f9f9fd;
  }
.atlas2_inline {
	padding: 0;
	margin: 0;
	list-style: none;
	letter-spacing: -0.31em;
}
	.atlas2_inline>* {
		vertical-align: top;
		display: inline-block;
		letter-spacing: normal;
	}
.atlas2_inline_block {
    margin: 0 0 15px;
}
.atlas2_justify {
	text-align: justify;
	font-size: 0.5px;
}
	.atlas2_justify:after{
		content: "";
		display: inline-block;
		width: 100%;
	}
	.atlas2_justify>* {
		color: rgb(0 0 0);
    font-family: "Roboto Condensed";
    font-size: 0.95rem !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300 !important;
    letter-spacing: -.005rem;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
	}
.atlas2_news_slider_cntr {
	margin: 2em 0;
}
.atlas2_news_slider_steps {
	margin:  8px -25px 0;
}
	.atlas2_news_slider_steps li {
		width: 50px;
		text-align: center;
	}
.atlas2_50 {
	width: calc(50% - 10px);
}
	.atlas2_roads select, 
	.atlas2_cities select,
	.atlas2_cities input,
	.atlas2_roads .add_news
	{
		width: 100%;
		box-sizing: border-box;
	}

.atlas2_modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(238,238,238,.7);
    z-index: 99999;
    opacity:0;
    overflow: visible;
    height: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    pointer-events: none;
}
.bx-ie9 .atlas2_modal, .bx-ie10 .atlas2_modal {
    height:0;
    overflow: hidden;
    right: auto;
    bottom: auto;
}
.atlas2_modal.active, .atlas2_modal:target {
    right: 0;
    bottom: 0;
    overflow: visible;
    height: auto;
    opacity: 1;
    pointer-events: auto;
/*    line-height: 250px;
    text-align: center;*/
}
    .atlas2_modal .atlas2_modal_box {
    	/*display: inline-block;*/
    	width: 600px;
        position: absolute;
        left: calc(50% - 300px);
        top: calc(50% - 300px);
       /* max-height: 500px;
        overflow: auto;
        vertical-align: middle;
        line-height: 18px;
        text-align: left;*/
       /* -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
    }
    .atlas2_modal .atlas2_modal_box {
        background: #fff;
        max-width: 1280px;
        box-sizing: border-box;
        padding: 12px 15px;
        /*position: relative;*/
    }
    .atlas2_modal .atlas2_modal_close {
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center;
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
        cursor: pointer;
    }
.atlas2_news_result {}
    .atlas2_news_result .item {
        margin: 1.5em 0;
        padding: 5px; 
        background-color: rgba(0,0,0,0);
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .atlas2_news_result .item:hover {
        background-color: rgba(0,0,0,.05);
    }
    .atlas2_news_result .item .time,
    .atlas2_news_result .item .name {
        font-weight: bold;
    }
.ui-slider .ui-slider-handle {
    cursor: pointer;
}
.atlas2_map_news_toggle { 
    display: block;
    background: #fff;
    padding: 5px 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    cursor: pointer;
}
    .atlas2_map_news_toggle input[type="checkbox"] { 
        display: none;
    }
    .atlas2_map_news_toggle label { 
        cursor: pointer !important;
        display: block;
    }
    .atlas2_map_news_toggle span { 
        display: block;
        position: relative;
        padding: 3px 0 5px 55px;
    }
    .atlas2_map_news_toggle span:before { 
        content: "";
        position: absolute;
        width: 50px;
        height: 22px;
        background: -moz-linear-gradient(top, #e73827 0%,#f6290c 50%,#d33921 50%,#d32e2e 100%);
        background: -webkit-linear-gradient(top, #e73827 0%,#f6290c 50%,#d33921 50%,#d32e2e 100%);
        background: -o-linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        background: -ms-linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        background: linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        border-radius: 12px;
        top: 0;
        left: 0;
    }
    .atlas2_map_news_toggle span:after { 
        content: "";
        position: absolute;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        background: #fff;
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -ms-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
    }
    .atlas2_map_news_toggle :checked+span:before { 
        background: -webkit-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: -moz-linear-gradient(top, #7ce527 0%, #9df20c 50%, #7dd321 50%, #87cc2c 100%);
        background: -ms-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: -o-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: linear-gradient(to bottom, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
    }
    .atlas2_map_news_toggle :checked+span:after { 
        left: 30px;
    }
    .atlas2_map_news_toggle [disabled]+span:before { 
        background: -webkit-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -moz-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -ms-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -o-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: linear-gradient(to bottom, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
    }
    .atlas2_map_news_toggle [disabled]+span:after { 
        left: 2px;
    }
.atlas2_map_parts_toggle { 
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    width: 170px;
}
    .atlas2_map_parts_toggle label { 
        cursor: pointer !important;
        display: block;
    }
    .atlas2_map_parts_toggle span { 
        display: block;
        position: relative;
        padding: 3px 0 5px 55px;
    }
    .atlas2_map_parts_toggle span:before { 
        content: "";
        position: absolute;
        width: 50px;
        height: 22px;
        background: -moz-linear-gradient(top, #e73827 0%,#f6290c 50%,#d33921 50%,#d32e2e 100%);
        background: -webkit-linear-gradient(top, #e73827 0%,#f6290c 50%,#d33921 50%,#d32e2e 100%);
        background: -o-linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        background: -ms-linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        background: linear-gradient(#e73827 0%, #f6290c 50%, #d33921 50%, #d32e2e 100%);
        border-radius: 12px;
        top: 0;
        left: 0;
    }
    .atlas2_map_parts_toggle span:after { 
        content: "";
        position: absolute;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        background: #fff;
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -ms-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
    }
    .atlas2_map_parts_toggle :checked+span:before { 
        background: -webkit-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: -moz-linear-gradient(top, #7ce527 0%, #9df20c 50%, #7dd321 50%, #87cc2c 100%);
        background: -ms-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: -o-linear-gradient(top, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
        background: linear-gradient(to bottom, #7ce527 0%,#9df20c 50%,#7dd321 50%,#87cc2c 100%);
    }
    .atlas2_map_parts_toggle :checked+span:after { 
        left: 30px;
    }
    .atlas2_map_parts_toggle [disabled]+span:before { 
        background: -webkit-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -moz-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -ms-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: -o-linear-gradient(top, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
        background: linear-gradient(to bottom, #e2e2e2 0%,#efefef 50%,#d1d1d1 50%,#cccccc 100%);
    }
    .atlas2_map_parts_toggle [disabled]+span:after { 
        left: 2px;
    }
.atlas2_map_parts_desc {
    position: absolute;
    top: 50px;
    right: 10px;
    background: #fff;
    padding: 5px 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    width: 170px;
}
    .atlas2_map_parts_desc div {
        height: 8px;
        background: -webkit-linear-gradient(left, #00ff00, #2c8703, #fbec5d, #dd9105, #fa570e, #a50505);
        background: -moz-linear-gradient(left, #00ff00, #2c8703, #fbec5d, #dd9105, #fa570e, #a50505);
        background: -ms-linear-gradient(left, #00ff00, #2c8703, #fbec5d, #dd9105, #fa570e, #a50505);
        background: -o-linear-gradient(left, #00ff00, #2c8703, #fbec5d, #dd9105, #fa570e, #a50505);
        background: linear-gradient(to right, #00ff00, #2c8703, #fbec5d, #dd9105, #fa570e, #a50505);
    }
    .atlas2_map_parts_desc ul li {
        font-size: 10px;
    }
    .atlas2_search.ui-autocomplete-input {
        float: left;
        margin-top: 25px;
        width: 350px !important;
        max-width: 100%;
        display: block;
        /* width: 100%; */
        padding: 1.2rem 1.2rem;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.5;
        color: rgb(33 37 41);
        background-color: rgb(255 255 255);
        background-clip: padding-box;
        border: 1px solid rgb(206 212 218);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-family: 'Roboto Condensed';
    }
    .atlas2_50.atlas2_roads select {
        border: 1px solid rgb(206 212 218);
       padding-left: 10px;
       padding-right: 10px;
    }

    option {
        font-weight: normal;
        display: block;
        white-space: nowrap;
        min-height: 1.2em;
       padding-top: 6px;
       padding-bottom: 6px;
    }
    
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
		background: rgb(255 255 255);
		border: 1px solid rgb(204 204 204);
		padding: 3px;
		width: 348px !important;
		max-width: 94%;
		max-height: 514.5px;
    overflow-y: auto;
    min-height: 0px;
	}
	.ui-menu-item {
		font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding-top: 6px;
    padding-bottom: 6px;
	font-family: Roboto Slab;
	cursor: pointer;
	}
	.ui-menu-item:hover {
		color: rgb(30 33 37);
    background-color: rgb(233 236 239);
	}