#modal_agree_block{
    white-space: normal;
    font-size: 12px;
    width: 310px;
    line-height: 12px;
    position: absolute;
    left: 31px;
    top: 407px;
    text-align: justify;
}

.error_input{
    border: 1px solid red !important;
}

.error_input_color{
    color: red !important;
}

#modal_price_button{
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: -101px;
    bottom: 0;
    width: 200px;
    height: 37px;
    cursor: pointer;
    line-height: 37px;
    text-align: center;
    z-index: 2;
    color: #000 !important;
    font-weight: bold;
    border: 1px #FFA500 solid !important;
    text-shadow: 0 1px 0 #ffdf31 !important;
    background: rgb(255,204,3) !important;
    background: -moz-linear-gradient(top, rgba(255,204,3,1) 0%, rgba(255,165,0,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,3,1)), color-stop(100%,rgba(255,165,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    cursor: pointer;
    webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.25), 0 1px 0 0 #b59d21;


    border-radius: 5px 5px 0 0;
}

/* Пoдлoжкa */
#modal_price_overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.6; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.6; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=60);
    width:100%; 
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

#modal_price{
    width: 928px;
    height: 600px;

    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -300px;
    margin-left: -464px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 10px;
}

.modal_price_left{
    background: url(../img/modal_price.jpg) no-repeat !important;
    width: 465px !important;
    position: relative!important;
    margin: 0 auto!important;
    float: left;
    height: inherit;
    padding: 28px 0 0 40px;
}

.modal_price_right{
    height: 100%!important;
    position: relative!important;
    padding: 0 17px 0 10px;
    margin: 0 auto!important;
    float: right;
    width: 396px;
    box-shadow: 17px 0 31px 17px rgba(0,0,0,.2);
    background: #fff;
}

.modal_price_exit{
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    position: absolute!important;
    right: 25px!important;
    top: 23px!important;
    height: 15px!important;
    width: 15px!important;
    background: url(../img/modal_price_exit.png) no-repeat center center!important;
    cursor: pointer!important;
    -webkit-transition: .3s ease-out!important;
    -moz-transition: .3s ease-out!important;
    -o-transition: .3s ease-out!important;
    transition: .3s ease-out!important;
}

#modal_price #container{
    width: 400px;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: left;
    font-family: 'PT Sans', sans-serif !important;
}

#modal_price_form_block{
    position: absolute;
    left: 10px;
    top: 1px;
    width: 370px;
    height: 561px;
    z-index: 14;
    background-color: transparent;
    border: 0px #000000 solid;
    font-family: 'PT Sans', sans-serif !important;
}

#modal_price_name{
    background: url(../img/modal_price_sprite.png) no-repeat -333px 9px #FFFFFF;
    position: absolute;
    left: 30px;
    top: 113px;
    width: 266px;
    height: 33px;
    line-height: 33px;
    z-index: 0;
    webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    border: 1px #C0C0C0 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'PT Sans';
    font-size: 17px;
    padding: 0px 12px 0px 30px;
    text-align: left;
    vertical-align: middle;
    outline: none;
}

#modal_price_submit{
    position: absolute;
    left: 71px;
    /*top: 418px;*/
    top: 485px;
    width: 228px;
    height: 50px;
    z-index: 1;
    text-align: center !important;
    cursor: pointer !important;
    line-height: 30px !important;
    color: #000 !important;
    border: 1px #FFA500 solid !important;
    text-shadow: 0 1px 0 #ffdf31 !important;
    background: rgb(255,204,3) !important;
    background: -moz-linear-gradient(top, rgba(255,204,3,1) 0%, rgba(255,165,0,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,3,1)), color-stop(100%,rgba(255,165,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,204,3,1) 0%,rgba(255,165,0,1) 100%) !important;
    cursor: pointer;
    webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.25), 0 1px 0 0 #b59d21;
    border-radius: 5px;
        font-family: 'PT Sans';
    font-size: 19px;
    outline: none;

}

#mp_Text8{
    position: absolute;
    left: 40px;
    top: 92px;
    width: 250px;
    height: 20px;
    z-index: 2;
    text-align: left;
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
}

#mp_uid0 {
    color: #000000;
    font-family: PT Sans;
    font-size: 16px;
}

#modal_price_email{
    background: url(../img/modal_price_sprite.png) no-repeat -332px -103px #FFFFFF;
    position: absolute;
    left: 30px;
    top: 246px;
    width: 266px;
    height: 33px;
    line-height: 33px;
    z-index: 3;
    webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    border: 1px #A9A9A9 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'PT Sans';
    font-size: 17px;
    padding: 0px 12px 0px 30px;
    text-align: left;
    vertical-align: middle;
    outline: none;
}

#mp_Text9 {
    position: absolute;
    left: 40px;
    top: 225px;
    width: 250px;
    height: 20px;
    z-index: 4;
    text-align: left;
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: left;
    font-family: 'PT Sans', sans-serif !important;
}

#mp_uid1 {
    color: #000000;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 16px;
}

#mp_Text1{
    position: absolute;
    left: 40px;
    top: 293px;
    width: 250px;
    height: 20px;
    z-index: 7;
}

#mp_Text14{
    text-align: center;
}

#mp_Text10 {
    position: absolute;
    left: 45px;
    /*top: 478px;*/
    top: 535px;
    width: 280px;
    height: 51px;
    text-align: center;
    z-index: 5;
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    font-family: 'PT Sans', sans-serif !important;
}

#mp_Text10 div {
    text-align: center;
    white-space: nowrap;
}

#mp_uid2 {
    line-height: 17px;
}

#mp_uid3 {
    color: #000000;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 13px;
}

#mp_Text10 div {
    text-align: center;
    white-space: nowrap;
}

#mp_uid4 {
    line-height: 17px;
}

#mp_uid5 {
    color: #000000;
    font-size: 13px;
}

#mp_Text10 div {
    text-align: center;
    white-space: nowrap;
}

#mp_uid6 {
    line-height: 16px;
}

#mp_uid7 {
    color: #000000;
    font-size: 13px;
}

#modal_price_phone{
    background: url(../img/modal_price_sprite.png) no-repeat -333px -25px #FFFFFF;
    position: absolute;
    left: 31px;
    top: 179px;
    width: 266px;
    height: 33px;
    line-height: 33px;
    z-index: 6;
    webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    border: 1px #A9A9A9 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'PT Sans';
    font-size: 17px;
    padding: 0px 12px 0px 30px;
    text-align: left;
    vertical-align: middle;
    outline: none;
}

#mp_Text11 {
    position: absolute;
    left: 40px;
    top: 158px;
    width: 250px;
    height: 20px;
    z-index: 7;
    text-align: left;
}

#mp_Text11 {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: left;
}

#mp_uid8 {
    color: #000000;
    font-size: 16px;
}

#mp_Text12 {
    position: absolute;
    left: 35px;
    top: 52px;
    width: 300px;
    height: 34px;
    text-align: center;
    z-index: 8;
}

#mp_Text12 {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: center;
}

#mp_uid9 {
    color: #000000;
    font-size: 15px;
}

#mp_Text13 {
    position: absolute;
    left: 100px;
    top: 539px;
    width: 170px;
    height: 17px;
    text-align: center;
    z-index: 9;
}

#mp_Text13 {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: center;
}

#mp_uid10 {
    color: #4B4B4B;
    font-size: 13px;
}

a.style1 {
    color: #696969;
    text-decoration: underline;
}

#wb_Text14 {
    position: absolute;
    left: 20px;
    top: 9px;
    width: 330px;
    height: 38px;
    text-align: center;
    z-index: 10;
}
right.css:151
#wb_Text14 {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: center;
}

#wb_uid11 {
    color: #000000;
    font-size: 29px;
}

#wb_Text1 {
    position: absolute;
    left: 40px;
    top: 293px;
    width: 250px;
    height: 20px;
    z-index: 11;
    text-align: left;
}
right.css:162
#wb_Text1 {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    text-align: left;
}

#wb_uid12 {
    color: #000000;
    font-family: PT Sans;
    font-size: 16px;
}

#mp_TextArea1 {
    position: absolute;
    left: 30px;
    top: 314px;
    width: 298px;
    height: 78px;
    z-index: 12;
    border: 1px #A9A9A9 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'PT Sans';
    font-size: 17px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    resize: none;
    outline: none;
}