/************** Шрифты ****************/
@font-face 
{
    font-family: "BasisGrotesqueProRegular";
    src: url('/utils/js_css/fonts/BasisGrotesqueProRegular.eot');
    src: url('/utils/js_css/fonts/BasisGrotesqueProRegular.eot?#iefix') format('embedded-opentype'),
         url('/utils/js_css/fonts/BasisGrotesqueProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "BasisGrotesqueProBold";
    src: url('/utils/js_css/fonts/BasisGrotesqueProBold.eot');
    src: url('/utils/js_css/fonts/BasisGrotesqueProBold.eot?#iefix') format('embedded-opentype'),
         url('/utils/js_css/fonts/BasisGrotesqueProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}
/**************************************/



/*********** Общие настройки **********/
*
{
	margin: 0;
	padding: 0;
	/*font-family: 'BasisGrotesqueProRegular', sans-serif;*/
}
html 
{
    position: relative;
    min-height: 100%;
}
body
{
	
}

::selection
{
	background: #FFB16D; /* Safari */
}
::-moz-selection
{
	background: #FFB16D; /* Firefox */
}

a
{
	color: #7800FF !important;
}

.hidden
{
	display: none;
}

.is_main
{
	color: red;
}

.bold
{
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
}


.page
{
	margin: 0 0 50px 0;
	-webkit-box-shadow: 0px 21px 37px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 21px 37px -10px rgba(0,0,0,0.8);
	box-shadow: 0px 21px 37px -10px rgba(0,0,0,0.8);
}
.page .ui-content
{
	padding: 15px;
}
@media all and (min-width: 700px)
{
	.page 
	{
		width: 700px;
		margin: 0 auto 25px auto;
	}
}


.header
{ 
	-webkit-box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 8px -4px rgba(0,0,0,0.75);
}
.header .ui-block-a
{ 
	width: 20.00%;
}
.header .ui-block-b 
{ 
	width: 60.00%; 
	text-align: center;
}
.header .ui-block-с 
{ 
	width: 20.00%;
}
.header .logo
{
	background-size: cover;
	max-width: 50px;
	margin: 0 0 0 0;
}
.header .app_descr
{
	margin: 12px 0 0 0;
	font-size: 16px;
}
.header .app_addit_descr
{
	text-align: center;
	margin: 0px 0 0 0;
	font-size: 14px;
	color: #BCBCBC;
}

#overlay
{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.ui-popup-container .modal
{
	background: #FFFFFF;
	width: 85vw !important;
}
.ui-popup-container .modal .p_header
{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}
.ui-popup-container .modal .p_header .close
{
	text-decoration: none;
	color: #888888 !important;
	border-bottom: none;
	font-size: 16px;
}
.ui-popup-container .modal .p_header .close:hover
{
	color: red;
}
.ui-popup-container .modal .p_header .ui-grid-a .ui-block-a
{ 
	width: 92.00%; 
}
.ui-popup-container .modal .p_header .ui-grid-a .ui-block-b
{ 
	width: 8.00%; 
}
.ui-popup-container .modal .p_body
{
	padding: 5px;
}
.ui-popup-container .modal .p_body .zoom_photo
{
	width: 100%;
}
.ui-popup-container .modal .p_footer
{
	padding: 10px;
	border-top: 1px solid #DDDDDD;
}
.ui-popup-container .modal .p_footer .ui-block-a,
.ui-popup-container .modal .p_footer .ui-block-b
{
	padding: 0 5px 0 5px;
}
.ui-popup-container .modal .p_footer .ui-btn
{
	padding: 10px;
	border-top: 1px solid #DDDDDD;
	padding: 5px 7px;
	border-radius: 5px;
	background: linear-gradient(to right, #F3B53F, #E48631);
	color: #FFFFFF;
}

.ui-loader-background,
.ui-modal-background
{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 1099;
}
.ui-loading .ui-loader-background
{
    display: block;
}
.ui-loader
{
	background-color: transparent !important;
	box-shadow: none !important;
	top: calc( 50% - 50px );
}
.ui-loader .ui-icon-loading
{
	
}

#error_modal
{
	
}
#error_modal .p_header
{
	color: red;
}
#error_modal .p_body
{
	padding: 15px;
}

#success_modal
{
	
}
#success_modal .p_header
{
	color: green;
}
#success_modal .p_body
{
	padding: 15px;
}

#question_modal .p_body
{
	padding: 15px;
}

.field
{
	margin: 0 0 10px 0;
}
.field .title
{
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}
.field .value
{
	
}
.field .value textarea
{
	resize: none !important;
	height: auto !important;
	font-size: 13px;
}
.field .value input
{
	font-size: 13px;
} 
/**************************************/



/*************** index ****************/
.bblock
{
	margin: 0 0 20px 0;
}
.bblock .bb_header
{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
	text-align: center;
}
.bblock .ui-block-a
{
	width: 63%;
	text-align: left;
}
.bblock .ui-block-b
{
	width: 37%;
	text-align: right;
}


.btop
{
	margin: 0 0 10px 0;
	text-align: center;
}
.btop .bt_main_1
{
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
	font-size: 17px;
}
.btop .bt_main_2
{
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
	font-size: 16px;
}



.bmain
{
	
}
.bmain .bm_item
{
	margin: 0 0 3px 0;
}
.bmain .bm_item img
{
	margin: -2px 0 0 0;
	width: 21px;
	vertical-align: middle;
}
.bmain .bm_online
{
	margin: 7px 0 0 0;
	text-align: center;
}
.bmain .bm_online a
{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}



.bdetail
{
	
}
.bdetail table
{
	border-spacing: 0;
	width: 100%;
}
.bdetail table .tr_bordered
{
    background-color: #d5e9ef;
}
.bdetail table td
{
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	font-size: 13px;
	overflow: hidden;
	color: #000000;
}
.bdetail table td .fa
{
	font-size: 10px;
}
.bdetail table td:nth-child(1)
{
	width: 75%;
	text-align: left;
}
.bdetail table td:nth-child(2)
{
	width: 25%;
	text-align: right;
}
.bdetail table .tr_itog td
{
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
}
.bdetail table .td_center
{
	text-align: center !important;
}



.bcalc
{
	
}
.bcalc .ui-btn
{
	background: #d5e9ef !important;
	color: #000000 !important;
	text-transform: none;
	/*font-family: "BasisGrotesqueProRegular";*/
	font-weight: normal;
	font-size: 14px;
}
.bcalc .bc_items
{
	padding: 10px;
	display: table;
	width: 100%;
}
.bcalc .bc_items .bci_item
{
	display: table-row;
	font-size: 14px;
}
.bcalc .bc_items .bci_bold .bcii_name,
.bcalc .bc_items .bci_bold .bcii_value
{
	font-size: 16px;
	font-weight: 700;
	/*font-family: "BasisGrotesqueProBold";*/
}
.bcalc .bc_items .bci_item .bcii_name
{
	display: table-cell;
	width: 63%;
	text-align: left;
	padding: 0 20px 8px 0;
}
.bcalc .bc_items .bci_item .bcii_value
{
	display: table-cell;
	width: 37%;
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
}
.bcalc .uch_oplach
{
	font-size: 13px;
	padding: 0 7px 0 7px;
}
.bcalc .prasch_str
{
	margin: 5px 0 0 0;
	font-size: 13px;
	padding: 0 7px 0 7px;
}



.binfo
{
	font-size: 15px;
	padding: 0 7px 0 7px;
	text-align: center;
}
.binfo .info
{
	margin: 0 0 12px 0;
}



.bcontacts
{
	padding: 0 7px 0 7px;
}
.bcontacts table
{
	width: 100%;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}
.bcontacts table tr
{
	
}
.bcontacts table tr td
{
	padding: 3px;
}
.bcontacts table tr td:nth-child(1)
{
	text-align: left;
	font-size: 14px;
}
.bcontacts table tr td:nth-child(2)
{
	text-align: right;
	font-size: 14px;
	/*font-family: "BasisGrotesqueProBold";*/
	font-weight: 700;
}
.bcontacts table tr td a
{
	text-decoration: none;
}



.qrcode
{
	
}
.qrcode .qc_title
{
	font-size: 16px;
    /*font-family: "BasisGrotesqueProBold";*/
	font-weight: 700;
	text-align: center;
	margin: 20px 0 15px 0;
}
.qrcode .qc_body
{
	text-align: center;
}
/**************************************/