@charset "windows-1251";

html, body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p, form, ul, h1, h2, h3, h4, h5, h6, table, table td, ul li, input
{
	margin:0;
	padding:0;
}
img
{
	border:0;
}
a:link,
a:active,
a:visited
{
	color:#003399;
	text-decoration:underline;
}
a:hover
{
	color:#003399;
	text-decoration:none;
}

.dialog-message
{
	display:none;
}

.order
{
	width:1000px;
	margin:0 auto;
	padding:50px 0 0 0;
}

.order p
{
	margin:15px 0;
}

.order h1
{
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin:0;
	padding:0;
}

.ui-datepicker-trigger
{
	margin:0 0 0 3px;
}

.order .info
{
    font-weight:bold;
    font-size: 10pt;
}

.class_annul
{
    width: 490px;
    top: 50px;
    left: 50%;
    margin-left: -250px;
}

.class_annul > table
{
    padding: 25px 0;
}

.class_annul td
{
    padding: 0 10px;
}
.class_annul td span:first-child
{
    padding-right: 10px;
}

.class_annul .annul_buttons
{
    padding: 20px 0 0 0;
}

.class_annul_completed
{
    width: 540px;
    top: 100px;
    left: 50%;
    margin-left: -275px;
}
.class_annul_completed > table
{
    padding: 30px 15px;
}
.class_annul_completed p
{
    font-size: 14px;
}
.finish-center
{
    text-align: center;
}
.finish-center input
{
    padding: 5px;
}
.class_annul_schet
{
    width: 75%;
	height:75%;
    top: 50%;
    left: 50%;
    margin: -37% 0 0 -37%;
	background: white;
	border: 1px black solid;
	padding:1% 0;
}
.class_annul_schet iframe
{
	width: 90%;
	height: 85%;
	border: none;
	/*border: solid 1px black;*/
}


.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 500;
}
.b-popup .b-popup-content{
    margin:100px auto auto auto;
    width:380px;
    height: auto;
    padding:20px;
    background-color: #ffffff;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.b-popup .b-popup-content2{
    margin:100px auto auto auto;
    width:575px;
    height: auto;
    padding:20px;
    background-color: #ffffff;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.popup2-ul {
    padding-left: 20px;
}

/*< F O R M  C O O K I E >*/
.FZ152_personal_information__{
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    padding: 25px calc(50vw - 490px);
    background-color: rgb(255, 240, 215);
    opacity: 1;
    z-index: 10000;
}
.FZ152_personal_information__ p:nth-child(1){
    margin: 0px 10px;
    color: rgb(65, 10, 16);
    text-shadow: 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 275px);
    padding: 0;
    line-height: 23px;
    font-family: Arial;
    font-size: 14px;
}
.FZ152_personal_information__ p:nth-child(2){
    margin: 0px 10px;
    color: rgb(65, 10, 16);
    text-shadow: 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    font-family: Arial;
    font-size: 14px;
    padding: 0;
}
.FZ152_personal_information__ p:nth-child(2) a{
    color: rgb(65, 10, 16);
    font-weight: bold;
    margin-right: 50px;
    text-decoration: underline;
}
.FZ152_personal_information__ p:nth-child(2) a:hover{
    text-decoration: none;
}
.FZ152_personal_information__ p:nth-child(2) button{
    cursor: pointer;
    background: rgb(127, 47, 56);
    color: rgb(255, 255, 255);
    padding: 13px 34px;
    font-weight: 900;
    text-transform: uppercase;
    transition-duration: 0.5s;
    border: none;
    outline: none;
}
.FZ152_personal_information__ p:nth-child(2) button:hover{
    background: rgb(64, 24, 28);
}
@media(max-width: 700px){
    .FZ152_personal_information__ p{
        width: auto !important;
        margin-bottom: 10px !important;
    }
}
/*</ F O R M  C O O K I E >*/