@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto+Condensed:400,700|Roboto:400,500,700,900&display=swap&subset=cyrillic');
/* 
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
 */



*,
:after,
:before {
  box-sizing: border-box;
}

/* body .menu1, body .menu1 div 
body .cover1, body .cover1 div,
body .spacing1, body .spacing1 div,
body .list1, body .list1 div,
body .list2, body .list2 div,
body .text1, body .text1 div {
	border: solid red 1px;
} */
/* body .footer1, body .footer1 div {
	border: solid red 1px;
} */
/* body .list3, body .list3 * {
	border: solid red 1px;
}  */
/* body .actions1, body .actions1 * {
	border: solid red 1px;
} */

html,
body {
	padding: 0;
	margin: 0;
	font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #272424;
	min-width: 320px;
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 14px;
		line-height: 19px;
	}
}

@media screen and (max-width: 960px) {
	body {
		font-size: 14px;
		line-height: 19px;
	}
}