*, *::after, *::before {
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #333;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.fotomett > div {
	position: relative;
}
.fotomett img {
	position: relative;
	z-index: 2;
}
.fotomett i {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 15px;
	display: block;
	font-style: normal;
/*	background-color: #fff;*/
	padding: 3px 5px 3px 12px;
	font-size: 11px;
	width: 100px;
}
.anim {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.clearfix:after, .clearfix:before {
	content: '';
	clear: both;
	float: none;
	display: block;
}
#photosestID > div {
	position: relative;
	display: inline-block;
	margin: 0 7px 7px 0;
	border-radius: 5px;
	border: 3px solid transparent;
}
#photosestID > div:hover {
	border: 3px solid red;
}
#photosestID img {
	position: relative;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}
#photosestID span {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
	padding: 3px 6px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border-radius: 10px;
}
.videofan {
	position: relative;
	min-width: 300px;
	height: 100%;
	display: block;
}
.videofan img {
	border-radius: 6px 6px 0 0;
}
.videofan i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/i/yt.png') 50% 50% no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.videotxt {
	padding: 15px;
}
select, input, textarea {
	font-size: 16px;
	line-height: 24px;
}
H1 {
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	padding: 0px 0 1em 0;
	margin: 0;
	color: #333;
}
.videotxt H1 {
	font-size: 17px;
	line-height: 22px;
}
H1 a {
	color: #333;
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
a {
  color: #083e7a;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
	color: #083e7a;
	text-decoration: none;
}
.main {
	width: 100%;
	height: 100%;
}
#topbl {
	background-color: #434e59;
	width: 100%;
	padding: 0.5em 1em;
	display: block;
	z-index: 1000000;
	position: relative;
	box-shadow: 0px 15px 25px 0px rgba(8, 62, 0, 0.3);
}
#topbl input, #topbl select {
/*	box-shadow: inset 3px 3px 5px 0px rgba(8, 62, 0, 0.3);*/
	float: left;
	padding: 7px 15px;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	width: 400px;
/*	margin: 6px 20px 0 0;*/
	border: 0px;
	background-color: #549530;
	color: #c4edbf;
	transition: all 0.5s;
	position: relative;
}
#topbl input:hover {
	background-color: #80c15c;
	color: #000;
}
.logo {
	background: url('/i/pla.png') no-repeat right bottom;
	margin: 0px !important;
	padding: 10px 60px 10px 10px;
}
.logo a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}
.logo img {
	float: left;
	margin: -6px 15px 0 0;
	height: 40px;
/*	border-radius: 100%;
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.3);*/
}
.seltop select {
	background-color: #fff;
	padding: 10px 10px;
	margin-left: 10px;
	border: 2px solid rgba(0,0,0,0.2);
	font-size: 14px;
}
.seltop a {
	background-color: #fff;
	padding: 6px 10px;
	border: 2px solid rgba(0,0,0,0.2);
}
.mainbl {
	clear: both;
	float: none;
/*	overflow: hidden;*/
	height: 100%;
	position: relative;
}
#map {
	width: 100%;
	height: 100%;
}
.rightbl, .rightblmain {
	position: absolute;
	top: 0px;
	right: -200px;
	z-index: 1000;
	width: 0px;
	opacity: 0;
	background-color: #fff;
	padding: 1.5em 2em;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 0 6px;
	overflow: auto;
}
.closebl, .closeblmain {
	position: absolute;
	z-index: 1001;
	right: 20px;
	top: 20px;
	width: 15px;
	height: 15px;
	background: url('/i/clo.png') no-repeat center center;
	background-size: cover;
}
.rightblmain {
	z-index: 2000;
}
.closeblmain {
	z-index: 2001;
}
.rightblshow {
	right: 0px;
	width: 500px;
	opacity: 1;
}
.items {
	margin-top: 1em;
}
.items h3 {
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  margin: 0;
  color: #333;
}
.items > div {
	padding: 0px 10px;
	margin: 0px 0 0px -10px;
	cursor: pointer;
}
.items > div i {
	display: block;
	padding-top: 3px;
	color: #aaa;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
}
.items img {
	opacity: 0.2;
}
.items > div:hover {
	color: #333;
	background-color: #eee;
}
.items > div:hover img {
	opacity: 1;
}
.rightfavor {
	display: grid;
	grid-template-columns: 30px 1fr 70px;
	grid-gap: 1em;
/*	align-items: center;*/
}
.rightfavor .imgs img {
	opacity: 1;
	border-radius: 3px;
	width: 100%;
}
.rightfavorico img {
	opacity: 1;
	width: 100%;
	vertical-align: middle;
}
.rightfavorico {
	display: flex;
	align-items: center;
	background: url('/i/rr.png') repeat-y center center;
}
.rightfavor .wind span {
	background-color: #eee;
}
.rightfavor .wind span a {
	color: #555;
}
.itemaction {
	color: #333;
	background-color: #eee;
}
.itemsa {
/*	line-height: 100%;*/
}
.itemsedit {
	width: 10px;
	margin-top: 5px;
	float: right;
}
@media screen and (max-width: 540px) {
	.rightblshow {
		width: 100%;
	}
}
.twitter-typeahead { display:initial !important; }
.bootstrap-tagsinput {line-height:40px;display:block !important;}
.bootstrap-tagsinput .tag {background:#09F;padding:2px 5px;border-radius:4px;font-size:12px}
.tt-hint {top:-2px !important;color:#aaa !important;}
.tt-input{vertical-align:baseline !important;}
.typeahead { border: 1px solid #CCCCCC;border-radius: 4px;padding: 8px 12px;width: 300px;font-size:1.5em;}
.tt-menu { width:300px; }
span.twitter-typeahead .tt-suggestion {padding: 10px 20px;	border-bottom:#CCC 1px solid;cursor:pointer;}
span.twitter-typeahead .tt-suggestion:last-child { border-bottom:0px; }
.avtoriz, .avtorizno {
	display: none;
}
.micon {
	display: inline-block;
	width: 41px;
	height: 41px;
	border-radius: 2px;
	transition: all 0.5s;
	background-size: auto;
	background-size: 60% 60%;
	border: 2px solid rgba(0,0,0,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}
.micon:hover {
	background-color: #f4f4f4;
}
.menu-add {
	background-image: url('/i/leftmenu-add.png');
}
.findfav {
	background-image: url('/i/location.png');
}
.menu-enter {
	background-image: url('/i/enter.png');
}
.micon a.active {
	background-color: #f4f0d3;
}
/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
 
/* слой затемнения */
 
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
/* активируем модальное окно */
 
/*.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
.dm-modal {
    display: inline-block;
    padding: 20px;
    width: 40%;
    background: #eee;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #000;
    text-align: left;
    position: relative;
    border-radius: 4px;
}
.dm-page {
    height: 500px;
    overflow-y: auto;
}
.dm-modal h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px 0 20px 0px;
	margin: 0;
	color: #000;
	text-align: center;
}
.close {
	position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* варианты фонвой заливки модального блока */
 
.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */
 
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.dm-overlay input[type=text], .dm-overlay input[type=file], .dm-overlay textarea, .dm-overlay select {
	padding: 7px 15px;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	border: 0px;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #fff;
}
.tt-input, .tt-hint {
	padding: 0px !important;
	border: 0px !important;
	display: inline;
}
.bntfind {
	background-color: #434e59;
	padding: 8px 25px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.bntfind:hover {
	background-color: #0d2300;
}
.labels {
	background-color: #f35048;
	padding: 1px 10px 1px 10px;
	color: #5c1410;
	border-radius: 10px 0 10px 0;
}
.wind {
}
.icon {
	margin: 10px 0 0 0;
}
.icon img {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 20px;
}
.wind span {
	display: inline-block;
	background-color: #ddd;
	border-radius: 5px;
	padding: 0px 6px 2px;
	margin: 0 4px 4px 0;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	cursor: pointer;
	transition: all 0.5s;
}
.wind span a {
	line-height: inherit;
}
.seltags {
	margin-top: 10px;
}
.seltags > span {
	display: inline-block;
	background-color: #ddd;
	border-radius: 5px;
	padding: 1px 6px;
	margin: 0 4px 4px 0;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	cursor: pointer;
	transition: all 0.5s;
}
.rightblmain li a {
}
.rightblmain span {
	padding: 3px 10px;
	margin: 0 6px 6px 0;
	font-size: 14px;
	line-height: 18px;
}
.activefavor {
	text-decoration: none;
	font-weight: bold;
}
.wind span a {
	color: #000;
	text-decoration: none;
}
.wind span:hover, .seltags > span:hover {
	background-color: #aaa;
}
.wind time {
	float: right;
	background: url('/i/datepost.png') no-repeat center left;
	padding-left: 20px;
	font-size: 11px;
	line-height: 12px;
	color: #777;
	min-height: 13px;
}
.rightbl h2, .rightblmain h2 {
	background-color: #4b8e73;
	color: #fff;
	padding: 5px 25px 5px 15px;
	margin: 25px 0 15px -30px;
	display: inline-block;
	border-radius: 0 30px 6px 0;
}
.favitems {
	margin: 0px -10px;
	padding: 10px;
}
.favitems:hover {
	background-color: #eee;
}
.favitems a {
	color: #000;
	text-decoration: none;
}
.favitems_track {
	display: block;
	padding-top: 3px;
	color: #888;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
}
span.bbaction {
	background-color: #777;
}
span.bbaction a {
	color: #fff;
}
.bllegenda {
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-gap: 10px;
}
.bllegenda img {
	width: 100%;
}
.bllegenda i {
	display: block;
	padding-top: 3px;
	color: #aaa;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
}
/*#topbl input.loading:after {
	position: absolute;
	right: -20px;
	width: 16px;
	height: 16px;
    background: url(/i/91.gif) right center no-repeat;
}*/
.delmets {
	font-size: 12px;
	color: #fda3a3;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
.wind .delmet:hover {
	color: red;
}
.wind .delmet {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 12px;
	color: #fda3a3;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.windimg {
	position: relative;
}
.windimg > a {
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.windimg img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.windimg > div {
	margin: 1em 0 0 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.windimg > div a {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 0 5px 0 0;
}
.windimg > div a:hover {
	border: 1px solid #fff;
}
.windimg > div img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 5px;
}
.pac-container {
	z-index: 1000000 !important;
}
@media screen and (max-width: 540px) {
	#topbl input {
		width: 150px;
	}
	.menu a {
		margin: 0px;
	}
}
.ui-pnotify.stack-bar-bottom {
	margin-left: 15%;
	right: 1em;
	bottom: auto;
	top: 120px;
	left: auto;
}
.showall {
	border-bottom: 1px dotted #777;
	padding-top: 5px;
	display: block;
	float: right;
	font-size: 11px;
	line-height: 12px;
	color: #777;
	cursor: pointer;
}
.showall:hover {
	color: red;
	border-bottom: 0px;
}
.closetop {
	right: -15px !important;
	top: -15px !important;
}
.gm-style-iw-1 {
	position: absolute;
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
}
.allvideo {
	width: 300px;
	height: 450px;
/*	margin: 0 1em; */
	cursor: pointer;
	text-align-last: left;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.allvideo > div {
	overflow: hidden;
	height: 420px;
	padding: 1em;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.allvideo:hover {
	position: relative;
	overflow: visible;
}
.allvideo:hover > div {
	background-color: #eee;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	height: auto;
}
.allvideo:hover .hidt {
	display: block !important;

}
div.link_bar{margin:1.2em 2em 0 0;}
.link_bar a {
	border: 1px solid #c9c9c9;
	padding: 4px 6px 3px;
	background:#f4f4f4;
	background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,1)),to(rgba(238,238,238,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:-o-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	background:linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color: #545353;
	text-decoration: none;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	text-shadow: 1px 1px 0 #fff;
}
.link_bar a:hover {
	color: #000;
	text-decoration: underline;
}
.pagecurrent {
	border-radius: 2px;
	border: 1px solid #505050;
	padding: 4px 6px 3px;
	background-color: #676767;
	color: #fff;
	text-decoration: none;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0 #000;
}
@media screen and (max-width: 380px) {
	#topbl .logo img {
		height: 30px;
		margin: 8px 10px 0 0 ;
	}
	#topbl input {
		width: 120px;
	}
}
.amarker {
  animation: jump .5s linear alternate infinite;
}
@keyframes jump {
  0%   {top:0px}
  40%  {top:5px}
  100% {top:10px}
}
.ui-state-highlight {
	min-height: 25px;
}
.leaflet-popup-content-wrapper {
	padding: 0px;
}
.leaflet-popup-content {
	margin: 0;
}
.pac-logo:after {
	display: none !important;
}
.leaflet-routing-container {
	display: none;
}