*, *::before, *::after {
	box-sizing: border-box;
}

html {
	height: 100%;
 	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	background: #fff;
}

div, span, p, a, h1, h2, h3, h4, li, label, td, small {
	margin: 0;
	padding: 0;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}

input, select, textarea {
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	border: none;
	outline: none;
}

img, input, select, textarea, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a, a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #0075ea;
}

a, button, div, span {
    -webkit-tap-highlight-color: transparent;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header, .bottom_line {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
}

main {
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
	background: #f0f0f0;
	padding: 22px 0;
}

.content_center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
}

.top_scroll, .top_scroll_main {
	height: 64px;
	background-color: rgb(28,164,240);
	border-radius: 0 0 14px 14px;
	position: relative;
}

.top_scroll {
	height: 60px !important;
	background-color: #fff !important;
	border-radius: 0 !important;;
}

.scroll_margin {
	margin-top: 80px;
}

.scroll_main_margin {
	margin-top: 94px;
}

.top_scroll_simple, .top_scroll_menu {
	padding-top: 15px;
	height: 54px;
	background-color: #fff;
}

.top_scroll_menu {
	padding-top: 0;
	height: 44px;
}

.scroll_simple_margin {
	margin-top: 65px;
}

.scroll_menu_margin {
	margin-top: 44px;
}

.content_padding {
	padding-left: 14px;
	padding-right: 14px;
}

.search {
	margin: 0 14px;
}

.search_scroll {
	margin-top: 10px;
	padding: 1px 80px 0 40px;
	width: 100%;
	height: 40px;
	background: #fff url(/images/m_new/search_bg.svg) 11px 12px no-repeat;
	border-radius: 10px;
}

.top_scroll .search_scroll {
	background-color: #e1e2e9;
}

.search_menu {
	width: 33px;
	height: 36px;
	display: block;
	position: absolute;
	top: 12px;
	right: 23px;
	background: url(/images/m_new/search_menu.svg) 5px 7px no-repeat;
}

.search_save {
	width: 34px;
	height: 36px;
    position: absolute;
    top: 12px;
    right: 56px;
}

.search_save input {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	width: 34px;
	height: 36px;
	border: none;
}

.search_save_on {
	background: url(/images/m_new/search_save_on.svg) 6px 8px no-repeat;
}

.search_save_off {
	background: url(/images/m_new/search_save_off.svg) 6px 8px no-repeat;
}

.bottom_line {
	top: auto;
	bottom: 0;
}

.mobile_menu {
	height: 54px;
	background-color: rgba(255, 255, 255, 0.98); 
}

.mobile_menu_margin {
	margin-bottom: 54px;
}

.mobile_menu a {
	display: block;
	float: left;
	width: 20%;
	height: 54px;
	font-size: 11px;
	color: #999;
	text-align: center;
}

.mobile_menu a:hover {
	color: #666;
}

.mobile_menu a div {
	margin: 8px auto 1px;
	width: 24px;
	height: 24px;
}

div.mobile_menu_search, div.mobile_menu_fav, div.mobile_menu_add, div.mobile_menu_chat, div.mobile_menu_user {
	background-image: url(/images/m_new/mobile_menu_bg.svg);
	background-repeat: no-repeat;	
}

div.mobile_menu_search, a.mobile_menu_act div.mobile_menu_search {
	background-position: 0 -40px;
}

div.mobile_menu_fav {
	background-position: 0 -80px;
}

a.mobile_menu_act div.mobile_menu_fav {
	background-position: 0 -120px;
}

div.mobile_menu_add {
	background-position: 0 -160px;
}

a.mobile_menu_act div.mobile_menu_add {
	background-position: 0 -200px;
}

div.mobile_menu_chat {
	background-position: 0 -240px;
	position: relative;
}

a.mobile_menu_act div.mobile_menu_chat {
	background-position: 0 -280px;
}

div.mobile_menu_user {
	background-position: 0 -320px;
}

a.mobile_menu_act div.mobile_menu_user {
	background-position: 0 -360px;
}

.mobile_menu a div.mobile_menu_avatar {
	padding-top: 3px;
	border-radius: 12px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}






.button_scroll {
	padding-top: 12px;
	height: 73px;
	background: #fff;
}


.button_scroll_margin {
	margin-bottom: 73px;
}












.top_scroll_menu {

}

.top_menu_back, .top_menu_share, .top_menu_gear, .top_menu .favorite_add, .top_menu .favorite_del, .top_menu_flag {
	margin: 10px 14px 0 0;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
}

.top_menu_back, .top_menu_share, .top_menu_gear {
	background: url(/images/m_new/topmenu_bg.svg) no-repeat;
}

.top_menu_back {
	background-position: 0 2px;
	float: left;
	margin-left: -2px;
}

.top_menu_share {
	background-position: 0 -48px;
}

.top_menu_gear {
	background-position: 0 -98px;
}

.top_menu .favorite_add, .top_menu .favorite_del, .top_menu_gear {
	margin-right: 0;
}

.top_menu_logo {
	margin: 10px 14px 0 0;
	float: left;
	display: block;
}

.top_menu .favorite_add img, .top_menu .favorite_del img {
	margin-top: 2px;
}

.top_menu_flag img {
	margin-top: 2px;
	margin-left: 3px;
	width: 17px;
	height: 20px;
}


.top_scroll_info {
	margin: 6px 0 0 12px;
	width: 200px;
	height: 32px;
	float: left;
	overflow: hidden;
}

.top_scroll_info img {
	margin-right: 9px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
	float: left;
}

.top_scroll_info span, .top_scroll_info p {
	font-size: 14px;
	line-height: 1;
	height: 15px;
	display: block;
	overflow: hidden;
}

.top_scroll_info span {
	margin: 1px 0;
	font-weight: bold;
}

.top_scroll_info p {
	margin-top: -1px;
	text-overflow: ellipsis;
}

















.msg_photo {
	margin-bottom: 12px;
	height: 290px;
	background-color: #f8f8f8;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.msg_price, .msg_noprice, .msg_noprice a {
	margin-bottom: 2px;
	font-size: 26px;
	font-weight: bold;
}

.msg_title {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: normal;
}






.msg_contacts, .button_link_line {
	height: 49px;
}

.msg_phone, .msg_phone_link, .msg_phone_link:hover, .msg_mail, .msg_mail:hover, .msg_mail_100, .msg_mail_100:hover {
	width: 48.5%;
	height: 49px;
	text-align: center;
	display: block;
	float: left;
	background: #1ba3ef;
	border-radius: 10px;
}

.msg_phone_link, .msg_phone_link:hover, .msg_mail, .msg_mail:hover, .msg_mail_100, .msg_mail_100:hover {
	padding-top: 13px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.msg_phone_link:hover {
	background: #1199e6;
}

.msg_mail, .msg_mail_100 {
	float: right;
	background: #28c015;
}

.msg_mail:hover, .msg_mail_100:hover {
	float: right;
	background: #1eb40b;
}

.msg_phone_link_not_confirm {
	background: #ee6157;
}

.msg_phone_link_not_confirm:hover {
	background: #e75349;
}









.msg_send_link, .msg_send_link:hover, .msg_edit_link, .msg_edit_link:hover, .msg_delete_link, .msg_delete_link:hover, .msg_notrelevant_link, .msg_notrelevant_link:hover, .msg_publish_link, .msg_publish_link:hover {
	padding: 13px 0 0 0;
	width: 48.5%;
	height: 49px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px;
	background: #1ca3f0;
	cursor: pointer;
}

.msg_send_link, .msg_send_link:hover, .msg_edit_link, .msg_edit_link:hover, .msg_notrelevant_link, .msg_notrelevant_link:hover, .msg_publish_link, .msg_publish_link:hover {
	float: left;
}

.msg_delete_link, .msg_delete_link:hover {
	float: right;
}

.msg_delete_link, .msg_delete_link:hover, .msg_edit_link, .msg_edit_link:hover, .msg_notrelevant_link, .msg_notrelevant_link:hover {
	color: #3692da;
	background: #cfedff;
}

.msg_send_link, .msg_send_link:hover, .msg_publish_link, .msg_publish_link:hover {
	margin-bottom: 13px;
}

.msg_mail_100, .msg_mail_100:hover, .msg_phone_link, .msg_phone_link:hover, .button_scroll .msg_mail, .button_scroll .msg_mail:hover, .shop_info .msg_phone, .msg_send_link, .msg_send_link:hover, .msg_notrelevant_link, .msg_notrelevant_link:hover, .msg_publish_link, .msg_publish_link:hover {
	width: 100%;
	float: none;
}












.delivery, .msg_old {
    padding: 17px 20px;
    background: #eaf9fa;
    border-radius: 10px;
}

.delivery {
    padding-bottom: 23px;
}

.delivery a, .delivery a:hover {
	padding: 12px 0 0 0;
	height: 46px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	background: #24b7bd;
}

.delivery a:hover {
	background: #12abb1;
}

.delivery p {
    margin-bottom: 8px;
}

.msg_old {
    background: #fbf8e1 url(/images/m_new/msg_old_bg.svg) right bottom no-repeat;
	background-size: 89px auto;
}

.msg_params p {
	color: #999;
	line-height: 1.75;
}

.button_text, .button_text:hover {
	display: inline;
	color: #06c;
	border: none;
	background: none;
	cursor: pointer;
}

.button_text:hover {
	text-decoration: underline;
}

.msg_address #yandex_map {
	border-radius: 10px;
}

.msg_info {
	padding: 14px 20px 20px;
	min-height: 94px;
	background: #f7f7f7;
	border-radius: 10px;
}

.msg_avatar {
	margin-top: 3px;
	width: 60px;
	height: 60px;
	float: right;
	background: #fea51a;
	border-radius: 30px;
	overflow: hidden;
}

.msg_avatar span {
	padding-top: 14px;
	display: block;
	font-size: 32px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.msg_user p {
	padding: 7px 80px 0 0;
	line-height: 1.2;
}

.msg_user p a {
	line-height: 1.2;
}

.msg_user p a.black_text:hover {
	color: #000;
}

.msg_name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}


/** rating new **/

.rating_block {
	width: 100px;
	height: 18px;
	position: relative;
	background: #dedede;
}

.rating_block img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.rating {
	height: 18px;
	background-color: #ffd800;
}

.rating_choose {
	position: absolute;
	height: 16px;
	background-color: #ff6614;
}

/** rating new end **/


.user_info .rating_block, .shop_info .rating_block, .msg_info .rating_block, .feedback .rating_block {
	margin: 0 4px -3px -1px;
}

.user_info .rating_score, .shop_info .rating_score, .msg_info .rating_score {
	margin-right: 4px;
	display: inline-block;
}

.rating_main .rating_score {
	font-size: 55px;
	line-height: 1.0;
	font-weight: bold;
	display: block;
	float: left;	
}

.rating_main_info {
	padding: 6px 0 0 94px;
}

.rating_main_info .rating_block {
	margin-left: -1px;
	width: 128px;
	height: 23px;
}

.rating_main_info span {
	font-size: 13px;
}

.rating_main_info .rating {
	height: 23px;
}

.rating_detailed {
	margin-bottom: 7px;
	height: 18px;
	display: flex;
	column-gap: 10px;
}

.rating_detailed span {
	flex: 0 0 auto;
	width: 60px;
	font-size: 14px;
}

.rating_detailed small {
	flex: 0 0 auto;
	width: 30px;
	font-size: 14px;
	font-weight: bold;
}

.rating_detailed_line {
	flex: 1 1 auto;
	margin-top: 8px;
	height: 5px;
	background: #e2e6e7;
	border-radius: 3px;
}

.rating_detailed_line div {
	height: 5px;
	background: #ffd800;
	border-radius: 3px 0 0 3px;
}

.feedback_header {
	height: 40px;
}

.feedback .msg_avatar {
	margin: 0;
    width: 40px;
    height: 40px;
    float: left;
    background: #1898d8;
    border-radius: 20px;
}

.feedback .msg_avatar span {
    padding-top: 9px;
    font-size: 22px;
    line-height: 24px;
}

.feedback_block_info {
	padding: 3px 0 0 50px;
}

.feedback_block_info strong, .feedback_block_info span {
	line-height: 1.2;
	display: block;
}

.feedback_block_info strong {
	margin-bottom: 2px;
	font-weight: bold;
}

.feedback_block_info span {
	font-size: 13px;
	color: #666;
}

.feedback_title a, .feedback_text a {
	color: #666;
	line-height: 1.2;
}

.feedback_title a:hover, .feedback_text a:hover {
	color: #333;
	text-decoration: none;
}

.feedback_text p, .feedback_text span, .feedback_answer_link {
	padding: 0;
}

.feedback_comment {
	margin-bottom: 5px;
	font-weight: bold;
}

.feedback_text div, .feedback_answer_link {
	margin-top: 5px;
}

.feedback_answer {
	margin-top: 18px;
	padding-left: 30px;	
}

.feedback_form {
	margin-top: 16px;
}

.feedback_form textarea  {
    height: 100px;
}

.feedback small {
	display: none;
}










































.msg_menu a, .msg_menu_block a {
	color: #000;
}

.msg_data {
	text-transform: lowercase;
	line-height: 1.9;
}

.msg_data img {
	margin: 0 8px -1px 0;
	display: inline-block;
}

.msg_menu_block {
	width: 160px;
}

.msg_menu_up, .msg_menu_more, .msg_menu_edit, .msg_menu_delete, .msg_menu_send, .msg_menu_spam, .msg_menu_comment, .msg_menu_mail {
	margin-left: 19px;
	padding-left: 23px;
	display: inline-block;
	background: url(/images/m_new/msg_menu_icons.svg) no-repeat;
	background-size: 18px auto;
}

.msg_menu_edit, .msg_menu_send, .msg_menu_delete, .msg_menu_spam {
	margin: 4px 0;
	padding-left: 28px;
	float: none;
}

.msg_menu_up {
	background-position: -2px 2px;
}

.msg_menu_send {
	background-position: 0 -35px;
}

.msg_menu_edit {
	background-position: 0 -73px;
}

.msg_menu_delete {
	background-position: 0 -186px;
}

.msg_menu_spam {
	background-position: 0 -110px;
}

.msg_menu_more {
	margin-left: 18px;
	background-position: 0 -147px;
}

.msg_menu_comment {
	background-position: 0 -177px;
}

.msg_menu_mail {
	background-position: 0 -207px;
}

.msg_menu_spam input {
	background: none;
	cursor: pointer;
}

.msg_menu_spam input:hover {
	color: #06c;
}

.msg_menu .favorite {
	padding-left: 27px;
	display: inline-block;
	position: relative;
}

.msg_menu .favorite img {
	position: absolute;
	left: 0;
	top: 2px;
}






























.category_line, .params, .podrazdely, .social, .footer_menu, .bages_line, .list_photo, .list_params, .login_social, .shops_goods, .favorite_menu_tags {
	overflow-x: scroll;
	white-space: nowrap;
}

.category_line {
	padding: 2px 10px 0 10px;
}

.category_line::-webkit-scrollbar, .params::-webkit-scrollbar, .podrazdely::-webkit-scrollbar, .social::-webkit-scrollbar, .footer_menu::-webkit-scrollbar, .bages_line::-webkit-scrollbar, .list_photo::-webkit-scrollbar, .list_params::-webkit-scrollbar, .login_social::-webkit-scrollbar, .shops_goods::-webkit-scrollbar, .favorite_menu_tags::-webkit-scrollbar {
	display: none;
}

.category_line, .params, .podrazdely,  .social, .footer_menu, .bages_line, .list_photo, .list_params, .login_social, .shops_goods, .favorite_menu_tags {
	-ms-overflow-style: none;
}

.category_line a, .category_line a:hover {
	padding-bottom: 5px;
	width: 114px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #000;
	white-space: nowrap;
}

.category_line a div {
	margin: 0 auto 10px;
	width: 94px;
	height: 94px;
	background-image: url(/images/m_new/catround_icons.svg);
	background-repeat: no-repeat;
	background-color: #cdeef7;
	background-size: 94px auto;
	border-radius: 94px;
}

.category_line a:hover div {
	background-color: #fff0b1;
}

.category_line a img {
	margin: 0 auto 10px;
	display: block;
}

.category_line .cat_round_01 div {
	background-position: 0 0;
}

.category_line .cat_round_02 div {
	background-position: 0 -94px;
}

.category_line .cat_round_03 div {
	background-position: 0 -187px;
}

.category_line .cat_round_04 div {
	background-position: 0 -283px;
}

.category_line .cat_round_05 div {
	background-position: 0 -377px;
}

.category_line .cat_round_06 div {
	background-position: 0 -470px;
}

.category_line .cat_round_07 div {
	background-position: 0 -564px;
}

.category_line .cat_round_08 div {
	background-position: 0 -659px;
}

.category_line .cat_round_09 div {
	background-position: 0 -752px;
}

.category_line .cat_round_10 div {
	background-position: 0 -846px;
}

.category_line .cat_round_11 div {
	background-position: 0 -941px;
}

.category_line .cat_round_12 div {
	background-position: 0 -1034px;
}

.category_line .cat_round_13 div {
	background-position: 0 -1222px;
}

.category_line .cat_round_14 div {
	background-position: 0 -1315px;
}

.category_line .cat_round_shops div {
	background-position: 0 -1127px;
}

h1, h2, .title24, .title20, .title18 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
}

.title24 {
	font-size: 24px;
}

.title20 {
	font-size: 20px;
}

.title18 {
	font-size: 18px;
}

.title_link_all, .title_link_all:hover {
    margin-top: -2px;
	padding: 5px 14px 0;
	height: 30px;
	font-size: 15px;
	color: #000;
    font-weight: normal;
	text-align: center;
    display: inline-block;
    float: right;
	background: #f7f7d6;
	border-radius: 6px;
}

.title_link_all:hover {
	background: #f4f4c7;
}

.top_scroll_simple a {
	display: block;
	float: right;
}



.gallery_padding, .list_padding, .shops_padding {
	padding: 0 10px;
}

.gallery {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 10px;
	row-gap: 20px;
}

.gallery_item, .gallery_item_add {
	height: 274px;
	position: relative;
}

.gallery_photo, .gallery_photo_add, .gallery_nophoto {
	height: 176px;
	background-color: #f8f8f8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #efefef;
	border-radius: 6px;
}

.gallery_nophoto {
    background-image: url(/images/m_new/nophoto.svg);
    background-size: 210px auto;
}

.gallery_info {
	padding-top: 8px;
	height: 98px;
	overflow: hidden;
}

.gallery_price, .gallery_noprice {
    margin-bottom: 3px;
    font-size: 18px;
	font-weight: bold;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

.gallery_title {
    margin-bottom: 5px;
    max-height: 38px;
	font-size: 15px;
    line-height: 18px;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}

.gallery_data {
    max-height: 20px;
	font-size: 13px;
	color: #999;
	display: block;
    overflow: hidden;
}

.gallery .favorite, .list .favorite, .gallery .flag, .list .flag {
    position: absolute;
    top: 186px;
    right: 3px;
    width: 18px;
    height: 18px;
}

.gallery .favorite a, .list .favorite a, .gallery .flag a, .list .flag a {
	padding-top: 1px;
	display: block;
	width: 18px;
	height: 18px;
	font-size: 0;
}

.gallery .flag a, .list .flag a {
	padding: 1px 2px 0;
}

.gallery .arrow_up, .list .arrow_up {
	display: block;
	position: absolute;
	right: 28px;
	top: 186px;
}

.gallery_photo_add {
	background-color: #ebf7ff;
	background-image: url(/images/m_new/addphoto.svg);
	background-size: 250px auto;
}

.show_more, .msg_place_here {
    padding-top: 18px;
    height: 58px;
	color: #000;
    text-align: center;
	background: #ebf7ff;
    border-radius: 10px;
}

.msg_place_here, .msg_place_here:hover {
    color: #d44848;
    background: #fbe5e5;
}	

.gallery_item_add .gallery_info {
	padding-top: 19px;
}

.gallery_item_add .gallery_title {
    margin-bottom: 9px;
}

.list_item, .list_item_add {
	margin-bottom: 35px;
	max-height: 480px;
}

.list_photo, .list_photo_add, .list_nophoto {
	height: 260px;
}

.list_photo a, .list_photo a img  {
	height: 260px;
	display: inline-block;
	white-space: nowrap;
}

.list_photo a {
	margin-right: 8px;
	font-size: 0;
/**	border: 1px solid #efefef; **/
	border-radius: 6px;
	overflow: hidden;
}

.list_nophoto a {
	height: 260px;
	display: block;
	border: 1px solid #efefef;
	border-radius: 6px;
    background: #f8f8f8 url(/images/m_new/nophoto.svg) center no-repeat;
    background-size: 260px auto;
}

.list_info {
	padding-top: 15px;
	max-height: 220px;
	overflow: hidden;
	position: relative;
}

.list_price, .list_noprice {
    margin-bottom: 5px;
    font-size: 22px;
	font-weight: bold;
    line-height: 28px;
    height: 28px;
    display: block;
}

.gallery_noprice, .list_noprice, .msg_noprice {
    color: #999;
}

.list_title {
    margin-bottom: 11px;
    height: 23px;
	font-size: 19px;
    line-height: 23px;
	color: #000;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}

.list_params {
    margin-bottom: 6px;
}

.list_params a, .list_params a:hover, .list_params span {
    margin: 0 8px 8px 0;
    padding: 5px 10px;
	height: 28px;
    display: inline-block;
	font-size: 13px;
	color: #000;
    border-radius: 6px;
    background: #e3f7ff;
}

.list_text {
    margin-bottom: 10px;
    max-height: 63px;
	font-size: 16px;
	color: #333;
    line-height: 21px;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}

.list_data, .list_data a {
	font-size: 15px;
	color: #666;
}

.list_data {
    max-height: 22px;
	display: block;
    overflow: hidden;
}

.list .favorite, .list .flag {
    top: 16px;
    right: 14px;

}

.list .arrow_up {
	right: 39px;
	top: 16px;
}

.list_photo_add {
	background-color: #ebf7ff;
	background-image: url(/images/m_new/addphoto.svg);
	background-size: 250px auto;
}

.list_item_add .list_info {
	padding-top: 19px;
}

.list_item_add .list_title {
    margin-bottom: 9px;
}


.gallery small {
	display: none !important;
}

.list small, .shops small, .msg_comments small, .favorite_search small  {
    margin: -7px 10px 35px 10px;
    padding: 3px 0;
	display: block;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: center;
    background: #f7f7f7;
}




.rgallery {
	display: block;
	background-color: #f7f7f7;
	border-radius: 6px;
}

.rgallery img {
	margin: 35px 0 25px;
}

.rlist {
	margin: 0 10px 35px;
	height: 110px;
	display: block;
	background-color: #f7f7f7;
	border-radius: 8px;
}
	
.rlist img {
	margin: 20px 0px 20px 30px;
	display: block;
	float: left;
}

.rlist div {
	padding: 27px 15px 0 128px;
}

.rgallery p {
	margin-bottom: 20px;
	font-size: 14px !important;
    line-height: 1.3;
    color: #333;	
	text-align: center;
}

.rlist p {
	margin-bottom: 10px;
	font-size: 15px !important;
   	line-height: 1.3;
    color: #333;
}

.rgallery span, .rlist span {
	padding: 4px 13px;
	font-size: 12px;
	color: #3692da;
	display: inline-block;
	border: 1px solid #3692da;
	border-radius: 3px;
}

.rlist span {
	font-size: 13px !important;
}




.nav a {
	color: #000;
}

.nav_close {
	margin: 0 0 -1px 3px;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/images/m_new/nav_close.svg) 3px no-repeat;
}

.params a, .params a:hover, .podrazdely a, .podrazdely a:hover {
    margin: 0 10px 10px 0;
    padding: 8px 16px 6px;
	height: 37px;
    display: inline-block;
	font-size: 15px;
	color: #000;
    border-radius: 8px;
    background: #e3f7ff;
}

.params_all {
	display: inline;
}

.params_show_more a:hover {
	background: #d4f3ff;
}

.footer_menu a:last-child, .bages_line a:last-child, .params a:last-child, .list_photo a:last-child, .list_params span:last-child, .login_social a:last-child, .shops_goods a:last-child {
	margin-right: 0;
}

.msgs_map_open {
	height: 80px;
	text-align: center;
	background: url(/images/m_new/msgs_map_bg.svg) center no-repeat;
	background-size: 1020px auto;
	box-sizing: border-box;
}

.msgs_map_open:hover {
	background-size: 1300px auto;
	transition: 0.5s;
}

.msgs_map_open span {
	margin-top: 15px;
	padding: 16px 0 0 85px;
	width: 300px;
	height: 50px;
	font-size: 15px;
	display: inline-block;
	background: #fff url(/images/m_new/msgs_map_icon.svg) 54px 17px no-repeat;
	border-radius: 25px;
}











.footer_menu {
	margin-bottom: 11px;
}

.footer_menu a {
	margin-right: 18px;
	display: inline-block;
	color: #000;
}

footer p {
	margin-bottom: 8px;
}

footer p, footer p a {
	font-size: 15px;
	color: #333;
	line-height: 1.35;
}

.bages_line a {
	margin-right: 10px;
	display: inline-block;
	font-size: 0;
}

.profile_info  {
	padding: 30px 6px 0;
	position: relative;
}

.profile_info .avatar {
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	border-radius: 35px;
	overflow: hidden;
}

.profile_info .avatar div, .profile_info .avatar span {
	width: 70px;
	height: 70px;
	background-size: cover;
}

.profile_info .avatar span {
	padding-top: 12px;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	background-color: #ffa519;
}

.profile_info .avatar_info {
	margin: 9px 0 0 90px;
	min-height: 70px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile_info .avatar_info span {
	font-size: 24px;
	font-weight: bold;
}

.profile_info .avatar_info small {
	font-size: 14px;
	color: #666;
}

.profile_info .avatar_info a, .profile_info .avatar_info span, .profile_info .avatar_info small {
	line-height: 1.2;
}

.addavatar {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background: #4796e5 url(/images/m_new/addavatar.svg) center 5px no-repeat;
	border: 2px solid #fff;
	position: absolute;
	top: 26px;
	left: 52px;
}

.profile_notice {
	display: block;
	width: 21px;
	height: 22px;
	background: url(/images/m_new/bell_icon.svg) no-repeat;
	position: absolute;
	top: 11px;
	right: 5px;
}

.profile_notice div, .mobile_menu_chat small {
	width: 10px;
	height: 10px;
	background: #ea4444;
	border-radius: 5px;
	border: 1px solid #fff;
	position: absolute;
	top: -2px;
	right: -3px;
}

.mobile_menu_chat small {
	top: 0;
    right: -4px;
	font-size: 0;
	display: block;
}

.profile_balance, .profile_editmsg {
	padding: 23px;
	background: #f7f7f7;
	border-radius: 15px;
	position: relative;
}

.profile_balance span, .profile_balance a {
	font-size: 17px;
}

.profile_balance span {
	line-height: 1.4;
}

.profile_balance small, .profile_balance small a {
	font-size: 14px;
	color: #666;
}

.balance_otchet {
	width: 24px;
	height: 24px;
	background: url(/images/m_new/otchet_icon.svg) 4px 2px no-repeat;
	position: absolute;
	top: 16px;
	right: 16px;
}

.profile_message_red, .profile_message_yellow {
	padding: 22px;
	border-radius: 15px;
}

.profile_message_yellow {
	border: 1px solid #f5d779;
}

.profile_message_red {
	border: 1px solid #f49292;
}

.profile_message_red .close, .profile_message_yellow .close {
	margin: -7px -7px 7px 15px;
	width: 24px;
	height: 24px;
	display: block;
	float: right;
    background-image: url(/images/m_new/message_close.svg);
    background-repeat: no-repeat;
}

.profile_message_yellow .close {
    background-position: 3px 3px;
}

.profile_message_red .close {
    background-position: 3px -27px
}

.profile_editmsg img {
	width: 85px;
	height: 85px;
	border-radius: 8px;
	object-fit: cover;
	display: block;
	float: left;
}

.profile_editmsg div {
	padding: 4px 0 0 102px;
	min-height: 85px;
}

.profile_editmsg div p {
	max-height: 42px;
	line-height: 1.3;
	overflow: hidden;
}

.profile_menu ul li {
	margin-bottom: 4px;
	height: 44px;
}

.menu_list, .menu_user, .menu_send, .menu_site, .menu_shop, .menu_set, .menu_partner, .menu_buyer, .menu_seller, .menu_list:hover, .menu_user:hover, .menu_send:hover, .menu_site:hover, .menu_shop:hover, .menu_set:hover, .menu_partner:hover, .menu_buyer:hover, .menu_seller:hover {
	padding: 13px 0 5px 76px;
	font-size: 17px;
	color: #000;
	line-height: 1.2;
	display: block;
	background-image: url(/images/m_new/profile_menu_icons.svg);
	background-repeat: no-repeat;
}

.menu_list {
	background-position: 22px 12px;
}

.menu_user {
	background-position: 22px -38px;
}

.menu_send {
	background-position: 22px -88px;
}

.menu_site {
	background-position: 22px -138px;
}

.menu_shop {
	background-position: 22px -188px;
}

.menu_set {
	background-position: 22px -238px;
}

.menu_partner {
	background-position: 22px -288px;
}

.menu_buyer {
	background-position: 22px -338px;
}

.menu_seller {
	background-position: 22px -388px;
}

.cat_list a {
    margin: 0 10px 10px 0;
    padding: 8px 15px 7px;
    display: inline-block;
	color: #000;
    border-radius: 8px;
    background: #eee;
}

.cat_list a:hover {
	color: #fff;
    background: #000;
}

.russia span {
	font-weight: bold;
}

.russia p {
	margin: 2px 0 30px 0;
	line-height: 1.75;
}

.russia p a {
	color: #000;
}




























.input, .textarea, .select, .dop_search select, #citysel {
	padding: 2px 18px 0;
	width: 100%;
    height: 50px;
	display: block;
	background-color: #eef0f2;
    border-radius: 8px;
}

.textarea {
	padding: 14px 18px;
    height: 150px;
}

.select, .dop_search select, #citysel {
	padding-right: 50px;
	background-image: url(/images/m_new/select_bg.svg);
	background-position: right 22px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}

.select, .dop_search select {
	width: 100%;
}

.search_params_range, .price_form input {
	width: 50% !important;
	display: inline-block !important;
}

.dop_search select {
	margin-bottom: 15px;
}

.button, .button:hover {
	width: 100%;
	height: 53px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: block;
	background: #1ba3ef;
	border-radius: 8px;
}

.button:hover {
	background: #0e98e6;
}

.button_outline, .button_outline:hover {
	font-size: 16px;
	color: #000;
	background: #fff;
	border: 1px solid #d0d3d9;
}

.search_block_bottom .button {
	font-size: 17px;
	font-weight: bold;
}

.button_signin, .button_signin:hover {
	padding: 10px 30px 0 30px;
	width: 212px;
	height: 43px;
	color: #fff;
	text-align: center;
	display: block;
	background: #389d19;
	border-radius: 8px;
}

.button_signin:hover {
	background: #2c910d;
}

.dop_search, .price_form {
	font-size: 0;
}

.search_block, #search-block {
	padding-bottom: 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 4000;
    width: 100%;
	max-width: 1000px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.search_block_top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.search_block_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 73px;
	background-color: #fff; 
	padding-top: 10px;
}

.search_block_content {
  position: absolute;
  top: 54px;
  bottom: 73px;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.msgs_view_search, .msgs_type_search {
	padding-top: 3px;
	height: 30px;
}

.msgs_view_search div, .msgs_type_search div {
	margin-top: -3px;
	float: right;
	background: #eff0f2;
	border-radius: 5px;
}

.msgs_view_search a, .msgs_type_search a {
	padding: 3px 12px;
	color: #000;
	text-align: center;
	display: block;
	float: left;
	border-radius: 5px;
}

.msgs_view_act, .msgs_type_act {
	color: #fff !important;
	background: #0f0f0f !important;
}

.captcha {
	position: relative;
}

.captcha img {
	width: 135px;
    height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 5px;
}

.captcha .input {
    padding-right: 150px;
}

.login_social a, .login_social a:hover {
	display: inline-block;
	white-space: nowrap;
}

.vk, .facebook, .ok, .twitter, .google, .mail_social, .yandex_social, .tinkoff_social, .apple, .sber_social {
	margin-right: 12px;
	width: 48px;
	height: 48px;
	display: inline-block;
	background: url(/images/m_new/social_icons.svg) no-repeat;
	background-size: 48px auto;
}

.vk {
	background-position: 0 0;
}

.vk:hover {
	background-position: 0 -60px;
}

.facebook {
	background-position: 0 -120px;
}

.facebook:hover {
	background-position: 0 -180px;
}

.google {
	background-position: 0 -480px;
}

.google:hover {
	background-position: 0 -540px;
}

.mail_social {
	background-position: 0 -600px;
}

.mail_social:hover {
	background-position: 0 -660px;
}

.yandex_social {
	background-position: 0 -720px;
}

.yandex_social:hover {
	background-position: 0 -780px;
}

.tinkoff_social {
	background-position: 0 -840px;
}

.tinkoff_social:hover {
	background-position: 0 -900px;
}

.apple {
	background-position: 0 -960px;
}

.apple:hover {
	background-position: 0 -1020px;
}

.sber_social {
	background-position: 0 -1080px;
}

.sber_social:hover {
	background-position: 0 -1140px;
}

.error {
    padding: 15px 18px;
    font-size: 14px;
    color: #c00;
    background: #fff2f2;
    border-radius: 5px;
}

.error_label {
	margin-bottom: -8px;
    padding: 10px 18px 15px;
	border-radius: 8px 8px 0 0;
}

.note {
	font-size: 14px;
	line-height: 19px;
	color: #8f8e8e;
}

.note a {
	font-size: 14px;
}

.contacts span {
	margin-bottom: 6px;
	font-size: 14px;
	color: #999;
	display: block;
}

#yandex_map {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover !important;
}

.add_banner {
	padding: 22px 20px 0 20px;
	width: 100%;
	height: 158px;
	border-radius: 20px;
	background-color: #d2eef9;
	background-image: url(/images/m_new/add_banner_bg.svg);
	background-position: center right -20px;
	background-repeat: no-repeat;
	background-size: auto 158px;	
}

.add_banner:hover {
	background-size: auto 168px;
	transition: 0.2s;
}

.add_banner p, .add_banner span {
	line-height: 1.35;
}

.add_banner span {
	margin: -2px 0 0 -20px;
	padding: 9px 0 0 20px;
	width: 200px;
	height: 38px;
	color: #fff;
	background-color: #20b30e;
	border-radius: 0 19px 19px 0;
}

.arrow_up_example {
	right: 3px !important;
}

.shop_open_link, .shop_open_link:hover {
	margin: 0 auto;
	padding-top: 12px;
	width: 80%;
	max-width: 380px;
	height: 46px;
	display: block;
	color: #fff;
	text-align: center;
	background: #fea51a;
	border-radius: 23px;
}

.shops_item {
	margin-bottom: 40px;
	min-height: 260px;
}

.shops_photo {
	margin: 0 10px;
	display: block;
	height: 150px;
	background-color: #ddd;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 6px;
}

.shops_info {
	padding-top: 18px;
	overflow: hidden;
}

.shops_title {
    margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
    line-height: 1.2;
	color: #000;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}

.shops_goods {
	margin-bottom: 13px;
}

.shops_goods a {
	margin-right: 10px;
	width: 72px;
	height: 72px;
	display: inline-block;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	background-color: #f8f8f8;
}

.shops_params {
    margin-bottom: 6px;
}

.shops_data {
	font-size: 15px;
	color: #666;
	line-height: 1.25;
	display: block;
}
































.user_info, .shop_info, .comment_block, .grey_block, .grey_block_main {
	padding: 30px;
	background: #f7f7f7;
	border-radius: 20px;
}


.shop_info_photo {
	margin: 0 auto 25px;
	max-width: 100%;
	max-height: 180px;
	display: block;
}

.shop_info_nophoto {
	margin: 0 auto 25px;
	width: 150px;
	height: 110px;
    background: url(/images/m_new/nophoto.svg) center no-repeat;
}


.shop_add_logo, .shop_add_logo:hover {
	margin: 0 auto 25px;
	padding-top: 90px;
	width: 200px;
	height: 120px;
	display: block;
	text-align: center;
	color: #2695df;
	background-image: url(/images/m_new/addphoto.svg);
	background-size: 175px auto;
	background-position: center -20px;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.shop_add_logo:hover {
	opacity: 1;	
}




.msg_add_photo {
	margin: 20px auto;
	display: block;
	position: static;
}












.user_info_main {
	padding-bottom: 13px;
}

.user_info .msg_avatar {
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
	float: none;
	border-radius: 50px;
}

.user_info .msg_avatar span {
	padding-top: 35px;
	display: block;
	font-size: 54px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}






.confirmation {
	padding: 16px 30px;
	background: #f7f7f7;
	border-radius: 20px;
}

.confirmation_block {
	padding: 15px 0 0 38px;
	height: 48px;
	background-image: url(/images/m_new/confirm_icons.svg);
	background-position: 0 -45px;
	background-repeat: no-repeat;
}

.confirm {
	background-position: 0 15px;
}

.confirm_spam {
	background-position: 0 -103px;
}

.confirmation_all {
	padding: 14px 30px;
	height: 50px;
	text-align: center;
	background: #ebf7ff;
	border-radius: 20px;
}

#linkBlockConfirm {
	margin-top: 6px;
}

.social_confirm_vk, .social_confirm_facebook, .social_confirm_google, .social_confirm_mail, .social_confirm_yandex, .social_confirm_tinkoff, .social_confirm_sber {
	margin: 0 -4px -4px 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/images/m_new/social_confirm_icons.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.social_confirm_vk {
	background-position: 0 0;
}

.social_confirm_facebook {
	background-position: 0 -30px;
}

.social_confirm_google {
	background-position: 0 -60px;
}

.social_confirm_mail {
	background-position: 0 -90px;
}

.social_confirm_yandex {
	background-position: 0 -120px;
}

.social_confirm_tinkoff {
	background-position: 0 -150px;
}

.social_confirm_sber {
	background-position: 0 -180px;
}








.notify {
	padding: 13px 15px;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #61a5db;
}

.notify a, .notify a:hover {
	font-size: 15px;
	line-height: 1.3;
}









.favorite_menu {
	height: 38px;
	border-bottom: 3px solid #ebebeb;
}

.favorite_menu_tags div {
	margin-right: 14px;
	height: 35px;
	display: inline-block;
    white-space: nowrap;
}

.favorite_menu_tags div span, .favorite_menu_tags div a {
	padding: 3px 0;
	font-size: 18px;
	font-weight: bold;
}

.favorite_menu_tags div a {
	color: #999;
	display: block;
}

.favorite_menu_tags div span, .favorite_menu_tags div a:hover {
	color: #000;
}

.favorite_menu_tags div:first-child {
	margin-left: 14px;
}

.favorite_menu_act {
	border-bottom: 3px solid #000;
}




.fav_search {
	padding: 15px 14px;
	background: #f7f7f7;
}

.fav_search_item {
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	position: relative;
}	

.fav_search_item:last-child {
	margin-bottom: 0;
}

.fav_search_title {
	margin: 0 40px 6px 0;
	padding-right: 16px;
	color: #000;
	display: block;
}

.fav_search div p {
	margin-bottom: 10px;
	color: #666;
	font-size: 15px;
	line-height: 1.25;
}

.fav_search div span {
	padding-right: 50px;
	display: block;
	line-height: 1.2;
	position: relative;
}

.fav_search div span a, .fav_search div span img {
	display: block;
}

.fav_search div span a {
	position: absolute;
	top: 0;
	right: 0;
}

.fav_search div .favorite {
    position: absolute;
    top: 186px;
    right: 3px;
    width: 18px;
    height: 18px;
}

.fav_search div .favorite {
    top: 17px;
    right: 16px;
}

.fav_search div .favorite a {
	padding-top: 1px;
	display: block;
	width: 18px;
	height: 18px;
	font-size: 0;
}


.fav_search_title small {
	margin: 0 0 3px 5px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 3px;
	background-color: #999;
}

.fav_search_fresh {
	background-color: #393 !important;
}









.footer_menu a:hover, .params a:hover, .podrazdely a:hover, .params_show_more a, .params_show_more a:hover, .list_params a:hover, .profile_balance small a:hover, .menu_list:hover, .menu_user:hover, .menu_send:hover, .menu_site:hover, .menu_shop:hover, .menu_set:hover, .menu_partner:hover, .menu_buyer:hover, .menu_seller:hover, .russia p a:hover, .msg_menu a:hover, .msg_menu_block a:hover, .list_data a:hover, .fav_search_title:hover {
	color: #06c;
}












@media only screen and (min-width:320px) and (max-width:480px) {
	.gallery {grid-template-columns: repeat(2, minmax(140px, 1fr));}
}

@media only screen and (min-width:481px) and (max-width:860px) {
	.gallery {grid-template-columns: repeat(3, minmax(140px, 1fr));}
}

@media only screen and (min-width:861px) {
	.gallery {grid-template-columns: repeat(4, minmax(140px, 1fr));}
}




@media only screen and (max-width:310px) {
	.top_scroll_info {display: none !important;}
}

@media only screen and (min-width:311px) and (max-width:340px) {
	.top_scroll_info {margin-left: 2px; width: 180px;}
}

@media only screen and (min-width:380px) and (max-width:400px) {
	.top_scroll_info {margin-left: 16px; width: 220px;}
}

@media only screen and (min-width:401px) {
	.top_scroll_info {margin-left: 20px; width: 240px;}
}





.all_serv {
	padding-right: 10px;
}

.all_serv li {
	margin-bottom: 10px;
	width: 100%;
	height: 138px;
	display: inline-block;
	border-left: 10px solid #fff;
}

.all_serv li a {
	display: block;
	width: 100%;
	height: 138px;
	background: #a5b5c7;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative;
}

.all_serv li a span {
	display: block;
	max-height: 125px;
	font-size: 20px;
	line-height: 1.375;
	color: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 13px;
	left: 20px;
}

@media only screen and (min-width:426px) and (max-width:720px) {
	.all_serv li {width: 50% !important;}
}

@media only screen and (min-width:721px) {
	.all_serv li {width: 33.3% !important;}
}





.width100 {
	width: 100%;
}

.block {
	display: block;
}

.inline_block {
	display: inline-block;
}

.margin_bottom_150 {
	margin-bottom: 150px !important;
}

.margin_bottom_100 {
	margin-bottom: 100px !important;
}

.margin_bottom_70 {
	margin-bottom: 70px !important;
}

.margin_bottom_50 {
	margin-bottom: 50px !important;
}

.margin_bottom_45 {
	margin-bottom: 45px !important;
}

.margin_bottom_40 {
	margin-bottom: 40px !important;
}

.margin_bottom_35 {
	margin-bottom: 35px !important;
}

.margin_bottom_30 {
	margin-bottom: 30px !important;
}

.margin_bottom_25 {
	margin-bottom: 25px !important;
}

.margin_bottom_20 {
	margin-bottom: 20px !important;
}

.margin_bottom_15 {
	margin-bottom: 15px !important;
}

.margin_bottom_10 {
	margin-bottom: 10px !important;
}

.margin_bottom_5 {
	margin-bottom: 5px !important;
}

.margin_top_60 {
	margin-top: 60px;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_top_30 {
	margin-top: 30px;
}

.margin_top_25 {
	margin-top: 25px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_15 {
	margin-top: 15px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_5 {
	margin-top: 5px;
}

a.a_blue {
	color: #06c;
}

a.a_blue:hover {
	text-decoration: underline;
}

.white_text {
	color: #fff !important;
}

.black_text {
	color: #000;
}

.grey_text_3 {
	color: #333 !important;
}

.grey_text_6 {
	color: #666 !important;
}

.grey_text_9 {
	color: #999 !important;
}

.blue_text {
	color: #3692da !important;
}

.green_text {
	color: #090;
}

.red_text {
	color: #c00;
}

.scarlet_text {
	color: #f03f1c !important;
}

.font_size_0 {
	font-size: 0;
}

.font_size_14 {
	font-size: 14px;
}

.font_size_15 {
	font-size: 15px;
}

.grey_bg {
	background: #f7f7f7;
}

.center_text {
	text-align: center !important;
}

.center_block {
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.normal, .normal b, .normal strong {
	font-weight: normal !important;
}

.nowrap {
	white-space: nowrap;
}

.underline {
    text-decoration: underline;
}

.relative {
	position: relative;
}

.hidden {
	overflow: hidden;
}

.hideit {
	display: none;
}

.float_left {
	float: left;
}

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}









/** help page **/

.photo_center {
	margin: 0 auto;
	display: block;
	clear: both;
}






















#citys-output {
	background-color: white;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 110px;
}

#citys-select-layer {
	position: absolute;
	left: 0;
	top: 263px;
	top: 343px;
	z-index: 998;
	display: none;
	width: 100%;
	max-height: 600px !important;
	opacity: 1 !important;
	background-color: #fff !important;
}

#search-block-layer {
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 98;
	background-color: #000;
	display: none;
	width: 100%;
}

#citys-output ul, #citys-output ul li {
	display: block;
	width: 100%;
}

#citys-output ul {
	margin-bottom: 15px;
}

#citys-output li a {
	margin-bottom: 0;
	padding: 10px 18px 7px;
	display: block;
	color: #000;
	line-height: 18px;
}

#citys-output li a:hover {
	background: #f7f7f7;
}

#citys-output li:last-child a, #citys-output li:last-child a:hover {
	display: inline-block;
	color: #06c;
	background: #fff;
}

#citys-output li span {
	font-size: 14px;
	color: #999;
}














/** popup new **/

.webui-arrow {
	display: none !important;
}

.webui-popover {
	border: none !important;
}

.webui-popover {
	width: 210px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.webui-popover-content {
	padding: 13px 20px !important;
}

/** popup new end **/


.ui-helper-hidden-accessible {
	display: none;
}

.inner-menu {
	margin: 8px 9px 0 0;
}

.webui-popover-title {
	display: none !important;
}

.webui-popover-content {
	font-size: 13px !important;
    line-height: 1 !important;
}

.ui-widget-overlay {
	cursor: pointer;
}

.ui-widget-content { 
	border: none !important;
}

#dialog-site-enabled, #dialog-site-request, #dialog-site-request-code-not-full, #dialog-site-create {
	display: none;
}

table.site_request {
	margin-top: 10px;
    max-width: 260px;
}

.site_request td {
    padding: 0 20px 3px 0;
	font-size: 13px;
    white-space: nowrap;
}

#siterequest_url_image {
	max-width: 374px;
	overflow: hidden;
}

#siterequest_url_image a {
	font-size: 24px;
	text-decoration: none;
	color: #3692da;
	line-height: 26px;
}

#mCommentBlock img {
	background: #eaeaea;
}

.mCommentLink, .mCommentLink:hover, .mCommentLink_yes, .mCommentLink_yes:hover {
    margin: 0 10px;
    padding: 9px 0 7px;
	width: 70px;
	display: inline-block;
	font-size: 18px;
	color: #333;
    text-align: center;
	text-decoration: none;
	background: #f3f3f3;
    border-radius: 5px;
}

.mCommentLink_yes, .mCommentLink_yes:hover {
	color: #fff;
	background: #89bc19;
}

.wrapper-dropdown-2 {
	margin: -3px 0 -2px 0;
	padding: 12px 0 0 5px;
	font-size: 9px;
	line-height: 0;
	color: #666;
	/* Размер и позиционирование */
	position: relative;
	width: 60px;
	height: 9px;
	/* Стили */
	background: #fff;
	cursor: pointer;
	outline: none;
	border: 1px solid #d6d6d6;
}

.wrapper-dropdown-2:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -2px;
	border: 3px solid transparent; 
	border-right-color: #c4c4c4;  
	border-left: 0;
}

.wrapper-dropdown-2 .dropdown {
	/* Размер и позиционирование */
	position: absolute;
	top: -1px;
	left: 66px;
	right: 0px;
	width: 132px;
	height: 23px;
	/* Стили */
	background: white;
	transition: all 0.3s ease-out;
	list-style: none;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	display:block;
}

.wrapper-dropdown-2 .dropdown li {
	display: block;
	float: left;
	width: 65px;
	height: 21px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.wrapper-dropdown-2 .dropdown li a {
	padding: 12px 0 0 5px;
	width: 60px;
	height: 9px;
	font-size: 9px;
	line-height:0;
	color: #666;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
	background: #fff;
}

.wrapper-dropdown-2 .dropdown li:nth-child(1) a {
	border-left-color: #d6d6d6;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
	border-left-color: #d6d6d6;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
	border-left-color: #d6d6d6;
}

.wrapper-dropdown-2 .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}

/* При наведении курсора */

.wrapper-dropdown-2 .dropdown li:hover a {
	color: #666;
}

.wrapper-dropdown-2.active:after {
	border: 3px solid transparent;
	border-left-color: #c4c4c4;  
	border-right: 0;
}

.wrapper-dropdown-2.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}

.text_small {
	font-size: 0.75rem;
	color: #666;
	line-height: 1.4;
}

#searchword-select-layer {
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 1000;
	display: none;
	width: 100%;
	max-height: 650px !important;
	opacity: 1 !important;
	background-color: #fff !important;
	
	position: fixed;
	z-index: 2 !important;
    left: auto;
    top: 55px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#msg_spam_form, #spam_form {
	display: none;
}
#msg_spam_form, #msg_spam_form a {

}

#ui-id-1 {
	padding: 7px 0;
	display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	width: 100% !important;
	left: 0 !important;
}

#ui-id-1 li {
	display: block;
	width: 100%;
	/** border-bottom: 1px solid #f7f7f7; **/
}

#ui-id-1 li div {
	padding: 9px 14px 8px 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4;
	display: block;
}

#ui-id-1 li div span {
	font-size: 14px;
	line-height: 1.4;
	color: #999;
	display: block;
}

.ui-widget input, .ui-widget input:hover, .ui-widget textarea {
    font-size: 16px !important;
}

.ui-widget-header .ui-icon {
    background-image: url(/images/jquery/ui-icons_ffffff_256x240.png) !important;
}

.ui-state-hover .ui-icon {
    background-image: url(/images/jquery/ui-icons_ef8c08_256x240.png) !important;
}

.ui-button {
    border: 1px solid #c0c0c0 !important;
	background-color: #c0c0c0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -11px 0 0 0 !important;
    width: 21px !important;
    height: 21px !important;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	color: #666 !important;
	border: none !important;
	background: #acacac !important;
}

.ui-state-active {
	margin:0 !important;
}











.blocker {
	background-color: rgba(29,29,29,0.5) !important;
}

#msg_spam_form, #user_feedback_form {
	width: 90%;
	max-width: 400px;
}

.modal_block {
	padding: 40px 30px;
	background: #fff;
	position: relative;
	border-radius: 10px;
}

.modal_block span {
	display: block;
	font-size: 24px;
	text-align: center;
}

.modal_block textarea, .modal_block .button {
	
}

.modal_block textarea {
	padding: 14px;
	height: 100px;
}

.modal_block_close, .modal_block_close:hover {
	width: 24px;
	height: 24px;
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	background: url(/images/m_new/close_grey.svg) no-repeat;
	background-size: 24px;
}








.modal_block small {
	font-size: 12px;
	color: #999;
	display: block;
}

.modal_block .rating_block {
	float: none !important;
}

.modal_block .rating_block {
	margin: 0 auto;
	width: 178px;
	height: 32px;
}

.modal_block .radio input {
	margin: 3px 3px 0px 5px;
}

.modal_block .rating, .modal_block .rating_choose, .feedback_wait .rating_choose  {
	height: 32px;
}








/** favorite css **/

.menu_tab a {
	margin-right: 4px;
	padding: 5px 11px 7px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	float: left;
	border-radius: 5px;
}

.menu_tab_act {
	color: #fff !important;
	background: #1ca3f0 !important;
}

.favorite_msgs_top {
	margin-bottom: -7px;
	height: 32px;
	background: #f7f7f7;
	position: relative;
	z-index: 2;
}

.favorite_msgs_top a, .favorite_msgs_del, .favorite_search_del {
	width: 20px;
	height: 20px;
	display: block;
	background: url(/images/m/main_icons.svg?04) 2px -638px no-repeat;
	background-size: 38.4px auto;
}

.favorite_msgs_top a, .favorite_msgs_del {
    position: absolute;
    top: 6px;
    right: 7px;
}

.favorite_search_del {
	display: inline-block !important;
}

.favorite_search {
	width: 100%;
	border: none;
	border-spacing: 1px;
}

.favorite_search th {
	padding: 6px 12px 0 12px;
	height: 26px;
	background: #f7f7f7;
}

.favorite_search th .favorite_search_del {
	margin-top: -2px;
}

.favorite_search td {
	padding: 11px 12px 9px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

.favorite_search td, .favorite_search td a {
	font-size: 15px;
}




.flist {
	padding: 10px 10px 0 10px;
	background: #f7f7f7;
}

.flist li, .form li, .flist small, .msg_comments small, .favorite_search small {
	width: 100%;
	float: left;
	clear: both;
    display: block;
}

.flist li {
	margin-bottom: 10px;
    position: relative;
	background: #fff;
	border-radius: 5px;
}

.flist_item {
	display: block;
	text-decoration: none;
}

.flist_photo, .flist_nophoto {
	width: 140px;
	height: 132px;
	display: block;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fafafa;
	border-radius: 5px;
}

.flist_nophoto {
	background-image: url(/images/m_new/nophoto.svg);
    background-size: 140px auto;
}

.flist_info {
	margin-left: 150px;
	padding: 8px 10px 8px 0;
	position: relative;
}

.flist_info_top {
	height: 98px;
	display: block;
}

.flist_title_padd {
	margin-bottom: 16px;
	padding-right: 28px;
	max-height: 55px;
	font-size: 15px;
	display: block;
	overflow: hidden;
}

.flist_price {
	font-weight: bold;
	display: block;
}

.flist_data {
	height: 15px;
	max-height: 15px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
}

.fwidth100 {
	width: 100%;
	float: left;
	clear: both;
}

/** favorite css end **/


/** help css **/

.p_icon {
	margin: 0 0 -1px 3px;
}

.p_icon_big {
margin: 0 0 -3px 3px;
}

.ul_default {
	margin: 0 0 0 20px;
	list-style-type: circle !important;
}

.ul_default li {
	padding-bottom: 7px;
}

.text_icon {
	margin: 0 3px -1px 3px;
}

.fake_menu {
    padding: 4px 7px 2px;
	display: inline-block;
	font-size: 13px;
	color: #0f87cf;
	border: 1px solid #0f87cf;
	border-radius: 3px;
}

.top_padding {
	padding-top: 70px;
}

/** help css end **/

.up_like, .up_like:hover {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: #0b9174;
	line-height: 22px;
	text-align: center;
	display: block;
	min-height: 40px;
	background: #fff;
	border: 1px solid #d1ede7;
	border-radius: 20px;
}

.up_like img {
	margin: 0 0 -8px 8px;
	display: inline;
}

.fotorama-numbers .fotorama__html div {
	position: absolute;
	bottom: 15px;
	left: 47.5%;
	left: calc(50% - 19px);
	padding: 3px 0;
	width: 38px;
	background: #000;
	text-align: center;
	color: #fff !important;
	display: block;
    opacity: 0.5;
    filter: alpha(Opacity=50);
	font-size: 14px;
	line-height: 1.2;
	border-radius: 3px;
}

.fotorama-numbers-hide .fotorama__html div {
	display: none;
}

.fotorama {
	margin: 0 auto;
}

.fotorama img {
}

.fotorama__nav__frame {
	display: none !important;
}

.fotorama-number {
	display: none;
}








#sendmail_answer_content {
	padding: 0 !important;
}

.sendmail_line {
	padding: 30px;
	border-bottom: 2px solid #fff;
}

.sendmail_line_top {
	height: 24px;
}

#sendmail_answer_content .msg_menu_delete, #sendmail_answer_content .msg_menu_spam {
    margin: 0 0 0 20px !important;
	float: right;
}

.sendmail_arrow {
	margin-right: 6px;
	display: inline-block;
}

.grey_block .input, .grey_block .textarea {
	background-color: #ebecee;
}

.sendmail_line:last-child {
	border: none !important;
}

.plug_block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;               
	height: 100%;
	min-height: 132px;
	background-color: #eef0ef;
	border-radius: 6px;
}

.plug_block a {
	padding: 7px 14px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #3b7dff;
	border-radius: 5px;
}

.plug_block a.green_bg {
    background: #21b40e;
}



























/** dark 




@media screen and (prefers-color-scheme: dark) {
}

body {
	color: #dfdfdf;
	background: #121212;
}

div, span, p, h1, h2, h3, h4, li, label, td, small, input, select, textarea {
	color: #dfdfdf;
}

input, select, textarea {
	background-color: #212121;
}

.top, .top2, .gallery, a.gallery_item, .list li, .msg_photo, .msg_menu_up, .msg_menu_more, .msg_menu_edit, .msg_menu_send, .msg_menu_delete, .msg_menu_spam, .msg_menu_comment, .comment_menu_more, #search-block, .list .flag, .list .arrow_up, .up_like, .up_like:hover, #mobile_menu, .sendmail_line, .comment_menu div a, .comment_menu div input, #citys-output, #citys-select-layer, .wrapper-dropdown-2, .wrapper-dropdown-2 .dropdown li a, #searchword-select-layer, .modal_block, .cat_form option, .ui-widget-content {
	background-color: #121212 !important;
}

.search_form {
	background-color: #262729;
}

.input, .textarea, .select, #citysel, .category a, .category_line a, .title, .nav, .nav a, .gallery_price, .list_price, .grey_text_3, .msg_menu_up, .msg_menu_more, .msg_menu_edit, .msg_menu_send, .msg_menu_delete, .msg_menu_spam, .msg_menu_comment, .comment_menu_more, .confirmation, .cat_list li a, .russia span, .error, .msgs_view_search, .msgs_type_search, .dop_search select, .region_title, .avatar_info_login, .avatar_info_login:hover, .avatar_info_logout span, .avatar_info_login span, .menu_search, .menu_add, .menu_list, .menu_send, .menu_money, .menu_report, .menu_fav, .menu_msgs, .menu_site, .menu_shop, .menu_all, .menu_set, .menu_contacts, .menu_partner, .menu_buyer, .menu_seller, .menu_terms, .menu_msgs span, .menu_search:hover, .menu_add:hover, .menu_list:hover, .menu_send:hover, .menu_money:hover, .menu_report:hover, .menu_fav:hover, .menu_msgs:hover, .menu_site:hover, .menu_shop:hover, .menu_all:hover, .menu_set:hover, .menu_contacts:hover, .menu_partner:hover, .menu_buyer:hover, .menu_seller:hover, .menu_terms:hover, .menu_msgs small, .menu_msgs #button_new_msgs, .rgallery p, .rlist p, #citys-output ul li a, .mCommentLink, .mCommentLink:hover, .mCommentLink_yes, .mCommentLink_yes:hover, .delivery p, .msg_old, .list_shop, .cat_form option, .msg_params span, .title_link_all, #ui-id-1 li div, .footer_menu a, .search_scroll, .top_scroll .search_scroll {
	color: #dfdfdf !important;
}

.category a div, .category_line a div, .category a:hover div, .category_line a:hover div, .category_line .cat_round_shops div {
	background-color: #272f31;
}

.grey_bg, .footer, .podcat a, .podcat a:hover, .gallery_photo, .gallery_nophoto, .list, .list_photo, .list_nophoto, .list_logo, .msg_info, .user_info, .shop_info, .confirmation, .input, .textarea, .select, #citysel, .dop_search select, .favorite_msgs_top, .favorite_search th, .menu_top, .mCommentLink, .mCommentLink:hover, .mCommentLink_yes, .mCommentLink_yes:hover, .list small, .msg_comments small, .favorite_search small, .confirm_spam, .modal_block textarea, .feedback_form textarea {
	background-color: #212121 !important;
}

.quo_grey {
	border-left-color: #212121;
}

.gallery_noprice, .msg_params {
	color: #686868;
}

.search_form, .gallery_title, .list_title, .list_title_padd, .podcat a, .podcat a:hover, .msgs_type a, .msgs_type_search a, .menu_tab a, .rating_detailed span, .rating_detailed small {
	color: #ccc;
}

.gallery_data, .list_data, .grey_text_6, .msg_data, .msg_data span, .msg_data_view, .msg_data_like, .menu_dop, .menu_dop:hover, .sendmail_info, .msg_comment_info span, .wrapper-dropdown-2, .wrapper-dropdown-2 .dropdown li a, .wrapper-dropdown-2 .dropdown li:hover a, .text_small, .list small, .msg_comments small, .favorite_search small, .feedback_title a, .feedback_text a, .feedback_block_info span, .avatar_info_logout, .avatar_info_logout:hover, #ui-id-1 li div span {
	color: #999;
}

.podcat_show_more a, .podcat_show_more a:hover {
	background-color: #46b3e1;
}

.podcat_show_more a, .podcat_show_more a:hover, .avatar_login span, .button, .button:hover {
	color: #fff;
}

.msg_menu, .msg_comments {
	border-top-color: #212121;
}

.msg_menu, .msg_comments, .grey_line_25, .grey_line_22, .grey_line_3, .grey_line_2, .grey_line, .top_cat, .cat_list li a, .russia span, .russia a, .russia a:hover, .favorite_search td, #citys-output ul li a, #ui-id-1 li {
	border-bottom-color: #212121;
}

.up_like, .up_like:hover {
    background: none;
    border-color: #66cdb7;
}

.msgs_map a, .msgs_map a:hover {
	background-color: inherit;
}

.confirm {
	background-color: #3c5c38 !important;
}

.delivery a, .delivery a:hover {
	background-color: #4b9f35 !important;
}

.error {
    background: #544242;
}

.list .flag, .list .arrow_up {
	box-shadow: 0 0 2px 2px #212121;
}

.gallery li, .all_serv li {
	border-left-color: #121212;
}

.all_serv li a {
	background-color: #545c65;
}

.red_text, #send_answer_error, #comment_error {
	color: #e98383;
}

.green_text {
	color: #a7d171;
}

.avatar_logout {
    background-color: #444;
}

.gallery_photo, .gallery_photo_add, .gallery_nophoto, .rgallery {
    border-color: #292929;
}

.gallery_city {
	border-right-color: #292929;
	border-bottom-color: #292929;
}

.wrapper-dropdown-2 {
	border-color: #333;
}

.wrapper-dropdown-2:after {
	border-right-color: #444;
}

.wrapper-dropdown-2 .dropdown li {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
}

.wrapper-dropdown-2 .dropdown li:nth-child(1) a, .wrapper-dropdown-2 .dropdown li:nth-child(2) a, .wrapper-dropdown-2 .dropdown li:nth-child(3) a {
	border-left-color: #333;
}

.wrapper-dropdown-2.active:after {
	border-left-color: #444;
}

.ui-button {
    border-color: #444 !important;
	background-color: #444 !important;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	color: #999 !important;
	background-color: #666 !important;
}

.delivery {
    background: #2e3536;
}

.msg_old {
    background-color: #3a382c;
	background-image: url(/images/m/dark/msg_old_bg.svg);
}

.blocker {
	background-color: rgba(29,29,29,0.5) !important;
}

.fotorama-numbers .fotorama__html div {
	color: #fff !important;
}

.menu_close, .avatar_logout, .menu_search, .menu_add, .menu_list, .menu_send, .menu_money, .menu_report, .menu_fav, .menu_msgs, .menu_site, .menu_shop, .menu_all, .menu_set, .menu_contacts, .menu_partner, .menu_buyer, .menu_seller, .menu_terms, .menu_search:hover, .menu_add:hover, .menu_list:hover, .menu_send:hover, .menu_money:hover, .menu_report:hover, .menu_fav:hover, .menu_msgs:hover, .menu_site:hover, .menu_shop:hover, .menu_all:hover, .menu_set:hover, .menu_contacts:hover, .menu_partner:hover, .menu_buyer:hover, .menu_seller:hover, .menu_terms:hover {
	background-image: url(/images/m/dark/main_menu_icons.svg?03);
}

.list_nophoto, .gallery_nophoto {
	background-image: url(/images/m_new/dark/nophoto.svg);
}

.select, .dop_search select, #citysel, .metro .select {
	background-image: url(/images/m/dark/select_bg.svg?02);
}

.category a div, .category_line a div {
	background-image: url(/images/m_new/dark/catround_icons.svg);
}

.msgs_type_search a {
	background: #333;
	border-right-color: #121212;
}

.msgs_view_search a {
	opacity: 0.2;
}

.msgs_view_list_act, .msgs_view_gallery_act {
	opacity: 1 !important;
}

.rating_block {
    background: #414141;
}

.rating_detailed_line {
    background: #414444;
}









.mobile_menu {
	background-color: rgba(18, 18, 18, 0.98); 
}

.mobile_menu a {
	color: #999;
}

.mobile_menu a:hover {
	color: #aaa;
}

div.mobile_menu_search, div.mobile_menu_fav, div.mobile_menu_add, div.mobile_menu_chat, div.mobile_menu_user {
	background-image: url(/images/m_new/dark/mobile_menu_bg.svg);
}

.mobile_menu_chat small {
	border-color: #121212;
}

footer {
	background: #212121;
}

footer p, footer p a {
	color: #bbb;
}




.top_scroll, .top_scroll_main {
    background-color: #121212 !important;
}

.search_scroll, .top_scroll .search_scroll {
	background-color: #333 !important;
	background-image: url(/images/m_new/dark/search_bg.svg);
}

.search_menu {
	background-image: url(/images/m_new/dark/search_menu.svg);
}

.search_save_off {
	background-image: url(/images/m_new/dark/search_save_off.svg);
}




img[src*="off.svg"] {
	filter: invert(100%);
}





.title_link_all, .title_link_all:hover {
	background: #6b6b5c;
}

.plug_block {
	background-color: #212121;
}

.show_more, .msg_place_here {
	color: #dfdfdf;
	background: #2f393f;
}

a:hover, .footer_menu a:hover, .params a:hover, .podrazdely a:hover, .params_show_more a, .params_show_more a:hover, .list_params a:hover, .profile_balance small a:hover, .menu_list:hover, .menu_user:hover, .menu_send:hover, .menu_site:hover, .menu_shop:hover, .menu_set:hover, .menu_partner:hover, .menu_buyer:hover, .menu_seller:hover, .russia p a:hover, .msg_menu a:hover, .msg_menu_block a:hover, .list_data a:hover, .fav_search_title:hover, .show_more:hover, .msg_place_here:hover {
	color: #fff;
}


dark **/




