﻿/*

Theme Name: Nanaz
Author: Artur B.

*/

*,
: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: inter;
    src: url('fonts/inter/inter-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: inter;
    src: url('fonts/inter/inter-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: inter;
    src: url('fonts/inter/inter-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	background-color: #fff;
	min-width: 320px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	font-family: inter;
	color: #000;
	font-weight: 500;
}

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 {
    font-size: 100%;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0;
}

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

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

.wrap {
    position: relative;
    flex: 1 0 auto;
	text-align: center;
}

.row {
    font-size: 0;
}


/* АДАПТИВ */


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

	h3 {
		font-size: 24px;
	}
	
	.wrap {
		position: relative;
		width: 100%;
		max-width: 1240px;
		padding-left: 30px;
		padding-right: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.header .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header .logotype { 
		position: relative;
		margin-right: 80px;
	}
	
	.header .search {
		position: relative;
		width: 245px;
		margin-left: auto;
	}
	
	.hero {
		padding-bottom: 10px;
	}
	
	.hero .date div {
		font-size: 14px;
	}
	
	.hero .namaz {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-content: stretch;
		justify-content: center;
		text-align: center;
	}
	
	.hero .namaz {
		margin-top: 40px;
	}
	
	.hero .namaz dl {
		width: 16.666666%;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 18px;
		margin: 0;
	}
	
	.hero .namaz dl dt {
		margin-bottom: 10px;
	}
	
	.hero .namaz dl dd.time {
		position: relative;
		border-bottom: 3px solid #fff;
		margin-bottom: 20px;
		padding-bottom: 24px;
	}
	
	.hero .namaz dl dd.time:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10px;
		background-color: #fff;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
		margin-left: -8px;
	}
	
	.hero .namaz dl.active dd.time:after {
		bottom: -15px;
		background-color: #3dff9e;
		width: 26px;
		height: 26px;
		margin-left: -13px;
	}
	
	.hero .namaz dl dd.time time {
		font-size: 24px;
	}
	
	.hero .namaz dl dd.note {
		color: rgb(255 255 255 / 73%);
		padding: 15px 20px 0;
	}
	
	.settings {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.settings fieldset {
		width: calc(33.3333% - 20px);
		width: -moz-calc(33.3333% - 20px);
		width: -webkit-calc(33.3333% - 20px);
		display: inline-block;
		vertical-align: bottom;
		margin: 0 10px;
	}
	
	.calendar {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.calendar table:hover thead {
		box-shadow: 0 20px 20px -20px rgb(0 0 0 / 20%);
	}
	
	.calendar table thead tr th,
	.calendar table tbody tr td {
		width: 14.2857%;
	}
	
	.calendar table thead tr th {
		font-size: 15px;
		padding: 20px 10px;
	}
	
	.calendar table tbody {
		max-height: 290px;
	}
	
	.calendar table tbody tr td {
		font-size: 17px;
		padding: 10px;
	}
	
	.calendar table tbody tr td span {
	    font-size: 15px;
	}
	
	.locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.locations li {
		width: -moz-calc(20% - 20px);
		width: -webkit-calc(20% - 20px);
		width: calc(20% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.locations li a {
		font-size: 16px;
	}
	
	.articles {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.articles .card {
		width: -moz-calc(33.3333% - 24px);
		width: -webkit-calc(33.3333% - 24px);
		width: calc(33.3333% - 24px);
		margin: 12px;
	}
	
	.articles .card .name {
		font-size: 18px;
	}
	
	.text {
		font-size: 17px;
	}
	
}


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

	h3 {
		font-size: 20px;
	}
	
	.wrap {
		position: relative;
		width: 100%;
		max-width: 768px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}
	
	.header,
	.content,
	.footer {
		position: relative;
		margin: 0 auto;
	}
	
	.header .logotype {	
		margin: 0 auto 10px;
	}
	
	.header .search {
		width: 100%;
	}
	
	.hero {
		padding-bottom: 10px;
	}
	
	.hero .date div {
		font-size: 13px;
	}
	
	.hero .namaz {
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.hero .namaz dl {
		z-index: 2;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 17px;
		text-align: left;
		white-space: nowrap;
		border-bottom: 1px solid rgb(255 255 255 / 10%);
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
	}
	
	.hero .namaz dl:last-child {
		border-bottom: none;
	}
	
	.hero .namaz dl.active {
		background-color: #3dff9e;
		color: #111;
	}
	
	.hero .namaz dl dt {
		margin-right: auto;
	}
	
	.hero .namaz dl dd.time {
		margin-left: auto;
	}
	
	.hero .namaz dl dd.time time {
		font-size: 18px;
	}
	
	.hero .namaz dl dd.note {
		color: rgb(255 255 255 / 73%);
		margin-top: 6px;
	}
	
	.hero .namaz dl.active dd.note {
		color: rgb(0 0 0 / 73%);
	}
	
	.hero .namaz dl dd.note br {
		display: none;
	}
	
	.calendar {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.calendar table:active thead,
	.calendar table:hover thead {
		box-shadow: 0 20px 20px -20px rgb(0 0 0 / 20%);
	}
	
	.calendar table thead tr th,
	.calendar table tbody tr td {
		width: 14.2857%;
	}
	
	.calendar table thead tr th {
		font-size: 14px;
		padding: 15px 0;
	}
	
	.calendar table tbody {
		max-height: 290px;
	}
	
	.calendar table tbody tr td {
		font-size: 15px;
		padding: 10px 0;
	}
	
	.calendar table tbody tr td time,
	.calendar table tbody tr td span {
		white-space: normal;
	}
	
	.calendar table tbody tr td time {
		font-weight: 500;
		line-height: 1;
	}
	
	.calendar table tbody tr td span {
		font-size: 11px;
	}
	
	.calendar table tbody tr td span {
		display: block;
	}
	
	.faq .item .answer {
		font-size: 16px;
	}
	
	.locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.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;
	}
	
	.locations li a {
		font-size: 15px;
	}
	
	.articles {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.articles .card {
		width: -moz-calc(50% - 24px);
		width: -webkit-calc(50% - 24px);
		width: calc(50% - 24px);
		margin: 12px;
	}
	
	.articles .card .name {
		font-size: 18px;
	}
	
	.text {
		font-size: 17px;
	}
	
	.picture {
		margin: 0 -20px;
	}
	
	.picture .caption {
		margin: 0 20px;
	}
	
}


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


@media screen and (max-width: 480px) {
	
	.calendar table thead tr th,
	.calendar table tbody tr td {
		font-size: 13px;
	}
	
	.text {
		font-size: 16px;
	}
	
	.picture {
		margin: 0 -10px;
	}
	
	.picture .caption {
		margin: 0 10px;
	}
	
}


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

	h3 {
		font-size: 20px;
	}
	
}


@media screen and (max-width: 320px) {
	
	h1 {
		font-size: 26px;
	}
	
}


@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 .search:before {
		background-image: url(images/icons@2x.png) !important;
	}
	
	.hero .button:before {
		background-image: url(images/icons@2x.png) !important;
	}
	
	.faq .item .question:after {
		background-image: url(images/icons@2x.png) !important;
	}
	
	.articles .card .thumbnail:after {
		background-image: url(images/icons@2x.png) !important;
	}
	
	.modal .close:after {
		background-image: url(images/icons@2x.png) !important;
	}
	
	.social button:after {
		background-image: url(images/icons@2x.png) !important;
	}
	
}


/* СПИСОК */

.list {
	margin-bottom: 40px;
}

.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 rgb(0 0 0 / 10%);
	padding: 10px 0;
	margin: 0;
}

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

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

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


/* ШАПКА */

.header {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

.header .logotype {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 700;
    white-space: nowrap;
	text-transform: uppercase;
	outline: none;
}

.header .search {
	position: relative;
	height: 36px;
	line-height: 36px;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	transition: width .5s ease;
}

.header .search:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-size: 100px 40px;
	background-position: 0 0; 
    width: 20px;
    height: 20px;
    display: block;
}

.header .search input {
	background-color: #e6e6e8;
	width: 100%;
	height: 36px;
	font-size: 15px;
	white-space: nowrap;
	outline: none;
	border: none;
	border-radius: 8px;
	padding: 0 15px 0 40px;
}


/* BANNER */

.banner {	
	width: 300px;
	max-height: 250px;
	display: block;
	margin: 0 auto 50px;
}

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


/* CONTENT */

.content {	
	background-color: #fff;
	padding-bottom: 50px;
}


/* HERO */

.hero {
	background-color: #3B2F43;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.hero .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
    color: rgb(255 255 255 / 90%);
	font-weight: 500;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -40px;
	margin-bottom: 40px;
}

.hero .date div:first-child {
	text-align: left;
	padding-right: 5px;
	margin-right: auto;
}

.hero .date div:last-child {
	text-align: right;
	padding-left: 5px;
	margin-left: auto;
}

.hero .namaz {
	font-size: 0;
	text-align: center;
}

.hero .namaz dl {
	position: relative;
}

.hero .namaz dl dt,
.hero .namaz dl dd {
	position: relative;
}

.hero .namaz dl dt strong {
	display: block;
}

.hero .namaz dl dt strong,
.hero .namaz dl dd time,
.hero .namaz dl dd span {
	font-weight: 700;
}

.hero .namaz dl dd.note {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 1.3;
}


/* SETTINGS */

.settings {
	margin-top: 30px;
	margin-bottom: 50px;
}

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

.settings fieldset label {
	display: block;
    font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
}

.settings .select {
    background-color: #e6e6e8;
    width: 100%;
	height: 48px;
	display: block;
	cursor: pointer;
    font-size: 15px;
	line-height: 48px;
    border: 1px solid #e6e6e8;
	outline: none;
	border-radius: 8px;
    padding: 0 12px;
}


/* CALENDAR */

.calendar {
    margin-top: 40px;
}

.calendar table,
.calendar table thead,
.calendar table tbody,
.calendar table tr {
    width: 100%;
	display: block;
	text-align: center;
}

.calendar table thead {
    background-color: #fff;
}

.calendar table tbody {
	overflow-y: auto;
}

.calendar table tbody::-webkit-scrollbar { 
	width: 0; 
	height: 0;
}

.calendar table tbody { 
	-ms-overflow-style: none; 
}

.calendar table tbody { 
	overflow: -moz-scrollbars-none; 
}

.calendar table thead tr,
.calendar table tbody tr {
	position: relative;
    width: 100%;
	font-size: 0;
    white-space: nowrap;
	border: none;
}

.calendar table tbody tr:nth-child(odd) {
	background-color: #e6e6e8;
}

.calendar table tbody tr.active {
	background-color: #3B2F43;
}

.calendar table thead tr th,
.calendar table tbody tr td {
	display: inline-block;
	vertical-align: middle;
}

.calendar table thead tr th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: rgb(0 0 0 / 60%);
	font-weight: 400;
}

.calendar table tbody tr.active td {
	color: #fff;
}


/* FAQ */

.faq {
	background-color: #e6e6e8;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
	margin-bottom: -50px;
}

.faq .item {
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

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

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

.faq .item .question:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-size: 100px 40px;
	background-position: -60px 0; 
    width: 20px;
    height: 20px;
    display: block;
}

.faq .item.active .question:after {
	background-position: -80px 0; 
}

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


/* НАСЕЛЁННЫЕ ПУНКТЫ */

.locations {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 50px;
}

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

.locations li a {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
	line-height: 1.4;
}


/* СТАТЬИ */

.articles {
	margin-top: 40px;
	margin-bottom: 50px;
}

.articles .card {
	max-width: 377px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

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

.articles .card img,
.articles .card .thumbnail {
	width: 100%;
	display: block;
	border-radius: 12px;
	margin-bottom: 12px;
}

.articles .card .thumbnail {
	position: relative;
	background-color: #e6e6e8;
	padding-top: 65.104%;
}

.articles .card .thumbnail:after {
    content: "";
    position: absolute;
	top: 50%;
    left: 50%;
	background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-size: 100px 40px;
	background-position: -40px 0; 
	width: 20px;
	height: 20px;
	display: block;
	margin-top: -10px;
	margin-left: -10px;
}

.articles .card .name {
    display: block;
	font-weight: 600;
	line-height: 1.5;
}


/* СТАТЬЯ */

.article {
	width: 100%;
    max-width: 800px;
	text-align: center;
	margin: 0 auto 50px;
}


/* ТЕКСТ */

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

.text ul,
.text ol {
    margin: 25px 0;
}

.text ol {
    counter-reset: list;
}

.text ul li,
.text ol li {
    position: relative;
    display: block;
    margin: 4px 0;
}

.text ul li:before {
	content: '— '; 
	display: inline-block;
    margin-right: 5px;
}

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

.text .video {
	text-align: center;
	margin: 25px 0; 
}

.text .video iframe {
	border: none;
}

.text blockquote {
    font-style: italic;
    line-height: 1.5;
	border-left: 3px solid #2c292e;
    padding: 0 0 0 20px;
	margin: 0; 
}

.text .warning {
	background-color: #f44336;
	color: #fff;
	line-height: 1.5;
	border-radius: 12px;
	margin: 25px 0; 
}


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

.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%;
	font-weight: 500;
	padding: 5px 0 0;
}


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

.title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}


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

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

.pagination a,
.pagination span {
	background-color: #f0efed;
	display: inline-block;
	color: #0c2520;
    font-size: 15px;
	font-weight: 500;
	border: none;
	outline: none;
	border-radius: 12px;
	padding: 8px 16px;
	margin: 4px;
}

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


/* КНОПКИ СОЦИАЛЬНЫХ СЕТЕЙ */

.social {
	text-align: center;
	margin: 30px auto;
}

.social button {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
	border: none;
	outline: none;
	border-radius: 8px;
	margin: 2px;
}

.social button:after {
    content: "";
    position: absolute;
    left: 10px;
	bottom: 10px;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-size: 100px 40px;
    width: 20px;
    height: 20px;
    display: block;
}

.social button.vk {
	background-color: #4c75a3;
}

.social button.vk:after {
	background-position: 0 -20px;
}

.social button.fb {
	background-color: #3b5998;
}

.social button.fb:after {
	background-position: -20px -20px;
}

.social button.tw {
	background-color: #00abf1;
}

.social button.tw:after {
	background-position: -40px -20px;
}

.social button.telegram {
	background-color: #64a9dc;
}

.social button.telegram:after {
	background-position: -60px -20px;
}

.social button.whatsapp {
	background-color: #65bc54;
}

.social button.whatsapp:after {
	background-position: -80px -20px;
}


/* FOOTER */

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

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

.footer .locations li a {
	color: rgb(255 255 255 / 90%);
}

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

.footer .countries {
	background-color: rgb(0 0 0 / 10%);
    cursor: pointer;
	font-family: inherit;
	color: #fff;
	font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 auto;
}

.footer .countries:hover {
	background-color: rgb(0 0 0 / 20%);
}


/* MODAL */

.modal {
	z-index: 10001;
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	background-color: #222;
	width: 300px;
	height: 100%;
	display: none;
	text-align: left;
}

.modal.show {
	right: 0;
	display: block;
}

.modal .close {
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgb(0 0 0 / 13%);
	width: 40px;
	height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
	border: none;
	outline: none;
    border-radius: 12px;
}

.modal.show .close {
	position: fixed;
}

.modal .close:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    background-size: 100px 40px;
	background-position: -20px 0; 
    width: 20px;
    height: 20px;
    display: block;
}

.modal .modal-inner {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	max-height: 100%;
	overflow: scroll;
	overflow-y: auto;
	text-align: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.modal .modal-inner::-webkit-scrollbar { 
	width: 0; 
	height: 0;
}

.modal .modal-inner ul li {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.modal .modal-inner ul li a {
	color: #fff;
}

.modal .modal-inner ul li a:hover {
	color: #fff;
}

.modal .modal-inner ul li a:after {
	content: " - " attr(data-lang);
	color: rgb(255 255 255 / 62%);
}


/* АВТОЗАПОЛНЕНИЕ */

.search-dropdown {
	z-index: 10000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	background-color: #fff;
	max-height: 200px;
	display: none;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
	color: #000;
	text-align: left;
	border: 1px solid rgb(0 0 0 / 12%);
	border-radius: 12px;
	padding: 10px 0;
}

.search-dropdown.show {
	display: block;
}

.search-dropdown li {
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.3;
    white-space: normal;
	padding: 5px 10px;
	margin: 0;
}

.search-dropdown li a {
	color: #000;
}

.search-dropdown li:hover {
	background-color: #3B2F43;
	color: #fff;
}

.search-dropdown li:hover a {
	color: #fff;
}

.ui-helper-hidden-accessible { 
	display: none;
}