body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font: 15px Roboto-Regular, Arial, sans-serif;
	letter-spacing: .5px;
	color: black;
	background-color: rgb(245, 243, 243);
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url(/fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(/fonts/RobotoCondensed-Bold.ttf);
}

* {
	box-sizing: border-box;
	outline: 0;
}

figure {
	margin: 0;
}

select,
button {
	cursor: pointer;
}

h1,
h2,
h3,
p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}

input {
	padding: 0;
	margin: 0;
}

.a-btn {
	display: inline-block;
	padding: 5px 7px;
	background-color: var(--color-1);
	color: white;
	;
}

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

footer {
	margin-top: auto;
}

.w-page {
	max-width: 1300px;
	margin: auto;
	padding: 0 10px;
}

.error-input {
	display: none;
	color: red;
	padding: 3px 0;
	font-size: 13px;
}

.valid-error {
	color: red;
	font-size: .9em;
	height: 22px;
	line-height: 22px;
}

.category_level-up-select .valid-error {
	margin-top: -12px
}

.none {
	display: none;
}

.button {
	min-width: 100px;
	font-size: 1em;
	padding: .7em 1em;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}

.button_color {
	background-color: var(--color-0);
	color: white;
}

.response {
	color: green;
}

[v-cloak] {
	display: none;
}

.input-error {
	padding: 3px 0;
	color: red;
	font-size: .9em;
}

.input {
	width: 100%;
	height: 32px;
	padding-left: 7px;
	border: 1px solid gray;
}

.select {
	width: 100%;
	height: 32px;
	border: 1px solid var(--color-1);
}

.legend {
	font-size: 14px;
	margin-bottom: 5px;
	color: var(--color-1);
}

.necessarily:after {
	content: '*';
	width: 10px;
	height: 10px;
	padding-left: 5px;
	color: red;
}

.mark-necessarily {
	color: red;
}

.icon {
	cursor: pointer;
}

.burger {
	width: 32px;
}

.plus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 28px;
	background-color: var(--color-1);
	color: white;
	border-radius: 100%;
	cursor: pointer;
	margin: 20px 0;
}

.icon {
	cursor: pointer;
}

.button {
	min-width: 100px;
	font-size: 1em;
	padding: .7em 1em;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}

.button_color {
	background-color: var(--color-1);
	color: white;
}

.button_cancel {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	color: unset;
}

.button_delete {
	background-color: rgb(223, 40, 40);
	border: 1px solid rgb(223, 40, 40);
	color: white;
}

@media(max-width: 520px) {
	.append-edit-record__group-input_submit button {
		display: block;
		margin-left: unset;
		margin-bottom: 10px;
		width: 100%;
	}
}

.button-icon {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.button-icon.button-icon_m {
	width: 22px;
	height: 22px;
}

/* site_popupmenu */

.site-popupmenu {
	display: none;	
	width: 100vw;	
	z-index: 10000;	
}
.site-popupmenu__inner {
	padding: 20px;
	overflow: auto;
}
.site-popupmenu__btn-close {
	font-size: 26px;
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
}