html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	background: #fff;
}

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

input, select, textarea {
	font-family: Arial;
	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: #000;
	text-decoration: none;
}

a:hover {
	color: #06c;
}

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

header {
	margin-bottom: 50px;
	flex: 0 0 auto;
}

main {
	margin-bottom: 150px;
	flex: 1 0 auto;
}

footer {
	height: 200px;
	flex: 0 0 auto;
	background: #f0f0f0;
}

.content_center {
	margin: 0 auto;
	padding: 0 20px; 
	max-width: 1360px;
	min-width: 1000px;
}

.top {
	padding: 0 20px;
	height: 93px;
	overflow: hidden;
}

.logo {
	margin-top: 27px;
	display: block;
	float: left;
}

.region {
	margin: 36px 0 0 56px;
	padding: 2px 0 0 30px;
	max-width: 200px;
	height: 28px;
	float: left;
	background: url(/images/pc/region_icon.svg) no-repeat;
	overflow: hidden;
}

.region a {
	line-height: 18px;
	display: inline-block;
	border-bottom: 1px dotted #000;
	white-space: nowrap;
}

.region a:hover {
	border-bottom: 1px dotted #06c;
}

.region_block {
	padding: 20px 16px;
	width: 300px;
	position: absolute;
	top: 10px;
	left: 250px;
	z-index: 1000;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

.region_block input {
	background-size: 28px auto;
	background-image: url(/images/pc/select_grey_bg.svg);
	background-position: right 23px;
	background-repeat: no-repeat;
	background-size: 33px auto;
}

.region_block li a {
	margin-bottom: 0;
	padding: 10px 18px 7px;
	display: block;
	line-height: 18px;
	border-radius: 8px;
}

.region_block li a:hover {
	background: #f7f7f7;
}

.region_block li:last-child a, .region_block li:last-child a:hover {
	display: inline-block;
	background: #fff;
}

.region_block li span {
	font-size: 14px;
	color: #999;
}

.add, .add:hover {
    margin: 29px 0 0 0;
    padding-top: 9px;
    width: 220px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    float: right;
    text-align: center;
    background: #21b40e;
    border-radius: 20px;
}

.add:hover {
    background: #1ba909;
}

.menu {
	margin: 38px 5% 0 0;
	float: right;
}

.menu_link {
	margin-right: 25px;
	height: 24px;
	display: block;
	float: left;
}

.menu_link:last-child {
	margin-right: 0;
}

.menu_fio {
	max-width: 140px;
	word-break: break-word;
	overflow: hidden;
}

.menu_avatar, .menu_avatar:hover {
	margin: -15px 12px 0 15px;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	background-color: #fea51a;
	border-radius: 24px;
	overflow: hidden;
}

.menu_avatar span {
	margin-top: 7px;
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.menu_avatar img {
	width: 48px;
	height: 48px;
}

.menu sup {
	line-height: 14px;
}

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

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

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

.search {
	display: flex;
	height: 48px;
}

.search_select {
	margin-right: 10px;
	flex: 0 0 auto;
	background: #1ca4f0;
	border-radius: 8px;
	overflow: hidden;
}

.search_select select {
	height: 48px;
	color: #fff;
	background-color: #1ca4f0;
	background-image: url(/images/pc/select_blue_bg.svg);
	background-position: right 21px;
}

.search_select select option {
	color: #000;
	background: #fff;
}

.search_form {
	padding: 2px;
	flex: 1 1 auto;
	background: #1ca4f0;
	border-radius: 8px 0 0 8px;
	position: relative;
}

.searching {
	padding: 1px 80px 0 16px;
	width: 100%;
	height: 44px;
	border-radius: 6px;
}

.search_button {
	flex: 0 0 auto;
	width: 130px;
	background: #1ca4f0;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}

.search_button input {
	padding-top: 1px;
	width: 130px;
	height: 48px;
	color: #fff;
	background: #1ca4f0;
	cursor: pointer;
}

.search_button input:hover {
	background: #0a9bec;
}

.search_save, .search_settings {
    width: 24px;
    height: 21px;
    position: absolute;
    top: 14px;
    right: 20px;
}

.search_settings {
    height: 22px;
    top: 13px;
}

.search_save input, .search_settings input {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    width: 24px;
    height: 21px;
    border: none;
}

.search_settings input {
    height: 22px;
}

.search_save_off {
    background: url(/images/pc/search_save_off.svg) 0 0 no-repeat;
}

.search_save_on {
    background: url(/images/pc/search_save_on.svg) 0 0 no-repeat;
}

.search_params_show {
    background: url(/images/pc/search_settings_icon.svg) 0 0 no-repeat;
}

.search_params_show_on, .search_params_show:hover {
    background: url(/images/pc/search_settings_icon.svg) 0 -30px no-repeat;
}

.search_params {
	margin-top: 10px;
	padding: 30px 30px 18px 30px;
	background: #e3f7ff;
	border-radius: 20px;
}

.search_params select, .search_params input {
	margin: 0 12px 12px 0;
	width: auto;
	height: 44px;
	display: inline-block;
	background-color: #fff;
	border-radius: 8px;
}

.search_params select {
	background-size: 28px auto;
	background-image: url(/images/pc/select_bg.svg);
	background-position: right 20px;	
}

.search_params_standart {
	min-width: 210px;
}

.search_params_range {
	min-width: 170px;
}

.search_params input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#searchformconfirm input {
	margin: 12px 0 12px 0;
	padding-top: 3px;
	width: 260px;
	height: 54px;
	text-align: center;
	background-color: #a4def5;
	cursor: pointer;
}

#searchformconfirm input:hover {
	background-color: #92d6f1;
}

.footer_menu {
	margin: 27px 0 15px 0;
	min-height: 24px;
}

.footer_menu a {
	margin-right: 20px;
	font-size: 15px;
}

.footer_info {
	margin-bottom: 18px;
}

.footer_info, .footer_info a {
	font-size: 15px;
	color: #333;
}

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

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

.category a {
	margin: 0 6px 36px;
	width: 120px;
	display: inline-block;
	text-align: center;
}

.category a div {
	margin: 0 auto 11px;
	width: 96px;
	height: 96px;
	border-radius: 48px;
	background-size: 96px auto;
	background-image: url(/images/pc/catround_icons.svg);
	background-repeat: no-repeat;
	background-color: #d4f6ff;
}

.category a:hover div, .category a.cat_round_shops div {
	background-color: #fff0b1;
}

.category a img {
	margin: 0 auto 11px;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3, .title26, .title20, .msg_price span, .msg_price .msg_noprice {
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
}

h2, .title26 {
	font-size: 26px;
}

h3, .title20 {
	font-size: 20px;
}

.title_link_all {
    margin-top: -2px;
	padding-top: 5px;
	width: 150px;
	height: 30px;
	font-size: 14px;
    font-weight: normal;
	text-align: center;
    display: inline-block;
    float: right;
	background: #eeeeca;
	border-radius: 5px;
}

.title_link_all:hover {
	color: #000;
	background: #ededbb;
}

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

.content_columns_240 .gallery, .content_columns_360 .gallery, .content_columns_340 .gallery {
	grid-template-columns: repeat(4, minmax(210px, 1fr));

}

.gallery_line {
	max-height: 330px;
	overflow: hidden;
}

.gallery_item, .gallery_item_add {
	height: 330px;
}

.gallery_photo, .gallery_photo_add, .gallery_nophoto {
	height: 210px;
	background-color: #f8f8f8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}

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

.gallery_info {
	padding-top: 11px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.gallery_price, .gallery_price_color, .gallery_noprice {
    margin-bottom: 4px;
    padding-top: 1px;
    font-size: 18px;
	font-weight: bold;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

.list_price_color, .gallery_price_color {
    padding: 1px 8px 0 8px;
    background: #fff2ad;
    border-radius: 3px;
}

.gallery_title {
    margin-bottom: 7px;
    max-height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
text-overflow: ellipsis;
}

.gallery_data {
    max-height: 21px;
	display: block;
    overflow: hidden;
}

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

.gallery_data a:hover {
	color: #000;
}

.gallery .favorite, .list .favorite {
    position: absolute;
    top: 14px;
    right: 0;
    width: 18px;
    height: 16px;
}

.gallery .flag, .list .flag {
    position: absolute;
    top: 15px;
    right: 0;
    width: 15px;
    height: 17px;
}

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

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

.gallery_photo_add:hover {
	background-size: 260px auto;
	transition: 0.2s;
}

.gallery small {
	display: none;
}

.list_item {
	height: 210px;
	position: relative;
}

.list_photo {
	width: 210px;
	height: 210px;
	float: left;
	background-color: #f8f8f8;
	border-radius: 8px;
}

.list_photo img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	border-radius: 8px;
}

.list_info {
	margin-left: 230px;
}

.list_info_main {
	padding-top: 8px;
    height: 172px;
}

.list_info_footer {
    height: 30px;
	overflow: hidden;
}

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

.list_info_footer a:hover {
	color: #000;
}

.list_info_footer span {
	margin-left: 20px;
}

.list_title {
    margin: 0 0 1px 0;
    max-height: 22px;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
max-width: 90%;
text-overflow: ellipsis;
}

.list_price {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.list_params, .list_text {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
}

.list_params, .list_text, .list_params a {
	font-size: 15px;
}

.list_text {
    color: #333;
}

.str2 {
    max-height: 45px;
}

.str4 {
    max-height: 90px;
}

.list .favorite {
    top: 5px;
}

.list .flag {
    top: 6px;
}

.list .arrow_up {
    top: 5px;
}

.list small {
	margin-bottom: 30px;
    font-size: 12px;
    display: block;
    text-align: center;
    background: #f8f8f8;
	border-radius: 8px;
}

.rlist {
	width: 100%;
	height: 210px;
	background: #f7f7f7;
	border-radius: 8px;
}

.rlist img {
    margin: 45px;
    width: 120px;
    height: 120px;
    display: block;
    float: left;
}

.rlist div {
	padding: 52px 30px 30px 230px;
}

.rlist p {
	margin-bottom: 23px;
}

.rgallery {
	width: 100%;
	height: 330px;
	text-align: center;
	background: #f7f7f7;
	border-radius: 8px;
}

.rgallery img {
	margin: 40px 0 30px;
	width: 100px;
	height: 100px;
}

.rgallery p {
	padding-bottom: 35px;
}

.rgallery_link, .rlist_link {
	padding: 9px 20px;
	display: inline-block;
	border-radius: 8px;
	background: #67b0e9;
	color: #fff;
}

.rlist_link {
	font-size: 18px;
}

.rgallery_link:hover, .rlist_link:hover {
	color: #fff;
	background: #50a4e4;
}

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

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

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

.pages a, .pages span {
    margin-right: 6px;
    padding-top: 11px;
    width: 46px;
    height: 35px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}

.act_page, .pages a:hover {
    text-decoration: none;
    background: #ebf7ff;
    border-radius: 23px;
}

.next_page {
    margin: 0 !important;
    width: 168px !important;
}

.main_info p, .main_info a {
	font-size: 15px;
}

.main_info a {
	text-decoration: underline;
}

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

.content_columns_240, .content_columns_360, .content_columns_340 {
	display: flex;
}

.content_left {
	flex: 1 1 auto;
overflow: hidden;
}

.content_right {
	flex: 0 0 auto;
overflow: hidden;
}

.content_columns_240 .content_right {
	margin-left: 60px;
	width: 240px;
}

.content_columns_360 .content_right {
	margin-left: 40px;
	width: 360px;
}

.content_columns_340 .content_right {
	margin-left: 50px;
	width: 340px;
}

.params a, .params a:hover, .podrazdely a, .podrazdely a:hover {
    margin: 0 10px 10px 0;
    padding: 8px 18px;
    height: 22px;
    display: inline-block;
    border-radius: 8px;
    background: #e3f7ff;
}

.params_all {
	display: inline;
}

.params_show_more a, .params_show_more a:hover {
	color: #06c;
}

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

.msgs_menu {
	height: 33px;
}

.msgs_filter {
	margin-right: 100px;
	height: 33px;
}

.msgs_filter span, .msgs_filter a {
    margin-right: 10px;
    padding: 7px 16px 5px;
	font-size: 14px;
    display: inline-block;
    float: left;
	background: #f2f2f2;
	border-radius: 5px;
}

.msgs_filter span {
	color: #fff;
	background: #0f0f0f;
}

.msgs_view {
    margin-top: 6px;
    width: 80px;
    float: right;
}

.msgs_view a {
    margin-left: 10px;
    width: 21px;
    height: 21px;
    display: block;
    float: right;
    background: url(/images/pc/view_icons.svg) no-repeat;
    background-size: 21px auto;
}

.msgs_view_gallery {
    background-position: 0 -60px !important;
}

.msgs_view_gallery_act {
    background-position: 0 -90px !important;
}

.msgs_view_list {
    background-position: 0 0 !important;
}

.msgs_view_list_act {
    background-position: 0 -30px !important;
}

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

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

.msgs_map_open span {
	margin-top: 30px;
	padding: 18px 0 0 97px;
	width: 420px;
	height: 60px;
	font-size: 18px;
	display: inline-block;
	background: #fff url(/images/pc/msgs_map_icon.svg) 60px 20px no-repeat;
	border-radius: 30px;
	box-sizing: border-box;
}

.msgs_map_block, .msg_map_block {
	height: 530px;
	display: none; 
}

.msgs_map_close, .msgs_map_close:hover {
	margin-bottom: 10px;
	padding-top: 18px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 8px;
	box-sizing: border-box;
}

.nav, .nav a {
	color: #666;
}

.nav a:hover {
	color: #06c;
}

.msg_photo {
	text-align: center;
	background: #f8f8f8;
}

.msg_photo img {
    max-height: 460px;
}

.msg_photo_v1 {
    height: 140px;
}

.msg_photo_v2 {
    height: 250px;
}

.msg_photo_v3 {
    height: 460px;
}

.msg_photo_v4 {
    height: 544px;
}

.msg_params p {
	column-count: auto;
	column-width: 250px;
	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 p {
	margin-right: 13px;
}

.msg_address .button_text {
	text-transform: lowercase;
}

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

.vk {
	background-position: 0 0;
}

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

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

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

.ok {
	background-position: 0 -200px;
}

.ok:hover {
	background-position: 0 -250px;
}

.twitter {
	background-position: 0 -300px;
}

.twitter:hover {
	background-position: 0 -350px;
}








.login_social .vk, .login_social .facebook, .login_social .google, .login_social .mail_social, .login_social .yandex_social, .login_social .tinkoff_social, .login_social .apple, .login_social .sber_social {
	margin-right: 11px;
	width: 48px;
	height: 48px;
	background-size: 48px auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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










.msg_title {
	width: 95%;
}

.msg_footer {
	height: 24px;
}

.msg_data {
	float: left;
}

.msg_menu {
	float: right;
}

.msg_data_info, .msg_data_view, .msg_data_like {
	margin-right: 25px;
	float: left;
	text-transform: lowercase;
}

.msg_data_view img, .msg_data_like img {
	margin: 0 8px -1px 0;
	display: inline-block;
}

.msg_data_like img {
	margin-right: 6px;
}

.msg_menu_block {
	width: 200px;
	/**
	padding: 13px 20px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 1000;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
	**/
}

.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: 20px;
	padding-left: 21px;
	display: block;
	float: right;
	background: url(/images/pc/msg_menu_icons.svg) no-repeat;
	background-size: 18px auto;
}

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

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

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

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

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

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

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

.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_footer .favorite {
	padding-left: 25px;
	display: inline;
	float: right;
	position: relative;
}

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

.msg_price {
	margin: 34px 0 20px 0;
	height: 43px;
}

.msg_price .favorite {
	margin-top: 1px;
	width: 36px;
	height: 31px;
	float: right;
}

a.msg_noprice:hover {
	color: #06c !important;
}

.msg_phone, .msg_phone_link, .msg_phone_link:hover, .msg_mail, .msg_mail:hover {
	height: 56px;
	text-align: center;
	display: block;
	background: #1ca3f0;
	border-radius: 10px;
}

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

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

.msg_phone img {
	margin-top: 18px;
	margin-left: 10px;
}

.msg_mail {
	background: #28c015;
}

.msg_mail:hover {
	background: #1eb40b;
}

.msg_avatar {
	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 {
	min-height: 60px;
}

.msg_user p {
	padding: 7px 80px 0 0;
}

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





.msg_dark_link, .msg_dark_link:hover, .msg_light_link, .msg_light_link:hover {
	padding: 12px 0 0 0;
	height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	background: #1ca3f0;
}

.msg_dark_link:hover {
	background: #119ae8;
}

.msg_light_link, .msg_light_link:hover {
	color: #3692da;
	background: #cfedff;
}

.msg_light_link:hover {
	background: #c1e8ff;
}







/** 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_block_kupi {
	margin: 0 auto;
	width: 178px;
	height: 32px;
}

.rating_block_kupi .rating, .rating_block_kupi .rating_choose {
	height: 32px;
}

/** 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;
}






/** city_ind up **/

.up_like, .up_like:hover {
	margin: 0 auto;
	padding: 8px 0;
	width: 490px;
	height: 46px;
	color: #0b9174;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d1ede7;
	border-radius: 23px;
}

.up_like:hover {
	border: 1px solid #45d3b4;
}

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

.list_share {
	margin: 20px 0 40px;
    padding: 20px 25px 22px 25px;
    background: #f7f7f7;
    border-radius: 8px;
}

.list_share span {
    font-size: 15px;
}

/** city_ind up end **/











.shops .list_photo img {
	object-fit: contain;
}

.shops .list_title {
	margin: 0 0 11px 0;
}

.list_goods {
	margin-bottom: 12px;
	max-height: 70px;
	overflow: hidden;
}

.list_goods a {
	margin-right: 10px;
	width: 70px;
	height: 70px;
	display: inline-block;
	background-size: cover;
	border-radius: 5px;
}

.shops .list_params a {
	margin-left: 5px;
}

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

.grey_block_main {
	padding: 40px;
	border-radius: 30px;
}

.shop_info_photo {
	margin: 0 auto 25px;
	max-width: 280px;
	display: block;
	object-fit: cover;
}

.shop_info h2, .user_info h2 {
	font-size: 24px;
}

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

.shop_add_logo:hover, .msg_add_photo:hover {
	opacity: 1;	
}

.shop_add_logo:hover, .msg_add_photo:hover {
	color: #2695df;
}

.user_info_main {
	padding-bottom: 13px;
}

.user_info .msg_avatar {
	margin: 0 auto 25px;
	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;
}

.shop_info .msg_phone img {
	margin-top: 18px;
	width: 180px;
}

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

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

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

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

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

.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/pc/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;
}

.width_400 {
	width: 400px;
}

.button, .button:hover {
	padding-top: 1px;
	width: 100%;
	height: 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #1ca3f0;
	border-radius: 5px;
	cursor: pointer;
}

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


.button_signin, .button_signin:hover {
	padding: 10px 30px 0 30px;
	width: 240px;
	height: 44px;
	background: #389d19;
}

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

.google_play_badge {
	margin-right: 11px;
}

.favorite_msgs_top {
	height: 34px;
	background: #f8f8f8;
	border-radius: 8px;
}

.favorite_msgs_top a, .favorite_msgs_del, .favorite_search_del {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/images/pc/close_grey.svg) no-repeat;
	background-size: 16px auto;
	background-position: 0 0;
}

.favorite_msgs_top a:hover, .favorite_msgs_del:hover, .favorite_search_del:hover {
	background-position: 0 -36px;
	cursor: pointer;
}

.favorite_msgs_top a {
	margin: 9px 10px 0 0;
	float: right;
}

.favorite_msgs_del {
    position: absolute;
    top: 3px;
    right: 10px;
}

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

.favorite_search td .favorite_search_del {
	margin-bottom: -2px;
}

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

.favorite_search th {
	padding: 6px 12px 0 12px;
	height: 28px;
	background: #f8f8f8;
	border-radius: 5px;
}

.favorite_search th img {
	margin-bottom: 1px;
}

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

.favorite_search td img {
	margin-bottom: -5px ;
}

.favorite_search td a, .favorite_search td a:hover {
	text-decoration: none;
}












.comment_block {
	padding: 40px;
}

.comment_link, .comment_link:hover {
	margin: 0 5px;
	padding: 9px 0 7px;
	width: 70px;
	display: inline-block;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #ededed;
	border-radius: 20px;
}

.comment_link:hover {
	background: #e4e4e4;
}

.comment_link_yes, .comment_link_yes:hover {
	color: #fff;
	background: #68bc19;
}

.comment_link_yes:hover {
	background: #61b214;
}

.comment_block img {
	background: #dedede;
}




.delivery, .msg_old {
    padding: 20px 23px;
    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 {
    padding-bottom: 7px;
}

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






/** banners **/

.banner_kupi {
	margin: 35px auto 0;
	padding: 26px 24px 30px 24px;
	width: 240px;
	background: #f7f7f7;
	border-radius: 20px;
}

.banner_site {
	background: #f1f9ff;
}

.banner_domen {
	background: #ebffce;
}

.banner_shop {
	background: #fdffcd;
}

.banner_kupi div {
	margin: 0 auto 20px;
	width: 110px;
	height: 110px;
	background-color: #fff;
	background-image: url(/images/pc/banners_icons.svg);
	background-position: center 0;
	background-repeat: no-repeat;
	border-radius: 55px;
}

.banner_site div {
	background-position: center 28px;
}

.banner_domen div {
	background-position: center -62px;
}

.banner_shop div {
	background-position: center -174px;
}

.banner_kupi p {
	margin-bottom: 20px;
	color: #353533;
	text-align: center;
}

.banner_kupi p span {
	color: #39c;
}

.banner_kupi a, .banner_kupi a:hover {
	padding: 9px 0 8px;
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #2eba24;
	border-radius: 8px;
}

.banner_kupi a:hover {
	background: #24af1a;
}

/** banners end **/






.russia {
	display: flex;
	gap: 20px;
}

.russia div {
	flex: 1 1 auto;
}

.russia span {
	font-weight: bold;
}

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

.captcha {
	position: relative;
}

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

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

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

.error_green {
    color: #090;
	background: #f2fff3;
}

.note {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

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



/** modal **/

.modal_block {
    padding: 40px 30px;
    width: 400px;
    background: #fff;
    position: relative;
    border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

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

.modal_block textarea, .feedback_form textarea  {
    height: 64px;
}

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

.modal_block_close:hover {
	background-position: 0 -54px;
}

.modal_block_640 {
	padding: 40px;
	width: 640px;
}

.region_block .modal_block_close {
	top: 15px;
	right: -38px;
}

/** modal end **/



/** help page **/

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

.fake_link {
}

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

.ul_default li {
	margin: 2px 0;
}

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

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

/** help page end **/


/** all services **/

.all_serv a {
	margin: 0 2% 2% 0;
	width: 32%;
	height: 210px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	background-color: #ccc;
	background-size: cover;
}

.banner_long {
	width: 66% !important;
}

.banner_full {
	width: 100% !important;
}

.all_serv a span {
	margin: 130px 0 0 25px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: block;
}

.margin_right_none {
	margin-right: 0 !important;
}

/** all services end **/






.grey_block_main #yandex_map {
	margin: -5px -5px 30px 60px;
	width: 440px;
	height: 440px;
	float: right;
	border-radius: 20px;
	overflow: hidden;
}

.add_banner {
	padding: 60px 400px 0 60px;
	width: 860px;
	height: 295px;
	border-radius: 20px;
	background-color: #d2eef9;
	background-image: url(/images/pc/add_banner_bg.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 295px;	
}

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

.add_banner p, .add_banner span {
	font-size: 26px;
	line-height: 1.2;
}

.add_banner span {
	margin-left: -60px;
	padding: 16px 0 0 60px;
	width: 420px;
	height: 62px;
	color: #fff;
	background-color: #20b30e;
	border-radius: 0 31px 31px 0;
}

.add_banner p strong {
	color: #f89510;
	font-style: italic;
}

.arrow_up_example {
	right: 0 !important;
}



.cat_list {
	width: 340px;
}

.cat_list li a {
	padding: 7px 0;
	display: block;
}

.cat_list li a:hover {
	margin-left: -20px;
	padding: 7px 20px;
	color: #fff;
	background: #000;
	border-radius: 5px;
}




#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;
}





@media only screen and (max-width: 1180px) {
	.content .gallery {grid-template-columns: repeat(4, minmax(210px, 1fr));}
	.menu_fio {display: none;}
}

@media only screen and (max-width: 1260px) {
	.content_columns_240 .gallery {grid-template-columns: repeat(3, minmax(206px, 1fr));}
}

@media only screen and (min-width: 1120px) and (max-width: 1360px) {
	.content_columns_360 .gallery, .content_columns_340 .gallery {grid-template-columns: repeat(3, minmax(206px, 1fr));}
}

@media only screen and (max-width: 1119px) {
	.content_columns_360 .gallery, .content_columns_340 .gallery {grid-template-columns: repeat(2, minmax(206px, 1fr));}
}










.width100 {
	width: 100%;
}

.block {
	display: block;
}

.inline_block {
	display: inline-block;
}

.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_50 {
	margin-top: 50px;
}

.margin_top_35 {
	margin-top: 35px;
}

.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;
}

.padding_40 {
	padding: 40px !important;
}

a.a_blue {
	color: #06c;
}

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

a.a_dashed {
	line-height: 1.2;
	display: inline-block;
	border-bottom: 1px dashed #000;

}

a.a_dashed:hover {
	border-bottom: 1px dashed ##06c;
}

.white_text {
	color: #fff !important;
}

.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;
}

.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;
}








/** searchword **/

#ui-id-1, #ui-id-2 {
	padding: 15px 0;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

#ui-id-1 li, #ui-id-2 li {
	display: block;
	width: 100%;
	line-height: 18px;
}

#ui-id-1 li div, #ui-id-2 li div {
	margin-bottom: 2px;
	padding: 9px 15px 6px 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	display: block;
}

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

.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: #06c !important;
	border: 1px solid #fff !important;
	border-bottom: none !important;
	background: #f7f7f7 !important;
	border-radius: 8px;
}

/** searchword end **/


/** favorite popup **/

.webui-popover-inner h3 {
	display: none;
}

.webui-popover-inner a {
	color: #06c;
}

.webui-popover-inner a:hover {
	text-decoration: underline;
}

/** favorite popup end **/


.msg_menu_block a {
	color: #000;
}

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






/** popup **/

.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-focus { 
	border: 1px solid #ccc !important; 
	background: #ccc !important;
}

.ui-state-hover { 
	border: 1px solid #ededed !important; 
	background: #ededed !important;
}

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

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

.ui-dialog {
	z-index: 10000 !important;
}

.ui-draggable .ui-dialog-titlebar {
	margin-bottom: 10px;
}

.ui-widget-content a {
	color: #06c !important;
}

.ui-widget-content p {
	padding-bottom: 12px;
}

/** popup end **/



/** popup new **/

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

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

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

/** popup new end **/


.user_menu {
	padding: 15px 0;
	width: 270px;
}

.user_menu ul:first-child {
	border-bottom: 1px solid #ededed;
}

.user_menu ul li {
	padding: 4px 19px;
}

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