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

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

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

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

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

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

figure {
	margin: 0;
}

select,
button {
	cursor: pointer;
}

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

p:first-letter {
	padding-left: 20px;
}

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 {
	position: fixed;
	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;
}

/* cart */

.cart {
	cursor: pointer;
}
.cart__inner {
	display: inline-flex;
	align-items: center;
}
.cart__img img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.cart__number-product {
	font-size: 13px;
	padding-right: 5px;
	width: 30px;
	word-break: break-all;
}

/* content-cart */

.content-cart {
	outline: auto;
}
.content-cart__row {
	display: flex;
	align-items: center;
}
.content-cart__product-img {
	width: 80px;
	height: 80px;
	background-color: blanchedalmond;
	border: 1px soid gray;
}
.content-cart__product-name {
	font-size: 14px;
	padding: 0 10px;
}
.content-cart__btn {
	display: flex;
}
.content-cart__btn span {
	margin: 0 20px;
}
.content-cart__btn button {
	padding: 5px 10px;
}

/* place-order */

.place-order__inner {
	display: flex;
	flex-wrap: wrap;
}
.place-order__col {
	margin: 10px;
}
.place-order__header {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}
.payment-method__inner {
	display: inline-flex;
	flex-wrap: wrap;
}
.payment-method__item {
	width: 80px;
	height: 80px;
	border: 1px solid gray;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}
.place-order__amount td {
	padding: 5px;
	font-size: 14px;
}
.place-order__amount tr td:last-child {
	text-align: right;
}
.place-order [type="checkbox"] {
	width: 18px;
	height: 18px;
}
.place-order__btn button {
	border: none;
	background-color: #1C7BC8;
	color: white;
	font-size: 15px;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}

/* method-eceipt */

.method-eceipt__inner {
	display: flex;
	flex-wrap: wrap;
}
.method-eceipt__group {
	display: flex;
	align-items: center;
	margin: 5px;
}
.method-eceipt label {
	font-size: 13px;
	margin-left: 10px;
}

/* data-user */

.data-user__inner {
	display: flex;
	flex-wrap: wrap;
}
.data-user__name  {
	margin-right: 15px;
}

/* recipient-address */

.recipient-address {
	margin: 10px 0;
}
.recipient-address input {
	max-width: 400px;
	width: 100%;
	height: 32px;
	color: inherit;
	font-size: 14px;
	padding-left: 5px;
	border: 1px solid gray;
}

.copy-right {
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
}