/*!* Text *!*/
/*img {border:0 none;}*/

/*h1, h2, h3, h4, h5, h6*/
/*{*/
/*	font-family: Arial, Helvetica,sans-serif; */
/*	margin:1.3em 0 0.7em;*/
/*	font-weight:normal;*/
/*	line-height:1.2;*/
/*}*/

/*h1 { font-size:190%; margin:0 0 1em; }*/
/*h2 { font-size:150%; }*/
/*h3 { font-size:130%; font-weight: bold;}*/
/*h4 { font-size:120%;}*/
/*h5 */
/*{ */
/*	border-bottom:1px solid #E5E5E5;*/
/*	font-size:140%;*/
/*	font-weight:normal;*/
/*	margin:0 0 1.1em;*/
/*	padding:0 0 1em;*/
/*}*/
/*h6 { font-size:100%; }*/

/*hr, .hr */
/*{*/
/*	border-top:1px solid;*/
/*	display:block;*/
/*	font-size:1px;*/
/*	height:1px;*/
/*	line-height:1px;*/
/*	margin:12px 0;*/
/*	overflow:hidden;*/
/*	padding:0;*/
/*}*/

/*#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}*/
/*#workarea ul li:before { content:'\2014\a0'; }*/
/*#workarea li*/
/*{*/
/*	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );*/
/*	text-indent:-1.35em;*/
/*	margin: 0.6em 0*/
/*}*/

/*#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}*/


/*table.data-table { width: 100%; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0}*/
/*table.data-table th { text-align: left;}*/
/*table.data-table td, table.data-table th { padding: 1em; font-size: 0.85em;}*/
/*table.data-table tr.alt-row { background-color: #F0F0F0; }*/

.callback__form_wrapper2 {
    width: 420px;
    margin: 150px auto 0;
}
@media screen and (max-width: 1200px) {
    .callback__form_wrapper2 {
        width: 100%;
        margin: 50px auto 0;
    }
}
.callback__form_wrapper2 .name, .callback__form_wrapper2 .phone {
    margin-bottom: 30px;
    padding: 0;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.callback__form_wrapper2 input {
    width: 100%;
    height: 50px;
    border: none;
    text-align: center;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.callback__form_wrapper2 {
    display: none;
}
.pokaz-obr {
    display: none;
}
body.obrivnaya-page-css .callback__form_wrapper2 {
    display: block;
}
body.obrivnaya-page-css .pokaz-obr {
    display: block;
}
body.obrivnaya-page-css .callback__form_wrapper {
    display: none;
}
body.obrivnaya-page-css .skrit-obr {
    display: none;
}

body.umr-page-css .callback__form_wrapper2 {
    display: block;
}
body.umr-page-css .pokaz-obr {
    display: block;
}
body.umr-page-css .callback__form_wrapper {
    display: none;
}
body.umr-page-css .skrit-obr {
    display: none;
}
