* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
}
html {
	width: 100%;
	height: 100%;
	font-size: 16px;
}
body {
	width: 100%;
	height: 100%;
	max-width: 60rem;
	margin: auto;
	font-weight: 400;
/* 	font-family: 'Cormorant Garamond'; */
	font-family: 'EB Garamond';
	color: #333;
}

.logo {
	display: inline-block;
	position: fixed;
	z-index: 2;
	top: 3rem;
	left: 0;
	padding: 1rem 1.5rem;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	font-size: 1rem;
	font-weight: inherit;
	font-family: 'Cormorant SC';
	transition: left 250ms;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}
.logo .secondary {
	display: block;
	font-size: 0.6em;
	text-align: center;
}
.logo:hover {
	left: -0.5rem;
}
.sidebar {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 22rem;
	padding: 3rem 0;
	font-size: 1.125rem;
}
.sidebar .footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	position: absolute;
	bottom: 1rem;
}
.sidebar .footer button {
	margin-bottom: 0;
}
.main {
	position: relative;
	max-width: 34.25rem;
	margin-left: 23rem;
	padding: 3rem 0 1rem;
	font-size: 1.125rem;
}

.card {
	margin-bottom: 1rem;
	padding: 2rem;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	text-align: center;
	font-size: 1.125rem;
}
.card .photo {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-bottom: 1rem;
	border-radius: 50%;
}
.card .name {
	font-family: 'Cormorant SC';
}
.card .position {
	font-family: 'Cormorant SC';
	color: #666;
	margin-bottom: 1rem;
	font-size: 0.85rem;
}
.card .message p {
	margin-bottom: 1rem;
}
.card .controls {
	margin-top: 1rem;
}
.card .controls p {
	margin-bottom: 1rem;
}
.card .controls button:not(:last-child) {
	margin-right: 0.5rem
}
.card a {
	white-space: nowrap;
	color: inherit;
	transition: color 250ms;
	text-decoration: none;
}
.card a:hover {
	color: #666;
}

.card.administrator {
	display: none;
}
.card.agent {
	display: none;
}

.card.questionary {
	display: inline-block;
	width: 100%;
	opacity: 1;
	transition: opacity 250ms, margin-top 250ms;
}
.card.questionary:empty {
	visibility: hidden;
}
.card.questionary.hidden {
	margin-top: -0.5rem;
	opacity: 0;
	pointer-events: none;
}
.card.questionary label {
	display: inline-block;
	margin-top: 1rem;
	padding-right: 1rem;
	width: 4rem;
	color: #666;
	text-align: right;
	font-size: 0.8rem;
	font-family: 'Cormorant SC';
}
.card.questionary label + * {
	display: inline-block;
	width: calc(100% - 5rem) !important;
	text-align: left;
}
.card.questionary input {
	outline: none;
	border: none;
	border-bottom: 1px dashed #999;
	border-radius: 0;
	font: inherit;
	-webkit-appearance: none;
}
.card.questionary input::placeholder {
	color: #666;
}
.card.questionary textarea {
	margin-bottom: 1rem;
	padding: 0.25rem;
	width: 100%;
	height: 5rem;
	outline: none;
	border: 1px dashed #999;
	border-radius: 0;
	vertical-align: top;
	font: inherit;
	font-style: italic;
	resize: none;
}
.card.questionary textarea::placeholder {
	color: #666;
}
.card.questionary select {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
	padding-right: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	border-radius: 0;
	background-color: transparent;
	font: inherit;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

.exchanger:hover .description {
	opacity: 1;
}
.exchanger .description {
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-style: italic;
	opacity: 0;
	transition: opacity 250ms;
	pointer-events: none;
}
.exchanger .item {
	display: inline-block;
	height: 2.45rem;
	width: 2.45rem;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	line-height: 2.15rem;
	font-size: 0.75rem;
	text-align: center;
	transition: background-color 250ms;
}
.exchanger .item:not(:last-child) {
	margin-right: -1px;
}
.exchanger .item:hover {
	background-color: #f8f8f8;
}
.exchanger .item:not(.selected) {
	cursor: pointer;
}
.exchanger .item.selected {
	background-color: #f5f5f5;
}
.exchanger .item.rub:before {
	content: '₽';
}
.exchanger .item.usd:before {
	content: '$';
}
.exchanger .item.eur:before {
	content: '€';
}

.start {
	display: none;
}
.search .promo {
	margin-bottom: 2rem;
}
.promo {
	position: relative;
	width: 100%;
	height: 350px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.promo > span {
	position: absolute;
	font-size: 1.5rem;
	top: 45%;
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-weight: 400;
	width: 100%;
}
.promo > span:after {
	content: '_';
	color: #fff;
	animation: 1s blink step-end infinite;
}
@keyframes blink {
	from, to {
		color: transparent;
	}
	50% {
		color: inherit;
	}
}

.broadcast {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 350px;
	background-image: url('../images/live/Moscow.jpg');
	text-align: center;
}
.broadcast .drop {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #f55c50;
	border-radius: 100%;
}
.broadcast .dropped {
	animation: 5s drop infinite;
}
.legend.live:before {
	margin-right: 0.5rem;
	content: '●';
	font-size: 1rem;
}
.legend.live.selected:before {
	color: #f55c50;
}
@keyframes drop {
	0% {
		margin-top: 0;
		margin-left: 0;
		width: 1px;
		height: 1px;
		border: 1px solid #f55c50;
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		margin-top: -25px;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		border: 5px solid #f55c50;
		opacity: 0;
	}
}
.broadcast .text {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	padding: 1rem;
	background-color: #fff;
	text-align: left;
	white-space: nowrap;
	font-size: 0.85rem;
	opacity: 0.95;
}
.broadcast .text:after {
	content: '_';
	animation: 1s blink step-end infinite;
}

.search .example {
	display: inline-block;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}
.search h3 {
	padding-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}
.search .label {
	position: relative;
	left: 7rem;
	max-width: calc(100% - 7rem);
	margin-bottom: 1rem;
}
.search .label:before {
	position: absolute;
	left: -8rem;
	padding-top: 1px;
	padding-right: 1rem;
	width: 7rem;
	color: #666;
	content: attr(data-label);
	text-align: right;
	font-size: 0.8rem;
	font-family: 'Cormorant SC';
}
.search .list {
	position: relative;
	width: 100%;
	-webkit-user-select: none;
	user-select: none;
}
.search .list .value {
	display: inline-block;
	overflow: auto;
	max-width: 100%;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #999;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.search .list .value:empty:before {
	color: #666;
	content: attr(data-placeholder);
}
.search .list.disabled .value:empty:before {
	content: '-';
}
.search .list.disabled {
	pointer-events: none;
}
.search .list.loading {
	pointer-events: none;
}
.search .list.loading .value:before {
	content: 'Загрузка...';
}
.search .list input::placeholder {
	color: #666;
}
.search .list input {
	width: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #999;
	border-radius: 0;
	font: inherit;
	-webkit-appearance: none;
}
.search .list .context {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.search .list.focused .value {
	visibility: hidden;
}
.search .list.focused .context {
	display: block;
}
.search .list ul {
	position: absolute;
	z-index: 1;
	overflow-y: scroll;
	margin-top: -1px;
	max-height: 10rem;
	width: 100%;
	border: 1px solid #999;
	border-top: 1px dashed #999;
	background-color: #fff;
	list-style: none;
}
.search .list ul:empty {
	display: none;
	border: none;
}
.search .list li {
	overflow: hidden;
	padding: 0.5rem;
	border-top: 1px solid #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: background-color 250ms;
}
.search .list li.selected {
	font-weight: bold;
}
.search .list li:first-child {
	border-top: none;
}
.search .list li:hover {
	background-color: #f8f8f8;
}
.search input.square {
	width: 100%;
	max-width: 10rem;
	padding-bottom: 0.25rem;
	border: none;
	border-radius: 0;
	border-bottom: 1px dashed #999;
	background-color: #fff;
	outline: none;
	font: inherit;
	transition: border-color 250ms, color 250ms;
	-webkit-appearance: none;
}
.search input.square::placeholder {
	font: inherit;
	color: #666;
}
.search .switcher {
	user-select: none;
	-webkit-user-select: none;
}
.search .switcher ul {
	display: inline-block;
	overflow: hidden;
	height: 1.5rem;
	border-bottom: 1px dashed #999;
	list-style: none;
	vertical-align: top;
	cursor: pointer;
	transition: width 250ms;
}
.search .switcher li {
	height: 1.3rem;
	white-space: nowrap;
	transition: margin-top 250ms;
}
.search .switcher li.selected:first-child {
	margin-top: 0;
}
.search .switcher li:first-child {
	margin-top: -1.725rem;
}
.search .switcher li:nth-child(2) {
	margin-top: 0.425rem;
}
.search .validator {
	margin: 1rem 0;
	text-align: center;
	color: #f55c50;
	visibility: hidden;
}
.search .validator:empty:before {
	content: '\00a0';
}
.search .validator.bounce {
	animation: bounce 500ms 1;
}
@keyframes bounce {
	0% {
		transform: translateX(-5px);
	}
	20% {
		transform: translateX(5px);
	}
	40% {
		transform: translateX(-3px);
	}
	60% {
		transform: translateX(3px);
	}
	80% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}
.search button.appraise {
	width: 100%;
	margin-bottom: 1rem;
	padding: 1rem;
	border: none;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: #fff;
	font: inherit;
	font-family: 'Cormorant SC';
	font-size: 0.85rem;
	color: #0e2637;
	transition: background-color 250ms;
	cursor: pointer;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.search button.appraise:hover {
	background-color: #f8f8f8;
}
.search button.appraise:active {
	color: inherit;
}
.search .example {
	display: inline-block;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #999;
	color: #666;
	white-space: nowrap;
	cursor: pointer;
	transition: color 250ms;
	user-select: none;
	-webkit-user-select: none;
}
.search .example:hover {
	color: #000;
}

button.navigate {
	margin-bottom: 1rem;
}
button.up {
	display: none;
}

.spinner {
	display: none;
	position: absolute;
	top: calc(50vh - 1rem);
	left: calc(50% - 1rem);
	margin: auto;
	width: 2rem;
	height: 2rem;
	border: 1px solid #666;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-radius: 100%;
	animation: spin 1s infinite linear;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.page {
	position: relative;
	width: 100%;
	min-height: 52rem;
	padding: 3rem;
	border: 1px solid #e5e5e5;
	counter-increment: page;
}
.page:not(:last-child) {
	margin-bottom: 1rem;
}
.page > * {
	margin-bottom: 1rem;
}
.page > *:last-child {
	margin-bottom: 3rem;
}
.page h2 {
	margin-bottom: 1rem;
	font-family: 'Cormorant SC';
	font-weight: inherit;
	font-size: 1.25rem;
}
.page table {
	width: 100%;
}

button {
	padding: 0.5rem 1rem;
	border: none;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: #fff;
	font: inherit;
	font-family: 'Cormorant SC';
	font-size: 0.85rem;
	color: #0e2637;
	transition: background-color 250ms;
	cursor: pointer;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button:hover {
	background-color: #f8f8f8;
}
button:active {
	color: inherit;
}
button:disabled {
	pointer-events: none;
}
sup {
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
	font-size: 0.75em;
	line-height: 0;
}
img {
	display: block;
	max-width: 100%;
}

.report {
	display: none;
}
.report .page:not(:first-of-type):after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2rem;
	text-align: center;
	color: #666;
	content: counter(page);
}
.report .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.report h2 {
	margin-bottom: 0;
	font-family: inherit;
	font-size: 2rem;
}
.report h3 {
	font-size: 1.5rem;
	font-weight: inherit;
}
.report h4 {
	font-size: 1.25rem;
	font-weight: inherit;
}
.report canvas {
	-webkit-user-select: none;
	user-select: none;
	max-height: 21.875rem;
	max-width: 31.25rem;
}
.report a {
	color: #51a7f9;
	transition: color 250ms;
}
.report a:hover {
	color: #f55c50;
}
.report p.explanation {
}
.report p.definition {
	font-style: italic;
	padding: 1rem 0 1rem 1rem;
	margin-left: -1rem;
	border-left: 1px solid #666;
}
.report p.conclusion {
}
.report p.rate {
}
.report table.planning .transparent {
	visibility: hidden;
}
.report table.planning .rooms {
	color: #9abb24;
}
.report table.planning .kitchen {
	color: #f55c50;
}
.report table.planning .bathroom {
	color: #a3ccfe;
}
.report table.planning .balcony {
	color: #e9e7e5;
}
.report .legend:before {
	content: '●';
	margin-right: 0.5rem;
	font-size: 0.7rem;
}
.report .legend.grocery {
	color: #a68b65;
}
.report .legend.atm {
	color: #f45d55;
}
.report .legend.pharmacy {
	color: #9abb24;
}
.report .legend.polyclinic {
	color: #a586b6;
}
.report .legend.fitness-club {
	color: #91b8ff;
}
.report .legend.school {
	color: #e2951d;
}
.report .legend.kindergarten {
	color: #eabd49;
}
.report .mapper {
	position: relative;
}
.report .mapper > span {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 100%;
}
.report .mapper > span:hover {
	margin-left: -3px;
	margin-top: -3px;
	width: 10px;
	height: 10px;
}
.report .mapper .tooltip {
	position: absolute;
	z-index: 1;
	display: none;
	padding: 1rem;
	background-color: #f8f8f8;
	white-space: nowrap;
}
.report table.competitors {
	border-collapse: collapse;
	width: 100%;
}
.report table.competitors td {
	font-size: 0.75rem;
	border: 1px solid #e5e5e5;
	padding: 0.5rem;
	white-space: nowrap;
}
.report table.competitors td:first-child {
	max-width: 13rem;
	min-width: 13rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.report table.competitors td:not(:first-child) {
	text-align: center;
}
.report table.competitors tr:nth-child(2n) {
	background-color: #f8f8f8;
}
.report .paginator {
	font-size: 0.7rem;
	text-align: center;
	margin-top: 0.5rem;
	color: #666;
	user-select: none;
	-webkit-user-select: none;
}
.report .paginator span {
	margin-right: 0.5rem;
	transition: color 250ms;
}
.report .paginator span.arrow {
	cursor: pointer;
}
.report .paginator span:hover {
	color: #000;
}
.report .legend.primary {
	color: #f55c50;
}
.report .legend.secondary {
	color: #cbe5a3;
}
.report table.mortgage select {
	background-color: inherit;
	border: none;
	border-bottom: 1px dashed #666;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.report table.mortgage td:first-child {
	width: 50%;
}
.report hr {
	margin: 2rem 0;
	border: none;
	border-top: 1px solid #e5e5e5;
}
.profile {
	display: none;
}
.profile label {
	font-family: 'Cormorant SC';
	font-size: 0.85rem;
	color: #666;
}

@media only screen and (max-width: 980px) {
	.main {
		padding: 1rem;
	}
	.sidebar {
		display: none;
	}
	.main {
		margin-left: auto;
		margin: auto;
	}
}
@media only screen and (max-width: 680px) {
	.logo {
		display: none;
	}
	.page {
		padding: 2rem 1rem;
		min-height: 75vh;
		border: none;
		border-top: 1px solid #999;
	}
	
	.report table.competitors td:first-child {
		max-width: 6rem;
		min-width: 6rem;
	}
}
@media only screen and (max-width: 480px) {
	.report table.competitors td {
		font-size: 0.5rem;
	}
	.report table.competitors td:nth-child(5) {
		display: none;
	}
}
@media only screen and (max-height: 900px) {
	.sidebar {
		padding: 1rem 0;
	}
	.invitation {
		display: none;
	}
	.main {
		padding: 1rem 0;
	}
}
@media only screen and (max-height: 750px) {
	.card {
		padding: 2rem;
	}
	.sidebar .footer {
		display: none;
	}
}
@media only screen and (max-height: 670px) {
	.card .photo {
		display: none;
	}
}