@CHARSET "UTF-8";
/*  основные HTML-элементы  */
*{
	margin:0px; 
	padding:0;
	border:0px none; 
}
/*убирает пунктирную рамку вокруг кнопок-ссылок, ссылок*/
:focus {
outline: none;
}
*:before, *:after, div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font:62.5% Arial,Sans-Serif;
	max-width: 100%;
	background-color: #fff;
	background-repeat:repeat-x, repeate-y;
	color:#555
}
h1{
	font-weight:normal;
	color:#7a7a7a;
	font-size:2.8em;
	line-height:22px;
	margin-bottom:14px
}
h1 small{
	font-size:14px
}
p{
	line-height:140%;
	margin-bottom:1.4em
}
a{
	color:#555555;
	text-decoration:none
}
a:hover{
	color:#555;
	text-decoration:none
}
ul{
	list-style:none;
	line-height:140%
}
table{
	border-collapse: collapse;
	width:100%
}
tr, td{
	vertical-align:top
}
input, textarea{
	border:1px solid #B3B3B3
}
textarea{
	overflow:auto
}
/* шапка */
.header_container{
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.header{
	height: 80px;
    margin: 0 auto;
	width: 100%;
    padding: 0 20px;
	min-width: 320px;
	display: block;
}
.header:before, .header:after, .main:before, .main:after, .footer:before, .footer:after {
    display: table;
    content: '';
}
.header:after, .main:after, .footer:after {
    clear: both;
}
#logo{
	float: left;
    left: 0;
    position: relative;
    top: 12px;
    background: url('../../../incity/images/all/logo_new.gif') top left no-repeat;
    height: 33px;
	width: 245px;
    background-size: 63%;
	-webkit-background-size: 63%;
	-o-background-size: 63%;
	-moz-background-size: 63%;
}
#logo a{
	width: 100%;
	height: 100%;
	display: block;
	cursor:pointer;
}
#mob_ver{
	position: absolute;
    float: right;
    right: 62px;
    /* display: none; */
    margin-top: 15px;
    font-size: 11px;
    font-family: Arial, sans-serif;
	text-decoration: underline;
}
.notice{
	color: #FF0000;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    width: 442px;
}
.notice div{
	border: 1px dashed #f00; padding: 5px;
}
#flags{
	position: relative;
	float: right;
	border: 1px solid #C4C4C4;
	right: 0px;
	z-index: 300;
	margin-top: 15px;
}
#flags img{
	height:12px;
	display:block
}
/* контейнер для всего */
.main_container{
	position:relative;
	min-width: 320px;
    width: 100%;
	float: left;
}
.main{
	min-width: 280px;
	width: 100%;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	display: block;
}
.search_form_container,.map_container,.right_container{
	position: relative;
    float: left;
	width: 100%;
	margin-bottom: 20px;
}
#search_area, #objects_area, #myroutes_area {
	width: 100%;
}
#search_area table.form, #objects_area table.form, #myroutes_area table.form {
	width: 100%;
}
#objects_area, #login_area, #myroutes_area {
	display: none;
	position: relative;
}
.city_container .field  {
	width: 100%;
	border: none;
}
.street .field {
	width: 100%;
}
table.addr_fields {
    width: 100%;
	min-width: 250px;
	display: unset;
}
.city_container {
	padding-bottom: 5px;
}
.form {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
td.street{
	width: 70%;
}
.house .field, .corp .field, .building .field {
	width: 100%;
	min-width: 33px;
	border-left: none;
	padding-left: 4px;
}
.field {
	height: 36px;
	padding: 0px 3px;
	border: 1px solid #cccccc;
	font-size: 14px;
	float: left;
}
.field .arrow {
	width: 10px;
	height: 5px;
	background: none;
	padding: 0px 3px 2px 3px;
}
.field table {
	width: 100%;
	height: 100%;
	border-top: none;
}
.field table td {
	vertical-align: middle;
	white-space: nowrap;
}
.field input {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	color: #000000;
}
.field input.empty {
	font-size: 12px;
	color: #cccccc;
}
.time_table{
	 max-width: 250px;
}
.time_title_td{
	width: 100px;
	vertical-align: middle;
}
.timetd{
	width: 30px;
	vertical-align: middle;
	height: 36px;
}
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radiobtn{
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}
.checkcontainer:hover input ~ .radiobtn{
  background-color: #fff;
}
.checkcontainer input:checked ~ .radiobtn{
  background-color: #fff;
}
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}
.checkcontainer .radiobtn:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a1a2a3;
}
.date_time_field {
	text-align: right;
	width: 140px;
}

.date_time_field.field{
	width: 90px;
	background-color:#ffffff;
}
.date_time_field.field table{
	width: 90px;
}
.date_time_field input {
	width: 50px;
	text-align: right;
	font-size: 13px;
	font-style: normal;
	color: #555555;
}
.pointerField{
	cursor: pointer;
}
#timeField{
	cursor: pointer;
}
#dateField {
	cursor: pointer;
}
.mode{
	vertical-align: middle;
}
.objects {
	height: 31px;
    vertical-align: top;
    width: 31px;
    padding-left: 6px;
	cursor: pointer;
}
.objects img{
	height: 34px;
    width: 34px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.button_icon {
	cursor: pointer;
}
#myroutesBack, #objectsBack{
	font-size:13px;
}
#myroutesBack:hover, #objectsBack:hover{
	color:#7A7A7A;
}
.button{
	border-radius: 5px;
    padding: 14px 40px 14px 40px;
    background: #f3655b;
    color: #fff;
    border-color: #f27168;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    line-height: 14px;
	display: inline-flex;
}
.main .search_btn {

}
#cityList {
	display: none;
	z-index: 300;
	left: 20.1167px;
	top: 151.7px;
	padding: 8px;
}
.list {
	position: absolute;
	border: 1px solid #eee;
	border-top: 0px;
	background-color: #fff;
}
.list td {
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	height: 15px;
}
.list a, .list a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
}
.list a:hover{
	color:#7A7A7A;
}
.filterinput{
	width: 145px;
	border: 1px solid #cccccc;
    border-radius: 5px;
	line-height: 18px;
	padding: 9px;
}
input.filterinput:-ms-input-placeholder, input.filterinput::-webkit-input-placeholder, input.filterinput::-moz-placeholder{
	font-size:16px;color:#ccc !important;
}
.flag{
	display: block;
    width: 19px;
    float: left;
	min-height: 1px;
}
.flag img{
	height: 12px;
    width: 16px;
}
#list{
	list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 15px;
	height: 545px;
}
#list li {
    font-size: 13px;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 155px;
    line-height: 27px;
}
.revers,.myroutes, .renew{
	vertical-align: middle;
	cursor: pointer;
	width: 47px;
}
.revers img,.myroutes img, .renew img{
	cursor: pointer;
	height: 41px;
	width: 41px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.tr_empty{
	height: 14px;
}
.controls {
	padding-bottom: 10px;
}

.controls img {
	margin-bottom: -10px;
}
#routesBack{
	color: #50504E;
    font-size: 13px;
	cursor: pointer;
}
#switchMapLabel{
	color: #000000;
    font-size: 13px;
	cursor: pointer;
}
#timepicker {
	display: none;
	height: 199px;
}
#timepicker select {
	width: 100%;
	height: 199px;
	text-align: right;
	font-family: Arial,Sans-Serif;
	font-size: 13px;
	color: #555555;
	border: 0px;
	background-color: #fafafa;
	float: right;
}
#timepicker option, #datepicker option{
	cursor: pointer;
	padding: 7px 20px 7px 0px;
    text-align: right;
}
#timepicker {
	text-align: right;
	font-family: Arial,Sans-Serif;
	font-size: 14px;
	z-index: 300;
}
#timelist2, #dateList {
    width: 77px;
    padding: 5px 22px 5px 5px;
    font-size: 14px;
   /* border: 1px solid #ccc;*/
    color: #555555;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../incity/images/all/icons/arrow.png) 91% / 10% no-repeat #fff;
    direction: rtl;
	overflow-y: scroll;
}
#timelist2 option, #dateList option {
}
#timelist2::-ms-expand, #dateList::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    #timelist2, #dateList {
        background:none\9;
        padding: 5px\9;
    }
}

#datepicker {
	display: none;
	position: absolute;
	left: 343px;
	top: 362px;
	z-index: 300;
}
#datepicker select {
	width: 100%;
	height: 199px;
	text-align: left;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	color: #555555;
	border: 0px;
	background: #fafafa;
	float: right;
	overflow: hidden;
}
#mode_intime{
	width: 14px;
}
#mode_unknown{
	width: 14px;
}
.search_btn .myroutes a, .search_btn .myroutes a:visited {
	text-decoration: underline;
}
#objectsList {
	margin-top: 10px;
	height: 385px;
	overflow-y: auto;
	font-size: 14px;
}
#objectsList a, #objectsList a:visited {
	text-decoration: underline;
}

#objectsList div {
	padding-bottom: 10px;
}
#objectsList div.div5 {
	padding-bottom: 10px;
}
#myroutesList a, #myroutesList a:visited {
	text-decoration: underline;
	font-size: 14px;
}
#myroutesList div {
	padding-bottom: 15px;
}
#myroutesList div.div5 {
	padding-bottom: 5px;
}

#transportsList {
	padding-bottom: 5px;
}
#transportsList div {
	float: left;
    width: 35px;
}
#transportsList input {
	border: 0px;
	width: auto;
	height: auto;
}
.transportsSelect {
	padding-top: 10px;
}
#transportsSelect {
	border: none;
	width: auto;
	height: auto;
}
#myroutesList {
	padding-top: 10px;
}
#links_area {
	padding-top: 25px;
}
#links_area a, #links_area a:visited {
	text-decoration: underline;
	font-family: Arial,sans-serif;
    font-size: 11px;
}
#login_area {
	font-family: Arial,sans-serif;
    font-size: 11px;
    padding-top: 30px;
}
.vk_button {
	border: 1px solid #3B6798;
    text-shadow: 0 1px 0 #45688E;
    cursor: pointer;
}
.vk_button div {
	padding: 4px 14px;
	background-color: #6D8FB3;
    border-color: #7E9CBC #5C82AB #5C82AB;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
    font-size: 11px;
    font-weight: 400;
}
.rusavtobus_button {
	border: 1px solid #3B6798;
    text-shadow: 0 1px 0 #45688E;
    cursor: pointer;
}
.rusavtobus_button div {
	padding: 4px 14px;
	background-color: #c6b5e2;
    border-color: #7E9CBC #5C82AB #5C82AB;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
    font-size: 11px;
    font-weight: 400;
}
table.base_table {
	position: relative;
	z-index: 200;
}
#myRoutesLink{
	text-decoration:underline;
	cursor:pointer;
}
#reverselinkDiv,#nextpage,#prevpage{
	display: none;
}

/*Автокомплит*/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #FFFFFF;
	height: 155px;
	overflow:scroll;
	overflow-x: hidden;
	z-index: 1000;
	width: 234px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	position:relative;
    margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 14px;
	overflow: hidden;
}
.ac_results li: hover {
	background-color: #fafafa;
}
.ac_loading {
	background : Window url('../../../incity/images/spb/images_ru/autocomplete_indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
	position:absolute;
	top:2px;
	right:10px;
	font-size:0.8em;
	color:#26A908;
}
/* контейнер с картой */
.bigmap{
	display:block;
	/*width: -moz-calc(100% - 27px);
	width: -webkit-calc(100% - 27px);
	width: -o-calc(100% - 27px);
	width: calc(100% - 27px);*/
	width:100%;
	height:300px;
	border:1px solid #C4C4C4;
	float: left;
}
#exp_map{
	display:none;
}
#iconpreload{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:1px;
	height:1px
}
/* контейнер для рекламы */
.right_container {
	height: 472px;
	display: none;
	padding-left:15px;
}
.avcontainer{
	width:250px;
	height:472px;
}
.avadaptive-right-map{
	width: 250px;
	height: 472px;
	display:inline-block;
}
.ahcontainer{
	width: 100%;
    position: relative;
    float: left;
    padding: 0px;
	display: table-cell;
    text-align: center;
	margin-bottom: 20px;
}
.ahcontainer:empty{
	display: none;
}
/* вывод текстовых результатов */
#results_{
	display:none;
	position:relative;
	width: 100%;
	border-top:1px solid #C4C4C4;
	background:#FFFFFF;
	clear:left;
	/*z-index:0;
	overflow:hidden;*/
	float: left;
	/*margin-top: 20px;*/
}
#results{
	position:relative;
	width:100%;
	margin-bottom:20px;
	float:left
}
#adscol{
	position:relative;
	margin:60px 0 20px 75%;
}
#rightcol #adscol{
	height:200px;
	margin:0;
	width:195px;
}
* html #results_{
	height:1%;
	margin-top:20px
}
#newsearch{
    clear: left;
    color: #000000;
    display: block;
    font-size: 13px;
    height: 20px;
    padding-top: 20px;
    width: 120px;
    z-index: 100;
}
.controls_img {
    margin-bottom: -5px;
}
#resultshead{
	margin: 20px 0 15px;
	font-size:12px;
	width: 100%;
    overflow: hidden;
}
#results h1{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#50504E
}
#results h1 .linkwidgetmap {
    font-size: 12px;
    font-weight: bold;
	padding-left: 5px;
	color: #3192C4;
    text-decoration: underline;
	cursor:pointer;
}
.lead #resultshead{
	color:#0f74a8
}
.nolead #resultshead{
	color:#50504E
}
#results h1 img{
	display: none;
}
#results .result{
	float:left;
	position:relative;
	width: 100%;
	padding-bottom: 20px;
   /* border-bottom: 1px dashed #f1f1f1;*/
    margin:15px 0px 10px 0px;
}
#results .result:empty{
	display: none;
}
.ahcontainer-results{
	position: relative;
    float: left;
	width: 100%;
	display: table-cell;
    text-align: center;
}
.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
	/*width: 320px;
	height: 100px;*/
	/*margin-left: -20px;*/
	margin: 0px 0px 20px -20px;
	display:block;
}
* html #result-0{
	margin-left:5px
}
#traf-win{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:180px;
	margin:0;
	padding:6px 10px 10px 10px;
	font-size:1em;
	border:1px solid #c4c4c4;
	background:white;
	z-index:1100
}
#link-to-routes-win{
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:200px;
	margin:0;
	padding:6px 10px 10px 10px;
	font-size:1.1em;
	border: 1px solid #C4C4C4;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100
}
#link-to-routes-win textarea{
	width:174px;
	height:95px;
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:1.1em;
	color:#7A7A7A
}
.bottomLinks{
	display: block;
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.bottomLinks img{
	margin-right: 10px;
	cursor: pointer;
	height: 41px;
    width: 41px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.bottomPage{
    float: right;
    width: 100%;
    cursor: pointer;
}
.bottomPage a{
	font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.share{
	margin-top:20px;
}
wbr{
	display: inline-block
}
.close-win{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	cursor:hand
}
.result h1{
	margin-bottom:0;
	font-size: 14px;
	font-weight: bold;
}
.result h1 span.linkwidgetmap{
	color: #3192C4;
	font-size: 12px;
	margin-left: 6px;
}
.result h1 img{
	margin-left: 10px;
}
.linkonmap {
    font-size: 11px;
    font-weight: normal;
	padding-left: 5px;
	color: #3192C4;
    text-decoration: underline;
}
.linkonmap:hover {
    font-size: 11px;
    font-weight: normal;
	padding-left: 5px;
	color: #ED812B;
    text-decoration: none;
}
.speed{
	color:#0f74a8
}
.other{
	color:#29A73B
}
/*.result h1 .ajaxlink{
	font-size:1em;
	color:#7a7a7a;
	padding-bottom:1px
}
.nolead .result h1 .ajaxlink{
	color:##7a7a7a
}
.result h1 .ajaxlink:hover{
	border-bottom:0px none; 
}*/
.fellow{
        color:red;
}
.fellow:hover{
        cursor:pointer;
}
#link-to-routes{
	display:block;
	margin-top:2px;
	width:142px
}
#link-to-routes:hover{
	border-bottom:1px solid transparent
}
.routeinfo{
	margin:6px 0 20px 0;
	font-size:13px;
	color:#878787;
	/*height:60px;*/
}
.routeinfo strong{
	font-weight:normal;
	color:black
}
.routeinfo .fellaz{
	font-weight:bold
}
/*.routeinfo .ajaxlink{
	border-bottom:none
}*/
.ajaxlink{
	position:relative;
	font-size:13px;
	line-height: 18px;
	color:#7a7a7a;
	text-decoration:none;
	cursor:pointer
}
.ajaxlink:hover{
	text-decoration:none;
	border-bottom:0px none; 
	color:#000000;
}
.routeinfo .ajaxlink:hover{
	border-bottom:1px dashed #7A7A7A;
}
/*.routeinfo .ajaxlink2{
	border-bottom:none;
	color:#2abc26;
	font-weight:bold;	
}*/
.unit{
	position:relative;
	width:100%;
	padding-left:30px;
	font-size:13px;
}
.begpoint{
	background:transparent;
	padding-left:35px;
	margin:0 0 0 -5px
}
.textroute{
	z-index:0
}
.textroute .begpoint strong, .textroute .endpoint strong{
	line-height:normal;
	height:auto;
	color:#ffffff;
}
.textroute .begpoint strong{
	padding-bottom:5px;
}
.textroute .endpoint strong{
	padding-top:5px;
}
.textroute .begpoint div{
	position:absolute;
	bottom:-3px;
	left:0
}
* html .textroute .begpoint div{
	bottom:0
}
.endpoint{
	background:transparent;
	padding-left:35px;
	margin:0 0 0 -5px	
}
.textroute .endpoint div{
	position:absolute;
	top:0;
	left:0
}
* html .unit, * html .tatunit, * html .walkunit, * html .taxi, * html .metrounit, * html .endpoint, * html .begpoint{
	margin-bottom:-1px
} 
/*.tatunit{background:transparent url('../../../incity/images/spb/images_ru/icons/tat-traf-0.gif') 6px 0px repeat-y}*/
.tatunit{background:transparent url('../../../incity/images/spb/images_ru/icons/metroline.gif') 6px 0px repeat-y}
.walkunit{background:transparent url('../../../incity/images/spb/images_ru/icons/tat-traf-out.gif') 6px 0px repeat-y}
.taxi{background:transparent url('../../../incity/images/spb/images_ru/icons/metroline.gif') 6px 0px repeat-y}
.metrounit{background:transparent url('../../../incity/images/spb/images_ru/icons/metroline.gif') 6px 0px repeat-y}

.tatunit h6 em{color:#15B511}
.walkunit h6 em{color:#555555}
.metrounit h6 em{color:#555555}

.unit h6 {
	font-style:normal;
	font-weight:normal;
}
.unit h6 span{
	font-style:normal;
	font-weight:normal;
}
.unit h6 em{
	font-style:normal;
	font-weight:normal;
}
.unit h6 img{
	margin-left:6px
}
.unit strong{
	display:block;
	height:20px;
	line-height:20px;
	font-weight:bold;
	color:#555555;
}
.unit small{
	display:block;
	font-size:11px;
	margin-top:-3px;
	color:#7A7A7A
}
.toppoint
{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	background:transparent
}
.unitinfo{
	margin:22px 0 22px 0
}
.unitinfo_1{
	margin-bottom: 8px;
}
.unitinfo_1 span{
	font-size:12px;
}
.unitinfo_1 em{
	font-size:12px;
}
.unitinfo_2{
	color: #000000;
	font-weight:normal;
	font-size:12px;
	margin-bottom: 5px;
}
.unitinfo_3{
    line-height: 18px;
	margin-bottom: 3px;
}
.unitinfo_3 span{
	font-size:12px;
}
.unitinfo_3 span.lags_{
	cursor:pointer;
	cursor:hand;
	    border-bottom: 1px solid #555555 !important;
}
.unitinfo_3 span.delim-alt{
	font-size:12px;
}
.unitinfo_3 em{
	font-size:12px;
}
.unit .toppointinfo strong{
	height:auto;
	line-height:12px;
	padding:3px 0 4px 0
}
.unit .botpointinfo strong{
	height:auto;
	line-height:12px;
	padding:2px 0 5px 0
}
.botpoint{
	position:absolute;
	bottom:0;
	left:0;
	width:20px;
	height:20px;
	background:transparent
}
.arrow{
	width:170px;
	height:10px;
	padding-left:30px;
	background:transparent url('../../../incity/images/spb/images_ru/icons/arr.gif') top left no-repeat;
}
.arrow small{
	display:block;
	font-size:11px;
	line-height:8px
}
* html .botpoint{
	bottom:0px
}
* html .arrow{
	width:170px;
	height:10px;
	margin:1px 0 0 0
}
* html .specarrow{
	width:170px;
	height:10px;
	margin:1px 0 0 0
}
/* окошко загрузки */
#loading{
	position:absolute;
	top: 140px;
    left: 50%;
	display:none;
	font-size:1.2em;
	background:white url('../../../incity/images/spb/images_ru/icons/loading.gif') 10px 10px no-repeat;
	width:200px;
	padding:20px;
	z-index:11000;
	border:1px solid #C4C4C4;
	margin: 0 0 0 -100px;
}
#loading span{
	margin-left:32px
}
/*  окошко для вывода на печать */
#printblock{
	display:none;
	position:absolute;
	width:400px;
	border:3px solid #c4c4c4;
	background:white;
	top:20px;
	left:290px;
	z-index:1000
}
.printhead{
	width:360px;
	height:38px;
	margin:0px 20px 6px 20px;
	border-bottom:1px solid #c4c4c4
}
.printhead h3{
	position:absolute;
	top:20px;
	left:20px;
	color:#c4c4c4
}
#printblock h2{
	margin:20px 0 0 0
}
#printblock .result{
	margin:0 0 20px 20px;
	background:white
}
* html #printblock .result{
	margin:0 0 20px 10px;
	padding-bottom:20px;
	background:white
}
#closeprint{
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	cursor:hand
}
#doprint {
	color:#0f74a8;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	right:20px;
	top:50px;
}
#alert{
	position:fixed;
	width:280px;
	height:126px;
	display:none;
	font-size:1.2em;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:11100;
	top: 50%;
	left: 50%;
	margin: -65px 0 0 -140px;
}
/* цвета для подсветки текста */
.tat_{
	color:#284A9A
}
.sl_{
	color:#EA1C25
}
.zml_{
	color:#069D55
}
.apl_{
	color:#0351A2
}
.fl_{
	color:#05A1E1
}
.kl_{
	color:#755E33
}
.krl_{
	color:#FEAA2D
}
.tkl_{
	color:#B4178B
}
.kll_{
	color:#FFD702
}
.stl_{
	color:#ADADB0
}
.ll_{
	color:#B1D32C
}
.khl_{
	color:#1586BA
}
.btl_{
	color:#05A1E1
}
.mon_{
	color:#05A1E1
}
.rzd_{
	color:#C41719
}
.aeh_{
	color:#069D55
}
.ban_{
	color:#755E33
}
.car_{
	color:#0351A2
}
.cum_{
	color:#B4178B
}
.iw_{
	color:#726FB6
}
.nor_{
	color:#FFD702
}
.not_{
	color:#EA1C25
}
.sou_{
	color:#05A1E1
}
.eas_{
	color:#1586BA
}

input {
	font: Arial;
	border:1px solid #B3B3B3;
	background-color: #ffffff;
}
.err p{
	font-size:1.4em;
	line-height:140%
}
.maps{
	float:left;
	position:relative;
}
.piccont{
	position:relative;
	clear:left;
	padding:10px;
}
.arrownum{
	position:relative;
	float:left;
	top:-3px;
}
.picnum, .picpic, .picclose{
	float:left;
	position:relative;
}
#doprintlink {
	color:#0f74a8;
	cursor:pointer;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	left:370px;
}
#docloselink {
	color:#0f74a8;
	cursor:pointer;
	font-size:1.2em;
	position:absolute;
	left:470px;
}
#routesTypeDiv {
	float: left;
	width: 345px;
	/*height: 93px;
	margin-left: 8px;*/
	position: relative;
}
#routesType {
	font-size: 12px;
	color: #7A7A7A;
	list-style: none outside none;
	line-height: 0;
	margin: 0;
    padding: 0;
}
#wayError{
	height: 80px;
	margin-top: 20px;
	margin-left: 20px;
}
#wayErrorText{
	color: #ed1c24;
    font-size: 16px;
}
#wayErrorBut{
	color: #000000;
    font-size: 13px;
	cursor:pointer;
}
#editReqBut{
	color: #50504E;
    font-size: 13px;
	cursor:pointer;
	float: left;
}
#transportsList label {
    cursor: pointer;
    width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
#transportsList input[type="checkbox"]{
	display: none;	
}
#transportsList input[type="checkbox"] + span {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	background-size: auto;
	border:1px solid #ccc;
	border-radius:15px;
}
#transportsList .transport2 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport2-1.png');
	background-size: contain;
}
#transportsList .transport5 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport5-1.png');
	background-size: contain;
}
#transportsList .transport3 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport3-1.png');
	background-size: contain;
}
#transportsList .transport4 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport4-1.png');
	background-size: contain;
}
#transportsList .transport6 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport6-1.png');
	background-size: contain;
}
#transportsList .transport8 input[type="checkbox"] + span {
	background: url('../../../incity/images/all/icons/transport8-1.png');
	background-size: contain;
}
#transportsList input[type="checkbox"]:checked + span  	{
}
#transportsList input[type="checkbox"]:not(:checked)+ span  {
	opacity: .3;
}
.switch_type{
	display: none;
	position: absolute;
    margin-top: -38px;
    margin-left: -7px;
    background: #f1f1f1;
    padding: 6px 11px;
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    z-index: 1000;
    font-size: 16px;
	cursor: pointer;
}
@media \0screen\,screen\9 {
	span.switch_type{
		display: block;
		position: static;
		margin-top: 0;
		margin-left: 0;
		background: none;
		padding: 0;
		border: 0;
		border-radius: 0;
		z-index: auto;
		font-size: 14px;
	}
	label.switch {width: auto; height: auto; }
	span.switch { display: none !important; }
	#transportsList input[type="checkbox"]{display: block;}
	#transportsList div {width: 135px;}
}
label {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 19px;
}
.routesRadio{
    margin-bottom: 0;
    width: 12px;
}
.label_check,
.label_radio { padding-left: 27px; color: #7A7A7A;}
.label_radio { background: url('../../../incity/images/all/radio-off.gif') no-repeat; }
.label_check { background: url('../../../incity/images/all/check-off.gif') no-repeat; }
label.c_on { background: url('../../../incity/images/all/check-on.gif') no-repeat; }
label.r_on { background: url('../../../incity/images/all/radio-on.gif') no-repeat; }
.label_check input,
.label_radio input { position: absolute; left: -9999px;  display: none;}

#fellow-win{
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	padding:15px;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100;
	max-width: 350px;
}
.onefellow{
	float: left;
	padding: 0 8px 8px;
}
.f_name{
	color: #3192C4;
	font-size: 12px;
	padding-left: 3px;
}
.f_foto{
	color: #3192C4;
	padding-top: 5px;
}
.gofellow{
	background-color: #0AADCE;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
    text-align: center;
    transition: background-color 0.2s linear 0s;
    width: 100%;
}
.gofellow:hover{
	background-color: #0aadce;
	cursor:pointer;
    color: #FFFFFF;
}
.f_bottom{
	padding:10px 7px 0;
}
.tips{
	position: absolute;
	font-size: 13px;
	z-index: 10000;
	border: 1px solid rgb(170, 170, 170);
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.901961);
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 7px;
	box-sizing: border-box;
	width: 220px;
	min-height:160px;
    height:auto;
	overflow: hidden;
	display: none;
	padding: 15px;
	line-height: 16px;
}
.good_button{
	-moz-user-select: none;
    background: linear-gradient(to bottom, #51a5e5, #2d93e0 100%) repeat scroll 0 0 #2d93e0;
    border-color: #0c82c6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
	font-size: 12px;
    padding: 5px 6px;
    width: 90px;
}
.good_button:hover{
	cursor: pointer;
	background: linear-gradient(to bottom, #2d93e0 0%, #1d7ec7 100%) repeat scroll 0 0 #1b73b5;
    border-color: #095c8c;
    color: #fff;
}
#but_mon{
	margin-bottom:10px;
}
#but_year{
	margin-right:13px;
	margin-bottom:10px;
}
.saving{
	color:red;
	font-weight:bold;
}

#loading_big{
	position:absolute;
	display:none;
	width:32px;	
	height:32px;
	z-index:11000;
	width: 100%;
    top: 74px;
    text-align: center;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

/* подвал */
.footer_container{
    min-width: 320px;
    width: 100%;
    float: left;
	border-top:1px solid #C4C4C4;
}
.footer{
    min-width: 280px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
	display: flex;
    flex-flow: wrap;
}
.col_1, .col_2, .col_3{
	width:100%;
}
.col_1, .col_2{
	margin-bottom: 20px;;
}
.col_1{
	 order: 2;
}
.col_2{
	text-align: center;
	order: 1;
}
.col_3{
	order: 3;
}
.links{
	font-size:12px;
}
.links p{
	text-decoration: underline;
}
.telegram{
	background: url('../../../incity/images/all/teleg.png') no-repeat;
    height: 23px;
	margin-bottom: 9px;
}
.copyright{
	margin-bottom: 21px;
	text-decoration: none !important;
}
#questions_renew {
	display: none;
}
#questions textarea{
	width:100%;
	height:110px;
	margin-bottom:3px;
	color:#7A7A7A;
	background-color: #ffffff;
	border:1px solid #B3B3B3;
	padding: 5px;
    box-sizing: border-box;
	font-family: Arial,Sans-Serif;
	font-size:13px;
}
#email{
    width: 96%;
    height: 25px;
    padding: 0px 5px;
    margin-bottom: 3px;
    color: #7A7A7A;
    background-color: #ffffff;
    font-family: Arial,Sans-Serif;
	border:1px solid #B3B3B3;
	font-size:13px;
}
#submitquestion, #newquestion{
	border-radius: 5px;
    padding: 14px 50px;
    background: #f3655b;
    color: #fff;
    border-color: #f27168;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    line-height: 14px;
    display: inline-flex;
}
.metrika{
	position: absolute;
	top: 81px;
}
#explanation{
	min-width: 280px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
	clear:left;
	border-top:1px solid #C4C4C4;
	font-size:1.1em;
	color:#555;
	display: block;
}
#explanation p{
	width: 100%;
	text-align: justify;
}
/* Рекламные блоки */
#yandex_ad{
	float:left;
	margin:10px 20px 20px 0px;
	position:relative;
	width:74%;
}
#yandex_ad_3{
	width: 230px;
	font-size: 11px;
}

.mob{
	display: block;
}
.adweb{
	display: none;
}

/* Форма авторизации */
.popupPremium,.popupPremiumAuth{
	position: absolute;
	font-size: 13px;
	z-index: 10000;
	background-color: #fff;
	box-sizing: border-box;
	width: 176px;
	overflow: hidden;
	display: none;
	line-height: 16px;
	border:3px solid #c3c3c3;
}

.popupPremium ol,.popupPremiumAuth ol{
	padding-left: 16px;
}
.popupPremium ol li,.popupPremiumAuth ol li{
	padding-bottom: 8px;
}
.topPremium{
	width:130px;
	font-weight:bold;
}

#authForm{
	font-size:14px;
	max-width: 265px;
	padding: 15px;
}
#authForm p{
	line-height:140%;
	margin-bottom:1.4em;
}
.auth_top{
	font-weight:bold;
	padding-bottom:20px;
}
.auth_form{
	text-align: center;
}
.auth_form p{
	margin-bottom:15px !important
}
.auth_input{
	border:1px solid #c3c3c3;
	padding:13px 20px;
	width:176px;
	font: 14px Arial,sans-serif;
}
.popup_but{
	height: 50px;
    width: 218px;
	font: 14px Arial,sans-serif;
	border-radius:5px;
}
.green_but{
	border:5px solid #22b14c;
}
.red_but{
	border:5px solid #ed1c24;
}
.mail_err,.pass_err,.mail_err_2,.mail_err_auth,.pass_err_auth,.agree_err{
	color:red;
	font-size: 12px;
}
.popupMess{
	border: 1px solid rgb(170, 170, 170);
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 7px;
    height: 60px;
    left: 50%;
	top: 25%;
	color:red;
    margin: 30px 0 0 -200px;
    padding:20px;
	font-size:18px;
    position: fixed;
    width: 360px;
	text-align:center;
    z-index: 1001;
}
.popup_footer{
	border-top:1px solid #c3c3c3;
	text-align:center;
	padding: 15px 15px 0;
	overflow: hidden;
}
.popup_link{
	text-decoration:underline;
	cursor:pointer;
	color:#000000 !important;
}
#authForm_2,#authForm_3{
	margin: 36px 0 23px;
}
#close_Premium_1,#close_Premium_2{
	position:absolute;
	right:10px;
	top: 10px;
}
#facebook-button{
	display: none;
}
.close_Premium{
	cursor:pointer;
}
.version{
	background-color: #fff;
    height: 100%;
    margin: 0;
    padding-top: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.version .title{
	font-size: 30px;
	margin-bottom:40px;
}
.version .ver_but{
	position: relative;
    text-align: center;
}
.version .mob_but{
	background-color: #f9486a;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    display: inline-table;
    font-size: 22px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
}
.version .rus_but{
	background-color: #26baf1;
   border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    display: inline-table;
    font-size: 22px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
}

/*Всплывающее диалоговое окно уточнения адреса*/
.ui-dialog {
	width: 280px !important;
	top: 150px !important;
}
.ui-selectmenu,.ui-selectmenu-menu {
	width: 250px !important;
}

/*Панель соц кнопок*/
.share42init {margin-left:-30px;}
#share42 {display: inline-block; padding: 6px 5px 0 6px; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
#share42:hover {background: #F6F6F6; #border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;} 
#share42 a {opacity: 0.8} 
#share42:hover a {opacity: 0.9}
#share42 a:hover {opacity: 1}

/*Добавление расписаний*/
.lags_green {
	text-decoration:none !important;
	border-bottom: 1px solid #14b410 !important;
	font-weight: normal !important;
}
.lags_orange {
	text-decoration:none !important;
	border-bottom: 1px solid #fda92c !important;
	font-weight: normal !important;
}
.lags_red  {
	text-decoration:none !important;
	border-bottom: 1px solid #e91b24 !important;
	font-weight: normal !important;
}
.lags_black {
	text-decoration:none !important;
	border-bottom: 1px solid #555555 !important;
	font-weight: normal !important;
}
.lags_grey {
	text-decoration:none !important;
	color: #D1D1E1 !important;
	font-weight: normal !important;
}
#schedules-add{
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	width:504px;
	padding:15px;
	font-size:1.2em;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100
}
#schedules-add .blue_text1{
	color:#333333 !important;
	font-weight: bold;
	padding-bottom: 7px;
}
#schedules-add .blue_text2{
	color:#333333 !important;
	font-weight: bold;
	padding-bottom: 7px;
}
#schedules-add .blue_small{
	color:#3192C4 !important;
}
#addButton{
	margin-left: 30px;
}
.schedule-add-href{
	color:#555555;
	text-decoration: underline !important;
}
#schbtntd a:hover{
	color:#fb0318;
	text-decoration: underline !important;
}
#schInput{
	background: url('http://adresource.rusavtobus.ru/incity/images/all/input.gif') no-repeat;
    background-position: left 2px;	
	margin-left:5px;
	margin-right:5px;
	width:37px;
}
.schInputImg1{
	background: url('http://adresource.rusavtobus.ru/incity/images/all/input.gif') no-repeat;
    background-position: left 2px;
	float:left;
	position:relative;
	width:37px;
}
.schInputImg2{
	background: url('http://adresource.rusavtobus.ru/incity/images/all/input.gif') no-repeat;
    background-position: left 2px;
	width:37px;
}
.schInput{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
	width:31px;
	/*height:30px;*/
	text-align: right;	
	padding-bottom: 8px;
    padding-top: 8px;
}
.schInputInt{
	text-align:center;
	font-size:10px;
}
 .addBlueText{
	color:#333333 !important;
	font-weight: bold;
	padding-bottom: 10px;
}
.small_text2{
	vertical-align: middle;
}
.modeTop{
	width:111px;
	vertical-align: middle;
}
.radiotd{
	vertical-align: middle;
}
.radioBut{
	width:14px;
}
.radioText{
	vertical-align: middle;
}
#addSchEqual{
	display:none;
	border-top:1px solid #e3e3e3;
	margin-left: 30px;
    margin-right: 30px;
	margin-top: 7px;
}
#addWdTitle{
	display:none;
}
#addSchDiff{
	display:none;
	border-top:1px solid #e3e3e3;
	margin-left: 30px;
    margin-right: 30px;
	margin-top: 7px;
}
#addSatMode{
	display:none;
	margin-left: 30px;
    margin-right: 30px;
	margin-top: 7px;
}
#addSunMode{
	display:none;
	margin-left: 30px;
    margin-right: 30px;
	margin-top: 7px;
	border-top: 1px solid #E3E3E3;
}
.topInt{
	vertical-align: middle;
	padding-top: 13px;
}
.schInputInt{
	padding-top: 7px;
}
.intTable{
	margin-bottom: 18px;
}
.topTable{
	margin-top: 13px;
}
#sourceAdd{
	border-top: 1px solid #E3E3E3;
    display: none;
    margin-bottom: 23px;
    margin-left: 28px;
    padding-top: 15px;
}	
#schedules-hint1{
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	width:210px;
	padding:15px;
	font-size:1.2em;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100
}
#schedules-hint2{
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	width:580px;
	padding:15px;
	font-size:1.1em;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100
}
#schedules-win{
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin:0;
	width:213px;
	padding:15px;
	font-size:1.2em;
	border:1px solid #c4c4c4;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 0 15px #666666;
	background:white;
	z-index:1100
}
#schedules-win .blue_text{
	color:#3192C4 !important;
	font-weight: bold;
}
#schedules-win .title_text{
	color:#333333 !important;
	font-weight: normal;
}
#schedules-win .small_text1{
	padding-bottom: 15px;
}
#schedules-win .small_text{
}
#schedules-win .intervals th {
	font-weight:normal !important;
}
#schedules-win .intervals td {
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	padding:0px;
	width:30px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}
#schedules-win .nrb {
	border-right:none !important;
}
#schedules-win #schwddiv, #schedules-win #schdodiv {
	border-left:none !important;
	border-right:none !important;
	width:3px;
}
#schedules-win .intervals .title {
	width:20px;
	vertical-align:middle;
}
#schedules-win .intervals .nbb {
	border-bottom:none;
}
#schedules-win .btn {
	padding-top:5px;
	text-decoration:underline !important;
}
#schedules-win .intervals input {
	border:none;
	width:30px;
	padding:none;
	vertical-align:middle;
	text-align:center;
	color:#555555;
}
#schedules_save-win {
	position:absolute;
	left: 20px;
	top: 100px;
	display: none;
	background:none repeat scroll 0 0 white;
	border:1px solid #C4C4C4;
	padding:6px 10px 10px;
	width:250px;
	z-index:1200;
}
#schedules_save-win input {
	-moz-border-radius:0px 0px 0px 0px !important;
	background:none repeat scroll 0 0 white !important;
	border-collapse:none;
	border:1px solid #C4C4C4 !important;
	padding:0px;
	width:150px;
}
#schedules_save-win .save_btn {
	padding-top:10px;
}
#schedules_save-win .reason {
	padding-top:5px;
}
#schedules_save-win textarea {
	background:none repeat scroll 0 0 white;
	border:1px solid #C4C4C4;
	padding:0px;
	width:250px;
}
#intervalEdit{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
	width:31px;
	text-align: right;	
	padding-bottom: 8px;
    padding-top: 8px;	
}
#intervalWord{
	float:left;
	margin-right:2px;
}
#interval{
	float:left;
}
#intervalMin{
	margin-left:2px;
}

@media all and (min-width: 375px) {
	#cityList{
		padding: 10px;
	}
	#list li {
		 width: 170px;
	}
	.flag {
		width: 22px;
	}
	.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		/*width: 335px;*/
		margin-left: 0;
	}
	.popupPremium,.popupPremiumAuth{
		width: 330px;
	}
	.topPremium{
		width:250px;
	}
	/*Всплывающее диалоговое окно уточнения адреса*/
	.ui-dialog {
		width: 330px !important;
	}
	.ui-selectmenu,.ui-selectmenu-menu {
		width: 300px !important;
	}
	#email{
		padding: 0px 6px;
	}
}

@media all and (min-width: 576px) {
	.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		/*width: 536px;*/
	}
	.popupPremium.popupPremiumAuth{
		position: absolute;
		min-height:400px;
		height:200px;
		height:auto;
		overflow:hidden;
	}
	/*Всплывающее диалоговое окно уточнения адреса*/
	.ui-dialog {
		width: 400px !important;
	}
	.ui-selectmenu,.ui-selectmenu-menu {
		width: 370px !important;
	}
	#email{
		padding: 0px 5px;
		width: 98%;
	}
}

@media all and (min-width: 768px) {
	#email{
		padding: 0px 6px;
	}
	#results h1{
		font-size:14px;
	}
	.ajaxlink{
		line-height: 17px;
	}
	#results .result{
		border-bottom: none;
		padding-bottom: none;
	}
	.bottomPage{
		display: none;
	}
	.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		/*width: 728px;*/
	}
}
/*min-width: 800px и ориентация альбомная - это комп, осн версия*/
@media all and (min-width: 800px)  and (orientation: landscape) {
	.col_1 {
		order: 1;
	}
	.col_2 {
		order: 2;
	}
	.col_1, .col_2, .col_3{
		width:33.3333333%;
	}
	.links {
		margin-left: 20px;
	}
	#submitquestion, #newquestion{
		padding: 14px 34px;
	}
	.ya-share2__list {
		line-height: 32px !important;
	}
	.header, .main, .footer{
		max-width: 1290px;
	}
	.main{
		padding: 20px 20px 20px 20px;
	}
	
	.map_container {
		height: 474px;
		width: calc(100% - 360px);
	}
	.search_form_container {
		width: 360px;
		height: 474px;
	}
	#search_area, #objects_area,  #myroutes_area {
		width: 360px;
	}
	#search_area table.form, #objects_area table.form,  #myroutes_area table.form {
		width: 360px;
	}
	table.addr_fields {
		max-width: 320px;
	}
	.house .field, .corp .field, .building .field {
		min-width: 30px;
	}
	#timepicker option, #datepicker option{
		padding: 7px 4px 7px 0px;
	}
	.bigmap{
		height:474px;
		width: calc(100% - 42px);
	}
	#exp_map{
		display: block;
		float: left;
		margin-top: -1px;
		cursor: pointer;
		width: 27px;
		margin-left: 15px;
		height:474px;
	}
	#results .result{
		width: 232px;
	}
	.mob{
		display: none;
	}
	.adadaptive-before-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		display: none;
	}
	.adweb{
		display: block;
	}
	#email{
		width: 395px;
		padding: 0px 5px;
	}
	#submitquestion, #newquestion{

	}
	#list{
		 height: 540px;
	}
	#cityList {
		padding: 15px;
	}
	#list li {
		font-size: 14px;
		width: 173px;
	}
	#reverselinkDiv{
		display: block;
		float: left;
		width: 180px;
		line-height: 16px;
		position: relative;
	}
	#link-to-routes-win{
		width:200px;
	}
	#link-to-routes-win textarea {
		width: 205px;
	}
	#results h1 img{
		margin-left:6px;
		cursor:pointer;
		cursor:hand;
		display: inline-block;
	}
	#printall{
		display: inline-block;
	}
}
@media all and (min-width: 992px) {
	.header, .main, .footer, #explanation{
		max-width: 1290px;
	}
	.main{
		padding: 20px 20px 20px 20px;
	}	
	#logo {
	    width: 286px;
		background-size: 74%;
		-webkit-background-size: 74%;
		-o-background-size: 74%;
		-moz-background-size: 74%;
	}
	.map_container {
		height: 474px;
		width: calc(100% - 360px);
	}
	.search_form_container {
		width: 360px;
		height: 474px;
	}
	#search_area, #objects_area,  #myroutes_area {
		width: 360px;
	}
	#search_area table.form, #objects_area table.form,  #myroutes_area table.form {
		width: 360px;
	}
	table.addr_fields {
		max-width: 320px;
	}
	.house .field, .corp .field, .building .field {
		min-width: 30px;
	}
	#timepicker option, #datepicker option{
		padding: 7px 4px 7px 0px;
	}
	.bigmap{
		height:474px;
		width: calc(100% - 42px);
	}
	#exp_map{
		display: block;
		float: left;
		margin-top: -1px;
		cursor: pointer;
		width: 27px;
		margin-left: 15px;
		height:474px;
	}
	#results .result{
		width: 232px;
	}
	.mob{
		display: none;
	}
	.adadaptive-before-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		display: none;
	}
	.adweb{
		display: block;
	}
	.col_1, .col_3{
		width:25%;
	}
	.col_2{
		width:50%;
	}
	.links {
		margin-left: 0px;
	}
	#questions textarea{
		width:407px;
	}
	#email{
		width: 395px;
	}
	#submitquestion, #newquestion{

	}
	#list{
		 height: 540px;
	}
	#cityList {
		padding: 15px;
	}
	#list li {
		font-size: 14px;
		width: 173px;
	}
	#reverselinkDiv{
		display: block;
		float: left;
		width: 180px;
		line-height: 16px;
		position: relative;
	}
	#printall {
		display: none;
	}
	#link-to-routes-win{
		width:255px;
	}
	#link-to-routes-win textarea {
		width: 230px;
	}
	.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		/*width: 800px;*/
	}
	#results h1 img{
		margin-left:6px;
		cursor:pointer;
		cursor:hand;
		display: inline-block;
	}
	#printall{
		display: inline-block;
	}
	/*Всплывающее диалоговое окно уточнения адреса*/
	.ui-dialog {
		width: 550px !important;
	}
	.ui-selectmenu,.ui-selectmenu-menu {
		width: 520px !important;
	}
}
@media all and (min-width: 1024px) {
	#nextpage,#prevpage{
		position: relative;
		float: left;
		display: block;
		border:0px none; 
	}
	#nextpage em, #prevpage em{
		display:none
	}
	.next,.prev{
		cursor:pointer;
		cursor:hand
	}
	/*#results{
		width:960px;
	}*/
}
@media all and (min-width: 1120px) {
	#results .result{
		width: 278px;
	}
}
@media all and (min-width: 1200px) {
	.map_container {
		width: calc(100% - 360px - 265px);
	}
	.right_container {
		display: block;
		width: 250px;
	}
	.avadaptive-right-map{
		display: inline-block;
	}
	.adadaptive-before-map, .adadaptive-under-map, .adadaptive-results-1, .adadaptive-results-2, .adadaptive-results-3, .adadaptive-results-4, .adadaptive-results-5, .adadaptive-results-6, .adadaptive-results-7, .adadaptive-results-8{
		/*width: 930px;*/
	}
}
@media all and (min-width: 1360px) {
	.search_form_container {
		width: 400px;
	}
	#search_area, #objects_area,  #myroutes_area {
		width: 400px;
	}
	#search_area table.form, #objects_area table.form,  #myroutes_area table.form {
		width: 400px;
	}
	table.addr_fields {
		max-width: 360px;
	}
	.map_container {
		width: calc(100% - 400px - 265px);
	}
}
.ad-container {
  border: 1px solid #C4C4C4;
  color: #3d3f43;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ad-container img {
  width: 100%;
  max-width: 280px;
  max-height: 150px;
  height: auto;
  flex-shrink: 0;
}

.ad-content {
  padding: 10px;
  flex-grow: 1;
}

.ad-text {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.ad-button {
  display: inline-block;
  background-color: #007BFF;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

@media (max-width: 853px) {
  .ad-container {
      flex-direction: column;
      align-items: flex-start;
  }

  .ad-text {
      font-size: 24px;
      text-align: center;
      width: 100%;
  }

  .ad-button {
      display: block;
      margin: 0 auto;
  }

  .ad-container img {
      max-width: 100%;
      height: auto;
  }
}



/*@media (min-width:320px)  {  smartphones, iPhone, portrait 480x320 phones }*/ 
/* @media (min-width:481px)  { portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. }*/ 
/* @media (min-width:641px)  { portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones }*/ 
/* @media (min-width:961px)  { tablet, landscape iPad, lo-res laptops ands desktops }*/ 
/* @media (min-width:1025px) { big landscape tablets, laptops, and desktops }*/ 
/* @media (min-width:1281px) { hi-res laptops and desktops }*/ 
