.arrow-right { 
	width: 0;
	height: 0;
	display: block;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #000;
}

.arrow-bottom { 
	width: 0;
	height: 0;
	display: block;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #000;
}

.arrow-left { 
	width: 0;
	height: 0;
	display: block;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #000;
}

.arrow-top { 
	width: 0;
	height: 0;
	display: block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #000;
}

body * {
	font-family: Lato, sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	text-align: left;
	letter-spacing: -0.025em;
	text-decoration: none;
	hyphens: none;
	-webkit-hyphens: none;
}

div[style='padding-top:2.5px; padding-bottom:5px;'] {
		padding: 0 !important;
		margin: 1em 0;
		line-height: 1.5em;
}


.tour-copyright-link {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: rgba(240, 240, 240, 1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); 
	padding: 24px;
	text-decoration: none;
}

.simple-yandex-map__simple-cluster-caption {
	display: inline-block;
	color: #eeeeee;
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); 

	border-radius: 28px;
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.25);

	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.simple-yandex-map__rich-cluster-caption {
	display: inline-block;
	color: #eeeeee;
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border-radius: 1em;
	font-size: 13px;
	padding: 0.5em 1.5em;
	line-height: 1.5em;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

/*[class$='default-cluster'] {
	width: auto !important;
	height: auto !important;
}
*/
.simple-yandex-map__hint {
	display: inline-block;
	color: #eeeeee;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); 	
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.5em 1em;

	border-radius: 8px;

	text-align: center;
	vertical-align: middle;

	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
@font-face {
  font-family: 'nav_arrows';
  src: url('../fonts/nav_arrows.eot?25237772');
  src: url('../fonts/nav_arrows.eot?25237772#iefix') format('embedded-opentype'),
       url('../fonts/nav_arrows.woff2?25237772') format('woff2'),
       url('../fonts/nav_arrows.woff?25237772') format('woff'),
       url('../fonts/nav_arrows.ttf?25237772') format('truetype'),
       url('../fonts/nav_arrows.svg?25237772#nav_arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff2') format('woff2'); /* Modern Browsers */
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Light.woff2') format('woff2'); /* Modern Browsers */
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'); /* Modern Browsers */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
