* {
    padding: 0;
    margin: 0;
    }
html, body {
    height: 100%;
    }
    html {
        /*overflow-y: scroll;*/
        }
    body {
        font: 62.5%/1.5 'Open Sans', Arial, Helvetica, sans-serif;
        color: #fff;
        background: #3F4649;
        word-wrap: break-word;
        }
    a {
        }
        a:hover {
            }
    img {
        vertical-align: top;
        border: 0;
        }


.b-page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 962px;
    }
    .b-page_fix {
        width: 942px;
        margin: auto;
        padding: 0 10px;
        }

    .b-page b {
        font-weight: 600;
        }


.b-header {
    overflow: hidden;
    padding-top: 58px;
    min-height: 425px;
    background: url(../img/b-header.jpg) no-repeat top center;
    }

    .b-header__left {
        float: left;
        width: 310px;
        }
        .b-logo {
            width: 266px;
            height: 87px;
            margin: 4px 0 18px;
            background: url(../img/b-logo.png) no-repeat;
            }
        .b-header h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 15px;
            font-weight: 600;
            }
        .b-header p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 27px;
            }

    .b-header__right {
        float: right;
        width: 571px;
        }


.b-rainbow {

    }
    .b-rainbow table {
        width: 100%;
        border-collapse: collapse;
        }
    .b-rainbow td {
        width: 16.666%;
        height: 11px;
        border-left: 5px solid #fff;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        }
        td.b-rainbow_01 {
            border: 0;
            }
        .b-rainbow_01 { background: #82BD1A;}
        .b-rainbow_02 { background: #00C0E4;}
        .b-rainbow_03 { background: #EAC14D;}
        .b-rainbow_04 { background: #E6567A;}
        .b-rainbow_05 { background: #5BD999;}
        .b-rainbow_06 { background: #7658F8;}


.b-main {
    overflow: hidden;
    padding: 76px 0 76px;
    }
    .b-main__left {
        float: left;
        width: 450px;
        padding-left: 63px;
        }
        .b-main__left img {
            margin-top: 2px;
            box-shadow: 1px 2px 3px rgba(0,0,0,0.75);
            }
    .b-main__right {
        float: right;
        width: 335px;
        padding-right: 63px;
        }
        .b-main h3 {
            overflow: hidden;
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 27px;
            font-weight: normal;
            }
            .b-main h3 img {
                float: left;
                margin: 3px 30px 0 0;
                }
        .b-main p {
            font-size: 16px;
            line-height: 20px;
            margin-top: 5px;
            }


.b-btn {
    white-space: nowrap;
    display: inline-block;
    height: 52px;
    font-size: 19px;
    line-height: 48px;
    color: #2d2f31;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: #FDB53F;
    border-radius: 7px;
    border: 0;
    border-bottom: 4px solid #E09417;
    outline: 0;
    padding: 0 16px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    .b-btn:active {
        border: 0;
        border-top: 4px solid #E09417;
        }
    .b-btn_migrate {
        width: 100%;
        }

.b-gradient {
    background: url(../img/b-gradient.png) repeat-x top center;
    }

.b-sign_in_btn {
    text-align: center;
    padding: 12px 0 70px;
}


