
  @font-face {
  font-family: button-font;
  src: url(/assets/fonts/20657.ttf);
}
  @font-face {
  font-family: eng-font;
  src: url(/assets/fonts/chevron-font.ttf);
}
  @font-face {
  font-family: numbers;
  font-style: normal;
  src: url(/assets/fonts/numbers.ttf);
}

  @font-face {
  font-family: ru-bold;
  font-style: normal;
  src: url(/assets/fonts/ru-bold.ttf);
}
  @font-face {
  font-family: trebushet;
  font-style: normal;
  src: url(/assets/fonts/trebuchetms.ttf);
}
.help-content{
    display: flex;
   /* background: #000000c2; */
    width: 100%;
    color: white;
   /* box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 4px 2px #ffffff;*/
    border-radius: 2px;
    padding: 13px;
    text-align: center;
    font-family: ru-bold;
    height: 100%;
    justify-content: center;
}
.help-scroll::-webkit-scrollbar {
    display: none;
}
.help-scroll{
    overflow-y: auto;
    height: 99%;
}
.rules-image{
    background-image: url("/assets/img/rules_ico.png");
    background-repeat: no-repeat;
}
.help-header{
    font-family: ru-bold;
    padding-top: 20px;
    color: white;
    font-size: 40px;
}
.help-rules-header-point{
    font-family: ru-bold;
    padding-top: 20px;
    color: white;
	font-size: 32px;
    width: 100%;
    height: 100%;
}
.help-rules-point-block{
    display: flex;
    flex-direction: column;
    width: 840px;
    height: 70px;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
.help-rules{
    display: flex;
    width: 87%;
    height: 100%;
    background: #00000060;
    color: white;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 4px 2px #ffffff;
    border-radius: 2px;
    text-align: center;
    font-family: ru-bold;
    flex-direction: column;
    align-items: center;
}
.help-rules-text::-webkit-scrollbar {
    display: none;
}
.help-rules-text{
    font-family: trebushet;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
}
.help-left-align{
    text-align: left;
}
.help-rules-textblock{
    width: 100%;
    padding-top: 30px;
    text-align: left;
}
.help-rules-point{
	font-size:10px;
}
.white{
	color:white;
}
.red{
	color: #ff8484;
}
.help-extras-nomg{
    margin-bottom: 5px;
    margin-top: 5px;
}
.help-rules-one-point-block{
    display: inline-flex;
    align-items: center;
}
.help-rules-num-format{
font-weight: bold;
padding-right: 10px;
}
.rules-warn{
    padding-left: 40px;
    padding-bottom: 20px;
}




.double-line{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.block-line-solid{
    margin: 10px 0px;
    width: 30%;
    border-top: 1px solid #ffffff59;
    border-color: white;
    box-shadow: 0px 0px 10px 1px #ff5722, inset 0px 0px 2px 2px #ff5722;
}
.block-line-dotted{
    margin: 10px 0px;
	width: 100%;
	border-color: white;
    border-top: 1px dashed #ffffff59;
}