@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i&display=swap&subset=cyrillic');

@import url("//cdn.illh.ru/global/css/normalize.css");
@import url("/css/style-desktop.css?v1.1") screen and (pointer: fine), (pointer: none);
/**@import url("/css/style-tablet.css") screen and (max-width: 899px) and (min-width: 431px);**/
@import url("/css/style-phone.css?v1.1") screen and (pointer: coarse);

:root {
	--main-colour: rgb(194, 59, 29);
}

* {
	box-sizing: border-box;
}

body
{

	font-family: 'Open Sans', serif;
	font-weight: 300;
}
div[au-role="mainContentContainer"] {
	text-align: justify;
	line-height: 150%;
}