body {
    font-family: "Open Sans", "helvetica";
}
/* 1094 934 */
#wrapper {

}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
    /* Стиль заголовка вверху страницы */
    h1.webinar-title{
        width: 100%; height: 76px;
        color: #777777;
        text-align: center; vertical-align: middle;
        padding-top: 40px;
        font-size: 20pt;
        z-index: 100;
    }
    /* Блок регистрации - фон */
    .sbar {
        width: 100%;
    }
        /* Блок регистрации */
        .sbar-content {
            width: 100%;
        }

    /* Условно левый блок */
    .lbar {
        float: left;
        margin-right: 21px;
        margin-left: 90px;
        margin-bottom: 26px;
    }
            /* вторая обертка видео */
            #webinar-teaser {
                background: #707070;
                background: -moz-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
                background: -webkit-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
                background: -o-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
                background: linear-gradient(top left, #707070 0%, #C1C1C1 100%);
            }

            #player {
                width: 614px;
                height: 370px;
            }


        .register-percentfree {
            display: table-cell;
            width: 550px; height: 108px;
            background-image: url('img/bg-arrow.png');
            text-transform: uppercase;
            font-size: 22pt;
            text-align: center;
            vertical-align: middle;
            margin-right: 26px;
            padding-right: 85px;
        }

            .register-percentfree .register {
                color: #FFF;
            }

            .register-percentfree .percentfree {
                color: #FF8C00;
            }

        .zag {
            text-align: center;
            margin-bottom: 12px;
            margin-top: 12px;
            width: 636px;
        }

        h3.webinar-register-form-note {
            color: #000;
        }

    .rbar {
        width: 343px;
        float: right;
        margin-right: 90px;
        margin-bottom: 26px;
    }

        #register-form-wrapper {
            margin-top: 45px;
            background: #707070;
            background: -moz-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
            background: -webkit-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
            background: -o-linear-gradient(top left, #707070 0%, #C1C1C1 100%);
            background: linear-gradient(top left, #707070 0%, #C1C1C1 100%);
            padding: 8px;
        }

            #webinar-form-title {
                height: 54px;
                padding-top: 20px;
            }

                h3 {
                    color: #FFF;
                    text-align: center;
                }

                h4 {
                    color: #FF8C00;
                    text-align: center;
                    font-size: 0.7em;
                }

            #webinar-form-content {
                background: #FFF;
                padding: 8px;
            }

                #webinar-form-content .images {
                    margin-top: 20px;
                }

                    #webinar-form-content .images img {
                        max-width: 314px;
                    }

                #webinar-form-contaner {
                	width: 315px;
                    overflow-x: hidden;
                }

                #webinar-form-contaner .submit .btn_submit {
                    height: 50px;
                    line-height: 50px;
                    font-size: 25px;
                    touch-action: manipulation;
                    user-select: none;
                    border-radius: 9px;
                    font-weight: 400;
                    padding: 0 20px;
                    width: 310px;
                    outline: none;
                    background-image: linear-gradient(to bottom, #525252, #3e3e3e);
                    color: white;
                    border: none;
                    cursor: pointer;
                }

                p.label {
                    margin-top: 20px;
                }

                    label {
                    }

                    #time {
                        color: #FF8C00;
                    }

                input, select {
                    margin-top: 12px;
                    margin-left: 3px;
                    width: 300px;
                    overflow: hidden;
                    border: none;
                    border-radius: 4px;
                    padding: 4px;
                    background-color: #FFF;
                }
                input {
                    background-image: url('img/bg-input.png');
                    height: 26px;
                }
                input.w24 { width: 24px; background-image: url('img/bg-input-w24.png'); }
                input.w36 { width: 36px; background-image: url('img/bg-input-w36.png'); }
                input.w48 { width: 48px; background-image: url('img/bg-input-w48.png'); }
                input.w96 { width: 96px; background-image: url('img/bg-input-w96.png'); }
                select {
                    background-image: url('img/bg-select.png');
                    background-repeat: no-repeat;
                    padding: 8px 0 0 0;
                    width: 330px;
                    height: 34px;
                }
                input[type="checkbox"] {
                    width: 34px; height: 34px;
                    width: auto;
                    display: none;
                    margin: 8px;
                }
                input[type="checkbox"] + label span {
                    display:inline-block;
                    margin: 8px 0;
                    vertical-align:middle;
                    background:url('img/bg-checkbox.png') no-repeat;
                    cursor:pointer;
                }
                input[type="checkbox"]:checked + label span {
                    background:url('img/bg-checked-checkbox.png') no-repeat;
                }
                input[type="image"] {
                    width: 313px; height: 64px;
                    border: none;
                    border-radius: 0px;
                    padding: 0;
                    background: transparent;
                }

    .description {
        padding-top: 32px;
    }

        .l_bar {
            width: 172px; height: 172px;
            float: left;
            margin-right: 32px;
        }

            .l_bar img {
                width: 172px; height: 172px;
            }

            .jc-wbr-author-image {
                display: inline-block;
                height: 172px;
                width: 172px;
                background-position: center center;
                border-radius: 50%;
                background-size: cover;
                background-repeat: no-repeat;
            }




        .r_bar {
            height: 172px;
            margin-bottom: 32px;
        }

            .r_bar p {
                margin-bottom: 12px;
                margin-top: 12px;
                font-size: 1.2em;
            }

                .r_bar p strong {
                    color: #FF8C00;
                }

        #register-text {
            margin-bottom: 26px;
            margin-top: 26px;
        }

        #enter {
            text-align: center;
        }

div.hr {
    background:url('img/bg-hr.png');
    height: 4px;
}

div.footer {
    height: 44px;
}

fieldset { min-width: 320px; }
