@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-light.ttf');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-medium.ttf');
    font-weight: bold;
}

html, body {
    background-color:#c8c8c8;
    font: normal 16pt/100%  Roboto, Helvetica, sans-serif;
    color: #232713;
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: visible;

}

h1 {
	color: #000000;
    font-size: 20px;
    line-height: 1.2;
	font-weight: normal;
	margin: 0;
}

h1::first-line {
	color: #8d3b8b;
    font-size: 36px;
    line-height: 50px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

button.hstextbutton {
    font: normal 20px/100%  Roboto, Helvetica, sans-serif;
    border: 0;
    cursor: pointer;
}

.handcursor {
    cursor: pointer;
}

div#module_cont {
    background-image: url(../img/bg.png);
    width: 1280px;
    height: 700px;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -webkit-box-shadow: 4px 4px 7px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    4px 4px 7px 0 rgba(50, 50, 50, 0.5);
    box-shadow:         4px 4px 7px 0 rgba(50, 50, 50, 0.5);
}

div#scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 1280px;
    height: 700px;
}

a:link, a:visited {
    color: #8d3b8b;
}

a:hover {
    color: #ac4baa;
}

.moduleHeader {
    color: #fcfdfb;
    line-height: 1.2;
    font-size: 12px;
}

.moduleHeader::first-line {
    font-size: 16px;
}

.headerText{
    font: normal 18pt/100%  Roboto;
    margin-top: 0;
    line-height: 1.0;
    color: #fcfdfb;
    overflow: visible;
}

.headerText_sm{
    font: normal 18px/100%  Roboto;
    margin-top: 3px;
    line-height: 1.3;
    color: #000;
    overflow: visible;
}

.baseText_16 {
    font-size: 16px;
    line-height: 1.0;

}
.baseText_18 {
    font-size: 18px;
    line-height: 1.0;

}
.baseText_20 {
    font-size: 20px;
    line-height: 1.0;

}
.baseText_24 {
    font-size: 24px;
    line-height: 1.0;

}
.baseText_30 {
    font-size: 30px;
    line-height: 1.0;

}
.baseText_36 {
    font-size: 36px;
    line-height: 1.0;

}
.baseText_90 {
    font-size: 90px;
    line-height: 1.0;

}
.baseText_84 {
    font-size: 80px;
    line-height: 1.0;

}
.textButtonCont {
    position: absolute;
    text-align: center;
    cursor: pointer;
    display:table;
}

.textButtonText {
    display:table-cell;
    vertical-align: middle;
}

.kar_line {
    position: absolute;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 20px;
}

.green, .g {
    color: #c2d200;
}
.brown, .brw {
    color: rgb(75, 38, 14);
}
.red, .r {
    color: #f00;
}
.blue, .bl {
    color: #154699;
}
.lightblue, .ltbl {
    color: #0000ff;
}
.white, .w {
    color: rgb(243, 243, 242);
}
.orange, .o {
    color: rgb(227, 131, 37);
}
.violet, .v {
    color: #8d3b8b;
}
.black, .blk {
    color: #000000;
}
.bold, .b {
    font-weight: bold;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.lh12 {
    line-height: 1.2;
}

.lh13 {
    line-height: 1.3;
}

.lh15 {
    line-height: 1.5;
}

.lh20 {
    line-height: 2.0;
}

.yellowBG {
    background-color:#ffe89a;
}

.underline_pad7 {
    margin:0;
    padding-bottom: 2px;
    border-bottom: 2px solid black;
}

.hsimagebutton {
}

input[type=text] {
    font: normal 22px/100% Roboto, Helvetica, sans-serif;
}

input[type=text]:disabled {
    color:  black;
    background: #ffffff;
    border: 1px dashed #cccccc;
}

input[type=text]:disabled.correct {
    color:  rgba(2, 136, 7, 1);
}

input[type=text]:disabled.wrong {
    color:  #B90000;
}

.square_brackets {
    padding-bottom: 10px;
}

.square_brackets:before{
    content:"[";
    display: inline-block;
    height: 56px;
    vertical-align: bottom;
}

.square_brackets:after{
    content:"]";
    display: inline-block;
    height: 56px;
    vertical-align: bottom;
}

.popupwindow {
    background: #fff;
    border: 1px solid rgba(106, 111, 209, 1);
    padding: 15px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    2px 2px 4px 0 rgba(50, 50, 50, 0.5);
    box-shadow:         2px 2px 4px 0 rgba(50, 50, 50, 0.5);
}

.popupwindowblocker {
    background: rgba(255,255,255,0.5);
}

.border3pxwhite {
    border: 3px solid white;
}

.redcircle {
    border: 3px solid darkgray;
    border-radius: 55px;
}
.redcircle1 {
    border: 4px solid darkgray;
    border-radius: 55px;
}
.box1 {
    background: red; /* Цвет фона */
    width: 100px; /* Ширина блока */
    height: 100px; /* Ширина блока */
    /*padding: 1px;  Поля */
    /*margin-top: 10px;  Отступ сверху */
    border: 2px solid red; /* Параметры рамки */
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */

}
