@charset "utf-8";
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr{
	border: 0 rgb(0, 0, 0) solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "arrows";
	src: url("https://www.unitrade-orel.ru/fonts/icon/arrows.eot");
	src: url("https://www.unitrade-orel.ru/fonts/icon/arrows.eot") format("embedded-opentype"),
	url("https://www.unitrade-orel.ru/fonts/icon/arrows.woff") format("woff"),
	url("https://www.unitrade-orel.ru/fonts/icon/arrows.ttf") format("truetype"),
	url("https://www.unitrade-orel.ru/fonts/icon/arrows.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Lora Italic';
    src: url('../fonts/Lora-Italic.eot');
    src: url('../fonts/Lora-Italic.eot%3F') format('embedded-opentype'),
        url('../fonts/Lora-Italic.woff') format('woff'),
        url('../fonts/Lora-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 1%;
}
/* ends Spacing
----------------------------------------------------------------------------------------------------*/