﻿/*

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;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans'), 
		 local('NotoSans'), 
		 url('fonts/notosans/400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans SemiBold'), 
		 local('NotoSans-SemiBold'), 
		 url('fonts/notosans/500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans SemiBold'), 
		 local('NotoSans-SemiBold'), 
		 url('fonts/notosans/600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold'), 
		 local('NotoSans-Bold'), 
		 url('fonts/notosans/700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Amiri';
	src: url('fonts/amiri/amiri-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
	font-family: 'Amiri';
	src: url('fonts/amiri/amiri-bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
	font-family: 'Amiri Quran';
	src: url('fonts/amiri/amiri-quran.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

body {
	position: relative;
    background-color: #497e49;
	min-width: 320px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans', 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,
.h2 {
    font-size: 100%;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 25px;
}

h1 {
	color: #fff;
}

h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h6,
.h2 {
	color: #000;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 25px 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: #f9d86b;
	text-decoration: none;
}

mark {
	background-color: #f9d86b;
	border-radius: 6px;
    padding: 2px 4px;
}

blockquote {
	font-size: 17px;
	border: 1px solid rgb(0 0 0 / 20%);
	border-radius: 12px;
	padding: 15px 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

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

.row {
    font-size: 0;
}


/* ARABIC TEXT */

.arabic-text {
    font-family: 'Amiri';
    direction: rtl;
	font-size: 120%;
	line-height: 2.4;
    unicode-bidi: embed;
	margin-bottom: 25px;
	margin-bottom: 25px;
}


/* АДАПТИВ */


@media screen and (min-width: 980px)  {
	
	body {
		font-size: 21px;
		line-height: 1.7;
	}
	
	h1 {
		font-size: 82px;
	}
	
	h2,
	.h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	.container {
		position: relative;
		width: 100%;
		max-width: 1320px;
		padding-left: 30px;
		padding-right: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.header .logotype {
		font-size: 24px;
		margin-right: 60px;
	}
	
	.header .ramadan-link,
	.header .calendar-link {
		display: inline-block;
		margin-left: 20px;
		margin-right: auto;
	}

	.header .search {
		margin-left: auto;
	}
	
	.block {
		border-radius: 24px;
		padding: 30px 40px;
		margin-bottom: 25px;
	}
	
	.banner {
		border-radius: 24px;
		margin-bottom: 25px;
	}
	
	.current-time {
		padding: 30px 40px 0;
		margin-top: -30px;
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.current-time .gregorian dt,
	.current-time .hijri dt {
		font-size: 15px;
	}
	
	.namaz {
		padding-top: 25px;
		padding-left: 30px;
		padding-right: 180px;
		padding-bottom: 25px;
	}

	.namaz .output-time {
		top: 15px;
		right: 30px;
	}
	
	.namaz .output-time time {
		font-size: 42px;
	}
	
	.image-warpper {
		padding-bottom: 50%;
	}

	.image-warpper .image {
		bottom: -22px;
		width: 60%;
	}
	
	.banner {
		margin-bottom: 25px;
	}

	.banner img {
		border-radius: 24px;
	}
	
	.timetable thead tr th,
	.timetable tbody tr td {
		padding: 8px 14px;
	}
	
	.content {
		position: relative;
		padding-right: 300px;
	}
	
	.side {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 275px;
	}
	
	.side .block {
		position: sticky;
		top: 15px;
		width: 275px;
		max-height: 95vh;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.side .block::-webkit-scrollbar { 
		width: 0; 
		height: 0;
	}
	
	.side .toc-toggle {
		display: none;
	}
	
	.side .toc {
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.side .toc a {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.timetable thead tr th {
		font-size: 17px;
	}
	
	.timetable tbody tr td {
		font-size: 24px;
	}
	
	.attention {
		padding: 25px 40px;
	}
	
	.faq .item {
		padding: 25px 40px;
	}
	
	.faq .item .question {
		font-size: 25px;
	}
	
	.mosques .mosque {
		padding: 25px 40px;
	}
	
	.qibla {
		margin-left: -40px;
		margin-right: -40px;
		margin-bottom: -30px;
	}
	
	.calendar {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.calendar .month {
		width: calc(50% - 20px);
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.gallery {
		margin-left: -10px;
		margin-right: -10px;
	}

	.gallery .gallery-item {
		width: calc(50% - 20px);
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}
	
	.listing .card span {
		padding: 15px 30px;
	}
	
	.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(33.3333% - 24px);
		width: -webkit-calc(33.3333% - 24px);
		width: calc(33.3333% - 24px);
		margin: 12px;
	}
	
	.listing.articles .card span {
		font-size: 18px;
	}
	
	.text table {
		width: 100%;
		display: table;
	}
	
	.text th,
	.text td {
		padding: 10px 15px;
	}
	
	.picture {
		margin: 0 -40px;
	}
	
	.picture .caption {
		margin: 0 40px;
	}
	
	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.footer .copyright {
		margin-right: 60px;
	}
	
	.footer .link {
		margin-right: 35px;
	}
	
	.footer .languages {
		margin-left: auto;
	}
	
}


@media screen and (max-width: 979px) {
	
	body {
		font-size: 19px;
		line-height: 1.5;
	}
	
	h1 {
		font-size: 45px;
	}
	
	h2,
	.h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 21px;
	}
	
	.container {
		position: relative;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}
	
	.header .logotype {
		font-size: 24px;
		text-align: center;
		margin: 0 auto 15px;
	}
	
	.header .ramadan-link,
	.header .calendar-link {
		width: 100%;
		display: block;
		margin: 0 auto 10px;
	}

	.header .search {
		margin: 15px auto 0;
	}
	
	.block {
		border-radius: 12px;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.banner {
		border-radius: 12px;
		margin-bottom: 20px;
	}
	
	.side .title {
		margin-bottom: 0;
	}
	
	.side .toc-toggle {
		position: absolute;
		top: 20px;
		right: 20px;
		background-color: #f6f4f1;
		font-family: inherit;
		font-size: 14px;
		border: none;
		outline: none;
		border-radius: 9px;
		padding: 5px 10px 6px;
	}
	
	.side .toc {
		height: 0;
		opacity: 0;
		transition: height .5s;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.side .toc.show {
		height: auto;
		opacity: 1;
		margin-top: 25px;
	}
	
	.side .toc a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.current-time {
		padding: 20px 20px 0;
		margin-top: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.current-time .gregorian dt,
	.current-time .hijri dt {
		font-size: 14px;
	}
	
	.current-time .gregorian dd,
	.current-time .hijri dd {
		font-size: 17px;
	}
	
	.namaz {
		padding-top: 20px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 20px;
	}

	.namaz .output-time {
		top: 11px;
		right: 14px;
	}
	
	.namaz .output-time time {
		font-size: 36px;
	}
	
	.namaz p {
		font-size: 16px;
	}
	
	.image-warpper {
		padding-bottom: 80%;
	}

	.image-warpper .image {
		bottom: -22px;
		width: 80%;
	}
	
	.banner {
		margin-bottom: 20px;
	}

	.banner img {
		border-radius: 12px;
	}
	
	.timetable thead tr th,
	.timetable tbody tr td {
		padding: 8px 14px;
	}
	
	.timetable thead tr th {
		font-size: 13px;
	}
	
	.timetable tbody tr td {
		font-size: 21px;
	}
	
	.attention {
		padding: 20px;
	}
	
	.faq .item {
		padding: 20px;
	}
	
	.faq .item .question {
		font-size: 24px;
	}
	
	.mosques .mosque {
		padding: 20px;
	}
		
	.qibla {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -30px;
	}
	
	.calendar .month {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.gallery {
		margin-left: -10px;
		margin-right: -10px;
	}

	.gallery .gallery-item {
		width: calc(50% - 20px);
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}
	
	.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 table {
		display: inline-block;
		vertical-align: top;
		overflow-x: auto;
	}
	
	.text table th,
	.text table td {
		padding: 8px;
	}
	
	.picture {
		margin: 0 -20px;
	}
	
	.picture .caption {
		margin: 0 20px;
	}
	
	.footer {
		text-align: center;
	}
	
	.footer .link {
		display: table;
		margin: 0 auto 20px;
	}
	
	.footer .copyright {
		margin: 0 auto 20px;
	}
	
	.footer .languages {
		margin: 0 auto;
	}
	
}


@media screen and (max-width: 640px) {
	
	.timetable {
		display: inline-block;
		overflow-x: auto;
		overflow-y: scroll;
	}
	
	.timetable::-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%;
		display: block;
		margin: 20px auto;
	}
	
}


@media screen and (max-width: 480px) {
	
    h1 {
        word-wrap: break-word;
		hyphens: auto;
    }

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.namaz .output-time {
		top: 8px;
		right: 14px;
	}
	
	.namaz h3 {
		font-size: 19px;
	}
	
	.namaz .output-time time {
		font-size: 32px;
	}
	
	.timetable thead tr th,
	.timetable tbody tr td {
		padding: 8px 12px;
	}

	.gallery {
		margin-left: 0;
		margin-right: 0;
	}

	.gallery .gallery-item {
		width: 100%;
		display: block;
		margin: 15px 0 0;
	}
	
}


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

	.namaz h3 {
		font-size: 19px;
	}
	
	.namaz .output-time time {
		font-size: 32px;
	}
	
	.listing .card span {
		padding: 15px;
	}
	
}


@media screen and (max-width: 320px) {
	
	.header .logotype {
		font-size: 22px;
	}
	
    h1 {
        font-size: 40px;
    }
	
}


@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)  {
	
	.header .logotype:before {
		background-image: url(images/logotype@2x.png) !important;
	}
	
}


/* ТАБЫ */

.tablist .tabs {
	max-width: 100%;
	display: inline-block;
	overflow-x: scroll;
	white-space: nowrap;
    border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 12px;
	padding: 7px;
	margin-bottom: 15px;
}

.tablist.light .tabs {
    border-color: rgb(0 0 0 / 50%);
}

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

.tablist .tabs .tab {
	background-color: transparent;
    display: inline-block;
    cursor: pointer;
	font-family: inherit;
    color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
    border: none;
	user-select: none;
	border-radius: 7px;
	padding: 10px 15px;
	margin-right: 20px;
}

.tablist.light .tabs .tab {
    color: #000;
}

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

.tablist .tabs .tab.active {
	background-color: #f9d86b;
    cursor: default;
	color: #000;
}

.tablist .tabpanel {
	display: none;
}

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


/* ШАПКА */

.header {
    position: relative;
    background-color: #497e49;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}

.header .logotype {
    display: block;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    outline: none;
}

.header .logotype:before {
	content: "";
    background-image: url(images/logotype.png);
    background-repeat: no-repeat;
	background-size: 54px;
    width: 54px;
    height: 54px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.header .ramadan-link,
.header .calendar-link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border: 1px solid rgb(255 255 255 / 29%);
    border-radius: 12px;
	padding: 4px 14px;
}

.header .ramadan-link:hover,
.header .calendar-link:hover {
	border-color: #fff;
}

.header .search {
	position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
	padding: 0 5px;
}

.header .search .input {
    background-color: transparent;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
	flex-shrink: 0;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    border: none;
	margin-right: auto;
    padding-left: 10px;
}

.header .search .search-button {
    position: relative;
    background-color: #f9d86b;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
	color: #000;
	font-size: 14px;
	line-height: 40px;
    border: none;
    outline: none;
	border-radius: 9px;
	padding: 0 12px;
    margin-left: 5px;
}


/* БЛОКИ */

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


/* РЕКЛАМА */

.banner {
	max-width: 360px;
	display: table;
	overflow: hidden;
	box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
}

.banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}


/* ВВЕДЕНИЕ */

.introduction {
	color: #fff;
	margin-bottom: 35px;
}

.introduction a {
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 70%);
}

.introduction a:hover {
	color: #fff;
	border-color: rgb(255 255 255 / 90%);
}


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

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

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


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

.side .toc {
	overflow: hidden;
	counter-reset: list;
	text-align: left;
}
	
.side .toc li a {
	position: relative;
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	padding-top: 11px;
	padding-bottom: 11px;
}

.side .toc li a:hover,
.side .toc li a.current {
	background-color: #f6f4f1;
}

.side .toc li a.current:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #f9d86b;
	width: 4px;
	display: block;
}


/* ТЕКУЩЕЕ ВРЕМЯ */

.current-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.current-time .gregorian,
.current-time .hijri {
	width: 50%;
}

.current-time .gregorian {
	text-align: left;
	padding-right: 4px;
    margin-right: auto;
}

.current-time .hijri {
	text-align: right;
	padding-left: 4px;
    margin-left: auto;
}

.current-time .gregorian dt,
.current-time .hijri dt {
	max-width: 100%;
	display: block;
    overflow: hidden;
    white-space: nowrap;
	color: #8a8a8a;
    text-overflow: ellipsis;
	margin-bottom: 5px;
}


/* ОСТАВШЕЕСЯ ВРЕМЯ */

.timeleft {
	background-color: #f9d86b;
	line-height: 2;
	font-weight: 500;
	border-radius: 12px;
	padding: 4px 8px;
}


/* НАМАЗ НА СЕГОДНЯ */

.today {
	padding-bottom: 50%;
}


/* НАМАЗ */

.namaz {
	z-index: 1;
	position: relative;
	background-color: #f6f4f1;
	text-align: left;
	border-radius: 12px;
	margin-top: 15px;
}

.namaz.active {
	background-color: #f9d86b;
}

.namaz h3 {
	margin-bottom: 15px;
}

.namaz p {
	color: rgb(0 0 0 / 91%);
	margin: 0;
}

.namaz .output-time {
	position: absolute;
}

.namaz .output-time time {
	font-weight: 500;
}

.namaz .output-time span {
	font-size: 13px;
	font-weight: 600;
}


/* ОСНОВНАЯ КАРТИНКА */

.image {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	display: block;
}


/* ПЕРЕЛИНКОВКА */

.linking p {
	margin-top: 0;
}

.linking .link {
	color: #000;
	border-bottom: 1px solid rgb(0 0 0 / 70%);
}

.linking .link:hover {
	color: #000;
	border-color: rgb(0 0 0 / 90%);
}


/* БАННЕР */

.banner {
    max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.banner img {
    width: 100%;
	display: block;
	cursor: pointer;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 14%);
}


/* ОПЦИИ */

.options {
	width: 100%;
}

.options.night-time-options {
	margin-bottom: 55px;
}

.options.fasting-options,
.options.qibla-options {
	margin-top: 45px;
}

.options dl {
	position: relative;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.options dl:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	background: repeat-x radial-gradient(2px circle at 1px 1px,#717171 50%,transparent 50.2%) 0 0 /6px 2px;
	height: 2px;
}

.options dl dt span,
.options dl dd {
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.options dl dt {
	margin-right: auto;
}

.options dl dt span {
	padding-right: 6px;
}

.options dl dd {
	font-weight: 500;
	padding-left: 6px;
	margin-left: 10px;
}

.ramadan .options dl dd {
	flex-shrink: 0;
}


/* ТАБЛИЦА */

.timetable {
    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;
}

.timetable caption {
	text-align: left;
    margin-bottom: 25px;
}

.timetable thead tr,
.timetable tbody tr {
	width: 100%;
	border: none;
}
	
.timetable thead tr th {
	vertical-align: top;
	font-weight: 600;
}

.timetable thead tr th span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.timetable tbody tr td {
	white-space: nowrap;
}

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

.timetable tbody tr td.suhoor {
	background-color: #fad5d5;
}

.timetable tbody tr td.iftar {
	background-color: #c7e5d4;
}

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

.timetable tbody tr.active td {
	background-color: #f9d86b;
	color: #000;
	font-weight: 500;
}

.attention {
	background-color: #fff5f5;
	display: block;
	font-size: 15px;
	border-radius: 12px;
}


/* РАМАДАН */

.ramadan {
	padding-bottom: 98%;
}

.sadaqah {
	padding-bottom: 106%;
}

.sadaqah .item {
	z-index: 2;
	position: relative;
}

.sadaqah .image {
	z-index: 1;
}


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

.faq {
    text-align: left;
}

.faq .item {
	background-color: #f6f4f1;
	border-radius: 12px;
	margin-bottom: 15px;
}

.faq .item .question {
    position: relative;
	display: block;
    color: #000;
	font-weight: 600;
	line-height: 1.55;
	padding-right: 30px;
	margin: 0;
}

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


/* МЕЧЕТИ */

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

.mosques .mosque {
	position: relative;
	background-color: #f6f4f1;
	border-radius: 12px;
	margin-bottom: 15px;
}

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

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

.mosques .mosque .phone a,
.mosques .mosque .website 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: 12px;
    padding: 7px 14px;
    margin: 45px auto;
}


/* КИБЛА */

.qibla {
	height: 400px;
	margin-top: 50px;
}

.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 #ea1f14;
	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 #ea1f14;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}


/* РАМАДАН */

.ramadan-date {
	padding-bottom: 66%;
}

.ramadan-search {
	position: relative;
	margin-bottom: 35px;
}

.ramadan-search .input {
    background-color: #f6f4f1;
    width: 100%;
	height: 48px;
	display: block;
	font-family: inherit;
    font-size: 15px;
	font-weight: 400;
	line-height: 48px;
    border: none;
	border-radius: 12px;
    padding: 0 20px;
	margin-bottom: 35px;
}


/* КАЛЕНДАРЬ */

.calendar-table {
	padding-bottom: 90%;
}

.calendar {
	z-index: 2;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.calendar .month {
	max-width: 100%;
	text-align: left;
	padding-top: 35px;
}

.calendar .month h2,
.calendar .month h3 {
	font-weight: 600;
	margin-bottom: 25px;
}

.calendar .month table,
.calendar .month table caption,
.calendar .month table thead,
.calendar .month table tbody {
	width: 100%;
	display: block;
	user-select: none;
}

.calendar .month table {
	background-color: #f6f4f1;
	text-align: center;
	border-radius: 8px;
	padding: 30px 5px 30px;
	margin-bottom: 25px;
}

.calendar .month table caption {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}

.calendar .month table th {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.calendar .month table tr {
	max-width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-content: stretch;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}

.calendar .month table tr td,
.calendar .month table tr th {
	width: calc(14.2857% - 2px);
	display: inline-block;
	line-height: 1.4;
	border: 1px solid transparent;
	padding-top: 3px;
	padding-bottom: 7px;
	margin: 1px;
}

.calendar .month .day {
	border-radius: 8px;
}	

.calendar .month .day:hover {
	border-color: #606060;
}

.calendar .month .day.event {
	background-color: #f9d86b;
	border-color: #f9d86b;
}		

.calendar .month .day.current {
	background-color: #ea1f14;
	color: #fff;
	border-color: #ea1f14;
}

.calendar .month .day .gregorian {
	font-size: 17px;
	font-weight: 500;
}

.calendar .month .day .hijri {
	display: block;
	color: #710000;
	font-size: 13px;
	font-weight: 500;
}

.calendar .month .day.current .hijri {
	color: #fff;
}

.calendar .month .events {
	display: block;
	text-align: left;
	margin-top: 20px;
	padding-right: 20px;
}

.calendar .month .events li {
    display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

.calendar .month .events li span {
	background-color: #fb3838;
    display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	padding: 2px 6px 3px;
	margin-right: 5px;
}


/* GALLERY */

.gallery {
    margin-top: 25px;
}

.gallery .gallery-item {
	max-width: 270px;
	cursor: pointer;
}

.gallery .gallery-item img {
    width: 100%;
    height: auto;
	display: block;
	image-rendering: pixelated;
	border-radius: 8px;
}


/* БЛОГ */

.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: 12px;
	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: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 1.4;
}


/* ТЕКСТ */

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

.text a {
    color: #000;
	border-bottom: 1px solid #888;
}

.text a:hover {
	border-color: #000;
}

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

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

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

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

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

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

.text table {
    max-width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
    margin: 25px 0;
}

.text table th {
    color: #000;
	font-weight: 600;
	text-align: left;
    vertical-align: bottom;
}

.text table th,
.text table td {
    vertical-align: top;
	border: 1px solid #dadada;
}

.text .source {
    display: block;
	color: rgb(0 0 0 / 60%);
    font-size: 80%;
	border-bottom: none;
}

.text .video {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.text .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


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

.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: #000;
	font-size: 20px;
	font-weight: 800;
	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: #000;
    font-size: 15px;
	border: none;
	outline: none;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
	padding: 12px 17px 10px;
	margin: 4px;
}

.pagination .current {
	background-color: #f9d86b;
	color: #000;
}


/* ФОРМА */

.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: 19px;
	font-weight: 600;
	margin-bottom: 8px;
}

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

.form .textarea {
	height: 100px;
	overflow: hidden;
	resize: vertical;
    line-height: 1.45;
	padding: 10px 12px;
}

.form .submit {
    position: relative;
    background-color: #f9d86b;
    height: 40px;
    display: block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 9px;
    padding: 0 12px;
}


/* NOTICE */

.notice {
	background-color: #497e49;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 12px;
	padding: 30px;
	margin: 10px auto;
}

.notice.error {
	background-color: #fb3838;
}


/* ПОДВАЛ */

.footer {
    background-color: #497e49;
	width: 100%;
	flex: 0 0 auto;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer a {
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer a:hover {
	border-color: rgb(255 255 255 / 20%);
}

.footer .languages {
	position: relative;
}

.footer .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: 12px;
	outline: none;
	padding: 5px 15px 6px;
}

.footer .languages ul {
	z-index: 10000;
    position: absolute;
    bottom: 32px;
    left: 50%;
    background-color: #111;
    display: none;
    opacity: 0;
	text-align: left;
	border-radius: 12px;
	-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 .languages ul.show {
    display: block;
    opacity: 1;
}

.footer .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: 1px solid rgb(0 0 0 / 20%);
	border-radius: 12px;
	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: 12px;
	padding: 5px 10px;
}

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

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


/* OVERLAY */

.overlay {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 80%);
	width: 100%;
	height: 100%;
}


/* POPUP */

.popup .popup-image {
	z-index: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 95vw;
	max-height: 95vh;
	display: block;
	transform: translate(-50%, -50%);
}

.popup .popup-close,
.popup .popup-prev,
.popup .popup-next {
	z-index: 2;
	background-color: rgb(0 0 0 / 75%);
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	border: none;
	outline: none;
	padding: 15px;
}

.popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.popup .popup-prev,
.popup .popup-next {
	position: absolute;
	top: calc(50% - 22px);
	cursor: pointer;
}

.popup .popup-prev {
	left: 0;
}

.popup .popup-next {
	right: 0;
}


/* Up */

.up {
	z-index: 9999;
	position: fixed;
	bottom: 80px;
	right: 10px;
	background-color: #f9d86b;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	font-size: 15px;
	border: none;
	outline: none;
	border-radius: 12px;
	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: 600;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;}