body {background-color:#f5f5f5; color:#373737; font-size:75%; line-height:1.1; font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased;}
/*---------------------------------------------------------------------------------------------
[ typo / helpers ]
*/
::selection {background:#c9e1b9;}
::-moz-selection {background:#c9e1b9;}

a {color:#00aeef;}
a:hover {color:#ff7407;}
a, a:hover {text-decoration:underline;}

h1, h2, h3, h5, h6 {font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif; font-weight:normal;}
h1 {color:#6ebe3b; font-size:72px; margin:0 0 .3em; line-height:1}
h2, h3 {font-size:24px; color:#373737; line-height:1.3em; letter-spacing:-1px; font-family:Helvetica,Arial,sans-serif; margin:.8em 0;}
h3 {font-size:1.4em; letter-spacing:0;}
h4 {font-size:20px; margin:20px 0 5px; color:#63a837;}
h5 {font-size:24px; color:#fff;}
h6 {font-size:16px; color:#555; font-family:Helvetica,Arial,sans-serif;}

.clearer {clear:both; font-size:0.1px; height:0.1px; line-height:0.1px; width:100%;}
.cnt {text-align:center;}
.fR {float:right;}
.fL {float:left;}

/*---------------------------------------------------------------------------------------------
[ buttons class ]
*/
.bt {
    cursor:pointer; display:inline-block;
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif; line-height:1.1em; margin:0 0.4em 0.5em; padding:0.4em 0.9em; text-align:center;
    border-radius:30px;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.7);
    border:0;
}
.bt, .bt:hover {color:#fff; text-decoration:none;}

.bt-small-x {font-size:1.2em;} /*14*/
.bt-small, .bt-small-x {font-family:Helvetica,Arial,sans-serif;}
.bt-grey {
    color:#363a3d;
    background:#f3f3f3;
    background:-webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
    background:linear-gradient(to bottom,  #fff 0%,#f3f3f3 100%);
    box-shadow:inset 0 -2px 0 rgba(255,255,255,.46), 0 2px 0 rgba(0,0,0,.1);
}

.bt-grey:hover {
    color:#00afec;
    background:#eee;
    background:-webkit-linear-gradient(top,  #fafafa 0%,#eee 100%);
    background:linear-gradient(to bottom,  #fafafa 0%,#eee 100%);
}

/*---------------------------------------------------------------------------------------------
[ structure ]
*/
.content .page-wrap {width:980px; margin:0 auto;}
.content {background:#fff; padding:30px 0 40px; font-size:1.35em; line-height:1.5em; }
.content p, 
.content li {margin-bottom:1.4em;}
.content ol li {
    list-style:outside decimal;
}
.content ol,
.content ul {
    padding-left:25px;
}
.content .list-lower-alpha li {
    list-style-type:lower-alpha;
}
.content .list-unordered li {
    list-style:outside disc;
}

[lang='ru'] h1 {font-size:65px;}