/* Фрагмент сброса и базы с https://bfk-irk.ru/ (style#inline-css) */

blockquote,
body,
button,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	border: none;
	font-family: inherit;
	color: inherit;
	background: 0 0;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
}

body,
html {
	position: relative;
	width: 100%;
	min-width: 300px;
	min-height: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	word-break: break-word;
}

b,
strong {
	font-weight: 700 !important;
}

a {
	color: inherit;
}

* {
	box-sizing: border-box;
}
