.text-center{ text-align: center;}
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }
.float-left{ float: left; }
.float-right{ float: right; }
.bold{ font-weight: bold; }
.none{ display: none !important; visibility: hidden !important;}
.hidden{visibility: hidden; }
.opacity0{ opacity: 0;}
.relative{ position: relative; }
.absolute{ position: absolute; }
.uppercase{ text-transform: uppercase; }
.white{ color: white !important;}
.bg-blue{ background-color: #00a8ff !important; }
.blue{ color: #00a8ff !important; }
.block{ display: block !important;}

html,body{
    font-family: 'Helvetica Cyr Light';
    margin: 0 auto;
    color: #3e3e3e;
}

.module{
    max-width: 1920px;
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.module-header{
    font-size: 48px;
    margin: 20px;
    color: #000000;
    font-family: "pfdintextcondprothin";
}
