
@font-face {
    font-family:  'RobotoSlab-Regular';
    src:  url(../font/RobotoSlab-Regular.woff) format('woff');        
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'fa-brands-400' ;
    src: url(../font/fa-brands-400.woff) format('woff');
    font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family:'ArialNova' ;
    src: url(../font/ArialNova.woff) format('woff');
    font-style: normal;
	font-weight: normal;
}
.box::-webkit-scrollbar {
    width: 5px;
    background-color: #e4894c;
}
.box::-webkit-scrollbar-thumb {
    background-color: #223c50;
		border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

.box {
	display: none;
	/*border: 1px solid #D4D4D4; 
    border-width: 0 1px 1px;
	background: #EFEFEF;*/      /* цвет фона текста*/
	padding: 0 12px;
  width:490px;
  font-family: 'ArialNova';
  line-height: 1.2;
  font-size: 1.04em;/* размер шрифта других страниц*/ 
	height: 575px; 
	overflow-y: auto;
  }
  




 