/*
Theme Name: AkronPlus
Description: КОМПЛЕКСНАЯ ПОСТАВКА ЭЛЕКТРО-ТЕХНИЧЕСКОГО ОБОРУДОВАНИЯ
Author: Nabozhev
Version: 1.0
*/

/* Основные стили будут в отдельных файлах *//* Reset and base styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
}

/* Remove list styles */
ol,
ul {
	list-style: none;
}

/* Remove default link styles */
a {
	text-decoration: none;
	color: inherit;
}

/* Remove button defaults */
button {
	border: none;
	background: none;
	cursor: pointer;
}

/* Form element resets */
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

/* Image and media */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Table resets */
table {
	border-collapse: collapse;
	border-spacing: 0;
}