@charset "utf-8";

/* Common definitions (begin) */
    html, body {
        height: 100%;
    }
    * {
        margin: 0;
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
      margin: 0;
    }
    body { 
        font: .7em Arial,Helvetica,sans-serif;

        color:#878787;
    }
    img {
        border: 0;
    }
    a { 
        color:#0698e3;
    }
    a:hover {
        outline:none;
        color:#18c60f;
        
    }
    input {
        font-family: Arial;
    }
    .g-clear {
        clear:both;
    }
    .g-centered {
        width: 800px;
        margin-left:auto;
        margin-right:auto;
    }
/* Common definitions (end) */

/* More global definistions (begin) */

    /* Buttons (begin) */
        .g-btn {
            font-size:1.3em;
            font-weight:bold;

            position:relative;
            z-index:1;

            display:block;
            float:left;
            overflow:hidden;

            text-align: center;
            text-decoration:none;

            color:#fff;
        }

        /* Blue Button (begin) */
            .g-blue-btn {
                font-size: 18px;
                font-style: bold;
                font-family: "PT Sans";

                border-radius:3px; 
                -webkit-border-radius:3px; 
                -moz-border-radius: 3px; 
                -khtml-border-radius:3px;
                height: 34px;

                line-height: 37px;

                display: block;
                text-shadow: 0px 1px 0px #0e8ab8;

                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14bae6', endColorstr='#11ade3'); 
                background: #11ade3;
                background: -webkit-linear-gradient(top, #14bae6, #11ade3); 
                background: -moz-linear-gradient(top,  #14bae6,  #11ade3);  
                background: -o-linear-gradient(top,  #14bae6,  #11ade3); 
                background: -ms-linear-gradient(top,  #14bae6,  #11ade3); 

                color: #fff;
            }
            .g-blue-btn:hover {
                background: #1fcbec;
                color:#fff !important;
                filter: none;
            }
        /* Blue Button (end) */
    /* Buttons (end) */
    .g-uni-input {
        font-size: 14px;

        width: 99px;
        padding: 9px 10px;

        border-radius:3px; 
        -webkit-border-radius:3px; 
        -moz-border-radius: 3px; 
        -khtml-border-radius:3px;


        -moz-box-shadow: 0 1px 0px #fff, inset 0px 1px #f6f6f6; 
        -webkit-box-shadow: 0 1px 0px #fff, inset 0px 1px #f6f6f6; 
        box-shadow: 0 1px 0px #fff, inset 0px 1px #f6f6f6; 


        

        border: 1px solid #d5d5d5;
        background: #fff; 
    }
    .g-input-error {
        border: 1px solid #dca2a2 !important;

        -moz-box-shadow: 0 0px 0px 2px #ffcfcf !important;
        -webkit-box-shadow: 0 1px 0px #fff, inset 0px 1px #f6f6f6; 
        box-shadow: 0 1px 0px #fff, inset 0px 1px #f6f6f6; 
    }

/* More global definistions (end) */
    
/* Wrap (begin) */
    .h-wrap {
        position: relative;
        z-index: 3;
    }
/* Wrap (end) */

/* Header (begin) */
    .b-head {
        position:relative;
        z-index: 60;

        width: 800px;
        height: 68px;
        margin: 0 auto;
    }

    .b-head {
        border-bottom: 1px solid #e3e4e5;
    }
    /* Logo (begin) */
        .b-logo {
            position: absolute;
            top: 12px;
            left: 0;

            width: 142px;
            height: 41px;

            background: url("/images/promo/logo.png") 0 0 no-repeat;

        }
    /* Logo (end) */

    /* Menu (begin) */
        .b-menu {
            position: absolute;
            top: 26px;
            right: 0;
        }
        .b-menu__item {
            display: inline-block;
            margin-left: 20px;
        }
        .b-menu__item  a {
            font-size: 15px;
            font-family: "PT Sans";
            font-weight: bold;

            text-decoration: none;
        }
    /* Menu (end) */

/* Header (end) */

/* Content (begin) */
        .b-big-title {
            font-size: 30px;
            font-family: "PT Sans";
            font-weight: normal;

            margin-top: 57px;

            text-align: center;

            color: #212121;
        }
        .b-sign-up-form-wrap {
            margin-top: 56px;

            background: url("/images/promo/form-bg.jpg") center 27px no-repeat;
        }
        .b-sign-up-form-wrap__title {
            font-size: 20px;
            font-family: "PT Sans";
            font-weight: normal;


            text-align: center;

            color: #212121;
        }
        .b-sign-up {
            margin-top: 5px;
            padding: 17px 17px 23px 17px;

            background: #f3f4f5;
        }
        .input-wrap {
            position: relative;

            display: inline-block;
            vertical-align: top;
            margin-right: 9px;
        }
        .b-sign-up .g-uni-input {
            font-size: 12px;
            width: 226px;
        }
        .b-sign-up .b-text-input-error {
            font-size: 11px;

            width: 216px;
            padding-top: 2px;
            padding-left: 10px;
            color: #E05353;

            qfont-size: 11px;

            qposition: absolute;
            qleft: 10px;
            qbottom: -18px;
            qcolor: #E05353;
        }
        .b-start-free-wrap {
            display: inline-block;
            vertical-align: top;
        }
        .b-start-free-wrap {
            position: relative;
            text-align: center;
        }
        .b-start-free-wrap  .g-blue-btn{
            width: 240px;
        }
        .b-start-free-wrap__desc {
            font-size: 11px;

            position: absolute;
            left: 0;
            bottom: -18px;

            width: 100%;

            text-align: center;

            color: #a3a3a3;
        }
        .b-notise-wrap {
            margin-top: 15px;
            text-align: center;
        }
        .b-notise {
            font-size: 11px;

            height: 22px;
            padding-left: 26px;
            display: inline-block;

            line-height: 22px;

            color: #a3a3a3;
            background:  url("/images/promo/information-ico.png") 0 0 no-repeat;
        }
        
        .b-video-wrap {
            width: 799px;
            height: 429px;
            margin: 60px auto 0 auto;
            padding-top: 2px;

            background: url("/images/promo/player-bg.png") 0 0 no-repeat;
        }
        .b-video {
            position: relative;

            width: 632px;
            height: 347px;

            margin-left: 78px;

            border: 4px solid #fff;
        }
        .b-video__screen {
            position: static;
            z-index: 2;
            top: 0;
            left: 0;

            width: 632px;
            height: 347px;

            background: url("/images/promo/player-screen.jpg") 0 0 no-repeat;
        }
        .b-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 10;
            width: 44px;
            height: 44px;
            margin-top: -22px;
            margin-left: -22px;
            
            cursor: pointer;
            background: url("/images/promo/play-btn.png") 0 0 no-repeat;
        }
        .b-down-bg {
            position: absolute;
            z-index: -1;
            left: 0;
            bottom: 0;

            width: 100%;
            height: 302px;

            background: #f3f4f5;
        }
        .b-video-real {
            position: absolute;
            z-index: 12;
            top: 0;
            left: 0;
        }
/* Content (end) */

/* Footer (begin) */
    .b-footer__list {
        position: absolute;
        left: 0;
        bottom: 20px;

        width: 100%;
        height: 20px;

        text-align: center
    }
    .b-footer__list__item {
        font-size: 12px;

        display: inline-block;
        margin: 0 15px;
    }
    .b-footer__list__item_copyright {
        color: #212121;
    }
    .placeholder {
        color: #a3a3a3;
    }

/* Footer (end) */
