@import url("buttons.css");
@import url("core.css");
@import url("decor.css");
@import url("fonts.css");
@import url("footer.css");
@import url("header.css");
@import url("index.css");
@import url("media.css");
@import url("menu.css");
body {
	color:#0C1424;
	font-family: "Roboto";
	font-size:10px;
	margin:0;
}
html{
	overflow-y:scroll;
	overflow-x: hidden;
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
button {
	cursor: pointer;
	border: 0;
	outline: 0;
	background: none;
	padding: 0;
	margin: 0;
}
#fixed {
	width: 100%;
	position: fixed;
}
.container{
	display:block;
	max-width:1290px;
	min-width: 750;
	margin: 0 auto;
	padding-left: 15px;	
	padding-right: 15px;
}
details summary {
  display: block;
  color: #7700FF;
  font-size:14px;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
	font-family: Awesome;
	content: "\F105";
	font-size: 1.6em;
	color: #FF4F12;
	margin-right: 0.3em;
}
details[open] summary::before {
	content: "\F107";
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
    margin-right: 30px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.img_logo {
	width: 28em;
    float:left; /* Выравнивание по левому краю */
    margin: 7px 30px 70px 0; /* Отступы вокруг картинки */
}
	