html {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #333;
}
h3 {
    font-size: 20px;
    margin: 0;

}
h1 {
    font-size: 36px;
}
h4 {
    font-size: 16px;
    margin: 0;
}
p {
    margin: 0;
    line-height: 1.4;
}
.pb20{
    padding-bottom: 20px;
}
.pb10{
    padding-bottom: 10px;
}
.pb5{
    padding-bottom: 5px;
}
.f12px {
    font-size: 12px;
}
.f14px {
    font-size: 14px;
}
.f15px {
    font-size: 15px;
}
.f17px {
    font-size: 17px;
}
.f22px {
    font-size: 22px;
}
.l1 {
    line-height: 1;
}
.no_top_mar {
    margin-top: 0;
}
.no_bot_mar {
    margin-bottom: 0;
}
.common_white_block, .common_gray_block {
    width: 100%;
}
.common_gray_block {
    background-color: #eeeeee;
}
.wrapper, .gray_wrapper {
    width: 940px;
    margin: 0 auto;
}
.gray {
    background-color: #eeeeee;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.top {
    padding: 10px 0;
}
.bot_border {
    border-bottom: 5px solid #eeeeee;
}
.pc_icon {
    background: url("images/pc_icon.png") center no-repeat transparent;
    width: 41px;
    height: 36px;
    float: left;
}
.pc_icon2 {
    background: url("images/logo.png") center 7px no-repeat transparent;
    width: 28px;
    height: 38px;
    float: left;
}
.top_title {
    float:left;
    margin-left: 20px;
}
.left, .right {
    padding-top: 10px;
}
.left {
    float:left;
    width: 646px;
}
.right {
    float: right;
    padding-top: 40px;
    width: 260px;
}
.right p {
    line-height: 1.6;
    font-weight: 600;
}
.right p span {
    line-height: 1.6;
    font-weight: 400;
}
.download_block, .info_block {
    border: 1px dashed #b2b2b2;
    margin: 20px 0 20px 0;
    padding: 20px;
}
.info_block {
    padding: 30px;
    margin-bottom: 40px;
}
.win_icon {
    width: 64px;
    height: 59px;
    background: url("images/win_icon.png") center no-repeat transparent;
    float: left;
}
.link_details {
    margin-left: 20px;
    float: left;
    margin-top: -10px;
}
.link_details a{
    font-size: 28px;
    color :#0066cc;
    text-decoration: underline;
    font-weight: 600;
}
.screen {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 238px;
    height: 174px;
    background: url("images/screen.png") center no-repeat transparent;
}
p.upper {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
span.full_rate {
    display: inline-block;
    background: url("images/full_rate.png") center no-repeat transparent;
    width: 74px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    bottom: -2px;
}
span.full_rate_big {
    display: inline-block;
    background: url("images/full_rate_big.png") center no-repeat transparent;
    width: 97px;
    height: 18px;
    position: relative;
    bottom: -2px;
}
span.small_rate {
    display: inline-block;
    background: url("images/small_rate.png") center no-repeat transparent;
    width: 97px;
    height: 18px;
    position: relative;
    bottom: -2px;
}
span.not_full_rate {
    display: inline-block;
    background: url("images/not_full_rate.png") center no-repeat transparent;
    width: 97px;
    height: 18px;
    position: relative;
    bottom: -2px;
}
input, input.d_button, a.d_button {
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
    width: 246px;
    color: #fff;
    font-size: 17px;
    background-color: #65bd1f;
    border: solid 1px #65bd1f;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
input.d_button, a.d_button {
    margin-left: 40px;
}
.right .d_button {
    margin-left: 0;
}
input:hover, a.d_button:hover {
    background-color: #3FAF15;
}
.s1, .s2, .s3 {
    float:left;
    width: 280px;
    margin-left: 20px;
}
.s1 p, .s2 p, .s3 p {
    margin-left: 70px;
}
.s1 {
    margin-left: 0;
}
.s1_icon, .s2_icon, .s3_icon {
    width: 50px;
    height: 50px;
    background-image: url("images/steps.png");
    background-repeat: no-repeat;
    float: left;
}
.s1_icon {
    background-position: 0 0;
}
.s2_icon {
    background-position: -273px 0;
}
.s3_icon {
    background-position: -600px 0;
}
.steps {
    padding-top: 10px;
}
.steps a {
    color: #1076db;
    border-bottom: 1px solid #1076db;
    height: 16px;
    display: inline-block;
    text-decoration: none;
}
.steps a:hover {
    text-decoration: none;
    border: medium none;
}
.d_link, .d_button, .icons {
    float: left;
    width: 273px;
    margin-left: 20px;
}
.icons {
    height: 61px;
    float:right
}
.d_link {
    margin-left: 0;
    margin-top: 10px;
}
.d_link a {
    font-size: 18px;
    color: #0066cc;
    text-decoration: underline;
    font-weight: 600;
}
.d_link .pc_icon {
    margin-top: 5px;
}
hr {
    height: 1px;
    border: medium none;
    background-color: #eeeeee;
    margin: 15px 0;
}
.who span {
    margin-right: 15px;
}
.mar10 {
    margin: 10px 0;
}
.info_block_footer {
    padding: 20px 0;
}
.links {
    float: right;
    margin-top: 12px;
}
.links div {
    line-height: 1.6;
}
.links a, .links a:visited {
    color: #333;
    text-decoration: none;
}
.links a:hover {
    text-decoration: underline;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#popup {
    font-family: "Arial", sans-serif;
    width: 408px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -205px;
    background-color: #b3daf9;
    border-radius: 1px;
    border: 1px solid #5395df;
    z-index: 11; /* 1px higher than the overlay layer */
    display: none;
    padding: 0 3px 3px 3px;
}
#popup table {
    margin: 0 auto;
    width: 370px;
    padding-bottom: 80px;
}
#popup table td:first-of-type {
    width: 47px;
}
#popup_title {
    width: auto;
    font-size: 12px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    text-indent: 5px;
}
#popup_title span {
    text-shadow: 0 0 5px #ffffff;
}
.popup_inner {
    padding: 15px 0 0 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #84b0d9;
    min-height: 260px;
}
.popup_inner h3{
    color: #2261ab;
    font-size: 16px;
    font-weight: normal;
    margin-top: -8px;
    letter-spacing: -0.3px;
}
.popup_inner p {
    font-size: 13px;
    line-height: 1.4;
}
.popup_footer {
    height: 64px;
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: right;
    width: 406px;
    position: absolute;
    bottom: 0;
}
.popup_footer a {
    background: url("images/popup_btn.png") 0 0 no-repeat transparent;
    width: 130px;
    line-height: 36px;
    height: 36px;
    color: #40434a;
    font-size: 13px;
    margin-right: 15px;
    margin-top: 15px;
    text-shadow: 0 1px 5px #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
}
.popup_footer a:hover {
    background-position: 0 -39px;
}
#close {
    position: absolute;
    width: 45px;
    height: 22px;
    right: 3px;
    top: -1px;
    background: url("images/close.png") center no-repeat transparent;
    cursor: pointer;
}
