*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #f6f9fa;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

a {
	color: #4f7f90;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #39545e;
}

section {
	padding: 1em;
	text-align: center;
}
header{
	text-align:center;
}

.fixed_button{
  position: fixed;
  width:50px;    /* ширина кнопки*/
  height:50px;    /* высота кнопки*/
  z-index:99999;    /*позиция относительно дальности*/
  bottom: 100px;
  right: 16px;
}