@charset "utf-8";
body {
    position: relative;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
    height: 100% !important;
    min-width: 360px;
    hyphens: none;
}
div.body_wrapper {
    min-height: 100%;
}
body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family: Montserrat, Whitney Book, HelveticaNeueCyr Light;
    -webkit-text-size-adjust:none;
    /*background-color:transparent !important;*/
	/*min-width:960px;*/
    scroll-behavior: smooth;
}

@font-face {
	font-family: Montserrat;
	src: url('/fonts/montserrat/Montserrat-Regular.otf');
}
@font-face {
	font-family: Montserrat Light;
	src: url('/fonts/montserrat/Montserrat-Light.otf');
}
@font-face {
	font-family: Montserrat Bold;
	src: url('/fonts/montserrat/Montserrat-Bold.otf');
}
@font-face {
	font-family: HelveticaNeueCyr Light;
	src: url('/fonts/HelveticaNeueCyr-Light.otf');
}
@font-face {
	font-family: Whitney Book;
	src: url('/fonts/Whitney/Whitney-Book.otf');
}
@font-face {
	font-family: Whitney Light;
	src: url('/fonts/Whitney/Whitney-LightSC.otf');
}
@font-face {
	font-family: Whitney Bold;
	src: url('/fonts/Whitney/Whitney-BoldSC.otf');
}

a {
	text-decoration:none;
	cursor:pointer;
    outline:none;
}
a:focus	{ -moz-outline-style:none !important; }
a:hover {
	text-decoration:none;
}
textarea:focus, input:focus{
    outline: none;
}

.vk_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #4a76a8;
    background-image: url(/img/interface/vk.svg);
}
.fb_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #4267b2;
    background-image: url(/img/interface/fb.svg);
}
.tg_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #1fb4f7;
    background-image: url(/img/telegram_simple.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 5px 7px;
}
.go_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    background-image: url(/img/interface/go.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

li, left_panel a, a.green_button, input, ul.eplus_top_menu li a, div.signup a, .show_more, ul.rating_select_mode a, .button, .td_edit a, .note_options img, .form_radio_btn * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
textarea {
    box-sizing: border-box;
}

h1 {
	font-weight:100;
}
body.preloader-site {
	overflow: hidden;
}
div.preloader_ {
}
.preloader-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.preloader-wrapper .preloader_ {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
}
div.clear {
	clear:both;
}

div.table {
	display:table;
	width:100%;
}
div.table_user img {
    margin-right: 7px !important;
}
.right_side {
    width: 180px;
    padding: 0px 0px 0px 20px;
    display: none;
    vertical-align: top;
}
#filter_block {
	display: none;
	vertical-align: top;
}
div.td {
	display: table-cell;
	vertical-align: top;
}
div.th {
    display: table-cell;
    vertical-align: top;
}

div.table_row {
	display:table-row;
	width:100%;
}
.frame_menu_btn {
    width: 20px;
    height: 36px;
    margin-left:10px;
    float: right;
    background-image: url(/images/frame_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    filter: grayscale(1);
    cursor: pointer;
}
.frame_menu {
    display: none;
    position: absolute;
    max-width: 300px;
    min-width: 250px;
    margin-top: 10px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99;
    background-color: #fff;
    right: 10px;
}
.frame_menu .green_button {
    margin-bottom: 5px;
}
div.frame_menu ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}
div.frame_menu ul li {
    display: block;

}
div.frame_menu ul li a {
    display: block;
    padding: 1px 15px;
    border-radius: 4px;
    text-transform: none;
}
div.frame_menu ul li a:hover {
    text-decoration: none;
}
.table_setting {
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(/images/setting.png);
    margin: 0px 0px 0px 0px;
    margin-top: 0px;
    opacity: 0.5;
    cursor: pointer;
	position: absolute;
	z-index: 99;
	right: 7px;
	top: 7px;
}
.table_setting a {
    display: block;
    height: 15px;
    width: 15px;
}
div.cell {
	display:table-cell;
	vertical-align:middle;
}
div.cell img {
	border-radius: 25px;
	margin-right: 10px;
}
div.table_cell {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}
div.body {
	margin-left:90px;
    padding: 70px 10px 10px 10px;
	width:auto;
	min-height: calc(100vh - 100px);
}
div.points {
	font-size:14px;
	display:inline-block;
}
div.money {
	font-size:14px;
	display:inline-block;
}
div.money a {
	text-decoration:none;
	cursor:pointer;
    border-bottom:1px dashed transparent;
}
div.money_window_info {
	margin-bottom:20px;
	line-height: 50px;
	font-size: 20px;
}
div.money_window_info img {
	float: left;
	margin-right: 15px;
	margin-left: 3px;
}
.modal_photo_header {
	font-size:18px;
	margin:20px 0px 20px 0px;
}
#crop_button {
	margin:20px 0px 20px 0px;
}

div.table_body {
    display: table;
    width: 100%;
}
div.table_body_left {
    display: table-cell;
    width: 250px;
    min-width: 250px;
    vertical-align: top;
}
div.table_body_content {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 0px 10px;
}
div.table_body_content_form {
}
div.no_limit_width_form form {
    max-width: none !important;
    width: auto !important;
}
div.table_body_right {
    display: table-cell;
    vertical-align: top;
    width: 250px;
}


div.table_body div.mobile_submenu, div.table_body div.mobile_submenu_1 {
    display: none;
}
span.add_list_button_plus {
    display: none;
}
@media only screen and (max-width: 500px),
(min-device-width: 390px) and (max-device-width: 500px) {


    .form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea {
        /* width: 300px !important; */
    }
    .form select {
        /* width: 324px !important; */
    }
    span.add_list_button_plus {
        display: inline-block;
    }
    span.add_list_button_txt {
        display: none;
    }


}

.adaptive .form .td_left {
    width: 100% !important;
    float: none !important;
    margin: 0px 0px 3px 0px !important;
    padding: 10px 10px 0px 10px !important;
    text-align: left !important;
    box-sizing: border-box;
}
.adaptive div.form {
    padding:0px 0px 5px 0px !important;
}
.adaptive .form .td_right {
    float: none !important;
    width: 100% !important;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
}
.adaptive .form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="number"], .form textarea {
    width: calc(100%) !important;
    box-sizing: border-box;
}
.adaptive .form select {
    width: calc(100%) !important;
    box-sizing: border-box;
}
.adaptive div.selector {
    width: calc(100%) !important;
    box-sizing: border-box;
}
.adaptive div.selector input {
    width: calc(100% - 20px) !important;
}
.adaptive form.component_form {
    width: 100% !important;
    min-width: unset !important;
}
.adaptive .form .td_title {
    margin:20px 0px 20px 0px;
}


@media only screen and (max-width: 735px),
(min-device-width: 600px) and (max-device-width: 735px) {


    div.table_body_content_form {
        width: 100% !important;
    }
    form.component_form {
        width: 100% !important;
        min-width: 240px !important;
    }
    div.select_list {
        width: calc(100% - 44px);
    }
    .form .td_left {
        width: 100% !important;
        float: none !important;
        margin: 0px 0px 3px 0px !important;
        padding: 10px 10px 0px 10px !important;
        text-align: left !important;
        box-sizing: border-box;
    }
    div.form {
        padding:0px 0px 0px 0px !important;
    }
    .form .td_right {
        float: none !important;
        width: 100% !important;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
        box-sizing: border-box;
    }


    .form .td_title {
        margin: 30px 10px 20px 10px !important;
    }
    .form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea {
        width: calc(100%) !important;
        box-sizing: border-box;
    }
    .form select {
        width: calc(100%) !important;
        box-sizing: border-box;
    }
    div.selector {
        width: calc(100%) !important;
        box-sizing: border-box;
    }
    div.selector input {
        width: calc(100% - 20px) !important;
    }
    .link_list {
        margin: -10px 0px 20px 10px !important;
        position: relative !important;
        text-align: left !important;
        right: unset !important;
    }
    h1.form_title {
        padding-left: 10px !important;
    }
    .modal_body {
        padding: 20px 10px 20px 10px !important;
    }

    /* bug
    .form_buttons_left {
        float: none !important;
    }
    .form_buttons_right {
        float: none !important;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid transparent;
    }
    */

}

@media only screen and (max-width: 960px),
(min-device-width: 600px) and (max-device-width: 960px) {
    div.table_body div.mobile_submenu_1 {
        display: block;
    }
    div.table_body {
        display: block;
    }
    div.table_body_left {
        display: block;
        width: 100%;
    }
    div.table_body_content {
        display: block;
        padding: 0px 0px 0px 0px;
    }
    div.table_body_content_form {
        width: 700px;
    }
    ul.left_submenu {
        display: none !important;
    }
    div.block_title {
        display: none;
    }

}

@media only screen and (max-width: 1440px),
(min-device-width: 600px) and (max-device-width: 1440px) {
    div.table_body div.mobile_submenu {
        display: block;
    }
    div.table_body_right {
        display: none;
    }
}



table.body {
	border-collapse:collapse;
	width:100%;
}
table.body h1 {
    margin-top: -5px;
}
table.body td {
	vertical-align:top;
}
table.body td table td {
}
table.diagram td {
	height: 20px;
}
div.left_panel {
	width:90px;
	height:100%;
	position:fixed;
	z-index:10;
    background-color:#202225;
}
div.panel_opened {
	width:200px !important;
}
div.left_menu_text {
	margin:17px 0px 0px 50px;
	display:none;
}
div.game_name {
	position:absolute;
	margin:38px 0px 0px 86px !important;
}
div.panel_opened div.left_menu_text {
	display:block !important;
}
li.selected div.left_menu_text {
}
div.left_panel a:hover {
	text-decoration:none;
}
div.left_panel a:hover div.left_menu_text {
}
td.col1 {
	width:55%;
	padding:0px 0px 15px 0px;
}
td.col2 {
	min-width:10px;
}
td.col3 {
	width:45%;
	padding:0px 0px 15px 0px;
}
td.col4 {
}
div.header {
	height:60px;
	position:fixed;
	width:100%;
	padding:0px 0px 0px 20px;
	margin-left:90px;
	z-index:9997;
}
div.navline {
	float:left;
    line-height: 60px;
    font-size: 14px;
}
div.burger {
    float:left;
    width: 35px;
    height: 35px;
    display: none;
    background-image: url(/img/burger.svg);
    background-size: 70px;
    cursor: pointer;
    margin: 12.5px 10px 0px 0px;

}
div.mobile_menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    min-height: 100vh !important;
    margin-top: 60px;
    display: none;
    overflow-y: auto;
}
div.mobile_menu ul {
    list-style: none;
    margin: 0px;
    padding: 20px 0px 100px 0px;
}
div.mobile_menu ul li a {
    padding: 20px 20px 20px 33px;
    display: block;
}

div.header_panel {
    height: 60px;
    text-align:right;
    position:fixed;
    right:15px;
    display: inline-table;
}
div.user_panel_profile {
    vertical-align: middle;
    display: table-cell;
    line-height: 60px;
}
div.user_panel_name {
    display: inline-block;
    position: relative;
}
div.user_panel_name a {
    display: block;
    padding: 0px 15px 0px 50px;
    max-width: 150px;
}
div.user_panel_name a:hover {
    text-decoration: none;
}

div.user_panel_name img {
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    border-radius: 20px;
    top: 10px;
    left: 0px;
}


div.header_panel div.user_panel_photo {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    overflow: hidden;
}

div.header_panel div.user_panel_button {
    display: table-cell;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px;
}
div.header_panel div.user_panel_menu_button {
    background-image: url('/images/top_menu_button.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
}
div.header_panel div.user_panel_notification_button {
    background-image: url('/images/bell.svg');
    background-size: 16px;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
}
div.user_panel_button div.eplus_menu_indicator {
    margin-top: -10px !important;
}



div.header_panel div.user_panel_menu_button:hover {
}
div.header_user_menu {
    position: fixed;
    top: 50px;
    right: 20px;
    max-width: 350px;
    width: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
    z-index: 99999;
    background-color: #fff;
}

div.header_user_menu hr, div.user_frame_body hr {
    border: none;
    height: 1px;
}
div.header_user_menu ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}
div.header_user_menu ul li {
    display: block;
}
div.header_user_menu ul li a {
    display: block;
    padding: 7px 7px;
    border-radius: 4px;

}
div.header_user_menu ul li a:hover {
    text-decoration: none;
}
div.header_user_menu div {

}
.header_user_menu_table {
    display: table;
    width: 100%;
    height: 36px;
}
.header_user_menu_img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    display: table-cell;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-position: center;
}

div.header_user_menu_img_admin {
    background-image: url('/images/top_menu_admin.svg');
    background-size: 20px;
}
div.header_user_menu_img_user {
    background-image: url('/images/top_menu_user.svg');
    background-size: 20px;
}
div.header_user_menu_img_dark {
    background-image: url('/images/top_menu_dark.svg');
    background-size: 20px;
}
div.header_user_menu_img_logout {
    background-image: url('/images/top_menu_logout.svg');
    background-size: 18px;
}

.header_user_menu_txt {
    display: table-cell;
    height: 36px !important;
    vertical-align: middle;
    padding: 0px 10px;

}
.header_user_menu_right {
    width: 60px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
div.logout {
	width:160px;
	text-align:right;
	position:fixed;
	right:20px;
}
div.logout a {
}
div.navline_next {
	display:inline-block;
	width:9px;
	height:10px;
	background-image:url(/images/plus/nav_arrow.png);
	margin:0px 3px 0px 3px;
}
div.game_logo {
	margin:20px 0px 0px 10px;
	height:50px;
	width:50px;
}
div.panel_balance {
    float: right;
    position: fixed;
    width: 100px;
    height: 50px;
    right: 280px;
    top: 5px;
}
div.panel_logo {
    width: 150px;
    margin: 18px 30px 0px 0px;
    filter: brightness(0.7);
}
div.panel_logo:hover {
    filter: brightness(0.9);
}
ul.left_menu {
	padding:20px 0px 0px 0px;
	margin:0px;
	list-style:none;
}

ul.left_menu li.mypage {
	background-size:50px;
}
ul.left_menu li {
	height:50px;
	margin:0px 0px 15px 0px;
	background-image:url(/images/left_menu.png);
	background-size:50px 500px;
	background-repeat: no-repeat;
	background-position-x: 0px;
    border-left:5px solid transparent;
}
ul.left_menu li a {
	position:absolute;
	display:block;
	height:50px;
	width:100%;
}
ul.left_menu li:hover {
    border-left:5px solid transparent;
}
ul.left_menu li.selected {
    border-left:5px solid transparent;
}


ul.left_menu_2 {
    padding:20px 0px 0px 0px;
    margin:0px;
    list-style:none;
    margin-bottom: 30px;
}

div.left_menu_text_2 {
    margin:19.5px 0px 0px 30px;
}

ul.left_menu_2 li {
    height:55px;
    margin:0px 0px 1px 0px;
    background-size:55px 500px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    border-left:5px solid transparent;
}
ul.left_menu_2 li a {
    position:absolute;
    display:block;
    height:55px;
    width:190px;
}
ul.left_menu_2 li:hover {
    border-left:5px solid transparent;
}
ul.left_menu_2 li.selected {
    border-left:5px solid transparent;
}

div.panel_opened ul.left_menu li a {
}
ul.left_menu li:hover, ul.left_menu li.selected {
	
}
div.header_block {
	font-size:20px;
	height:35px;
	border-bottom:1px solid #323439;
	background-repeat:no-repeat;
	background-position:bottom right;
}
div.header_block ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
div.header_block ul li {
	float:left;
	margin:0px 10px 0px 0px;
}
div.header_block ul li a {
	font-size:16px;
	line-height:35px;
	height:35px;
	display:block;
	padding:0px 20px;
	width:100px;
	text-align:center;
}
div.header_block ul li a:hover {
	text-decoration:none;
	border-radius:10px 10px 0px 0px;
}
div.header_block ul li a.selected {
	border-radius:5px 5px 0px 0px;
}
div.header_block_title {
	padding:25px 0px 0px 0px;
	float:left;
}
div.header_block_title span {
	font-size:18px;
}
div.header_indicator_block {
	width:55px;
	height:58px;
	float:left;
	background-image:url(/images/plus/header_diagonal.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div.header_indicator {
	width:55px;
	height:55px;
	border-radius:27.5px;
}
div.header_block_buttons {
	float:right;
	height:50px;
	margin:0px 15px 0px 0px;
}
div.header_button {
	height:26px;
	width:26px;
	display:inline-block;
	margin:5px 0px 0px 0px;
	cursor:pointer;
	border-radius:18px;
	opacity:0.7;
}
div.header_button:hover {
	opacity:1;
}
div.header_button a {
	display:block;
	position:absolute;
	width:26px;
	height:26px;
}



div.new_mission {
	height:28px;
	display:inline-block;
	border-radius:14px;
	font-size:13px;
	line-height:28px;
	padding:0px 10px 0px 0px;
	margin-bottom:5px;
	cursor:pointer;
	text-align:left;
    border:1px solid transparent;
}
div.new_mission div, div.complite_mission div, span.mission_status {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:10px;
	text-align:center;
	line-height:20px;
	margin:0px 3px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.complite_mission {
	height:28px;
	display:inline-block;
	border-radius:14px;
	font-size:13px;
	line-height:28px;
	padding:0px 10px 0px 0px;
	margin-bottom:5px;
	cursor:pointer;
	text-align:left;
    border:1px solid transparent;
}


div.user_group {
	margin:0px 0px 0px 70px;
}
div.user_group_block {
	margin:0px 0px 0px 0px;
	padding-top:10px;
}
div.profile_user_photo {
	overflow:hidden;
	float:left;
    text-align: center;
}
div.profile_user_photo img {
    width:130px;
    height:130px;
    border-radius:5px;
}
div.profile_user_info {
	margin:30px 0px 0px 0px;
}
div.profile_user_team {
	display:table-cell; 
	width:70px; 
	vertical-align:top; 
	padding-left:20px; 
	text-align:center;
}
div.profile_user_team img {
	margin-bottom:5px;
}

div.profile_user_money {
	margin:0px 0px 10px 0px;
	display:inline-block;
}
div.profile_user_money a {
	display:inline-block;
	border-radius:5px;
	height:25px;
	line-height:25px;
	padding:0px 10px 0px 10px;
    border:1px solid transparent;
}
div.profile_user_money a:hover {
	text-decoration:none;
}

div.profile_user_likes {
	margin:0px 10px 10px 0px;
	display:inline-block;
}
div.profile_user_likes a {
	display:inline-block;
	border-radius:5px;
	background-image:url(/images/profile_heart.png);
	background-repeat:no-repeat;
	background-size: 15px;
	background-position:6px 6px;
	
	height:25px;
	line-height:25px;
	padding:0px 10px 0px 27px;
    border:1px solid transparent;
	
}
div.profile_user_likes a:hover {
	text-decoration:none;
}
div.profile_user_points {
	display:inline-block;
	margin:0px 10px 10px 0px;
}
div.profile_user_points a {
	display:inline-block;
	border-radius:5px;
	
	height:25px;
	line-height:25px;
	padding:0px 10px 0px 10px;
    border:1px solid transparent;
	
}
div.profile_user_points a:hover {
	text-decoration:none;
}
div.profile_user_name {
	font-size:20px;
	min-height:30px;
	margin-bottom:10px;
}
div.profile_social {
	float:right;
    width: 30px;
}

div.profile_user_progress {
	min-height:42px;
	font-size:16px !important;
}
div.profile_user_level {
}
ul.profile_user_awards {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	min-width:170px;

}
ul.profile_user_awards li {
	float:left;
	width:50px;
	height:45px;
	margin:5px 5px 0px 0px;
}
ul.profile_user_awards li img {
	cursor:pointer;
}
div.profile_user_level {
	
}
div.now_level {
	width:40px;
	height:70px;
}
div.profile_user_level table {
	width:100%;
	margin:-3px 0px 8px 0px;
}
div.profile_user_level table td {
	padding:0px;
}
td.now_level {
	width:80px;
}
td.next_level {
	width:40px;
}
td.level_progress_line {
	font-size:18px;
}
div.profile_level_name {
	margin:2px 0px 0px 0px;
}
div.profile_level_name span {
	font-size: 16px;
}
div.level_progress_line {
	height:20px;
	margin:3px 0px 3px 0px;
	position:relative;
    border:2px solid transparent;
}
div.level_progress_line div.progress_line {
	height:20px;
	position:absolute;
	overflow:hidden;
	font-size:12px;
	line-height:22px;
	padding:0px 0px 0px 0px;
	z-index:99;
}
div.level_progress_line div.progress_line nobr {
	margin-left:5px;
}
div.level_progress_line div.progress_text {
	font-size:12px;
	padding:0px 0px 0px 5px;
	line-height:22px;
	position:absolute;
}

div.next_level {
	width:30px;
	height:30px;
	margin:10px 0px 0px 10px;
}
div.profile_level_info1 {
	font-size:10px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
}
div.profile_level_info2 {
	font-size:10px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}
div.profile_achievement {
	margin:0px 0px 0px 55px;
}
div.profile_achievement div.table_cell {
	padding:7px 0px;
	border-bottom:1px solid transparent;
}
div.window_achievement div.table_cell {
    padding:7px 0px;
    border-bottom:1px solid transparent;
}


div.mission_badge img {
	cursor:pointer;
}
div.stars {
	margin:0px 0px 5px 0px;
}
div.stars div {
	display:inline-block;
	margin:0px 0.5px 0px 0.5px;
	height:13px; 
	width:13px;
}
div.profile_achievement li div.acvievement_badge {
	width:85px;
	height:85px;
	display:inline-block;
}
div.profile_achievement div.achievement_progress_line {
	height:6px;
	width:72px;
	margin-top:7px;
	display:inline-block;
    border:1px solid transparent;
}
div.profile_achievement div.achievement_progress_line div {
	height:6px;
}
div.profile_achievement div.achievement_progress_info {
	display:inline-block;
	font-size:10px;
}
div.profile_mission {
	border-radius:5px;
	padding:10px;
	margin:10px 0px 0px 0px;
}
div.mission_progress {
	float:left;
	margin:0px 10px 0px 0px;
}
div.mission_progress_indicator {
	width:80px;
	height:80px;
	border-radius:40px;
	margin: 10px 0px 0px 0px;
	position: relative;
}
div.mission_title {
	font-size:17px;
	margin:3px 0px 9px 0px;
}
div.mission_badge {
	position:absolute;
	margin:-70px 0px 0px 10px;
	border-radius:30px;
	overflow:hidden;
	width:60px;
	height:60px;
}
div.mission_obj {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
div.mission_obj span {
}
div.mission_time {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:8px 0px 5px 0px;
	height:20px;
}
div.mission_time span {
}
div.profile_awards ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
div.profile_awards ul li {
	height:80px;
	min-width:100px;
	float:left;
	text-align:center;
	margin:15px 0px 25px 0px;
}
div.profile_awards ul li div.award_count {
	position:absolute;
	min-width:30px;
	height:30px;
	border-radius:15px;
	line-height:30px;
	z-index:99;
	margin:45px 0px 0px 45px;
}
div.profile_awards ul li img {
	cursor:pointer;
}
div.profile_activity {
	margin:0px 0px 0px 0px;
}
div.profile_activity table {
	width:100%;
}
div.profile_activity table td {
	vertical-align:top;
	border-bottom:1px solid transparent;
	padding:10px 0px 10px 0px;
}
div.profile_activity table td.photo {
	height:50px;
	width:50px;
}
div.profile_activity table td.info {
	padding:10px;
	font-size:12px;
}
div.profile_activity table td.info div.activity_item {
	font-size:14px;
	margin:3px 0px 3px;
}
div.profile_activity table td.image {
	height:50px;
	width:50px;
}
div.footer {
	height:50px;
	line-height:50px;
	padding:0px 20px 0px 0px;
	margin:0px 20px 0px 0px;
	bottom:0px;
	z-index:1;
	text-align:right;
	margin-top:0px;
    border-top:2px solid transparent;
}

.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/images/grayscale.svg#greyscale); /* Firefox 4+ */
  opacity:0.7;
}
.grayscale:hover {
	-webkit-filter:none;
	-moz-filter:none;
	-ms-filter:none;
	-o-filter:none;
	filter:none;
	opacity:1;
}
/* MODAL */
.modal {
    display: none;
    left: 50%;
    position: fixed !important;
    top:0px !important;
    z-index: 999999;
	width:700px;
	min-height:400px !important;
	margin-left:-370px;
}
.modal h4 {
	font-size:18px;
}
div.shadow {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0.9;
	display:none;
	z-index:9998;
}
@media only screen and (max-width: 1024px),
(min-device-width: 600px) and (max-device-width: 1024px) {
	
	body {
		/*display:none;*/
	}
	.profile_user_photo {
		margin-left:5px !important;
	}
	.profile_user_stream {
		margin-left:5px !important;
	}
	#user_award_6 { display:none; }
	td.col2, td.col4 {
		display:none;
	}
	td.col3 {
		padding:0px 0px 0px 20px;
	}
	div.profile_achievement li {
		width:50% !important;
	}
	div.profile_awards li {
		width:50% !important;
	}

    div.left_panel, div.navline {
        display: none;
    }
    div.header, div.body {
        margin-left: 0px !important;
    }
    div.burger {
        display: block;
    }
    div.panel_logo {
        display: none;
    }
    div.user_panel_name a {
        padding-right: 0px;
    }
    div.user_panel_name a span {
        overflow: hidden;
        width: 1px;
        height: 1px;
        display: inline-block;
    }

}
div.form {
	padding:20px 0px 20px 0px;
	border-radius: 5px;
	
}

div.form input[disabled] {
}
form.component_form {
    width: 700px;
	max-width: 700px;
    min-width: 650px;
}
.object_block {
    margin:5px 0px 0px 0px;
    display:none;
}
.selected_object {
}
.selected_object span {
}
.object_input, .type_input {
    display:none;
}
.object_label {
    cursor:pointer;
    padding:2px 5px;
    border-radius:5px;
}
.type_label {
    cursor:pointer;
    padding:2px 5px;
    border-radius:5px;
}
.object_label span {
    border-bottom:1px dashed transparent;
}
.type_label span {
    border-bottom:1px dashed transparent;
}
div.form th {
	font-weight:100;
	text-align:left;
	padding:3px 5px 3px 5px;
}
ul.prop_form {
    margin:0px;
    list-style:none;
    padding:0px;
}
ul.prop_form li {
    margin-bottom:3px;
}
ul.prop_form .prop_value_del {
    width: 11px;
    height: 11px;
    background-image: url("/images/close.png");
    margin-top: 15px;
    margin-left: 8px;
    position:absolute;
    cursor: pointer;
    opacity: 0.2;
    display: inline-block;
}
ul.prop_form .prop_value_del:hover {
    opacity: 0.4;
}

.link_list {
	margin:-37px 0px 20px 499px;
	position:absolute;
	text-align:right;
	width:200px;
}
.link_list a {
	text-decoration:none;
}
.link_list a:hover span {
	text-decoration:none !important;
}
.link_list a:hover {
	text-decoration:underline;
}
div.system_message {
    padding: 15px 20px;
	display:block;
    font-size: 15px;
	margin:0px 0px 0px 0px;
    border:2px solid transparent;
    border-radius: 10px;
}
div.save_message {
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 7px;
	box-sizing: border-box;
    border:2px solid transparent;
}
div.save_message p {
	margin: 0px;
	padding: 0px;
}
div.no_result_title {
	margin-bottom: 0px;
	padding: 10px 20px;
	border-radius: 7px;
    border:2px solid transparent;
}
div.block div.no_result_title {
    margin-top: 10px;
}
.filter_button {
    height: 28px;
    width: 28px;
    padding: 0px;
    margin-left: 5px;
    background-image: url(/images/filter.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.selector_btn input {
    border: 0px;
    margin: 1px 0px 0px 5px;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.selector_btn input.add {
    background-image: url(/images/plus.png);
    border-radius: 17px;
}
.selector_btn input.add:hover { }

.selector_btn input.find {
    background-image: url(/images/find.svg);
    background-size: 25px;
    border-radius: 17px;
    background-position: 5px 5px;
}
.selector_btn input.find:hover {  }

.form_error {
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 7px;
    border:2px solid transparent;
}
.form_error p {
	margin:0px 0px 0px 0px;
}
.form .td_left {
	width:200px;
	float:left;
	clear:both;
	margin:0px 15px 10px 0px;
	padding:10px 0px 0px 0px;
	text-align:right;
}
.td_title span {
    display: block;
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}

.form .td_title {
	clear:both;
	margin:20px 30px 30px 30px;
	font-size:22px;
	padding-bottom:10px;
    border-bottom:1px solid transparent;
}

.form .td_right {
	float:left;
	width:424px;
	margin:0px 5px 10px 0px;
}
.form .td_right2 {
	float:left;
	width:150px;
	margin:0px 5px 10px 15px;
}
.form input_[type=submit] {
	border:0px;
	padding:5px 15px;
	margin:15px 0px 0px 0px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.modal_header {
	height:50px;
	line-height:50px;
	position:absolute;
    z-index: 999999;
	width:100%;
	top:0px;
	left:0px;
}
.modal_body {
	padding:20px 20px 20px 20px;
	margin-top: 50px;
	overflow-y: auto !important;
    box-sizing: border-box;
    max-height: calc(100vh - 100px);
}
.modal_header h1 {
	margin:0px 0px 10px 20px;
	font-size:18px;
}
div.modal_form {
	margin:5px 0px 0px 0px;
    position: relative;
}
div.modal div.form_buttons_modal {
    bottom: 0px;
    height: 80px;
    width: 800px;
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
    position: fixed;
    margin-bottom: 15px;
    z-index: 999;
    display: inline-table;

}
div.form_buttons {
	margin:20px 0px 20px 0px;
	/* width:700px; */
    display: table;
    width: 100%;
}
div.form_buttons_left {
    display: table-cell;
    text-align: left;
}
div.form_buttons_right {
    display: table-cell;
    text-align: right;
}
input.form_checkbox {
	margin:11px 0px 0px 0px;
    border:2px solid transparent;
}
.form input[type=submit]:hover, input.green_button:hover, a.green_button:hover {
	text-decoration:none !important;
}
.add_button {
	padding-left:30px !important;
	background-image:url(/images/plus.png);
	background-repeat:no-repeat;
	background-position:7px 7px;
	text-align:left !important;
}
.list_switcher {
	padding:0px 0px 15px 0px;
	margin:-38px 0px 0px 0px;
	float:right;
}
.list_switcher a {
	cursor:pointer;
	margin:0px 0px 0px 10px;
}
.list_switcher a.active {
	text-decoration: none;
	padding: 4px 7px;
	border-radius: 5px;
}
.green_button {
	border:0px;
	border-radius: 4px !important;
    box-sizing: border-box;
	padding:0px 25px;
	cursor:pointer;
	font-size:14px;
	height:38px;
	line-height:36px;
	min-width:110px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
    text-transform: none;
}
.button {
    border:0px;
    border-radius: 4px !important;
    box-sizing: border-box;
    padding:10px 25px;
    cursor:pointer;
    letter-spacing: 0px;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    -webkit-appearance: none;
    text-transform: none;
    font-family: Montserrat;
}
.button:hover {
    text-decoration: none !important;
    opacity: 0.9;
}
.red_button {
	border:0px;
	padding:0px 20px;
	text-align:center;
	border-radius: 4px !important;
	cursor:pointer;
	min-width:182px;
	font-size:16px;
	height:38px;
	line-height:38px;
	display:inline-block;
	text-decoration:none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.red_button:hover {
	text-decoration:none !important;
}
.delete_button {
    margin-left: 10px;
}
.delete_button span.delete_button_icon {
    display: none;
}
@media only screen and (max-width: 500px) {
    .delete_button span.delete_button_icon {
        display: block;
    }
    .delete_button span.delete_button_txt {
        display: none;
    }
    .delete_button {
        width: 50px !important;
        min-width: 50px !important;
        padding: 0px !important;
    }
}
.gray_button {
     border:0px;
     padding:0px 25px;
     border-radius: 4px !important;
     box-sizing: border-box;
     cursor:pointer;
     font-size:14px;
     height:38px;
     line-height:36px;
     display:inline-block;
     text-decoration:none;
     -webkit-appearance: none;
     -webkit-border-radius: 0px;
     text-transform: none;
 }
.gray_button:hover {
    text-decoration:none !important;
}

.text_button {
    border:0px;
    margin:0px 10px 0px 0px;
    box-sizing: border-box;
    cursor:pointer;
    font-size:12px;
    letter-spacing: 0px;
    border-bottom: 1px dashed #28679d;
    text-decoration:none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-transform: none;

}
.text_button:hover {
    text-decoration:none !important;
}

.select_button {
	padding-left:30px;
	background-image:url(/images/select_button.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type="number"] {
	width:400px;
	padding:10px 10px;
	font-family:HelveticaNeueCyr Light;
	font-size:14px;
	border-radius: 3px;
    border:2px solid transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.list_search {
    max-width: 200px;
    font-size: 13px !important;
    display:inline-block;
    position: relative;
    margin-right: 10px;
}
.list_search_field {
    font-size: 12px;
    padding: 0px 10px;
    line-height: 30px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    font-family: Montserrat;
}
div.search_clear {
    position: absolute;
    top: 12px;
    right: 0px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background-image: url('/images/modal_close.svg');
    background-size: cover;
}


.search_field {
	padding:0px 5px;
	height:26px;
	line-height:26px;
	border-radius:0px;
	width:200px;
	margin:0px 10px 0px 0px;
    border:1px solid transparent;
}
.form textarea {
	width:424px;
	height:100px;
	padding:10px;
	border-radius:3px;
	box-sizing: border-box;
	font-size:14px;
	font-family:HelveticaNeueCyr Light;
    border:2px solid transparent;
}
.form select {
	width:424px;
	padding:9px 7px !important;
	border-radius:0px;
	font-family: Montserrat;
	font-size:14px;
	border-radius: 3px;
    border:2px solid transparent;
}
.form select option {
	padding:3px 12px 3px 12px;
}
.selector_value {
	width:auto;
	border-radius:4px;
	height:20px;
	line-height:20px;
	display:inline-block;
	padding:0px 5px 0px 5px;
	margin:3px 3px 3px 3px;
}
/* SELECTOR */
div.selector {
    border-radius: 3px;
	height:38px;
	width:410px;
	overflow:hidden;
	background-image:url(/images/arrow_down.png);
	background-repeat:no-repeat;
	background-position: right 10px center;
    box-sizing: border-box;
    border:2px solid transparent;
}
div.selector input {
	padding:5px;
}
div.del {
	width:12px;
    height: 12px;
	/* background-image:url(/images/logout.png); */
    background-image:url(/images/modal_close.svg);
	display:inline-block;
	margin:4px 0px 0px 3px;
	background-repeat:no-repeat;
    float: right;
}

div.val {
	display:inline-block;
	max-width:260px;
	overflow:hidden;
    float: left;
}
.selector_value {
	width:auto;
	border-radius:4px;
	height:20px;
	line-height:20px;
	display:inline-block;
	padding:0px 5px 0px 5px;
	margin:7px 9px 9px 9px;
}
.preloader {
	opacity:0.7;
    padding: 7px 6px 5px 6px;
	border-radius:5px;
	width:26px;
	position:fixed;
	top:45%;
	left:50%;
	margin-left:-19px;
	display:none;
	text-align:center;
	z-index:9999999;
}
.select_list {
	position:absolute;
	max-width:424px;
	display:none;
	max-height:215px;
	overflow:scroll;
	overflow-x:hidden;
	z-index:999;
    border:1px solid transparent;
}

.multi_select .selector_value {
	margin:0px 0px 0px 0px !important;
}
.multi_select .selector_value .del {
	cursor:pointer;
}

.selector_value .val a {
}


div.select_item {
	padding:5px 5px 5px 5px;
	cursor:pointer;
    border-bottom:1px solid transparent;
}
div.select_item:hover {
}
div.select_item div.image {
	width:30px;
	height:30px;
	float:left;
    border:1px solid transparent;
}
div.select_item div.title {
	width:220px;
	margin:0px 0px 0px 10px;
	float:left;
}
div.select_item div.title span {
	font-size:11px;
}
div.close {
	width:20px;
	height:20px;
	background-image:url(/images/plus/close.png);
	position:absolute;
	right:20px;
	margin-top:15px;
	cursor:pointer;
	opacity:0.7;
	z-index:1000000;
}
div.close:hover {
	opacity:1;
}
.select_file {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}
.select_file input[type=file] {
	position:absolute;
	font-size:10px;
	width:195px;
	height:30px;
	opacity:0;
	cursor:pointer;
}
.select_file input[type=button] {
	position:absolute;
}
ul.left_submenu {
	list-style:none;
	margin:0px;
	padding:0px;
    border-top:1px solid transparent;

}
ul.left_submenu li {
    border-top:1px solid transparent;
}
ul.left_submenu li a {
	line-height:45px;
	display:block;
	padding:0px 20px 0px 20px;
}
ul.left_submenu li a:hover {
	text-decoration:none;
}
ul.left_submenu li a.selected {
}
td.left_submenu {
	max-width:250px;
	width:250px;
	padding:0px 10px 0px 0px;
}
div.block_title {
	font-size:28px;
	margin:-5px 0px 14px 0px;
}

.list_button {
	right:20px;
	float:right;
	line-height:28px;
	height:28px;
	position:absolute;
	margin-top:-4px;
    z-index: 999;
}
.user_frame .list_button {
    position: relative;
    margin-top: -67px;
    right: 0px;
}
div.event_text {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
.user_table th {
	font-weight:100;
	text-align:left;
	padding:5px 10px 5px 10px;
}
.user_table td {
    border-bottom:1px solid transparent;
	vertical-align:middle !important;
	padding:10px 10px 10px 10px;
}
.user_table th a {
	padding:0px 15px 0px 0px;
	cursor:pointer;
}
.user_table th a.nosort {
    cursor: default !important;
}
.user_table th a.nosort:hover {
    text-decoration: none !important;
}
.user_table th a.asc {
	background-image:url(/images/sort_asc_blue.png);
	background-repeat:no-repeat;
	background-position:right;
}
.user_table th a.desc {
	background-image:url(/images/sort_desc_blue.png);
	background-repeat:no-repeat;
	background-position:right;
}
.user_table tbody tr {
    height: 55px;
}
.user_table td a {
	text-decoration:none;
}
.user_table td a:hover {
	text-decoration:underline;
}
.user_table td.td_status {
	text-align:right;
}
.user_table td.td_date {
	text-align:right;
}
.user_table img {
	margin:0px 5px 0px 0px;
	border-radius: 25px;
	float: left;
}
.user_table td.image {
	width:35px;
	padding:5px 0px 0px 0px;
}
td.td_edit {
	width:20px !important;
	padding:0px 2px 0px 2px !important;
}
td.td_edit a, a.edit_href {
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url(/images/pen.svg);
	opacity: 0.5;
	cursor:pointer;
	margin:8px 0px 0px 5px;
}
td.td_edit a:hover, a.edit_href:hover {
	opacity: 1;
}
h1.form_title {
	margin:-7px 0px 14px 0px;
}
div.info {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	width: auto;
}

div.modal_detail {
	display:none;
}
div.modal_progress {
	text-align:center;
	margin:10px 0px 0px 0px;
	width:200px;
}
div.modal_image {
	width:200px;
	float:left;
	position:relative;
}
div.modal_description {
	width:480px;
	float:left;
	margin:0px 0px 30px 30px;
	font-size:18px;
	line-height:25px;
}
div.modal_name {
	font-size:28px;
	margin:0px 0px 20px 0px;
}
div.modal_panel {
	width:70px;
	opacity:0.4;
	position:absolute;
	z-index:999999;
	cursor:pointer;
}
div.modal_panel div {
	height:28px;
	width:14px;
	margin:0px 0px 0px 28px;
	background-image:url(http://deltacrm.ru/images/modal_left_right.png);
}
div.modal_right div {
	background-position:right;
}
div.modal_left div {
	background-position:left;
}
div.level_detail {
	display:none;
}
div.scroll_left {
	width:10px;
	position:absolute;
	z-index:999;
	border-radius:5px 0px 0px 5px;
	cursor:pointer;
	opacity:0.6;
	background-image:url(http://deltacrm.ru/images/widget/scroll_left.png);
	background-repeat:no-repeat;
	background-position:center;
}
div.scroll_right {
	width:10px;
	position:absolute;
	z-index:999;
	border-radius:0px 5px 5px 0px;
	cursor:pointer;
	opacity:0.6;
	background-image:url(http://deltacrm.ru/images/widget/scroll_right.png);
	background-repeat:no-repeat;
	background-position:center;
}
div.scroll_left:hover, div.deltawidget_scroll_right:hover {
	opacity:0.9;
}
div.facebook_button {
	background-image: url("http://deltainteractive.com/images/socmedia/fb.png");
	width:110px;
	background-repeat:no-repeat;
	line-height:26px;
	border-radius:3px;
	width:170px;
	cursor:pointer;
	padding-left:40px;
	margin-top:10px;
}
div.post_success {
	margin-top:10px;
	width:200px;
}
div.post_fail {
	margin-top:10px;
	width:200px;
}
div.event_img {
	text-align:right !important;
}
div.event_img img {
	margin:0px;
}
div.event_time {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px 0px 0px 0px;
}
.show_more {
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.show_more_comment {
	text-align:center;
	height:40px;
	line-height:40px;
	cursor:pointer;
	margin-left:60px;
}
.show_more:hover, .show_more_comment:hover {
}
.show_up {
	width:50px; 
	margin-top:-50px; 
	width:50px; 
	height:50px; 
	position:absolute;
	cursor:pointer;
}
.show_up div {
	background-image:url(/images/block_close.png);
	width:11px;
	height:10px;
	background-position:bottom;
	margin:20px 0px 0px 20px;
}
.show_up:hover {
}
a.event_item {
	font-size:14px;
	margin:2px 0px 2px 0px;
	font-weight:bold;
}
div.event_points {
	display:inline-block;
	font-size:18px;
	margin:0px 0px 0px 5px;
}
.rating_positon {
	float:left;
	width:50px;
	height:48px;
	padding-top:22px;
	text-align:center;
	border-radius: 0px 4px 4px 0px;
	margin:0px 10px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}
.rating_positon span {
	font-weight:100;
}
div.contact_image {
	width:70px;
	float:left;
}
div.contact_info {
	width:390px;
	float:left;
}
div.contact_info div.status {
	font-size:18px;
	font-weight:100;
	margin-top:5px;
}
/* СПИСКИ ПОЛЬЗОВАТЕЛЕЙ И КОНТАКТОВ  НА ПОЛЬЗОВАТЕЛЬСКОЙ СТРАНИЦЕ */
ul.user_list {
	margin:0px 0px 0px 0px !important;
	padding:0px;
	list-style:none;
	width:542px;
}
ul.user_list li {
	float:left;
	min-height:72px;
	line-height:15px !important;
	text-align:left;
	margin:0px 0px 10px 0px;
	width:520px !important;
	list-style:none;
	padding:10px;
	border-radius: 4px;
}
ul.user_list li a {
}
ul.user_list li img {
	margin-bottom:0px;
}
div.contact_image {
	width:70px;
	float:left;
}
div.contact_image img {
	border-radius: 3px 0px 0px 3px;
}
div.contact_info {
	max-width:720px;
	float:left; 
}
/* СПИСКИ ПОЛЬЗОВАТЕЛЕЙ И КОНТАКТОВ - END */
div.progressbar_mini {
}
div.progressbar_mini div.game_progress {
	height:15px !important;
	line-height: 15px !important;
}
div.progressbar_mini div.progress_line {
	height:15px !important;
	line-height: 15px !important;
	position:relative;
}
div.game_progress {
	height: 30px;
	overflow:hidden;
	display:inline-block;
	width:150px;
    border: 2px solid transparent;
}
div.game_progress div.progress_line {
	height: 30px;
	line-height:32px;
	position:absolute;
	overflow:hidden;
	font-size:12px;
	line-height:32px;
	padding:0px 0px 0px 0px;
	z-index:99;
}
div.game_progress div.progress_line nobr {
	margin-left:15px;
}
div.game_progress div.progress_text {
	position:absolute;
	margin-left:10px;
	line-height:32px;
	font-size:12px;
	padding:0px 0px 0px 5px;
}

div.raing_progress_cont {
	width:100%; 
	padding:10px 0px 0px 0px;
}
div.raing_progress_cont div.arr_right {
	background-image:url(/images/rating_arr_right_.png);
	background-position:right;
	background-repeat:no-repeat;
	width:18px;
	height:34px;
	position:absolute;
	top:10px;
	right:-4px;
	z-index:999;
	
}
div.status {
	font-size:16px;
	margin:0px 0px 15px 0px;
}
div.contact_status {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 5px;
}
.deal_status {
    display:inline-block;
    padding:2px 8px;
    border-radius:4px;
}
.activity_name {
    border-bottom: 1px dashed transparent;
}
.activity_name:hover {
    text-decoration: none !important;
}
.activity_icon_do {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_do.png);
}
.activity_icon_call {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_call.png);
}
.activity_icon_mail {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_mail.png);
}
.activity_icon_meet {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_meet.png);
}
.activity_icon_invert {
    background-position:-16px 0px;
}

ul.activity_checklist {
    padding:0px;
    list-style:none;
}
.checklist_complete {
    text-decoration:line-through;
}
input.table_checked {
	margin:4px 0px 0px 8px;
}
div.check_panel {
	position:fixed;
	z-index:999;
	bottom:0px;
	height:38px;
	width:auto;
	padding:10px;
	margin:0px 0px 0px -20px;
}
div.check_panel select {
    max-width: 250px;
}
.check_option {
	display:none;
}
ul.rating_select_mode {
    margin: 0px 3px 6px 0px;
	padding: 3px 0px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
	height:41px;
	width:100%;
}
ul.rating_select_mode a {
    text-align: center !important;
    border-radius: 3px;
    line-height: 20px;
	padding:3px 20px;
    cursor: pointer;
	float:left;
	margin:0px 5px 5px 0px;
}
ul.rating_select_mode a:hover {
	text-decoration:none;
}
ul.rating_select_mode a.selected {

}
div.form_info {
	line-height:35px !important;
}
div.form_information {
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    font-size: 16px;
    line-height: 22px;
    border: 2px solid transparent;
}
div.microblog {
	
}
div.message_image img {
	cursor:pointer !important;
	margin-top:10px;
}
div.message_image div {
	margin-top:10px !important;
}



.mission_path {
	margin:10px 0px 0px 0px;
}
.mission_path_block {
	float:left;
	width:24px;
	height:15px;
	display:block;
}
.mission_path_circle_on {
	height:15px;
	width:15px;
	border-radius:8px;
	margin:0px 0px 0px 0px;
	position:absolute;
	z-index:5;
}
.mission_path_circle_off {
	height:11px;
	width:11px;
	border-radius:8px;
	margin:0px 0px 0px 0px;
	position:absolute;
	z-index:2;
    border:2px solid transparent;
}
.mission_path_line_off {
	height:3px;
	width:10px;
	width:100%;
	margin:6px 0px 0px 3px;
	position:absolute;
	z-index:3;
}
.mission_path_line_on {
	height:3px;
	width:10px;
	width:100%;
	margin:4px 0px 0px 3px;
	position:absolute;
	z-index:1;
    border-bottom:2px solid transparent;
}
.mission_path_line1{
	height:3px;
	width:13px;
	margin:6px 0px 0px -11px;
	position:absolute;
	z-index:30;
}
a.mission_list_rate {
	float:right;
	display:block;
	margin:-10px -10px 0px 0px;
	padding:3px 10px;
	border-radius:0px 5px 0px 5px;
	font-size:12px;
}
a.mission_list_rate:hover {
	text-decoration:none;
}
a.mission_modal_rate {
	display:inline-block;
	margin:10px 0px 0px 0px;
	padding:3px 10px;
	border-radius:5px;
	font-size:12px;
	width:auto;
}
a.mission_modal_rate:hover {
	text-decoration:none;
}
div.achieve_name {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	display:block !important;
}
div.team_user_name {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	display:block !important;
}
.team_member_list img {
	border-radius: 3px;
}
.button_href {
	text-decoration: none;
	padding: 3px 5px;
	margin:1px 0px 0px 170px;
	position:absolute;
	border-radius: 3px;
}
ul.auction_lots {
	margin:30px 0px 0px -20px;
	list-style:none;
}
ul.auction_lots li {
	margin:10px 50px 20px 0px;
	width:180px;
	height:320px;
	text-align:center;
	float:left;
}
div.lot_name {
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
	height:40px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}
div.lot_price {
}
div.lot_progress_line {
	height: 6px;
	width: 120px;
	margin-top: 7px;
	display: inline-block;
    border: 1px solid transparent;
}
div.lot_progress_line div {
	height: 6px;
}
div.lot_distination {
	display: inline-block;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
div.lot_can_buy a.green_button {
	margin-top:10px;
}
div.indicator {
	height:22px;
	line-height:22px;
	width:22px;
	text-align:center;
	border-radius:11px;
	cursor:default;
	margin:12px 0px 0px 45px;
	position:absolute;
	z-index:999;
	display:none;
}
div.panel_opened div.indicator {
	margin:15px 0px 0px 120px !important;
}
div.indicator a {
	text-decoration:none;
}
span.event_cancel {
}
div.modal_stream {
	width:490px;
	font-size:14px;
	line-height:normal;
	margin:20px 20px 0px 0px;
}
div.profile_achievement a:hover {
	text-decoration:underline;
}
div.user_profile_achieve_name a {
	font-size:16px;
	margin:0px 15px 5px 15px;
	display:inline-block;
}

div.user_profile_achieve_description {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px 15px;
	display:inline-block;
}

div.user_frame {
	border-radius:5px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
div.user_frame_header {
	text-transform: uppercase;
	line-height:35px;
	height:35px;
	font-size: 14px;
	padding: 10px 10px 10px 30px;
	letter-spacing: 1px;
	padding-left:20px;
	border-bottom: 1px solid transparent;
}
div.user_frame_header span.user_frame_header_span {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
}
div.user_frame_header_buttons {
    float: right;
}
div.user_frame_header_back {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    margin-right: 0px;
}
div.user_frame_header_back a {
    display: block;
    width: 40px;
    height: 40px;
    filter: grayscale(1);
    background-image: url("/images/left_arrow.svg");
    background-size: 20px;
    background-position: center 8px;
    background-repeat: no-repeat;
}
div.user_frame_buttons a {
    margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
    div.user_frame_buttons {
        position: absolute;
        right: 4px;
        top: 4px;
    }
}

div.user_frame_header_right {
	float:right;
	margin:0px 10px 0px 0px;
}
div.user_frame_body {
	margin:20px 20px 20px 20px;
}
div.user_frame_body img {
    margin-right: 0px;
}
div.achieve_award {
	width_:69px;
	height_:39px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-image_:url(/images/achievement_award.png);
	display:table-cell;
	cursor:default !important;
}
div.achieve_date {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:3px;
}
div.achieve_points {
	display: inline-block;
}
div.achieve_money {
	display: inline-block;
}
div.shop_lock_panel {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:5px 0px 0px 0px;
}
div.rating_user_profile {
	margin:80px 0px 30px 0px;
    border:1px solid transparent;
}

div.profile_user_stream {
	font-family:Arial, Helvetica, sans-serif !important;
}
div.eplus_achieve_stars {
	display:inline-block;
	overflow:hidden;
}
div.eplus_achieve_stars_bg {
}
div.eplus_achieve_stars_progress {
}

div.wplus_lineprogress {
    border:1px solid transparent;
}
div.wplus_lineprogress {
	width:145px;
	height:7px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
div.wplus_lineprogress {
	width:145px;
	height:7px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	display:inline-block;
}
div.wplus_lineprogress_percent {
	height:20px;
}
div.wplus_lineprogress_info {
	margin:0px 0px 0px 0px;
	display:block;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.block_list {
	display: table-cell;
	position: relative;
}
.filter_wrapper  {
	display: none;
	width: 200px;
}
.filter_block {
	margin-bottom: 5px;
}
.filter_block input[type=text] {
	width: 100%;
	border-radius: 3px;
	padding:10px 10px;
	box-sizing: border-box;
}
.filter_block input[type=submit] {
	/* margin-top:20px !important; bug */
	display:block;
	box-sizing: border-box;
}
.filter_block select {
	padding:5px;
	/* width:178px; filter list bug */
}
.label_deal_status {
	display:inline-block;
	cursor:pointer;
	height:auto;
	line-height:20px;
	border-radius:2px;
	padding:0px 10px 0px 22px;
	width:148px;
	margin:0px 0px 5px 0px;
}
.label_deal_status_selected {
	display:inline-block;
	border-bottom:none;
}
.label_deal_status span {
    border-bottom:1px dashed transparent;
}
.label_deal_status_selected span {
	border-bottom:none;
}
ul.status_list {
	list-style:none;
    position: relative;
	padding:0px;
	margin:15px 0px 5px 0px;
	padding-bottom:0px;
}
ul.status_list li {
}
input.status_filter {
	display:none;
}
input.date_field {
	width:135px !important;
    box-sizing: border-box;
}
div.filter_date_period {
    display: table;
}
div.filter_date_period_field {
    display: table-cell;
}
div.filter_date_period_sep {
    display: table-cell;
    width: 10px;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    div.filter_date_period { display: block; }
    div.filter_date_period_field { display: block; }
    div.filter_date_period_sep { display: block; }
}
input.num_field {
	width:73px !important;
}
div.money_img {
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:25px;
	font-size:18px;
}
div.xp_img {
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:25px;
	font-size:18px;
}

div.user_page_head h1 {
	margin:-5px 0px 0px 0px;
}
div.user_page_head h1#page_title { display:none; }

img.photo_35 {
    border-radius: 17px;
}
img.photo_50 {
    border-radius: 25px;
}
div.user_page_head .photo {
	
	width:55px;
	height:55px;
	float:left;
	margin:0px 10px 0px 0px;
	border-radius: 27.5px;
	overflow: hidden;
	
}
div.user_page_head div.status {
	
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 15px 0px;
	
}


div.page {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
div.page_content {
    position: relative;
}
div.page_content_right {
    padding-left: 210px;
}
div.page_content_left {
    padding-right: 210px;
}
div.page_panel {
    width: 200px;
    position: absolute;
    top: 0px;
    margin-bottom: 10px;
    z-index: 100;
}
div.page_panel_left {
    left: 0px;
}
div.page_panel_right {
    right: 0px;
}
ul.page_panel_btn {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}
div.page_panel img {
    width: 200px;
}
ul.page_panel_btn input, ul.page_panel_btn a {
    display: block;
}
ul.page_list {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}
ul.page_list li {
    padding: 10px 10px 10px 10px;
}

@media only screen and (max-width: 800px) {


    div.page_content_right {
        padding-left: 0px;
    }
    div.page_content_left {
        padding-right: 0px;
    }
    div.page_panel {
        width: 100%;
        position: relative;
        top: auto;
    }
    div.page_panel_left {
        left: auto;
    }
    div.page_panel_right {
        right: auto;
    }

}


/* DELTA CRM */

.activity_icon_do {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_do.png);
}
.activity_icon_call {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_call.png);
}
.activity_icon_mail {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_mail.png);
}
.activity_icon_meet {
    width:16px;
    height:16px;
    display:inline-block;
    text-align:center;
    cursor:default;
    background-image:url(/images/activity_icon_meet.png);
}
ul.user_menu {

    list-style: none;
    padding: 0px;
    margin: 3px 0px 10px 0px;
    width: 180px;

}
ul.user_menu li {
    width: 180px;
    margin-bottom: 3px;
}
ul.user_menu li a {
    width: 180px !important;
    text-align: left;
}
ul.user_right_menu {

    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 180px;

}
ul.user_right_menu li {
    width: 180px;
    margin-bottom: 10px;
}
ul.user_right_menu li a {
    width: 180px !important;
    text-align: left;
}
div.user_page div.left_col {

    width: 180px;
    margin-left: 0px;
    float: left;
    position: absolute;

}



div.user_page div.right_col {

    margin: 0px 0px 0px 200px;

}
div.user_page div.right_col h1 {
    margin-top: 0px;
}
[class^="ti-"], [class*=" ti-"] {

    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.menu-icon {

    float: left;
    width: 30px;
    text-align: left;
    z-index: 9;

}

table.page_info {
    width: 100%;
    font-size: 13px;
}
table.page_info td {
    padding: 10px 20px 10px 0px;
    vertical-align: top;
    text-align: left;
}
table.page_info th {
    padding: 10px 20px 10px 20px;
    font-weight: 100;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

.page_info_mobile {
    display: none;
    font-family: Montserrat Bold;
}
@media only screen and (max-width: 600px) {
    .page_info_mobile_hidden {
        display: none;
    }
    .page_info_mobile {
        display: block !important;
    }
}
@media only screen and (max-width: 400px) {
    table.page_info td {
        padding: 10px 5px 10px 10px !important;
    }
    table.page_info td .button {
        padding: 0px 10px !important;
        min-width: auto !important;
        margin-right: 20px;
    }

}


table.page_info tr:nth-child(odd) {
}

.draggable_table {
    cursor:w-resize;
}

.table_container {
    overflow:hidden;
}
span.rub {
    font-family: Montserrat !important;
}

ul.h_menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
ul.h_menu li {
    display: inline-block;
}
ul.h_menu li a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}
ul.h_menu li a:hover {
    text-decoration: none;
}
ul.h_menu li a.selected {
}
.counter {
    display: none;
    min-width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-left: 5px;
    line-height: 20px;
}

#toggles *,*:before,*:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    /*transition*/
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
}
#toggles{
    width:45px;
    text-align:center;
}
.ios-toggle,.ios-toggle:active{
    position:absolute;
    top:-5000px;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    display:block;
    position:relative;
    padding:10px;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:20px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}
.checkbox-label:before{
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    line-height:20px;
    text-indent:40px;
    height:20px;
    width:20px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    /*box-shadow*/
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    left:-300px;
    padding:10px;
    height:100%;
    width:300px;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}

.ios-toggle:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 20px rgb(65, 191, 87),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 20px rgb(82, 191, 81),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 20px rgb(69, 191, 72),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
    left:calc(100% - 20px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
    content:attr(data-on);
    left:60px;
    width:36px;
}
/* GREEN CHECKBOX */

#checkbox1 + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox1:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox1:checked + .checkbox-label:after{
    color:rgba(19,191,17,1);
}
/* RED CHECKBOX */

#checkbox2 + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
}
#checkbox2:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
    -moz-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
    box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
}
#checkbox2:checked + .checkbox-label:after{
    color:#f35f42;
}
/* BLUE CHECKBOX */

#checkbox3 + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
    box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
}
#checkbox3:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
    -moz-box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
    box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
}
#checkbox3:checked + .checkbox-label:after{
    color:#1fc1c8;
}

.dashboard {
    display: table;
    width: 100%;
    min-width: 660px;
}
.dashboard_line {
    display: table-row;
}
.dashboard_block {
    display: table-cell;
    text-align: center;
    width: 50%;
    vertical-align: center;
}
div.dashboard_block_ {
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    height: 330px;
}
div.dashboard_title {
    text-transform: uppercase;
    line-height: 35px;
    text-align: left;
    height: 35px;
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    padding-left: 30px;
    letter-spacing: 1px;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
}
div.dashboard_value {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
    max-width: 450px;
}
@media only screen and (max-width: 900px) {
    div.dashboard {
        display: block !important;
    }
    div.dashboard_line {
        display: block !important;
    }
    div.dashboard_block {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
div.chat {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
div.chat_form {
    position: absolute;
    display: inline-table;
    bottom: 0px;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid transparent;
}
div.chat_panel {
    margin: 0px 0px 5px 0px;
    height: 20px;
}
div.chat_form_mess {
    display: table-cell;
    padding: 0px 20px 0px 10px;
}
div.chat_form_mess textarea {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid transparent;
    resize: none;
    box-sizing: border-box;
    font-family: Montserrat;
    padding: 15px;
    font-size: 13px;
}
div.chat_form_send {
    display: table-cell;
    width: 50px;
    vertical-align: top;
}
div.chat_form_send a {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("/images/send.svg");
    filter: grayscale(1);
    cursor: pointer;
    margin-top: 33px;
    opacity: 0.8;
}
div.chat_form_send a:hover {
    opacity: 1;
}

.chat_message {
    margin: 0px 0px 20px 0px;
    display: inline-table;
    width: 100%;
}
div.chat_image_container {
    display: table-cell;
    width: 70px;
    vertical-align: top;
}
div.chat_user_photo {
    border-radius: 35px;
    width: 70px !important;
    height: 70px !important;
    overflow: hidden;
}
div.chat_user_photo img {
    width: 70px !important;
    height: 70px !important;
}
div.chat_message_container {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}
div.chat_time {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
div.chat_user_name {
    margin: 0px 0px 5px 0px;
}
div.chat_date {
    text-align: center;
    margin: 10px 0px 10px 0px;
    color: #666;
}

.eplus_invalid {
    border-color: #ea7471 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5);
}
.eplus_valid {
    border-color: #92d190 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(93,186,90,.5);
}


table.calendar {
    border: 1px solid transparent;
    border-collapse: collapse;
}
table.calendar .left_col {
    min-width: 200px;
}
table.calendar td, table.calendar th {
    border: 1px solid transparent;
    padding: 5px 5px;
}
table.calendar th {
    text-align: left;
    padding: 5px 15px;
}

table.calendar_ thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

table.calendar_ tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}
table.calendar_ thead th:first-child {
    left: 0;
    z-index: 1;
}
table.calendar .time_header {
    overflow: hidden;
    width: auto;
    height: 17.5px;
}
.time_header div {
    position: absolute;
    margin-top: -8px;
    overflow: hidden;
}
div.calendar_order {
    position: absolute;
    height: 44px;
    vertical-align: middle;
    text-align: center;
}
div.calendar_order a {
    margin-top: 4px;
    padding: 8px 0px;
    display: block;
    overflow: hidden;
}

div.rent_object_list {
    width:220px;
    position:absolute !important;
    z-index: 999;
    right:40px;
    padding: 10px;
}
div.rent_object_list ul {
    margin:15px 0px 0px 0px;
    padding:0px;
    list-style:none;
}
div.rent_object_list ul li {
    margin:0px 0px 10px 0px;
}
div.rent_map {
    margin:20px 200px 0px 0px;
    /* height:871px; */
    width:750px;
}
div.rent_marker {
    display:inline-block;
    min-width:20px;
    height:20px;
    border-radius:10px;
    text-align:center;
    line-height:20px;
    cursor:pointer;
    position:relative;
}
div.rent_marker a, div.rent_marker a:hover {
    text-decoration:none;
    display:block;
    height:20px;
    min-width:20px;
}
div.rent_object_list div.rent_marker {
    position:relative !important;
}
div#map_object_info {
    width:200px;
    position:absolute;
    top:0px;
    display:none;
    z-index: 99999;
}
div.map_object_info {
    display:none;
}
.form_buttons_fixed {
    position: absolute;
    display: inline-table;
    bottom: 0px;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid transparent;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
    cursor: pointer;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

input.apple-switch:checked {
}

input.apple-switch:checked:after {
    left: 20px;
}


.funnel_block {
    height:40px;
    width:100%;
    margin-bottom:10px;
    margin:auto;
}
.funnel_container {
    width:400px;
    float:left;
}
.funnel_container div {
    margin-bottom:10px !important;
}
table.funnel_table {
    margin-top:20px;
    max-width:900px;
}
table.funnel_table .col0 {
    width:400px;
    padding-right:40px;
}
table.funnel_table .col1 {
    width:150px;
}
table.funnel_table td {
    padding-bottom:10px;
}

table.funnel_table th {
    width:80px;
    text-align:left;
    font-weight:100;
    padding-bottom:5px;
    border-bottom:1px solid transparent;
}

table.funnel_table th.col1 {
    width:150px;
}
table.funnel_table th.col2 {
    width:60px;
    text-align:center;
}
table.funnel_table th.col3 {
    width:60px;
    text-align:center;
}
table.funnel_table th.col4 {
    width:70px;
    text-align:right;
}

table.funnel_table td {
    width:80px;
    height:45px;
    text-align:left;
}
table.funnel_table td.col1 {
    width:150px;
    vertical-align:middle;
}
table.funnel_table td.col2 {
    width:60px;
    text-align:center;
    vertical-align:middle;
}
table.funnel_table td.col3 {
    width:60px;
    text-align:center;
    vertical-align:middle;
}
table.funnel_table td.col4 {
    width:70px;
    text-align:right;
    vertical-align:middle;
}

.mobile_page_menu {
    display: block;
    margin: 17px 0px 15px 0px;
    border-radius: 5px;
    overflow: hidden;
}
.table_body_content_form .mobile_page_menu {
    max-width: 700px;
}
.mobile_page_menu a {
}
.mobile_page_menu a:hover {
    text-decoration: underline;
}
.mobile_page_menu a.selected {
}
.mobile_page_menu_selected {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    background-image: url("/images/top_menu_button.svg");
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
}
.mobile_page_menu_list {
    display: none;
}
.mobile_page_menu_list ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.mobile_page_menu_list ul li a {
    padding: 10px 20px !important;
    display: block;
}
.mobile_page_menu_list ul li:nth-child(odd) {
}

div.catalog_list {
    margin-bottom: 100px;
}
div.catalog_element {
    padding-bottom: 20px;
    margin: 40px 40px 40px 40px;
    width: 300px;
    min-height: 350px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 70px -13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 9px 70px -13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 9px 70px -13px rgba(34, 60, 80, 0.2);
}
div.catalog_element:nth-child(2n) {
    margin-right: 0px;
}

div.catalog_element_top {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;

}
div.catalog_element_top img {
    border-radius: 5px;
}
div.catalog_element_bottom {
    padding: 0px 30px;
    position: relative;
}
div.name {
    font-size: 20px;
    margin: 10px 0px 15px 0px;
    padding-top: 20px;
}
div.description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #6d6d6d;
}
div.price {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #3db978;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -25px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border-radius: 15px;
}
div.payment {
    margin-bottom: 20px;
}
a.up_link {
    display: block;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
}
a.up_link:hover {
    margin-top: 0px !important;
}
@media only screen and (max-width: 800px) {
    div.catalog_element {
        width: 100%;
        margin: 30px 0px 30px 0px;
    }

}
@media only screen and (max-width: 1357px) {

    div.clear3 {
        display: none;
    }
}
table.page_info {
    margin: 30px 0px 0px 0px;
    max-width: 800px;
}
table.page_info td {
    vertical-align: middle;
    padding: 10px 20px;
}
p.description {
    font-size: 18px;
}

table.compare {
    border: none;
    border-collapse: collapse;
}
table.compare th {
    padding: 10px 20px 10px 0px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}
table.compare th span {
    font-family: Montserrat Bold;
}
table.compare td {
    padding: 15px 0px;
    font-family: Montserrat Bold;
    font-size: 16px;
}

td.col_start {
    width: 12%;
    text-align: center;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
td.col_standard {
    width: 12%;
    text-align: center;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;

}
td.col_premium {
    width: 12%;
    text-align: center;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;

}
td.col_start, td.col_standard, td.col_premium {
    min-width: 62px;
}
div.compare_yes, div.compare_no {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}
div.compare_yes {
    background-image: url('/images/compare_yes.svg');
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
}
div.compare_no {
    background-image: url('/images/compare_no.svg');
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.border_bottom { border-bottom: 1px solid transparent; }
.border_top { border-top: 1px solid transparent; }

table.calendar_table {
    width: 100%;
    max-width: 500px;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}
table.calendar_table td {
    text-align: center;
}
table.calendar_popup {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    max-width: 300px !important;
}
table.calendar_table thead td {
    padding-bottom: 10px;
}
table.calendar_table thead tr:last-child {
    font-size: small;
}
table.calendar_table thead tr:nth-child(1) td:nth-child(2) {
}
table.calendar_table thead tr:nth-child(1) td:nth-child(1):hover, table.calendar_table thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
table.calendar_table tbody td {
    color: rgb(44, 86, 122);
    width: 14.3%;
    padding: 5px 0px;
    box-sizing: border-box;
    border-radius: 0px;
}
table.calendar_table tbody td.calendar_active {
    cursor: pointer;
}
table.calendar_table tbody td.calendar_day:hover {
}
table.calendar_table tbody td.disabled, table.calendar_table tbody td.disabled a {
    cursor: default !important;
}
table.calendar_table tbody td.selected {
}
table.calendar_table tbody td.selected a {
}
table.calendar_table tbody td:nth-child(n+6), table.calendar_table .holiday {
}
table.calendar_table tbody td.today, table.calendar_table tbody td.today a {
}

.month_select {
    font-size: 30px;
}

/* AUTH FORM */

#form {
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 1.25rem;
    border-radius: 0.25rem;
}
#form h2 {
    text-align: center;
    margin-top: 0px;

}
#form input[type=text], #form input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-image: initial;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -moz-appearance: none;
    font-size: 16px;
    transition: all 0.1s ease 0s;
    padding: 12px;
    width: 100%;
}
#form input[type=text]::placeholder, #form input[type=password]::placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 100;
}
#form input[type=text]:focus, #form input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
}
#form input[type=submit] {
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    border-image: initial;
    background-color: #6C84CC;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto !important;
}
#form input[type=submit]:hover {
    background-color: #6278BA;
}
#form input[disabled=disabled] {
    background-color: #f4f4f4;
}
#under_form {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}
div.remember {
    display: table-cell;
    text-align: left;
    font-size: 14px;
    vert-align: top;
}
#remember {
    display: none;
}
#remember+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
#remember+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
#remember:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#form div.forgot {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
}
#form div.signup a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #4a7893;
    border-radius: 4px;
    border-image: initial;
    background-color: #d0d9dd;
    color: #4a4f93;
    font-family: Montserrat !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form div.signup a:hover {
    background-color: #e0ede9;
    color: #5faa81;
}
#form div.signup {
    font-size: 14px;
    border-top: 1px solid transparent;
    padding-top: 15px;
}
#form div.input span {
    font-size: 14px;
    display: block;
    margin: 10px 0px 5px 5px;
}
.android-scroll-bar ::-webkit-scrollbar {width: 5px;}
.android-scroll-bar ::-webkit-scrollbar-track { border-radius: 10px;}
.android-scroll-bar ::-webkit-scrollbar-thumb { border-radius: 10px; background: rgb(169,169,169); }
.android-scroll-bar ::-webkit-scrollbar-thumb:window-inactive {background: rgb(128,128,128); }

div.page {

}
div.page div.photo {
    margin-bottom: 15px;
    width: 180px;
    height: 180px;
}
div.page div.photo img {
    border-radius: 5px;
}
div.page_body {
    display: table;
    width: 100%;
}
div.page_left {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
    width: 300px;
    min-width: 300px;
}
div.page_right {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}
div.page .button {
    margin-right: 5px;
    margin-top: 5px;
}
div.page h1 {
    margin-bottom: 5px;
}
div.page_info_wrapper {
    margin:0px 0px 20px 0px;
}
div.page_info_element {
    border-top: 1px solid transparent;
    padding: 10px 0px;
}
div.page_info_element_title {
    font-size: 12px;
    padding-bottom: 5px;
}
div.page_info_element_value {
}
div.page_info_element:first-child {
    border-top: none !important;
    padding-top: 5px !important;
}
div.page_info_element:last-child {
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 1024px),
(min-device-width: 600px) and (max-device-width: 1024px) {
    div.page_body {
        display: block;
    }
    div.page_left {
        display: block;
        padding-right: 0px;
        width: 100%;
    }
    div.page_right {
        display: block;
        padding-left: 0px;
    }
}

.str_color {
    display: inline-block !important;
    border: 2px solid transparent !important;
    padding: 3px 7px !important;
    border-radius: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 3px !important;
    text-transform: none !important;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0px;
}
.str_color_menu {
    display: block;
    float: right;
    border: 2px solid transparent;
    padding: 2px 2px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -4px;
    width: 20px;
    text-align: center;
}

.str_color_menu_red {
    color: #ea7471;
    border: 2px solid #ea7471 !important;
    background-color: #382c2c;
}
.str_color_menu_green {
    background-color: #283228;
    border: 2px solid #50ac52 !important;
    color: #50ac52;
}
div.kanban {
    display: table;
}
div.kanban_col {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 300px;
    box-sizing: border-box;
    height: 100vh;
    border: 1px solid transparent;
}
div.kanban_element {
    padding: 0px 5px 7px 5px;
    display: block;
    position: inherit;
    cursor: default !important;
}

div.kanban_element_block {
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    pointer-events: none;
    -webkit-user-drag: element;
    min-height: 70px;

}
div.kanban_info {
    margin-top: 0px;
}
div.kanban_info_string span {
    color: #999;
}
div.kanban_info_date {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}
div.kanban_info_money {
    color: #50ac52;
}
div.kanban_element_block a {
    pointer-events: all;
    -webkit-user-drag: none;
}
div.kanban_contur {
    min-height: 70px;
    box-sizing: border-box;
    border: 2px dashed transparent;
    margin: 0px 5px 7px 5px;
    pointer-events: none;
    border-radius: 5px;
}
div.kanban_title {
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 10px;
    width: 290px;
}


.form_radio_btn {
    display: inline-block;
    margin-right: 5px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px 2px 15px;
    margin-bottom: 5px;
    line-height: 25px;
    border-radius: 3px;
    user-select: none;
}


.orline {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 25px 0px 18px 2px;
    text-align: center;
}
.orline span::after, .orline span::before {
    width: 135px;
    content: "";
    height: 1px;
    background-color: rgb(216, 221, 230);
    position: absolute;
    top: 50%;
}
.orline span::before {
    right: 100%;
    margin-right: 20px;
}
.orline span::after {
    left: 100%;
    margin-left: 20px;
}
.orline span {
    position: relative;
    display: inline-block;
    text-align: center;
}
.sonet_login_btn {

    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;

    border: 1px solid #eaeaea;

}

.vk_login_btn {
    background-color: #4a76a8;
    background-image: url(/img/interface/vk.svg);
    color: #fff;
}
.fb_login_btn {
    background-color: #4267b2;
    background-image: url(/img/interface/fb.svg);
    color: #fff;
}
.go_login_btn {
    background-color: #fff;
    background-image: url(/img/interface/go.svg);
}
.facebook_login {
    background-color: #4267b2;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    display: block;
    font-family: Montserrat Bold;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width:410px;
    -webkit-appearance: none;
    margin: 0px 0px 0px 10px;
}
.facebook_login:hover {
    background-color: #547ac7;
}
.vkontakte_login {
    border-radius: 4px;
    background-color: #4a76a8;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    display: inline-block;
    font-family: Montserrat;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:410px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0px 0px 0px 0px;
}
.vkontakte_login:hover {
    background-color: #4e97cd;
}
.form_field {
    padding-bottom: 15px;
}
.form_field span {
    font-size: 11px;
}

.img_prop_form {
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0px 10px 7px 0px;
}
.img_prop_form div.img_prop_form_del {
    width: 20px;
    height: 20px;
    background-color: #000;
    right: 0px;
    position: absolute;
    background-image: url(/images/white_close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 99;
}
.img_form_description {
    opacity: 0.7;
    padding: 5px !important;
    position: absolute;
    width: 180px !important;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    z-index: 998;
}
.emptyIMGSpace {
    border:1px dashed #CCC;
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0px 10px 7px 0px;
}


div.realty_obj {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid transparent;
}
div.realty_obj_left {
    display: table-cell;
    overflow: hidden;
    width: 375px;
}
div.realty_obj_photo {
    display: block;
    width: 375px;
    height: 295px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
div.realty_obj_right {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0px 10px 40px;
    box-sizing: border-box;
    font-size: 14px;
}
div.realty_obj a {
    color: #fff;
}
div.realty_obj_name {
    font-size: 22px;
    margin-bottom: 10px;
}
div.realty_obj_name a {
}
div.realty_obj_complex {
    margin: 0px 0px 15px 0px;
}
div.realty_obj_complex a {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
div.realty_obj_element_img {
    width: 375px;
    height: 295px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
div.realty_obj_slider_img {
    width: 375px;
    height: 295px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
div.realty_obj_slider_img a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 295px;
}
div.realty_obj_price {
    font-size: 28px;
    font-family: Montserrat Bold;
    margin: 10px 0px 0px 0px;
}
div.realty_obj_price_m {
    color: #8e8e8e;
}
div.realty_obj_metro {
    margin-bottom: 5px;
}
div.realty_obj_metro span {
    color: #8e8e8e;
}
div.realty_obj_address {
    color: #8e8e8e;
    margin: 10px 0px 0px 0px;
}
div.realty_obj_gray {
    color: #8e8e8e;
}
div.realty_obj_description {
    margin: 15px 0px 0px 0px;
}
@media screen and (max-width: 920px) {
    .complex_offer_num { display: none !important; }
    .complex_offer_price { text-align: right !important; }
}
@media screen and (max-width: 700px) {
    div.realty_obj {
        display: block;
        width: 100%;
    }
    div.realty_obj_left {
        display: block;
        width: 100%;
    }
    div.realty_obj_photo {
        display: block;
        width: 100%;
        min-height: 300px;
    }
    div.realty_obj_element_img {
        width: 100% !important;
        height: 300px;
    }
    div.realty_obj_slider_img {
        width: 100% !important;

        height: 300px;
    }
    div.realty_obj_right {
        display: block;
        width: 100%;
        padding: 15px 10px 0px 10px !important;
    }
}

ul.catalog_switcher {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-table;
    border-radius: 10px;
    overflow: hidden;
}
ul.catalog_switcher li {
    display: table-cell;

}
ul.catalog_switcher li a {
    display: block;
    padding: 10px 15px;
}
ul.catalog_switcher li:hover {
}
ul.catalog_switcher li.selected {
}
ul.catalog_switcher li.selected a {
}

.realty_top_switcher {
    margin-top: 10px;
    margin-left: 8px;
}

@media only screen and (max-width: 680px) {
    .realty_top_switcher {
        float: none;
        margin-top: 15px;
        margin-left: 8px;
    }
}

.site_catalog_element_price_prop {
    display: table;
    width: 100%;
    margin: 20px 0px 25px 0px;
}
.site_catalog_element_price_prop span {
    display: table-cell;
    white-space: nowrap;
}
.site_catalog_element_price_prop span:nth-child(1) {
    width: 10px;
    line-height: 5px;
    padding: 0px 5px 0px 0px;
}
.site_catalog_element_price_prop span:nth-child(2) {
    border-bottom: 1px dotted;
    opacity: 0.5;
}
.site_catalog_element_price_prop span:nth-child(3) {
    text-align: right;
    width: 10px;
    line-height: 5px;
    padding: 0px 0px 0px 5px;
}