﻿/*

Theme Name: Nanaz
Author: Джон Доу

*/

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	position: relative;
    background-color: #e8e8e9;
	min-width: 320px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
    font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
	margin: 20px 0;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 20px 0;
}

p button {
    background-color: #f0efed;
	display: inline-block;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	border: none;
	outline: none;
	padding: 2px 4px;
}

a {
	color: #E67B57;
	text-decoration: none;
}

.main {
    position: relative;
    flex: 1 0 auto;
	padding-top: 20px;
}

.row {
    font-size: 0;
}


/* АДАПТИВ */


@media screen and (min-width: 980px)  {
	
	body {
		font-size: 19px;
		line-height: 1.7;
	}
	
	h1 {
		font-size: 46px;
	}
	
	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
	
	.container {
		position: relative;
		width: 100%;
		max-width: 1320px;
		padding-left: 30px;
		padding-right: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.columns {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-content: stretch;
	}
	
	.columns .col {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	
	.columns .col:last-child {
		margin-right: 0;
	}
	
	.columns .col.half {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	
	.block {
		padding: 30px;
		margin-bottom: 25px;
	}

	.block .name {
		padding: 20px 30px;
		margin: -30px -30px 0;
	}
	
	.hero {
		margin-bottom: 25px;
	}
	
	.content {
		position: relative;
		padding-right: 300px;
	}
	
	.side {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 275px;
	}
	
	.side .toc {
		position: sticky;
		top: 15px;
		width: 275px;
		max-height: 95vh;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.side .toc::-webkit-scrollbar { 
		width: 0; 
		height: 0;
	}
	
	.today .namaz {
		margin: 0 -30px -30px;
	}
	
	.today .namaz dl {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.qibla {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: -30px;
	}
	
	.listing .card span {
		padding: 15px 30px;
	}
	
	.listing.locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.listing.locations li {
		width: -moz-calc(20% - 20px);
		width: -webkit-calc(20% - 20px);
		width: calc(20% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.listing.articles {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.listing.articles .card {
		width: -moz-calc(33.3333% - 24px);
		width: -webkit-calc(33.3333% - 24px);
		width: calc(33.3333% - 24px);
		margin: 12px;
	}
	
	.listing.articles .card span {
		font-size: 18px;
	}
	
	.text {
		font-size: 17px;
	}
	
	.footer .bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.footer .bottom .copyright {
		margin-right: auto;
	}
	
	.footer .bottom .languages {
		margin-left: auto;
	}
	
}


@media screen and (max-width: 979px) {
	
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}
	
	.main {
		text-align: center;
	}
	
	.container {
		position: relative;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}
	
	.block {
		padding: 20px;
		margin-bottom: 20px;
	}

	.block .name {
		padding: 20px;
		margin: -20px -20px 0;
	}
	
	.hero {
		margin-bottom: 20px;
	}
	
	.today .namaz {
		margin: 0 -20px -20px;
	}
	
	.today .namaz dl {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.faq .item .answer {
		font-size: 16px;
	}
	
	.qibla {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -20px;
	}
	
	.listing .card span {
		padding: 15px 20px;
	}
	
	.listing.locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.listing.locations li {
		width: -moz-calc(33.3333% - 20px);
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.listing.articles {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.listing.articles .card {
		width: -moz-calc(50% - 24px);
		width: -webkit-calc(50% - 24px);
		width: calc(50% - 24px);
		margin: 12px;
	}
	
	.listing.articles .card span {
		font-size: 18px;
	}
	
	.text {
		font-size: 17px;
	}
	
	.picture {
		margin: 0 -20px;
	}
	
	.picture .caption {
		margin: 0 20px;
	}
	
	.footer {
		text-align: center;
	}
	
	.footer .bottom .copyright {
		margin: 0 auto 20px;
	}
	
	.footer .bottom .languages {
		margin: 0 auto;
	}
	
}


@media screen and (max-width: 640px) {
	
	.table table {
		display: inline-block;
		overflow-x: auto;
		overflow-y: scroll;
	}
	
	.table table::-webkit-scrollbar { 
		width: 0; 
		height: 0;
	}
  
}


@media screen and (max-width: 540px) {
	
	.listing.locations li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
	.listing.articles {
		margin-right: 0;
		margin-left: 0;
	}
	
	.listing.articles .card {
		width: 100%;
		margin: 12px auto;
	}
	
}


@media screen and (max-width: 480px) {
	
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.text {
		font-size: 16px;
	}
	
}


@media screen and (max-width: 360px) {
	
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}
	
	.block {
		padding: 15px;
	}

	.block .name {
		padding: 20px 15px;
		margin: -20px -15px 0;
	}
	
	.today .namaz {
		margin: 0 -15px -15px;
	}
	
	.today .namaz dl {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.qibla {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -15px;
	}
	
	.listing .card span {
		padding: 15px;
	}
	
	.picture {
		margin: 0 -15px;
	}
	
	.picture .caption {
		margin: 0 15px;
	}
	
}


@media screen and (max-width: 320px) {
	

	
}


@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
	

	
}


/* ТАБЫ */

.tablist .tabs {
	overflow-x: scroll;
	white-space: nowrap;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	margin-bottom: 35px;
}

.tablist .tabs::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tablist .tabs .tab {
	background-color: transparent;
    display: inline-block;
	opacity: .8;
    cursor: pointer;
	font-family: inherit;
    color: #000;
	font-weight: 400;
	line-height: 1.3;
    border: none;
	border-bottom: 1px solid transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0 0 15px;
	margin-right: 20px;
}

.tablist .tabs .tab:last-child {
	margin-right: 0;
}

.tablist .tabs .tab:hover {
	opacity: 1;
}

.tablist .tabs .tab.active {
	opacity: 1;
    cursor: default;
	color: #000;
	border-color: #E67B57;
}

.tablist .tabpanel {
	display: none;
}

.tablist .tabpanel.active {
    display: block;
}


/* БЛОКИ */

.block {
    position: relative;
    background-color: #fff;
	overflow: hidden;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
	border-radius: 8px;
}

.block .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.4;
	text-align: left;
    -webkit-box-shadow: 0px 1px 0px 0px #ddd;
    box-shadow: 0px 1px 0px 0px #ddd;
}

.block .name:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
	background-color: #E67B57;
    display: block;
    width: 100px;
    height: 1px;
}

.block .name h1,
.block .name h2,
.block .name h3,
.block .name h4,
.block .name h5,
.block .name p,
.block .name .h3 {
	color: #333;
    font-size: 18px;
	font-weight: bold;
    margin: 0;
}


/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
	color: #000;
	font-size: 13px;
	margin-bottom: 20px;
}

.breadcrumbs a {
	color: #000;
	text-decoration: underline;
}


/* ГЛАВНЫЙ ЭКРАН */

.hero {
	position: relative;
	background-color: #040404;
	text-align: center;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
	border-radius: 8px;
	padding-top: 10%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10%;
}

.hero img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 100%;
    max-height: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	image-rendering: pixelated;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.hero h1,
.hero .breadcrumbs {
	z-index: 2;
	position: relative;
	color: #fff;
}

.hero .breadcrumbs a {
	color: #fff;
}

.hero .search {
	z-index: 2;
	position: relative;
	max-width: 728px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0;
}

.hero .search input {
	background-color: #fff;
	width: 100%;
	height: 50px;
	font-size: 17px;
	white-space: nowrap;
	outline: none;
	border: none;
	border-radius: 8px;
	padding: 0 15px;
}


/* СОДЕРЖАНИЕ */

.side .toc {
	counter-reset: list;
	text-align: left;
}
	
.side .toc li a {
	display: block;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	padding-top: 9px;
	padding-bottom: 9px;
}

.side .toc li a:hover {
	color: #E67B57;
}

.side .toc li a:before {
    content: counter(list) ". ";
	counter-increment: list;
}


/* НАМАЗ */

.today .namaz {
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.today .namaz dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.today .namaz dl.active {
	background-color: #E67B57;
	color: #fff;
}

.today .namaz dl:last-child {
	border-bottom: none;
}

.today .namaz dl dt {
	display: block;
	font-weight: bold;
	margin-right: auto;
}

.today .namaz dl dt span {
	display: block;
	opacity: .75;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
}

.today .namaz dl dd {
	margin-left: auto;
}

.today .namaz dl dd time {
	font-weight: bold;
}


/* ССЫЛКИ */

.links {
	font-size: 0;
	text-align: left;
	margin-bottom: 15px;
}

.links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 10px;
}

.links li a {
	background-color: #fff;
	display: block;
	color: #333;
	font-size: 15px;
	border-radius: 8px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
	padding: 8px 12px;
}

.links li a:hover {
	color: #000;
}


/* СПИСОК */

.list {
	margin-top: 20px;
}

.list dl {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	font-size: 15px;
	text-align: left;
    border-bottom: 1px solid #ddd;
	padding: 12px 0;
	margin: 0;
}

.list dl:last-child {
    border-bottom: none;
}

.list dl dt {
	color: rgb(0 0 0 / 58%);
	padding-right: 10px;
	margin-right: auto;
}

.list dl dd {
	margin-left: 0;
}


/* ТАБЛИЦА */

.table table {
    width: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-align: center;
}

.table table thead tr,
.table table tbody tr {
	width: 100%;
	border: none;
}

.table table thead tr th,
.table table tbody tr td {
	padding: 8px 14px;
}
	
.table table thead tr th {
	font-weight: bold;
}

.table table thead tr th {
	font-size: 13px;
}

.table table tbody tr td {
	font-size: 19px;
}

.table table tbody tr td span {
	font-size: 14px;
}

.table table thead tr th:nth-child(2n),
.table table tbody tr td:nth-child(2n) {
	background-color: #fafafa;
}

.table table tbody tr:hover td {
	background-color: #555;
	color: #fff;
}

.table table tbody tr.active td {
	background-color: #E67B57;
	color: #fff;
}


/* ВОПРОСЫ НА ОТВЕТЫ */

.faq {
    text-align: left;
}

.faq .item {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.faq .item:last-child {
	border-bottom: none;
}

.faq .item .question {
    position: relative;
	display: block;
	cursor: pointer;
    color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	padding-right: 30px;
	margin: 0;
}

.faq .item .question:after {
    content: "+";
    position: absolute;
	top: 2px;
    right: 0;
	color: #E67B57;
    font-size: 23px;
	line-height: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.faq .item.active .question:after {
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.faq .item .answer {
	font-size: 15px;
	font-weight: 400;
    padding: 16px 0 0;
}


/* МЕЧЕТИ */

.mosques {
	position: relative;
    text-align: left;
}

.mosques .mosque {
	position: relative;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	margin-top: 25px;
	padding-bottom: 25px;
}

.mosques .mosque .mosque-name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mosques .mosque .address,
.mosques .mosque .working-hours,
.mosques .mosque .phone {
	position: relative;
	font-size: 15px;
	margin-bottom: 15px;
}

.mosques .mosque .phone a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.mosques .button {
    background-color: transparent;
    font-family: inherit;
	display: block;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    border: 1px solid #ccc;
    outline: none;
	border-radius: 8px;
    padding: 7px 14px;
    margin: 45px auto;
}


/* КИБЛА */

.qibla {
	height: 400px;
}

.qibla .marker {
	position: relative;
	width: 70px;
	height: 70px;
}

.qibla .marker:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
	width: 70px;
	height: 70px;
	display: block;
	border: 18px solid #E67B57;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	transform: rotate(45deg);
}

.qibla .marker:before {
    content: "";
	z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
	border: 18px solid #E67B57;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}


/* БЛОГ */

.listing {
	margin-top: 15px;
}

.listing .card {
	background-color: #fff;
	max-width: 403px;
    display: inline-block;
    vertical-align: top;
	overflow: hidden;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
}

.listing .card:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.listing .card img,
.listing .card .thumbnail {
	width: 100%;
	max-height: 264px;
	display: block;
}

.listing .card .thumbnail {
	position: relative;
	border-bottom: 1px solid rgb(96 125 139 / 12%);
	padding-top: 65.104%;
}

.listing .card span {
    width: 100%;
    display: block;
    overflow: hidden;
	color: #000;
}

.listing.locations {
	text-align: left;
}

.listing.locations li {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-bottom: 6px;
}

.listing.locations li a {
	display: block;
    overflow: hidden;
	color: #000;
	font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 1.4;
}


/* ТЕКСТ */

.text {
	line-height: 1.7;
	text-align: left;
}

.text ul {
    display: table;
    margin: 25px 0;
}

.text ul li {
    position: relative;
    display: block;
    margin: 3px 0;
	padding-left: 16px;
}

.text ul li:after {
	content: ''; 
	position: absolute;
	left: 0;
    top: 13px;
    background-color: #042b5b;
    width: 3px;
	height: 3px;
}

.text ol {
    counter-reset: list;
    margin: 25px 0;
}

.text ol li {
    position: relative;
	padding-left: 18px;
	margin: 3px 0;
}

.text ol li:before {
    content: counter(list) ". ";
	counter-increment: list;
}


/* ИЗОБРАЖЕНИЯ */

.picture {
	margin-top: 25px;
	margin-bottom: 25px;
}

.picture img {
    max-width: 100%;
    height: auto;
	display: block;
	margin: 0 auto;
}

.picture .caption {
    display: block;
	color: rgb(0 0 0 / 60%);
    font-size: 80%;
	padding: 5px 0 0;
}


/* ЗАГОЛОВОК */

.title {
	display: block;
	color: #828187;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 25px;
}

.title a {
	text-decoration: underline;
}


/* ПАГИНАЦИЯ */

.pagination {
	font-size: 0;
	text-align: center;
    margin: 45px auto;
}

.pagination a,
.pagination span {
	background-color: #fff;
	display: inline-block;
	font-family: inherit;
	color: #607d8b;
    font-size: 15px;
	border: none;
	outline: none;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
	padding: 12px 17px 10px;
	margin: 4px;
}

.pagination .current {
	background-color: #E67B57;
	color: #fff;
}


/* ФОРМА */

.form {
	margin-top: 20px;
}

.form fieldset {
	position: relative;
	text-align: left;
	border: 0;
	margin-bottom: 30px;
}

.form fieldset:last-child {
	margin-bottom: 0;
}

.form fieldset label {
	display: block;
	font-family: inherit;
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.form .select {
    background-color: #e8e8e9;
    width: 100%;
	height: 48px;
	display: block;
	font-family: inherit;
    font-size: 15px;
	font-weight: 400;
	line-height: 48px;
    border: none;
	outline: none;
	border-radius: 8px;
    padding: 0 12px;
}


/* ПОДВАЛ */

.footer {
    background-color: #333;
	width: 100%;
	flex: 0 0 auto;
	color: rgb(255 255 255 / 78%);
	font-size: 14px;
	text-align: center;
	margin-top: 60px;
}

.footer a,
.footer .listing.locations li a {
	color: rgb(255 255 255 / 78%);
	font-size: 14px;
}

.footer a:hover,
.footer .listing.locations li a:hover {
	color: #fff;
}

.footer .top {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .top .search {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.footer .top .search input {
	background-color: rgb(255 255 255 / 6%);
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 17px;
	white-space: nowrap;
	outline: none;
	border: none;
	border-radius: 8px;
	padding: 0 15px;
}

.footer .middle {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	padding-top: 15px;
	padding-bottom: 30px;
}

.footer .bottom {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer .bottom .languages {
	position: relative;
}

.footer .bottom .languages button {
	position: relative;
	background-color: transparent;
	cursor: pointer;
	font-family: inherit;
	color: rgb(255 255 255 / 78%);
	font-size: 14px;
	font-weight: 600;
	border: 1px solid rgb(255 255 255 / 30%);
	border-radius: 8px;
	outline: none;
	padding: 5px 15px 6px;
}

.footer .bottom .languages ul {
	z-index: 10000;
    position: absolute;
    bottom: 32px;
    left: 50%;
    background-color: #111;
    display: none;
    opacity: 0;
	text-align: left;
	border-radius: 8px;
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 16px;
}

.footer .bottom .languages ul.show {
    display: block;
    opacity: 1;
}

.footer .bottom .languages ul li {
    font-size: 15px;
    line-height: 1.3;
    padding: 6px 0;
}


/* AUTOCOMPLETE */

.autocomplete {
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	top: -moz-calc(100% + 4px);
	top: -webkit-calc(100% + 4px);
	top: calc(100% + 4px);
    background-color: #fff;
	height: auto;
	text-align: left;
	border-radius: 8px;
	box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
	padding: 6px;
}

.autocomplete li {
	display: block;
}

.autocomplete li a {
	display: block;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 8px;
	padding: 5px 10px;
}

.autocomplete li a:hover {
	background-color: #e8e8e9;
	color: #000;
}

.autocomplete li.focused a {
	background-color: #555;
	color: #fff;
}


/* Up */

.up {
	z-index: 9999;
	position: fixed;
	bottom: 80px;
	right: 10px;
	background-color: #555;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	border: none;
	outline: none;
	border-radius: 8px;
	padding: 8px 10px;
}

.up:active {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
}


/* Leaflet */

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {position: absolute;left: 0;top: 0;}.leaflet-container {overflow: hidden;}.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {-webkit-user-select: none;-moz-user-select: none;user-select: none;-webkit-user-drag: none;}.leaflet-safari .leaflet-tile {image-rendering: -webkit-optimize-contrast;}.leaflet-safari .leaflet-tile-container {width: 1600px;height: 1600px;-webkit-transform-origin: 0 0;}.leaflet-marker-icon, .leaflet-marker-shadow {display: block;}.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {max-width: none !important;max-height: none !important;}.leaflet-container.leaflet-touch-zoom {-ms-touch-action: pan-x pan-y;touch-action: pan-x pan-y;}.leaflet-container.leaflet-touch-drag {-ms-touch-action: pinch-zoom;touch-action: none;touch-action: pinch-zoom;}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {-ms-touch-action: none;touch-action: none;}.leaflet-container {-webkit-tap-highlight-color: transparent;}.leaflet-container a {-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);}.leaflet-tile {filter: inherit;visibility: hidden;}.leaflet-tile-loaded {visibility: inherit;}.leaflet-zoom-box {width: 0;height: 0;-moz-box-sizing: border-box;box-sizing: border-box;z-index: 800;}.leaflet-overlay-pane svg {-moz-user-select: none;}.leaflet-pane {z-index: 400;}.leaflet-tile-pane {z-index: 200;}.leaflet-overlay-pane {z-index: 400;}.leaflet-shadow-pane {z-index: 500;}.leaflet-marker-pane {z-index: 600;}.leaflet-tooltip-pane {z-index: 650;}.leaflet-popup-pane {z-index: 700;}.leaflet-map-pane canvas {z-index: 100;}.leaflet-map-pane svg {z-index: 200;}.leaflet-vml-shape {width: 1px;height: 1px;}.lvml {behavior: url(#default#VML);display: inline-block;position: absolute;}.leaflet-control {position: relative;z-index: 800;pointer-events: visiblePainted;pointer-events: auto;}.leaflet-top, .leaflet-bottom {position: absolute;z-index: 1000;pointer-events: none;}.leaflet-top {top: 10px;}.leaflet-right {right: 10px;}.leaflet-bottom {bottom: 0;}.leaflet-left {left: 0;}.leaflet-control {float: left;clear: both;}.leaflet-right .leaflet-control {float: right;}.leaflet-top .leaflet-control {margin-top: 10px;}.leaflet-bottom .leaflet-control {margin-bottom: 10px;}.leaflet-left .leaflet-control {margin-left: 10px;}.leaflet-right .leaflet-control {margin-right: 10px;}.leaflet-fade-anim .leaflet-tile {will-change: opacity;}.leaflet-fade-anim .leaflet-popup {opacity: 0;-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;transition: opacity 0.2s linear;}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {opacity: 1;}.leaflet-zoom-animated {-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}.leaflet-zoom-anim .leaflet-zoom-animated {will-change: transform;}.leaflet-zoom-anim .leaflet-zoom-animated {-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);transition: transform 0.25s cubic-bezier(0,0,0.25,1);}.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {-webkit-transition: none;-moz-transition: none;transition: none;}.leaflet-zoom-anim .leaflet-zoom-hide {visibility: hidden;}.leaflet-interactive {cursor: pointer;}.leaflet-grab {cursor: -webkit-grab;cursor: -moz-grab;cursor: grab;}.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {cursor: crosshair;}.leaflet-popup-pane, .leaflet-control {cursor: auto;}.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: grabbing;}.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {pointer-events: none;}.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {pointer-events: visiblePainted;pointer-events: auto;}.leaflet-container {background: #ddd;outline: 0;}.leaflet-container a {color: #0078A8;}.leaflet-container a.leaflet-active {outline: 2px solid orange;}.leaflet-zoom-box {border: 2px dotted #38f;background: rgba(255,255,255,0.5);}.leaflet-container {font-family: inter;font-size: 12px;line-height: 1.5;}.leaflet-bar {box-shadow: 0 1px 5px rgba(0,0,0,0.65);border-radius: 4px;}.leaflet-bar a, .leaflet-bar a:hover {background-color: #fff;border-bottom: 1px solid #f6f6f6;width: 26px;height: 26px;line-height: 26px;display: block;text-align: center;text-decoration: none;color: #000;}.leaflet-bar a, .leaflet-control-layers-toggle {background-position: 50% 50%;background-repeat: no-repeat;display: block;}.leaflet-bar a:hover {background-color: #f6f6f6;}.leaflet-bar a:first-child {border-top-left-radius: 10px;border-top-right-radius: 10px;}.leaflet-bar a:last-child {border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom: none;}.leaflet-bar a.leaflet-disabled {cursor: default;background-color: #1f1b2e;color: #fff;}.leaflet-touch .leaflet-bar a {width: 44px;height: 44px;line-height: 44px;}.leaflet-touch .leaflet-bar a:last-child {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}.leaflet-control-zoom-in, .leaflet-control-zoom-out {font-family: inter;font-size: 18px;font-weight: 700;text-indent: 1px;box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 -1px 0 rgba(0,0,0,.02);}.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {font-size: 22px;}.leaflet-control-layers {box-shadow: 0 1px 5px rgba(0,0,0,0.4);background: #fff;border-radius: 5px;}.leaflet-control-layers-toggle {position: relative;width: 36px;height: 36px;}.leaflet-touch .leaflet-control-layers-toggle {width: 44px;height: 44px;}.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {display: none;}.leaflet-control-layers-expanded .leaflet-control-layers-list {display: block;position: relative;}.leaflet-control-layers-expanded {padding: 6px 10px 6px 6px;color: #333;background: #fff;}.leaflet-control-layers-scrollbar {overflow-y: scroll;overflow-x: hidden;padding-right: 5px;}.leaflet-control-layers-selector {margin-top: 2px;position: relative;top: 1px;}.leaflet-control-layers label {display: block;}.leaflet-control-layers-separator {height: 0;border-top: 1px solid #ddd;margin: 5px -10px 5px -6px;}.leaflet-container .leaflet-control-attribution {background: #fff;background: rgba(255, 255, 255, 0.7);margin: 0;}.leaflet-control-attribution, .leaflet-control-scale-line {padding: 0 5px;color: #333;}.leaflet-control-attribution a {text-decoration: none;}.leaflet-control-attribution a:hover {text-decoration: underline;}.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {font-size: 11px;}.leaflet-left .leaflet-control-scale {margin-left: 5px;}.leaflet-bottom .leaflet-control-scale {margin-bottom: 5px;}.leaflet-control-scale-line {border: 2px solid #777;border-top: none;line-height: 1.1;padding: 2px 5px 1px;font-size: 11px;white-space: nowrap;overflow: hidden;-moz-box-sizing: border-box;box-sizing: border-box;background: #fff;background: rgba(255, 255, 255, 0.5);}.leaflet-control-scale-line:not(:first-child) {border-top: 2px solid #777;border-bottom: none;margin-top: -2px;}.leaflet-control-scale-line:not(:first-child):not(:last-child) {border-bottom: 2px solid #777;}.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {box-shadow: none;}.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {background-clip: padding-box;}.leaflet-popup {position: absolute;text-align: center;margin-bottom: 20px;}.leaflet-popup-content-wrapper {padding: 1px;text-align: left;border-radius: 12px;}.leaflet-popup-content {margin: 13px 19px;line-height: 1.4;}.leaflet-popup-content p {margin: 18px 0;}.leaflet-popup-tip-container {width: 40px;height: 20px;position: absolute;left: 50%;margin-left: -20px;overflow: hidden;pointer-events: none;}.leaflet-popup-tip {width: 17px;height: 17px;padding: 1px;margin: -10px auto 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.leaflet-popup-content-wrapper, .leaflet-popup-tip {background: white;color: #333;box-shadow: 0 3px 14px rgba(0,0,0,0.4);}.leaflet-container a.leaflet-popup-close-button {position: absolute;top: 0;right: 0;padding: 4px 4px 0 0;border: none;text-align: center;width: 18px;height: 14px;font: 16px/14px Tahoma, Verdana, sans-serif;color: #c3c3c3;text-decoration: none;font-weight: bold;background: transparent;}.leaflet-container a.leaflet-popup-close-button:hover {color: #999;}.leaflet-popup-scrolled {overflow: auto;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}.leaflet-oldie .leaflet-popup-content-wrapper {zoom: 1;}.leaflet-oldie .leaflet-popup-tip {width: 24px;margin: 0 auto;-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);}.leaflet-oldie .leaflet-popup-tip-container {margin-top: -1px;}.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {border: 1px solid #999;}.leaflet-div-icon {background: #fff;border: 1px solid #666;}.leaflet-tooltip {position: absolute;padding: 6px;background-color: #fff;border: 1px solid #fff;border-radius: 3px;color: #222;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;pointer-events: none;box-shadow: 0 1px 3px rgba(0,0,0,0.4);}.leaflet-tooltip.leaflet-clickable {cursor: pointer;pointer-events: auto;}.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {position: absolute;pointer-events: none;border: 6px solid transparent;background: transparent;content: "";}.leaflet-tooltip-bottom {margin-top: 6px;}.leaflet-tooltip-top {margin-top: -6px;}.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {left: 50%;margin-left: -6px;}.leaflet-tooltip-top:before {bottom: 0;margin-bottom: -12px;border-top-color: #fff;}.leaflet-tooltip-bottom:before {top: 0;margin-top: -12px;margin-left: -6px;border-bottom-color: #fff;}.leaflet-tooltip-left {margin-left: -6px;}.leaflet-tooltip-right {margin-left: 6px;}.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {top: 50%;margin-top: -6px;}.leaflet-tooltip-left:before {right: 0;margin-right: -12px;border-left-color: #fff;}.leaflet-tooltip-right:before {left: 0;margin-left: -12px;border-right-color: #fff;}