﻿@charset "utf-8";
/*reset styles - start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:bpg_mrgvlovani/*BPGIngiriArial2008Regular*/,Sylfaen,Arial;
	color:#333;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,select,textarea {
	font-family:bpg_mrgvlovani;
	font-size:11px;
}
/*reset styles - end*/
body {
	padding:0;
	margin:0;
	/*background-color: #F9F9F9;*/
	background-color: #E8E8E8;
	line-height:1;
	overflow-y:scroll;
}
@font-face {
    font-family: 'bpg_squareregular';
    src: url('../fonts/bpg_square_2009-webfont.eot');
    src: url('../fonts/bpg_square_2009-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_square_2009-webfont.woff') format('woff'),
         url('../fonts/bpg_square_2009-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'bpg_mrgvlovani';
	src:url('../fonts/bpg_mrgvlovani_2010.eot');
	src:url('../fonts/bpg_mrgvlovani_2010.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpg_mrgvlovani_2010.woff') format('woff'),
	url('../fonts/bpg_mrgvlovani_2010.ttf') format('truetype'),
	url('../fonts/bpg_mrgvlovani_2010.svg#BPGMrgvlovani') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'bpg_nino_mtavruli';
	src:url('../fonts/bpg_nino_mtavruli_normal.eot');
	src:url('../fonts/bpg_nino_mtavruli_normal.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpg_nino_mtavruli_normal.woff') format('woff'),
	url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype'),
	url('../fonts/bpg_nino_mtavruli_normal.svg#BPGNinoMtavruli') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family: 'bpg_square_mtavruliregular';
	src: url('../fonts/bpg_square_mtavruli_2009.eot');
	src: url('../fonts/bpg_square_mtavruli_2009.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpg_square_mtavruli_2009.woff') format('woff'),
	url('../fonts/bpg_square_mtavruli_2009.ttf') format('truetype'),
	url('../fonts/bpg_square_mtavruli_2009.svg#bpg_square_mtavruliregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'geot';
    src: url('../fonts/geot.eot');
    src: url('../fonts/geot.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geot.woff') format('woff'),
         url('../fonts/geot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verfont';
    src: url('../fonts/verfont.eot');
    src: url('../fonts/verfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/verfont.woff') format('woff'),
         url('../fonts/verfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BPGIngiriArial2008Regular';
    src: url('../fonts/bpg_ingiri_arial_2008-webfont.eot');
    src: url('../fonts/bpg_ingiri_arial_2008-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_ingiri_arial_2008-webfont.woff') format('woff'),
         url('../fonts/bpg_ingiri_arial_2008-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Lari';
	src: url('../fonts/lari.eot');
	src: url('../fonts/lari.eot') format('embedded-opentype'),
	     url('../fonts/lari.woff') format('woff'),
	     url('../fonts/lari.ttf') format('truetype'),
	     url('../fonts/lari.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
div,p,span { 
	/*font-family: arial, verdana, sans-serif, Lucida Sans;*/
	/*font-family: "Helvetica Neue","HelveticaNeue",Helvetica,sans-serif;*/
}
input[type='text'], input[type='password'],textarea,input.text {
	border: 1px solid #d9d9d9;
	border-top: 1px solid #BBBBBB;
	background-color:#FFF;
	height: 25px;
	line-height: 17px;
	padding: 1px 8px;
	margin:0;
	outline: none;
	font-size:11px;
}
textarea {
	padding: 5px 8px;
}
input[type='text']:hover, input[type='password']:hover,textarea:hover,input.text:hover {
	border-color:#BBBBBB;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 2px inset;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 2px inset;
	box-shadow:rgba(0,0,0,0.3) 0 1px 2px inset;
	border:1px solid #2a5d84;
}
input[type='checkbox'] {
	width:16px;
	height:17px;
	margin:0;
	float:left;
}
label {
	height:17px;
	margin:0 0 0 5px;
	float:left;
	line-height:17px;
}
.jquery_form {
	visibility:hidden;
}
select {
	outline:none;
	margin:0;
	padding:4px;
	cursor:pointer;
	font-size:11px;
	background-color:#FFF;
	border:1px solid #CCC;
	height:29px;
	width:100%;
}
.lari {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    display: inline-block;
    font-family: Lari!important;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
   /* font-weight: normal;*/
    line-height: 1;
    text-rendering: auto;
}
.block-sm { width: 400px; }
.block-md { width: 600px; }
.block-lg { width: 1000px; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }
.full-width {
	width: 100%;
}
.row:after {
    display: block;
    content: '';
    clear: both;
}
/*popup start*/
.popup_under {
	display:none;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#111;
	opacity:0.4;
}
.popup {
	display:table-cell;
	height:auto;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	background: rgba(0, 0, 0, 0.4);
}
.popup_container_block {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
}
.popup_container {
	display:inline-block;
	position:relative;
	text-align:center;
	overflow:auto;
}
.popup_content {
	position:relative;
	min-height:150px;
	min-width:305px;
	display:inline-block;
	background-color:#FFF;
	box-shadow: 0 0 20px #666;
	text-align:left;
	/*border:2px solid #466b8e;*/
	margin:30px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.popup_title {
	background-color: #466b8e;
	padding: 0 10px;
	margin: 0;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border-bottom: none;
	line-height: 8px;
	height: 30px;
	line-height: 25px;
}
.popup_body {
	margin:0;
}
.popup_close {
	background: rgba(0,0,0,.75);
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: -26px;
	right: -26px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}
.popup_close:hover {
	background-color:#000;
}
.popup_close:hover i {
	background-position:0 -16px;
}
.popup_close i {
	display:block;
	width:16px;
	height:16px;
	margin:5px;
	background-image:url('../images/popup_close.png');
}

.popup_loader {
	display:block;
	margin:50px auto;
	text-align:center;
}
.popup_loader_img {
	width: 31px;
	height: 31px;
	background: transparent url('../images/loader.gif');
	text-align:center;
	display:inline-block;
}
.popup_loader_text {
	font-size:12px;
	margin:8px 0 0 0;
	text-align:center;
}
.popup_active_body {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.popup_scrollbar_width {
	display:none;
	visibility:hidden;
	opacity:0;
	width:20px;
	height:20px;
	overflow:scroll;
}
/*popup end*/
.box {
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-sizing: border-box;
}
#header {
	margin:0;
	padding:0;
	height:147px;
	min-width:100%;
	display:inline-block;
	position:relative;
	z-index:1000;
	background-color:#FFF;
}
#logo_and_banner_block {
	position:relative;
	z-index:2;
	display:inline-block;
	width:100%;
	height:110px;
	background-color: #FFF;
}
#logo_and_banner {
	display: block;
	height: 90px;
	width: 1196px;
	padding: 0;
	margin: 10px auto;
	position:relative;
}
#logo {
	display:inline-block;
	float:left;
	width:290px;
	height:90px;
	margin:0;
	background-image:url('../images/logo.png?v=0.1');
	background-repeat:no-repeat;
	position:relative;
}
#A1 {
	display:inline-block;
	float:left;
	height:90px;
	width:728px;
	margin-left:178px;
}
#A1 img,#A1 object {
	width:728px;
	height:90px;
}
#logo_title {
	width:300px;
	position:absolute;
	bottom: 8px;
	left: 86px;
	font-size: 14px;
	font-family: bpg_mrgvlovani;
}
#header_menu {
	position:absolute;
	bottom:0;
	z-index:1;
	width:100%;
	height:35px;
	background-color: #2a5d84;
	border-top:1px solid #21547A;
	border-bottom:1px solid #21547A;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}
#top_menu {
	display:block;
	height:35px;
	width:1196px;
	padding:0;
	margin:0 auto;
}
#top_menu_ul {
	display:inline-block;
	float:left;
	height:35px;
	position:relative;
	border-left: 1px solid #164568;
	border-right: 1px solid #427FAC;
}
#top_menu_ul.top_right_menu_ul {
	float:right!important;
}
#top_menu_ul > li {
	display: inline-block;
	float: left;
	height: 35px;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#top_menu_ul > li:hover {
	/*box-shadow: 0 0 5px 2px rgba(0,0,0,.1);*/
}
#top_menu_ul > li > a {
	display: block;
	color: #F7F7F7;
	padding: 12px;
	border-left: 1px solid #427FAC;
	border-right: 1px solid #164568;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	min-width:60px;
	text-align:center;
	font-family:bpg_mrgvlovani;
	font-size: 12px;
	text-transform:uppercase;
}
#top_menu_ul > li > a:hover {
	background-color:#1F3C52;
}
.lang_switcher_block {
	border-right: 1px solid #427FAC;
	display:inline-block;
	height:36px;
	float:right;
}
.lang_wrapper {
	display:inline-block;
	height:36px;
	overflow:hidden;
	border-right: 1px solid #164568;
	transition:all 0.2s ease-in-out;
}
.lang_wrapper:hover {
	background-color: #164568;
	height:76px; /* 104 */
}
.lang_wrapper:hover .lang_switcher {
	height:62px; /*84*/
}
.lang_switcher {
	width:61px;
	height:21px;
	margin: 7px 10px;
	overflow:hidden;
}
.lang_switcher a {
	display:inline-block;
	float:left;
	width:61px;
	cursor:pointer;
}
.lang_switcher a:hover {
	background-color:#2a5d84;
}
.lang_switcher .lang_title {
	display:inline-block;
	float:left;
	height:21px;
	width:30px;
	line-height:22px;
	margin-left:5px;
	color:#FFF;
	font-family:/*bpg_square_mtavruliregular*/bpg_mrgvlovani;
	font-size:12px;
}
.lang_switcher .geo,.lang_switcher .eng,.lang_switcher .ru,.lang_switcher .az {
	display:inline-block;
	float:left;
	height:21px;
	width:26px;
	float:left;
	background: url('../images/langs.png');
	transition:all 0.3s ease-in-out;
}
.lang_switcher .geo {
	background-position:0 0;
}
.lang_switcher .eng {
	background-position:-21px 0;
}
.lang_switcher .ru {
	background-position:-42px 0;
}
.lang_switcher .az {
	background-position:-63px 0;
}
#main {
	display:block;
	position:relative;
	height:100%;
}
#main_block {
	margin:10px auto;
	width: 1196px;
	position: relative;
	/*box-shadow: 0 0 5px #666;*/
}
#main_block_body {
	display:inline-block;
	width: 1196px;
	height:100%;
	box-sizing: border-box;
}
#footer {
	display:inline-block;
	min-width:100%;
	height:100px;
	background-color:#2A5D84;
	border-top: 1px solid #000;
}
.footer {
	display: block;
	width: 1196px;
	padding: 0;
	margin: 0 auto;
}
.
.p0 { padding:0!important; }
.p5 { padding:5px!important; }
.m10 { margin:10px!important; }
.p10 { padding:10px!important; }
.mleft0 {margin-left:0px!important;}
.mtop20 {margin-top:20px!important;}
.mright20 {margin-right:20px!important;}
.mbottom20 {margin-bottom:20px!important;}
.mleft20 {margin-left:20px!important;}
.m20 {margin:20px!important;}
.mtop8 {margin-top:8px!important;}
.ptop0 {padding-top:0!important;}
.pright0 {padding-right:0!important;}
.pbottom0 {padding-bottom:0!important;}
.pleft0 {padding-left:0!important;}
.ptop5 {padding-top:5px!important;}
.pright5 {padding-right:5px!important;}
.pbottom5 {padding-bottom:5px!important;}
.pleft5 {padding-left:5px!important;}
.ptop10 {padding-top:10px!important;}
.pright10 {padding-right:10px!important;}
.pbottom10 {padding-bottom:10px!important;}
.pleft10 {padding-left:10px!important;}
.ptop20 {padding-top:20px!important;}
.pright20 {padding-right:20px!important;}
.pbottom20 {padding-bottom:20px!important;}
.pleft20 {padding-left:20px!important;}
.mbottom20 {margin-bottom:20px!important;}
.mleft10 {margin-left:10px!important;}
.mleft5 {margin-left:5px!important;}
.mright5 {margin-right:5px!important;}
.mtop10 {margin-top:10px!important;}
.mtop20 {margin-top:20px!important;}
.mright10 {margin-right:10px!important;}
.mbottom10 {margin-bottom:10px!important;}
.tindent20 {text-indent:20px!important;}
.mtop5 {margin-top:5px!important;}
.left {float:left!important;}
.right {float:right!important;}
.dn {display:none!important;}
.dib {display:inline-block!important;}
.db {display:block!important;}
.dtc {display:table-cell!important;}
.vam {vertical-align:middle!important;}
.vat {vertical-align:top!important;}
.t_left {text-align:left!important;}
.t_right {text-align:right!important;}
.t_center {text-align:center!important;}
.auto_width {width:auto!important;}
.auto_height {height:auto!important;}
.full_width {width:100%!important;}
.relative {position:relative!important;}
.vh {visibility:hidden!important;}
.f_size12 {font-size:12px!important;}
.f_size20 {font-size:20px!important;}
.lheight16 {line-height:16px!important;}
.vips {
	display:inline-block;
}
.vip {
	height:150px;
	width:150px;
	padding:10px;
	display:inline-block;
	float:left;
	border-right:1px solid #F0F0F0;
	position:relative;
}
.st {
	width:100%;
}
.st .vip {
	width:148px;
}
.st .vip:nth-child(5),.st .vip:nth-child(6),.st .vip:nth-child(7),.st .vip:nth-child(8) {
	border-bottom:0;
}
.st_vacs .vip:nth-child(5),.st_vacs .vip:nth-child(6),.st_vacs .vip:nth-child(7),.st_vacs .vip:nth-child(8) {
	border-bottom: 1px solid #F0F0F0;
}
.st_vacs .vip:nth-child(13),.st_vacs .vip:nth-child(14),.st_vacs .vip:nth-child(15),.st_vacs .vip:nth-child(16) {
	border-bottom:0;
}
.vip:hover,.vip_1:hover {
	background-color:#F8F8F8;
}
.vip_1:hover {
	background-color: rgba(252, 252, 252, 0.5);
}
.vips .vip:last-child {
	border-right:0;
}
.vip img {
	width:150px;
	height:113px;
}
.pr_icon {
	width:34px;
	height:34px;
	position:absolute;
	left:6px;
	top:50%;
	margin-top:-18px;
	background-image:url('../images/pr_icons.png');
	border-radius:360px;
	border:1px solid #F0F0F0;
}
.pr_user { background-position:0 0;}
.pr_estate { background-position:0 -34px;}
.pr_keys { background-position:0 -68px;}
.pr_edit { background-position:0 -102px;}
.pr_tender { background-position:0 -136px;}
.pr_product { background-position:0 -170px;}
.pr_vacs { background-position:0 -204px;}
.pr_service { background-position:0 -238px;}
.pr_add { background-position:0 -272px;}
.pr_users { background-position:0 -306px;}
.pr_comps { background-position:0 -340px;}
.pr_locs { background-position:0 -374px;}
.pr_cats { background-position:0 -408px;}
.pr_land { background-position:0 -442px;}
.pr_money { background-position:0 -476px;}
.pr_weather { background-position:0 -510px;}
.pr_currency { background-position:0 -544px;}
.pr_plain { background-position:0 -578px;}
.pr_train { background-position:0 -612px;}
.pr_horoscope { background-position:0 -646px;}
.pr_tv { background-position:0 -680px;}
.pr_subscr_email { background-position:0 -714px;}
.pr_banner { background-position:0 -748px;}
.pr_news { background-position:0 -782px;}
.pr_currency_silver { background-position:0 -816px;}
.pr_plain_silver { background-position:0 -850px;}
.pr_train_silver { background-position:0 -884px;}
.pr_horoscope_silver { background-position:0 -918px;}
.pr_playbill_silver { background-position:0 -952px;}
.pr_tv_silver { background-position:0 -986px;}
.pr_car { background-position:0 -1020px;}
.pr_phone { background-position:0 -1054px;}
.pr_help { background-position:0 -1088px;}
.st_header {
	font-size: 14px;
	text-transform:uppercase;
	font-family:/*geot*/bpg_mrgvlovani;
	background-color: #FAFAFA;
	/*padding: 10px 10px 9px;*/
	/*padding: 15.5px 15px 15.5px 48px;*/
	padding-left:46px;
	border-bottom: 1px solid #E7E7E7;
	position:relative;
}
.st_header_h40 {
	height:45px;
	line-height:45px;
}
.vip_title {
	margin: 10px 0 0;
	font-size: 12px;
	text-align:center;
	line-height:15px;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.vip_price {
	position:absolute;
	top:103px;
	padding:4px 8px;
	width:134px;
	/*margin: 8px 0 0;*/
	font-size: 11px;
	color: #FFF;
	background-color: rgba(46, 102, 144, 0.60);
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:11px;
}
.top_vips .vip_price {
	padding: 5px 8px 4px 43px;
	width: 99px;
}
.vip_icon {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 0, 0, 0.74);
	color: #FFF;
	font-size: 12px;
	padding: 4px 5px;
	width: 25px;
	text-align: center;
}
.vips_1_block {
	width: 944px;
	border-right: 1px solid #F0F0F0;
}
.vips_1 {
	display: inline-block;
	float: left;
	height: 123.5px;
	border-bottom: 1px solid #F0F0F0;
}
.vip_1 {
	height: 104px;
	width: 168px;
	padding:10px;
	display: inline-block;
	float: left;
	border-right: 1px solid #F0F0F0;
	overflow:hidden;
	text-align:center;
}
.vips_1 .vip_1:last-child {
	border-right:0;
}
.vip_1 .img_block {
	display:inline-block;
	width:68px;
	height:51px;
}
.vip_1 .img_block img {
	width:68px;
	height:51px;
}
.vip_1_st_title {
	margin-top:10px;
	font-size:12px;
	line-height:16px;
	max-height: 48px;
	overflow: hidden;
}
.vip_1_st_descr {
	font-size:12px;
	margin-top:10px;
	line-height:15px;
}
.search_block {
	height:280px;
	width:512px;
	display:inline-block;
	float:left;
}
.search_block select {
	padding:0 3px;
	font-size:11px;
}
.search_block input[type=text] {
	font-size:11px;
}
#B1,#B2 {
	width:410px;
	height:125px;
	margin:10px 11px;
	background:#F7F7F7;
}
#B1 img, #B2 img, #B1 object, #B2 object {
	width:410px;
	height:125px;
}
#F1 {
	display: flex;
	position: fixed;
	bottom: 0;
	max-height: 100px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#F1 iframe {
	margin: 0;
	height: 100%;
}
.close-banner {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px!important;
	cursor: pointer!important;
}
.weather {
	width:251px;
	height:55px;
	border-bottom:1px solid #F0F0F0;
}
.weather img,.currency img,.fly img {
	margin:10px;
}
.currency {
	width:251px;
	height:54px;
	border-bottom:1px solid #F0F0F0;
}
.fly {
	width:251px;
	height:110px;
	border-bottom:1px solid #F0F0F0;
}
#news_slide_block {
	height:248px;
	width:441px;
	display:inline-block;
	float:left;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
}
#news_slide {
	display:inline-block;
	float:left;
	width:441px;
	height:248px;
	position:relative;
}
#news_slide img {
	position:absolute;
	z-index:0;
	width:441px;
	height:248px;
}
#news_slide #news_slide_pager {
	position:absolute;
	z-index:1;
	width:421px;
	padding:10px;
	margin:0;
	height:18px;
	text-align:right;
	background-color: rgba(0, 0, 0, 0.22);
}
#news_slide #news_slide_pager i {
	width:14px;
	height:14px;
	display:inline-block;
	margin-left:5px;
	cursor:pointer;
	background-color:#DADADA;
	border:1px solid #DADADA;
	transition:all 0.2s ease-in-out;
}
#news_slide #news_slide_pager i:hover,
#news_slide #news_slide_pager i.news_slide_page_active {
	background-color:#2593cc;
	border-color:#DADADA;
}
#news_slide #news_slide_pager i.news_slide_page_active {
	cursor:default;
}
#news_slide #news_slide_pager i:not(.news_slide_page_active):active {
	background-color:#0069A0;
}
#news_slide_title {
	position:absolute;
	z-index:1;
	bottom:0;
	width:421px;
	height:32px;
	line-height: 20px;
	padding:10px;
	color:#FFF;
	font-size:12px;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.57);
}
#news_slide_title::before {
	content:'„';
}
#news_slide_title::after {
	content:'“';
}
#arrow_left,#arrow_right {
	display:block;
	height:45px;
	width:40px;
	position:absolute;
	z-index:1;
	bottom:100px;
	left:10px;
	cursor:pointer;
	background-image:url('../images/arrow_left.png');
	background-color: rgba(0, 0, 0, 0.40);
	border:1px solid rgba(0, 0, 0, 0.10);
	transition:all 0.2s ease-in-out;
}
#arrow_right {
	left:auto;
	right:10px;
	background-image:url('../images/arrow_right.png');
}
#arrow_left:hover,#arrow_right:hover {
	background-color:#2593cc;
}
#arrow_left:active,#arrow_right:active {
	background-color:#0069A0;
	border:1px solid rgba(0, 0, 0, 0.50);
}
#left_block {
	width:260px;
	display:inline-block;
	float:left;
	min-height:200px;
}
#middle_block {
	width:683px;
	display:inline-block;
	float:left;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	min-height:200px;
}
#right_block {
	width:251px;
	display:inline-block;
	float:left;
	min-height:200px;
}
.m_vips {
	border-bottom:0;
}
.m_vips .vip {
	border-bottom: 1px solid #F0F0F0;
}
.m_vips .vip:nth-child(4) {
	border-right:0;
}
#C_block {
	display:inline-block;
	float:left;
}
#C1,#C2,#C3,#C4,#C5 {
	background-color:#F7F7F7;
	width:676px;
	height:90px;
	text-align:center;
}
#C1 img,#C2 img,#C3 img,#C4 img,#C5 img,#C1 object,#C2 object,#C3 object,#C4 object,#C5 object {
	width:676px;
	height:90px;
}
.rbb {
	display:inline-block;
	padding:10px;
	border-bottom: 1px solid #F0F0F0;
}
.news_block {
	display:inline-block;
	float:left;
	width:944px;
	border-right: 1px solid #F0F0F0;
}
.news_search {
	width:100%;
	border-bottom: 1px solid #F0F0F0;
}
.news_search input[type=text] {
	width:536px;
}
.news_search select {
	width:250px;
}
.news_search input[type=submit] {
	width:100px;
}
.news {
	display:inline-block;
	border-bottom:1px solid #F0F0F0;
	padding:10px;
	position:relative;
}
.news:hover {
	background-color:#F8F8F8;
}
.news:hover .news_title {
	text-decoration:underline;
}
.news_img {
	display:inline-block;
	float:left;
	width:200px;
	height:112px;
	margin-right:10px;
}
.news_img img {
	width:200px;
	height:112px;
}
.news_title {
	font-size:12px;
	font-weight:bold;
}
.news_descr {
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
	color:#666;
}
.news_dt {
	position:absolute;
	bottom:10px;
	display:inline-block;
	opacity:0.7;
}
.view_news {
	padding:10px;
}
#contact_form p,#reg_form p {
	margin:0 0 15px;
	font-size:12px;
	
}
#contact_form input[type=text] {
	width:450px;
}
#reg_form input[type=text] {
	width:212px;
}
#contact_form textarea {
	width:450px;
	height:150px;
}
#reg_form textarea {
	width:212px;
	height:150px;
}
#c_block {
	width: 660px;
	margin-left: 48px;
}
#c_block .it_16 {
	padding-left:1px;
	padding-right:1px;
	width:658px;
}
.btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #E0E0E0;
	background-color:#F1F1F1;
	white-space: nowrap;
	padding: 6px 12px;
	margin:0;
	font-size: 16px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline:none;
}
.btn:hover {
	background-color:#D8D8D8;
	border-color:#C0C0C0;
}
.btn-green {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-red {
	color: #FFF;
	background-color: #D9534F;
	border-color: #D43F3A;
}
.btn-orange {
	color:#fff;
	background-color:#eea554;
	border-color:#d37c26
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-green:hover,.btn-green:focus,.btn-green:active,.btn-green.active {
	color:#fff;
	background-color:#47a447;
	border-color:#398439
}
.btn-green:active,.btn-green.active {
	background-image:none
}
.btn-green.disabled,.btn-green.disabled:hover,.btn-green.disabled:focus,.btn-green.disabled:active,.btn-green.disabled.active,.btn-green[disabled],.btn-green[disabled]:hover,.btn-green[disabled]:focus,.btn-green[disabled]:active,.btn-green[disabled].active,fieldset[disabled] .btn-green,fieldset[disabled] .btn-green:hover,fieldset[disabled] .btn-green:focus,fieldset[disabled] .btn-green:active,fieldset[disabled] .btn-green.active {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-green .badge {
	color:#5cb85c;
	background-color:#fff;
}
.btn-blue {
	color: #fff;
	background-color: #2a5d84;
	border-color: #244f71;
}
.btn-blue-1 {
	color: #fff;
	background-color: #4080ff;
    border-color: #3377ff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
	color: #fff;
	background-color: #204765;
	border-color: #152f42;
}
.btn-blue-1:hover, .btn-blue-1:focus, .btn-blue-1:active, .btn-blue-1.active {
	color: #fff;
	background-color: #3377ff;
	border-color: #2a71ff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	color: #FFF;
	background-color: #D2322D;
	border-color: #AC2925;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
	color: #FFF;
	background-color: #d37c26;
	border-color: #c66f1d;
}
.btn-sm {
	padding: 5px 10px 4px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-pr {
	position: relative;
	height: 40px;
	width: 208px;
	line-height: 38px;
	text-indent: 40px;
	text-align: left;
}
.it_12,.it_16 {
	display: inline-block;
	float: left;
	padding: 3px 5px;
	cursor:default;
}
.itl {
	cursor:pointer;
	transition:background-color 0.2s ease-in-out;
}
.itl:hover {
	background-color: #E4E4E4!important;
}
.itul {
	cursor:pointer;
}
.itul:hover .text_16,.itul:hover .text_12 {
	text-decoration:underline;
}
.it_12 i,.it_16 i {
	float: left;
}
.it_12 .text_12 {
	font-size:11px;
	margin-left:4px;
	line-height:13px;
	display:inline-block;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.it_16 .text_16 {
	display:inline-block;
	float:left;
	height:16px;
	line-height:18px;
	margin-left:5px;
	font-size:12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.b {
	font-weight:bold;
}
.icon_16,.loc_16,.phone_16,.phone_green_16,.email_16,.email_blue_16,.calendar_16,.views_16,.del_16,.edit_16,.left_arrow_16,
.right_arrow_16,.white_key_16,.white_user_16,.white_plus_16,.skype_16,.user_16,.size_16,.price_16,.loc_red_16,.loc_blue_16,
.floor_16,.yes_16,.no_16,.date_16,.male_16,.female_16,.new_tab_16,.star_white_16,.update_white_16,.file_16 {
	display:inline-block;
	float:left;
	width:16px;
	height:16px;
}
.loc_16 {
	background:url('../images/loc_16.png') no-repeat;
}
.phone_16 {
	background:url('../images/phone_16.png') no-repeat;
}
.phone_green_16 {
	background:url('../images/phone_green_16.png') no-repeat;
}
.email_16 {
	background:url('../images/email_16.png') no-repeat;
}
.calendar_16 {
	background:url('../images/calendar_16.png') no-repeat;
}
.views_16 {
	background:url('../images/views_16.png') no-repeat;
}
.del_16 {
	background:url('../images/del_white_16.png') no-repeat;
}
.edit_16 {
	background:url('../images/edit_16.png') no-repeat;
}
.left_arrow_16 {
	background:url('../images/left_arrow_16.png') no-repeat;
}
.right_arrow_16 {
	background:url('../images/right_arrow_16.png') no-repeat;
}
.white_key_16 {
	background:url('../images/white_key_16.png') no-repeat;
}
.white_user_16 {
	background:url('../images/white_user_16.png') no-repeat;
}
.white_plus_16 {
	background:url('../images/white_plus_16.png') no-repeat;
}
.skype_16 {
	background:url('../images/skype_16.png') no-repeat;
}
.user_16 {
	background:url('../images/user_16.png') no-repeat;
}
.email_blue_16 {
	background:url('../images/email_blue_16.png') no-repeat;
}
.size_16 {
	background:url('../images/size_16.png') no-repeat;
}
.price_16 {
	background:url('../images/price_16.png') no-repeat;
}
.loc_red_16 {
	background:url('../images/loc_red_16.png') no-repeat;
}
.loc_blue_16 {
	background:url('../images/loc_blue_16.png') no-repeat;
}
.floor_16 {
	background:url('../images/floor_16.png') no-repeat;
}
.yes_16 {
	background:url('../images/yes_16.png') no-repeat;
}
.no_16 {
	background:url('../images/no_16.png') no-repeat;
}
.date_16 {
	background:url('../images/date_16.png') no-repeat;
}
.male_16 {
	background:url('../images/male_16.png') no-repeat;
}
.female_16 {
	background:url('../images/female_16.png') no-repeat;
}
.new_tab_16 {
	background:url('../images/new_tab_16.png') no-repeat;
}
.star_white_16 {
	background:url('../images/star_white_16.png') no-repeat;
}
.update_white_16 {
	background:url('../images/update_white_16.png') no-repeat;
}
.file_16 {
	background:url('../images/file_16.png') no-repeat;
}
.info_white_16 {
	background:url('../images/info_white_16.png') no-repeat;
}
.pageination a {
	margin: 2px;
}
.bt { border-top: 1px solid #F0F0F0; }
.br { border-right: 1px solid #F0F0F0; }
.bb { border-bottom: 1px solid #F0F0F0; }
.bl { border-left: 1px solid #F0F0F0; }
.reg_form p {
	margin: 0 0 15px;
	font-size: 12px;
}
.reg_form input[type=text],.reg_form input[type=password] {
	width: 346px;
}
.rblock_links {
	width:251px;
}
.rblock_links a {
	line-height:16px;
	display:block;
	padding:10px 10px;
	font-size:12px;
	border-bottom: 1px solid #DFDFDF;
}
.rblock_links a:hover {
	background-color: #F8F8F8;
}
.rblock_links a.active {
	font-weight:bold;
	background-color: #F8F8F8;
}
.rblock_links .trainings {
	background-color: #0578C5;
	padding: 10px;
	color: #FFF;
}
.h_banner_block {
	width: 944px;
	height: 110px;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
.h_banner {
	height:90px;
	width:924px;
	margin:10px;
}
.h_banner .HB:last-child {
	margin-right:0;
}
.HB {
	width:180px;
	height:90px;
	display:inline-block;
	float:left;
	margin-right:6px;
	background-color:rgba(248,248,248,1.00);
	overflow:hidden;
}
.HB img,.HB object {
	width:180px;
	height:90px;
}
.search_arrow {
	overflow:inherit;
	cursor:default;
}
.search_arrow:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -5px;
	border: 5px solid #2A5D84;
	border-bottom-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
	z-index: 1;
}
.form .block {
	display:inline-block;
	margin-bottom:10px;
	width:100%;
}
.form .block .item1 {
	display: inline-block;
	float: left;
	padding: 5px;
	margin: 0 20px 0 0;
	width: 200px;
	font-size: 12px;
	text-align: right;
	line-height: 19px;
}
.form .block .item2 {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
}
.form .block .item2 select {
	width:300px;
}
.form .block .item2 input[type=text],
.form .block .item2 input[type=password] {
	width:282px;
}
.form input[type=radio],input[type=checkbox] {
	display:inline-block;
	float:left;
	margin:5px 0 5px;
	cursor:pointer;
}
.form label,label {
	display:inline-block;
	float:left;
	margin:0;
	padding:5px 20px 5px 5px;
	line-height:16px;
	font-size:12px;
	cursor:pointer;
}
input[type=radio] {
	width:16px;
	height:16px;
	margin:0;
	padding:0;
}
.pr_comment {
	width: 646px;
	height: 300px;
}
.pr_title {
	width: 646px!important;
}
.new_photos {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	width:645px;
}
.new_photos li {
	margin:0 7px 4px 0;
	padding:2px;
	height:113px;
	width:150px;
	display:inline-block;
	float:left;
	border: 1px solid #D9D9D9;
	border-top: 1px solid #BBB;
	position:relative;
	transition:all 200ms ease-in-out;
}
.new_photos li:last-child {
	margin-right:0;
}
.new_photos .new_photo_li {
	border-style:dashed;
	border-width:2px;
	border-radius:3px;
	height: 111px;
	width: 148px;
}
.new_photos .new_photo_li .new_photo_icon {
	display:block;
	width: 33px;
	height: 33px;
	margin:25px auto 0;
	background: #2a5d84 url('../images/new_photo.png');
}
.new_photos .new_photo_block_void .new_photo_icon {
	display:none;
}
.new_photos.new_makler_logo li {
	margin:0 4px 4px 0;
	padding:2px;
	height:90px;
	width:140px;
	display:inline-block;
	float:left;
	border: 1px solid #D9D9D9;
	border-top: 1px solid #BBB;
	position:relative;
	transition:all 200ms ease-in-out;
}
.new_photos li:hover {
	border-color: #2a5d84;
}
.new_photos li img {
	width:150px;
	height:113px;
}
.new_photos.new_makler_logo li img {
	width:140px;
	height:90px;
}
.new_photos li:hover .new_photo_delete_wrap {
	display:block;
}
.new_photos li .new_photo_delete_wrap {
	position: absolute;
	right: 2px;
	top: 2px;
	background: #222;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px;
	cursor: pointer;
	display:none;
}
.new_photos li .new_photo_delete_wrap .new_photo_delete {
	background: url('../images/notifier_close.gif') no-repeat;
	width: 7px;
	height: 7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
	display: block;
}
.new_photos li .new_photo_delete_wrap:hover .new_photo_delete {
  opacity: 1;
  filter: none;
}	
.new_photos .new_photo_block {
	margin:0;
	padding:0;
	height:113px;
	width:150px;
	background-color:white;
	display:inline-block;
	float:left;
	position:relative;
	cursor:pointer;
}
.new_photos.new_makler_logo .new_photo_block {
	margin:0;
	padding:0;
	height:90px;
	width:140px;
	background-color:white;
	display:inline-block;
	float:left;
	position:relative;
	cursor:pointer;
	background-image: url('../images/product_new_photo.png');
	background-position: 50% 30px;
	background-repeat: no-repeat;
}
.new_photos .new_photo_block:hover .new_photo_text,
.new_photos .new_photo_block .new_photo_cancel:hover {
	text-decoration:underline;
}
.new_photos .new_photo_block .new_photo_text,
.new_photos .new_photo_block .new_photo_percent {
	margin:5px 0 2px 0;
	padding:0;
	display:block;
	font-size:12px;
	text-align:center;
}
.new_photos .new_photo_block .new_photo_text {
	line-height:16px;
}
.new_photos .new_photo_block_void .new_photo_text,
.new_photos .new_photo_block_void .new_photo_percent {
	margin:50px 0 2px 0;
}
.new_photos .new_photo_block .new_photo_percent {
	display:none;
}
.new_photos .new_photo_block .new_photo_cancel {
	margin:0;
	padding:0;
	width:148px;
	position:absolute;
	top:35px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	display:none;
}
.new_photos .new_photo_block .new_photo_uploading {
	margin:0;
	padding:0;
	display:none;
	height:12px;
	width:148px;
	border-top:1px solid #398439;
	position:absolute;
	bottom:2px;
	left:0;
}
.new_photos.new_makler_logo .new_photo_block .new_photo_uploading {
	width:140px;
}
.proggress {
	margin:0;
	padding:0;
	display:block;
	height:12px;
	width:0%;
	background-color:#47a447;
	transition:all 200ms ease-in-out;
}
.new_photos .new_photo_block_void { 
	background-image:none;
	cursor:default;
}
.new_photos .new_photo_block_void .new_photo_uploading,
.new_photos .new_photo_block_void .new_photo_cancel,
.new_photos .new_photo_block_void .new_photo_percent { display:block; }

.new_photos .new_photo_block_void .new_photo_text { display:none; }
.new_photos .new_photo_owner_wrap {
	position:absolute;
	left:2px;
	bottom:2px;
	height:50px;
	width:150px;
	overflow: hidden;
	display:inline-block;
}
.new_photos .new_photo_owner {
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(0, 0, 0, 0.7);
	width: 150px;
	display:inline-block;
	margin-top: 50px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	height: 42px;
	padding: 4px 0;
	text-shadow: 0px 1px 0px #262626;
}
.new_photos .new_photo_owner_action {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 80ms ease-in-out;
	-o-transition: all 80ms ease-in-out;
	transition: all 80ms ease-in-out;
	padding:2px 10px;
	display:inline-block;
	float:left;
	width:130px;
	cursor:pointer;
}
.new_photos .new_photo_owner_action .new_photo_owner_text {
	color:#FFF;
	float:left;
	display:inline-block;
	line-height:16px;
	font-size:12px;
	text-align:center;
	width:130px;
}
.new_photos .new_photo_owner_action.main_photo {
	cursor:default;
}
.new_photos .new_photo_owner_action:hover {
	opacity:1;
}
.new_photos li:hover .new_photo_owner {
	margin-top:0;
	opacity:1;
}
.no_photo {
	position:relative;
	width:150px;
	height:113px;
	background-image:url('../images/no_photo.png?v=1');
	background-position:center 16px;
	background-repeat:no-repeat;
}
.no_vac_photo {
	position:relative;
	height:51px;
	width:68px;
	background-image:url('../images/no_vac_photo.png');
	background-position:center;
}
.no_res_photo {
	position:relative;
	width:200px;
	height:200px;
	background-image:url('../images/no_photo.png');
	background-position:center 16px;
	background-repeat:no-repeat;
}
.no_photo:after,.no_vac_photo:after,.b_after:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:1px solid #F1F1F1;
}
.u_line:hover {
	text-decoration:underline;
}
#vip_plus,#vip_plus_products {
	overflow: hidden;
	width: 1196px;
	height:216px;
	position:relative;
}
#vip_plus_products {
	width:944px!important;
}
#vip_plus_products .vip {
	width:137px;
}
#vip_plus_products .vip .no_photo {
	width:137px;
	height:104px;
}
#vip_plus_products .vip .vip_price {
	width:85px;
	top:93px;
}
#vip_plus_products .vip img {
	width:137px;
	height:104px;
}
#vip_plus_arrows {
	position:absolute;
	right:10px;
	top:8px;
}
.vip_plus_container {
	width:5000px;
	position:absolute;
}
.product {
	border-bottom:1px solid #F1F1F1;
	padding:5px 0;
}
.product img, .vacs_img img {
	width:150px;
}
.product_about {
	width:715px;
	height:113px;
}
.search_product_about {
	width:506px;
}
.resume_about {
	width:715px;
	height:150px;
}
.search_resume_about {
	height:150px;
}
.mypage_no_res_photo,.mypage_no_res_photo img {
	width:150px;
	height:150px;
}
.product_title {
	font-size:12px;
	font-weight:bold;
	color:#2a5d84;
}
.product_id {
	font-size:12px;
	color:#A00;
}
.product_comment {
	font-size:12px;
	line-height:16px;
	color:#555;
	overflow: hidden;
	height: 32px;
}
.product_options {
	width:24px;
	margin-left:6px;
	opacity:0;
	transition:all 0.16s ease-in-out;
}
.user_options {
	width:auto;
	position: absolute;
	top:4px;
	right:9px;
}
.product:hover .product_options {
	opacity:1;
}
.product:hover .product_dt {
	opacity:0.7;
}
.product_options a {
	padding:3px;
}
.product_dt {
	transition:all 0.16s ease-in-out;
	position: absolute;
	bottom: 0;
	opacity: 0;
	background-color:#FFF;
}
.product_dt p:first-child {
	padding-left:0;
}
.product .vip_price {
	top:auto;
	bottom:0;
}
.r_header_list .st_header {
	background-color:transparent;
	border-bottom-color:#DFDFDF;
	font-size:13px;
}
.r_header_list .st_header .pr_icon {
	border:0;
	margin-top:-17.5px;
}
#estate_min_photos {
	height:481px;
}
#estate_min_photos .estate_min_photo:nth-child(2n+0){
	margin-left:9px;
}
.estate_min_photo {
	width:127.5px;
	height:110px;
	cursor:pointer;
	background-position:center;
	opacity:0.6;
	transition:all 0.16s ease-in-out;
}
.estate_min_photo_hover {
	opacity:1;
}
.estate_min_photo_hover:after {
	border:2px solid #0578C5;
}
#estate_max_photo {
	width:641px;
	height:482px;
}
.price_color {
	color: #039603;
}
.resume_no_photo {
	background-image:url('../images/resume_no_photo.png');
	background-position:center;
}
.vacs_list a {
	padding-left:46px;
	font-family:geot;
}
.vacs_list a:not(:first-child) {
	margin-left:15px;
}
.text_ellipses {
	overflow: hidden;
	text-overflow: ellipsis;
}
.copyright {
	color: rgb(224, 224, 224);
	text-align: center;
	font-size: 12px;
	margin-top:80px;
}
.currency_block * {
	font-size:12px;
}
.currency_block {
	display:inline-block;
	padding:10px;
}
.currency_flag {
	display:inline-block;
	float:left;
	width:25px;
}
.currency_flag img {
	margin:0;
	position: relative;
	margin-top: -2px;
}
.currency_block_title {
	font-size:15px;
}
.currency_code {
	display:inline-block;
	float:left;
	width:100px;
}
.currency_title {
	display:inline-block;
	float:left;
	width:588px;
}
.currency_rate {
	display:inline-block;
	float:left;
	width:100px;
}
.currency_img {
	display:inline-block;
	float:left;
	width:12px;
}
.currency_img img {
	margin:2px 0;
}
.currency_change {
	display:inline-block;
	float:left;
	width:91px;
}
.middle_news_block {
	width:676px;
}
.middle_news_block .middle_news {
	display:inline-block;
	float:left;
	height:66px;
	width:317.5px;
	padding:10px;
	cursor:pointer;
}
.middle_news:hover .middle_news_title {
	text-decoration:underline;
}
.middle_news_img {
	display:inline-block;
	float:left;
	position:relative;
	width:96px;
	height:66px;
	background-position:center;
	background-size:cover;
}
.middle_news_title {
	display:inline-block;
	float:left;
	height:66px;
	width:210px;
	margin-left:10px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	color: #0B4DA1;
	font-weight:bolder;
}
.v_vacs {
	width:924px;
}
.v_vacs .v_col {
	padding:10PX;
	margin-bottom:3px;
	background-color: #2a5d84;
	position:relative;
	cursor:pointer;
	color:#FFF;
	font-size:13px;
}
.v_vacs input {
	width:100%;
}
.v_vacs .v_col span {
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	color:#FFF;
	font-size: 15px;
	position: absolute;
	display: inline-block;
	left: -77px;
	bottom: 95px;
	width: 200px;
	height: 30px;
}
.v_vacs .v_col.v_col_active {
	background-color:rgba(255, 0, 0, 0.74);
}
.v_vacs .v_col_st {
	width:775px;
	background-color:#FFF;
	display:inline-block;
	float:left;
}
.v_vacs .v_col_st .v_col_st_block {
	font-size:12px;
}
.v_vacs .v_col_st .v_col_st_block .v_col_st_pos {
	width:250px;
}
.v_vacs .v_col_st .v_col_st_block .v_col_st_org {
	width:250px;
}
.v_vacs .v_col_st .v_col_st_block .v_col_st_dt {
	width:100px;
}
#upload_cv {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	padding-left: 60px;
}
#vacancies {
	height: 40px;
	padding-left: 60px;
	font-size: 15px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.st_vacs .no_photo,.st_vacs img {
	height:60px;
}
.st_vacs .vip {
	height:100px;
}
.hor_item {
	display:inline-block;
	float:left;
	margin: 20px 0 0 20px;
	width: 288px;
}
.hor_icon {
	display:inline-block;
	float:left;
	width:50px;
	height:50px;
	margin:0 5px 5px 0;
	background-image:url('../images/horoscope.png');
}
.verdzi { background-position:-2px -5px; }
.lomi { background-position:-245px -5px; }
.mshvildosani { background-position:-125px -90px; }
.kuro { background-position:-63px -5px; }
.qalwuli { background-position:-306px -5px; }
.txis_rqa { background-position:-185px -90px; }
.tyupebi { background-position:-124px -5px; }
.saswori { background-position:-2px -90px; }
.merwyuli { background-position:-246px -90px; }
.kirchxibi { background-position:-184px -5px; }
.morieli { background-position:-64px -90px; }
.tevzebi { background-position:-307px -90px; }
.hor_title {
	display:inline-block;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:5px;
}
.hor_descr {
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	width: 100%;
}
.tabs {
	display:inline-block;
	width:100%;
	height:38px;
}
.tabs .tab {
	display:inline-block;
	cursor:pointer;
	float:left;
	padding:10px 15px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
	background-color:#3F9BD8;
	border:1px solid #2586C7;
	color:#FFF;
	height:11px;
}
.tabs .tab:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.tabs .tab:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.tab.tab_active {
	background-color:#FFF;
	color:#555;
	border-color:#DDD;
	position:relative;
	height:18px;
	border-bottom:0;
}
.tab_content {
	width:100%;
	border:1px solid #DDD;
	display:none;
}
.flight_arrows,.train_arrows,.playbill_arrows {
	margin-top:10px;
	width:100%;
	border-bottom:1px solid #DDD;
}
.flight_arrows .flight_arrow,.train_arrows .train_arrow,.playbill_arrows .playbill_arrow {
	display:inline-block;
	height:20px;
	line-height:23px;
	margin:10px 0 15px 15px;
	padding-left:25px;
	font-size:13px;
	font-weight:bolder;
	color:#999;
	cursor:pointer;
	position:relative;
	background-repeat:no-repeat;
}
.playbill_arrows .playbill_arrow {
	width:255px;
}
.flight_arrow { background-image:url('../images/plain_arrows.png'); }
.train_arrow { background-image:url('../images/train_arrows.png'); }
.playbill_arrow { background-image:url('../images/playbill_arrows.png'); background-position:0 -62px; }
.flight_arrow_act {
	color:#555!important;
}
.train_arrow_act {
	color:#555!important;
	background-position:0 -20px;
}
.playbill_arrow_act {
	color:#555!important;
	background-position:0 -42px;
}
.flight_arrow_act:before,.train_arrow_act:before {
	content: '';
	border: 10px solid #C7C7C7;
	position: absolute;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	left: 1px;
	bottom: -16px;
}
.flight_arrow_act:after,.train_arrow_act:after {
	content: '';
	border: 9px solid #FFF;
	position: absolute;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	left: 2px;
	bottom: -16px;
}
.arrival { background-position:0 0; }
.arrival.flight_arrow_act { background-position:0 -20px; }
.departure { background-position:0 -40px; }
.departure.flight_arrow_act { background-position:0 -60px; }
.flightint_row0, .flightint_row1,
.railway_rows0, .railway_rows1,
.playbill_rows0, .playbill_rows1 {
	display:inline-block;
	float:left;
	width:100%;
	padding:5px 0;
}
.flightint_row1,.railway_rows1,.playbill_rows1 {
	background-color:#F2F2F2;
}
.flightint_row0 span, .flightint_row1 span,
.railway_rows0 span, .railway_rows1 span,
.playbill_rows0 span, .playbill_rows1 span {
	display:inline-block;
	padding: 6px 3px 2px;
	font-size:12px;
	line-height:16px;
}
.flightint_row0 div, .flightint_row1 div,
.railway_rows0 div, .railway_rows1 div,
.playbill_rows0 div, .playbill_rows1 div {
	display:inline-block;
	float:left;
	margin-left:5px;
}
.playbill_rows0,.playbill_rows1 {
	position:relative;
	cursor:pointer;
}
.playbill_rows_hover:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-top:1px solid #CCC!important;
	border-bottom:1px solid #CCC!important;
}
.flightint_row0 img, .flightint_row1 img {
	border:1px solid #CCC;
}
.flight_date {
	width:90px;
}
.flight_schedule {
	width:80px;
}
.flight_estimated {
	width:130px;
}
.flight_airline {
	width:150px;
}
.flight_flightnumber {
	width:140px;
}
.flight_destination {
	width:170px;
}
.flight_remark {
	width:100px;
}
.flight_estimated span,.flight_flightnumber span,
.railway_gotime span,.playbill_title span {
	color:#A00;
}
.flightint_row_titles span {
	color:#0B4DA1;
	font-weight:bold;
}
.railway_palce {
	width:200px;
}
.railway_gotime {
	width:90px;
}
.railway_awaytime {
	width:100px;
}
.railway_date {
	width:150px;
}
.railway_remark {
	width:180px;
}
.railway_price {
	width:146px;
}
.playbill_date {
	width:100px;
}
.playbill_title {
	width:295px;
}
.playbill_start {
	width:150px;
}
.playbill_number {
	width:180px;
}
.playbill_price {
	width:146px;
}
.playbill_remark_info span {
	display:none;
	font-weight:bold;
	border-top:1px solid #CCC;
	margin-right:5px;
	margin-top:5px;
	padding:10px;
	font-size:11px;
	width:866px;
}
.playbill_dir_items_in {
	display:inline-block;
}
.playbill_info {
	display: block;
	text-align: center;
	margin: 15px 0;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}
.playbill_no_records {
	display: block;
	text-align: center;
	width: 876px;
	margin-left:0!important;
	margin-bottom:0;
	cursor:default;
	font-size: 11px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:10px;
	color:#A00;
	font-weight:bolder;
}
.tv_item {
	display:inline-block;
	float:left;
	width:150px;
	height:115px;
	margin:30px 0 0 30px;
	cursor:pointer;
	position:relative;
	border-bottom: 1px solid #DBDBDB;
	line-height:16px;
}
.tv_item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #E2E2E2;
	transition: all 0.2s ease-in-out;
}
.tv_item_hover:after,.tv_item_active:after {
	bottom:-1px;
	border:2px solid #0578C5;
}
.tv_logo {
	position:relative;
	display:block;
	height: 40px;
	width: 40px;
	margin: 20px auto 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tv_title {
	display:block;
	text-align:center;
	font-size:12px;
	line-height:16px;
}
.tv_program {
	width: 868px;
	display: inline-block;
	min-height:10px;
	border: 1px solid #ccc;
	margin-left: 30px;
	margin-top: 30px;
}
.tv_loader {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 70px;
	width: 100%;
	background-color: #FFF;
	background-image: url('../images/loader_24.gif');
	background-repeat: no-repeat;
	background-position: 64px 30px;
}
.tv_days {
	display:table-cell;
	vertical-align:top;
	width:250px;
	background-color:#F7F7F7;
	border-right:1px solid #CCC;
}
.tv_days .tv_day {
	display:block;
	padding:10px;
	font-size:12px;
	cursor:pointer;
	border-bottom:1px solid #CCC;
}
.tv_days .tv_day:hover {
	background-color:#FFF;
}
.tv_days .tv_day.active {
	background-color:#FFF;
}
.tv_all_progs {
	display:table-cell;
	vertical-align:top;
	width:617px;
}
.tv_progs {
	display:none;
	float:left;
	width:617px;
}
.tv_progs .tv_prog {
	display:block;
	padding:10px;
	font-size:12px;
	border-bottom:1px solid #EEE;
}
.tv_days .tv_day:last-child,.tv_progs .tv_prog:last-child {
	border-bottom:0;
}
.tv_prog_start {
	display:inline-block;
	float:left;
	margin-right:14px;
	font-weight:bold;
	font-size: 11px;
	color: #666;
	line-height: 17px;
}
.tv_prog_name {
	display: inline-block;
	width: 545px;
	line-height: 16px;
}
.tv_empty_prog {
	text-align:center;
	font-size:13px;
	padding:15px;
	background-color:#FFF8D2;
}
.weather_today {
	display:block;
	height:200px;
	padding:10px;
	border: 1px solid #DBDBDB;
	border-bottom-width:2px;
}
.weather_loc {
	font-weight: bold;
	font-size: 20px;
}
.weather_date {
	margin-top:15px;
	font-size:12px;
}
.weater_day {
	display:inline-block;
	float:left;
	margin:30px 50px 0 0;
}
.weater_time {
	display:block;
	font-size:12px;
	margin-top:15px;
}
.weather_img_d {
	height:38px;
}
.weather_img {
	display:inline-block;
	float:left;
	height:38px;
	width:38px;
	margin-right:10px;
}
.weather_d {
	display:inline-block;
	float:left;
	height:38px;
	line-height:38px;
	color:#DD2826;
	font-size:30px;
	font-weight: bold;
	font-family:bpg_squareregular;
}
.weater_mm_w {
	display:inline-block;
	float:left;
	height:38px;
}
.weater_mm {
	font-size:12px;
	margin-top:4px;
}
.yr-table {
	width: 100%;
	height: 270px;
	text-align:center;
	font-weight:normal;
	margin-top:20px;
	border: 1px solid #DBDBDB;
	border-bottom-width: 2px;
}
.yr-table th,.yr-table td {
	font-weight:normal;
	font-size:11px;
	padding:10px;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
}
.yr-table th span {
	display:block;
	margin: 10px 0;
}
.yr-table .temperature {
	font-weight: bold;
	font-family:bpg_squareregular;
	color:#DD2826;
	font-size: 18px;
}
.yr-table .weekend {
	background-color:#F8FCFD;
}
.yr-locs {
	display:inline-block;
	float:right;
	position:relative;
	padding: 3px 5px 3px 8px;
	font-weight:normal;
	height: 23px;
	padding-right:2px;
	overflow: initial;
	cursor:pointer;
	border: 1px solid #E0E0E0;
	border-bottom-color: #CCC;
	background-color: #F1F1F1;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.yr-sel-loc {
	height:23px;
	line-height:25px;
	font-size:11px;
	font-weight:bold;
}
.yr-rect-down {
	height:23px;
	width:23px;
	background-image:url('../images/rect_down.png');
}
.yr-locs-list {
	display:none;
	width:750px;
	padding:5px;
	background-color:#FFF;
	cursor:default;
	position:absolute;
	top:29px;
	right:-1px;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.yr-locs-list .yr-locs-group {
	display:inline-block;
	float:left;
	width:150px;
}
.yr-locs-list a {
	display:block;
	font-size:11px;
	border:1px solid #FFF;
	padding: 6px 6px 4px;
	cursor:pointer;
}
.yr-locs-list a.active {
	background-color:#EEE;
	border-color:#EEE;
}
.yr-locs-list a:hover {
	background-color:#EEE;
	border-color:#37A3F7;
}
.yr-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vip_v {
	display:inline-block;
	width:250px;
}
.vip_v a {
	display:inline-block;
	float:left;
	cursor:pointer;
	border-bottom: 1px solid #F0F0F0;
	padding:10px;
}
.vip_v a:hover {
	background-color:#F8F8F8;
}
.vip_v .no_photo {
	background-position: center;
	background-size: 50%;
}
.vip_v_photo {
	display:inline-block;
	float:left;
	width:90px;
	height:68px;
}
.vip_v_photo img {
	width:90px;
	height:68px;
}
.vip_v_descr {
	display:inline-block;
	float:left;
	margin-left:10px;
	width:130px;
	height:68px;
}
.vip_v_title {
	margin:2px 0 10px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}
.vip_v_price {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#A00;
}
.related_st,.related_res {
	width:914px;
}
.related_st .vip {
	width:162px;
	height: 162px;
}
.related_res .vip {
	width:162px;
	height: 202px;
}
.related_st img,.related_st .no_photo {
	width:162px;
	height:122px;
}
.related_res img,.related_res .no_photo {
	width:162px;
	height:162px;
}
.related_st .vip_price {
	top:112px;
	width:146px;
}
.related_res .vip_price {
	top:133px;
	width:146px;
}
.related_st .vip:nth-child(5),.related_res .vip:nth-child(5) {
	border-right:0;
}
.help_descr * {
	font-size:12px;
	line-height: 20px;
}
.about * {
	font-size:12px;
	line-height:18px;
}
.about ol {
	list-style:inherit;
	margin:10px 10px 10px 30px;
}
.about ol li {
	margin-bottom:5px;
}
.about_title {
	padding: 12px 12px 12px 36px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	background-image: url('../images/about_arrow.png');
	background-position: 9px 11px;
	background-repeat: no-repeat;
	border-top: 1px solid #F1F1F1;
}
.help .about_title {
	background-image: url('../images/help_arrow.png');
}
.about_title:hover,.about_title.active {
	background-color: #F7F7F7;
	border-top-color: #E0E0E0;
}
.about_descr {
	height:0;
	overflow:hidden;
	transition:0.2s ease-in-out;
}
.car_det {
	display:inline-block;
	border-bottom:1px solid #F1F1F1;
}
.car_det .det_1,.car_det .det_2,.car_det .det_3,.car_det .det_4 {
	font-size:12px;
	padding:8px 5px;
	width:165px;
	text-align:right;
	display:inline-block;
	float:left;
	line-height:16px;
}
.car_det .det_2 {
	margin-left:10px;
	font-weight:bold;
	text-align:left;
}
.car_det .det_3 {
	width:220px;
}
.car_det .det_4 {
	width:32px;
}
.pr_dt_info p {
	padding: 8px 0;
	border-bottom:1px solid #F1F1F1;
}
.a_edit {
	padding:5px;
	position: absolute;
	right: 0;
	top: -5px;
}
.pr_share {
	display:block;
	height:35px;
	position:relative;
}
.pr_dt_id {
	position: absolute;
	right: 0;
	top:6px;
	font-size: 16px;
	color: #A00;
	font-weight: bold;
}
.c_link {
	text-decoration:underline;
	cursor:pointer;
}
.img_prev {
	display:block;
	width:60px;
	height:90px;
	background-image:url('../images/img_prev.png');
	position:absolute;
	top:50%;
	left:0;
	margin-top:-45px;
	cursor:pointer;
	z-index:1;
}
.img_prev:hover {
	background-image:url('../images/img_prev_hover.png');
}
.img_next {
	display:block;
	width:60px;
	height:90px;
	background-image:url('../images/img_next.png');
	position:absolute;
	top:50%;
	right:0;
	margin-top:-45px;
	cursor:pointer;
	z-index:1;
}
.img_next:hover {
	background-image:url('../images/img_next_hover.png');
}
.view_comment * {
	font-size:12px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.view_comment p, .view_comment ul, .view_comment ol, .view_comment li {
	margin:10px 0;
}
.view_comment ul, .view_comment ol {
	margin-left:30px;
	margin-bottom:20px;
	list-style: initial;
}
#end_date {
	background-image:url('../images/datepicker_calendar_16.png');
	background-position:right center;
	background-repeat:no-repeat;
}
.road_info {
	background-color: rgb(217, 83, 79);
	height:30px;
}
.road_info .text_16 {
	color:#FFF!important;
}
.road_info .item_1 {
	width: 240px;
	margin: 4px;
}
.road_info .item_2 {
	width: 948px;
	height: 30px;
	background-image: url('../images/road_info_sep.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.road_info marquee {
	margin: 0 15px;
	height: 30px;
	line-height: 30px;
}
.road_info marquee a {
	font-size:12px;
	color:#FFF;
	margin-right:10px;
	padding-left:13px;
	position:relative;
}
.road_info marquee a:before {
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:8px;
	width:8px;
	border-radius:20px;
	background-color:#a3312d;
	
}
.road_info marquee a:hover {
	text-decoration:underline;
}
.fb-like-button {
	position: absolute;
	left: 330px;
	top: 3px;
	width: 150px;
	height: 90px;
	overflow:hidden;
}









.BANNER {
	display:inline-block;
	float:left;
	background-color: #F1F1F1;
}
.BANNER img, .BANNER object {
	width:100%;
}
#V1 {
	display:inline-block;
	float:left;
	height:90px;
	width:916px;
	background-color:#F1F1F1;
}
#V1 img,#V1 object {
	width:916px;
	height:90px;
}
#L1 {
	display:inline-block;
	float:left;
	width:230px;
	background-color:#F1F1F1;
}
#L1 img,#L1 object {
	width:230px;
}
#R1 {
	display:inline-block;
	float:left;
	width:230px;
	background-color:#F1F1F1;
}
#R1 img,#R1 object {
	width:230px;
}
#S1,#S2 {
	display:inline-block;
	width:656px;
	height:90px;
	margin:5px 0 0 0;
	padding-bottom:5px;
	border-bottom:1px solid #F1F1F1;
}
#S1 img,#S1 object,#S2 img,#S2 object {
	width:656px;
	height:90px;
}
#W1 {
	display:inline-block;
	width:896px;
	height:90px;
	background-color:#F1F1F1;
}
#W1 img,#W1 object {
	width:896px;
	height:90px;
}
.pay-form {
	text-align: center;
}
.pay-form p {
	font-family: 'bpg_square_mtavruliregular';
    color: #333;
    font-size: 25px;
}
.boxes, .boxes * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.descr, .descr * {
    font-size: 11px;
    line-height: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.descr p, .descr ul, .descr ol, .descr li {
    margin: 10px 0;
}
.descr ul, .descr ol {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: initial;
}
.descr u {
    text-decoration: underline;
}
.descr em, .descr i {
    font-style: italic;
}
.descr > *:first-child {
    margin-top: 0;
}
.descr > *:nth-last-child(2) {
    margin-bottom: 0;
}
.about_descr_body > div:first-child {
	margin: 20px 36px;
}