.b-message-form {
    margin: 0;
    font: normal 1.0em/1.2 Arial, sans-serif;
    width: 640px;
    overflow: hidden;
    text-align: center;
}
    .b-message-form-picture {
        width: 100%;
        height: 250px;
        overflow: hidden;
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .b-message-form-title {
        font-size: 36px;
        color: #341717;
        font-family: 'Opium Bold',sans-serif;
        font-weight: bold;
        line-height: 1.3;
        margin: 0;
        padding: 0;
        margin: 20px 0 17px;
    }
    .b-message-form-text {
        font-size: 14px;
        line-height: 21px;
        color: #737373;
        padding: 0 160px;
        margin: 0 0 28px;
    }
  
    .b-message-form_info {
        margin-bottom: 2.0em;
    }
    form {
        font-size: 0;
    }
    .b-message-form_item {
        position: relative;
        margin: 0 0 15px 0;
        zoom: 1;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .b-message-form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-form_item label {
            display: block;
            margin: 0 0 0.3em 0;
            text-align: left;
            font-size: 14px;
            color: #737373;
        }
            .b-message-form_item label .required {
                color: #CC0000;
                display: none;
            }
        .b-message-form_item_text label, .b-message-form_item_textarea label {
            position: absolute;
            top: 12px;
            left: 15px;
            z-index: 2;
        }
    .b-message-form_field {
        position: relative;
    }
        .b-message-form_checkbox label, .b-message-form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-message-form_text input, .b-message-form_date input {
            width: 200px;
            height: 40px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            border: 1px solid #bda489;
            border-radius: 3px;
            font: normal 14px/1.2 Arial, sans-serif;
            box-sizing: border-box;
        }
        .b-message-form_date input {
            /*width: 170px;*/
        }
            .b-message-form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }
        .b-message-form_item .textarea {
            width: 520px;
            height: 105px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            border: 1px solid #efefef;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        

        .b-message-form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-form_item-error {
            display: block;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px;
            position: absolute;
            top: -20px;
            left: 10px;
            max-width: 100%;
        }
        .b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
            border-color: #dd4b39 !important;
        }

         .b-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }

                .b-grahic-captcha .b-captcha_item span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-indent: -5000px;
                    background-image: url('img/shape.png');
                }
                .b-grahic-captcha .square {
                    background-position: 0 0;
                }
                .b-grahic-captcha .rectangle {
                    background-position: -30px 0;
                }
                .b-grahic-captcha .triangle {
                    background-position: -60px 0;
                }
                .b-grahic-captcha .round {
                    background-position: -90px 0;
                }
                .b-grahic-captcha .polyhedron {
                    background-position: -120px 0;
                }
                .b-grahic-captcha .trapeze {
                    background-position: -150px 0;
                }
                .b-grahic-captcha .rhombus {
                    background-position: -180px 0;
                }
                .b-grahic-captcha .oval {
                    background-position: -210px 0;
                }
                .b-grahic-captcha .star {
                    background-position: -240px 0;
                }
                
        .b-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
        }
            .b-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-color-captcha-text label {
                color: #000;
                font-size: 12px;
            }

    .b-hidden-captcha {
        display: none;
    }

    .b-message-form_submit {
        clear: both;
        display: inline-block;
        vertical-align: top;
    }
        .b-message-form_submit input {
            font: normal 16px/1.2 Arial, sans-serif;
            cursor: pointer;
            font-size: 0;
            overflow: hidden;
            background-image: url('img/button-ico.png');
            background-repeat: no-repeat;
            background-position: center;
            width: 60px;
            height: 40px;
        }
    .b-message-form_personal-data {
        overflow: hidden;
        color: #737373;
        font-size: 12px;
        margin: 22px 0 21px;
    }
        .b-message-form_personal-data .g-ajax-data {
            color: #900a10;
        }
    .b-message-form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }

    .b-agreement {
        font-size: 14px;
    }
    .b-message-form-error-text {
        position: absolute;
        left: 50%;
        width: 640px;
        margin: 0 0 0 -320px;
        bottom: 0;
        text-align: center;
    }
        .b-message-form-error-text p {
            margin: 0;
        }
    .b-message-form-success-text {
        padding: 20px;
    }

/*

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.arcticmodal-overlay {
    display: block!important;
    opacity: 0;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
    height: 100%
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(img/loading.gif) no-repeat 50% 50%;
}
*/

.m-box-modal#subscribe-form {
    background: #fff;
    position: relative;
    position: fixed;
    left: 50%;
    margin-left: -320px;
    margin-top: -250px;
    top: 127%;
    //opacity: 0;
}

   /* .m-box-modal .box-modal_close {
        position: absolute;
        top: 0;
        right: -42px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        font-size: 0;
        background: #fff;
        border-radius: 50%;
    }
    .m-box-modal .box-modal_close::after,
    .m-box-modal .box-modal_close::before {
        content: '';
        background: #900A10;
        width: 2px;
        height: 19px;
        position: absolute;
        transform: rotate(45deg);
        top: 7px;
        left: 15px;
    }
    .m-box-modal .box-modal_close::before {
        transform: rotate(-45deg);
    }*/
    .b-mod-title {
        display: none;
    }
    .m-box-modal .b-content-ajax {
        padding: 0;
    }
    .b-content-ajax .b-agreement {
        padding: 15px;
    }