@import url("reset.css");

@media (min-width: 1024px) and (max-width: 8000px) {

html, body {
	height:100%;
}

body {
	background:#FCEBCC url(../images/fon_top.gif) repeat-x;
	font-family:Tahoma;
	font-size:12px;
}

#page {
	width:990px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}
.header {
	height:161px;
	background: url(../images/fon_header.png) no-repeat;
}
.left_header {
	width:324px;
	float:left;
	color:#8F1B1B;
	font-size:14px;
	margin-left:170px;
	/*_margin-left:100px;*/
	padding-top:50px;
}
.left_header h1 {
	color:#8F1B1B;
	font-size:14px;
	padding-top:4px;
	font-weight:normal;	
}
.ht {
	color:#333;
	font-size:9px;
}
.logo {
	width:260px;
	height:40px;
	display:block;
	background: url(../images/logo.png) no-repeat;
	text-decoration:none;
	position:relative;
}
.right_header {
	width:138px;
	float:right;
	padding-top:18px;
}

/*=====================================================*/
.top_menu {
	list-style:none;
	height:50px;
	margin:0; 
	padding:0 0 0 18px;
	background: url(../images/fon_menu.png) repeat-x;
	border-top:1px solid #474747;
	border-bottom:1px solid #474747;
	font-size:16px;
}
.top_menu li {
	float:left;
	height:50px;
	overflow:hidden;
	background: url(../images/li_hover.png) 0 50px no-repeat;
	border-right:1px solid #474747;
}
.top_menu li:hover {
	background: url(../images/li_hover.png) 0 0 repeat-x;
	_background:none;
}
.top_menu li p {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 50px no-repeat;
}
.top_menu li p:hover {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 0 no-repeat;
	_background:none;
}
.top_menu li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	height:50px;
	background: url(../images/a_hover.png) 0 50px no-repeat;
	padding:14px 17px 0 17px;
}
.top_menu li a:hover {
	color:#474747;
	text-decoration:none;
	background: url(../images/a_hover.png) right 0 no-repeat;
	_background:none;
	_color:#fff;
}

/*=====================================================*/

.container {
	background:url(../images/fon_cont.gif) repeat-y;
	padding:10px 0 0 0;
}
.left_col {
	width:730px;
	float:left;
	margin-left:30px;
	_margin-left:12px;
}
*+html .left_col {
	margin-left:20px;
}
.block {
	width:100%;
	margin:0 auto;
}
.block td {
	vertical-align:top;
}
.head  {
	padding-top:20px;
}
.head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 36px;
}
.head h2 a {
	color:#CB1D1D;
}
.head img {
	float:left;
	position:relative;
	top:-2px;
}

.block ul {
	list-style:none;
	margin:0; 
	padding:0 0 0 36px;
}
.block li {
	margin:0 0 6px 0;
	_text-indent:-16px;
}
*+html .block li {
	text-indent:-16px;
}
.block li a {
	color:#8F391B;
}
.block li a:hover {
	color:#8F391B;
	text-decoration:none;
}
.block-right li a {
	color:#8f391b;
	font-size:10px;
}
.block-right li a:hover {
	color:#8f391b;
	text-decoration:none;
}
/*=====================================================*/
.right_col {
	width:214px;
	float:right;
	padding-bottom:12px;
}
.right_col .head  {
	padding-top:20px;
	position:relative;
	left:-10px;
}
.right_col  .pog   {
	margin-bottom:12px;
}
.right_col  .pog img  {
	position:relative;
	top:-6px;
}
.right_col .head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 38px;
}
.news_top {
	font-size:14px;
	font-weight:bold;
	padding:0 6px 0 0;
}
.news_top a {
	color:#8F391B;
	font-size:12px;
	display:block;
	margin:3px 0 5px 0;
	font-weight:normal;
}
.ban_pogoda {
	padding:4px 0 4px 12px;
}
.ban_pogoda img {
	border:1px solid #BEBDBD;
}
.news {
	color:#000;
	font-size:11px;
	padding:0 8px 0 0;
}
.news a {
	color:#8F391B;
	display:block;
	padding:2px 8px 0 0;
	margin:4px 0 6px 0;
	line-height:1.2;
}
.news span a {
	margin-top:16px;
}
.news .head h2  {
	margin-bottom:12px;
}
.news h2 a {
	margin:0;
	padding:0;
}
.news a.all_news {
	font-weight:bold;
	font-size:11px;
	color:#CB1D1D;
	margin-top:8px;
}
/*=====================================================*/



.clear {
	clear:both;
}
.footer {
	color:#636363;
}
.top_footer {
	background:#E3E3E3;
}
.left_footer {
	width:300px;
	float:left;
	font-size:12px;
	margin-left:28px;
	padding:10px 0 8px 0;
	line-height:1.5;
}
.right_footer  {
	width:260px;
	float:right;
	margin-right:10px;
	text-align:right;
	padding:30px 0 0 0;
}
.right_footer img  {
	margin-right:2px;
}
.bott {
	text-align:center;
	padding:12px 0 12px 0;
	background:#ffffff;
}
.bott a {
	color:#269105;
}

}


/*============================================================================================
==============================================================================================
==============================================================================================
============================================================================================*/

@media (min-width: 640px) and (max-width: 1023px) {

html, body {
	height:100%;
}

body {
	width: 100%;
	background:#FCEBCC url(../images/fon_top.gif) repeat-x;
	font-family:Tahoma;
	font-size:12px;
}

#page {
	width:640px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow: hidden;
}
.header {
	height:161px;
	background: url(../images/fon_header.png) no-repeat;
}
.left_header {
	width:324px;
	float:left;
	color:#8F1B1B;
	font-size:14px;
	margin-left:170px;
	/*_margin-left:100px;*/
	padding-top:50px;
}
.left_header h1 {
	color:#8F1B1B;
	font-size:14px;
	padding-top:4px;
	font-weight:normal;	
}

.left_header :nth-child(2) {
	width: 270px !important;
}
.ht {
	float: left;
	padding-right: 30px;
	width: 580px;
	line-height: 30px;
	text-align: center;
	color:#333;
	font-size:9px;
}
.logo {
	width:260px;
	height:40px;
	display:block;
	background: url(../images/logo.png) no-repeat;
	text-decoration:none;
	position:relative;
}
.right_header {
	width:115px;
	float:right;
	padding-top:18px;
}

/*=====================================================*/
.top_menu {
	list-style:none;
	height:50px;
	margin:0; 
	padding:0 0 0 18px;
	line-height: 22px;
	background: url(../images/fon_menu.png) repeat-x;
	border-top:1px solid #474747;
	border-bottom:1px solid #474747;
	font-size:13px;
}
.top_menu li {
	float:left;
	height:50px;
	overflow:hidden;
	background: url(../images/li_hover.png) 0 50px no-repeat;
	border-right:1px solid #474747;
}

.top_menu li:last-child {
	border-right: 0px solid transparent;
}
.top_menu li:hover {
	background: url(../images/li_hover.png) 0 0 repeat-x;
	_background:none;
}
.top_menu li p {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 50px no-repeat;
}
.top_menu li p:hover {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 0 no-repeat;
	_background:none;
}
.top_menu li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	height:50px;
	background: url(../images/a_hover.png) 0 50px no-repeat;
	padding:14px 17px 0 17px;
}
.top_menu li a:hover {
	color:#474747;
	text-decoration:none;
	background: url(../images/a_hover.png) right 0 no-repeat;
	_background:none;
	_color:#fff;
}

/*=====================================================*/

.container {
	background:url(../images/fon_cont.gif) repeat-y;
	padding:10px 0 0 0;
}

.left_col {
	width:610px;
	float:left;
	margin-left:30px;
	/*_margin-left:12px;*/
}

*+html .left_col {
	margin-left:20px;
}

.left_col .advs {
	width: 610px !important;
}

.advs tr :nth-child(3) {
	margin-left: -153px;
	width: 400px !important;
	/*display: none;*/
	height: 0px !important;
	overflow: hidden;
}

.advs tr td.desc {
	margin-left: 0px !important;
	width: 400px !important;
	display: block !important;
	height: auto !important;
	overflow: none;
}

tbody iframe {
	display: none !important;
	float: left;
	width: 130px !important;
}



.block {
	width:100%;
	margin:0 auto;
}
.block td {
	vertical-align:top;
}
.head  {
	padding-top:20px;
}
.head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 36px;
}
.head h2 a {
	color:#CB1D1D;
}
.head img {
	float:left;
	position:relative;
	top:-2px;
}

.block ul {
	list-style:none;
	margin:0; 
	padding:0 0 0 36px;
}
.block li {
	margin:0 0 6px 0;
	_text-indent:-16px;
}
*+html .block li {
	text-indent:-16px;
}
.block li a {
	color:#8F391B;
}
.block li a:hover {
	color:#8F391B;
	text-decoration:none;
}
.block-right li a {
	color:#8f391b;
	font-size:10px;
}
.block-right li a:hover {
	color:#8f391b;
	text-decoration:none;
}
/*=====================================================*/
.right_col {
	width:214px;
	float:right;
	padding-bottom:12px;
}
.right_col .head  {
	padding-top:20px;
	position:relative;
	left:-10px;
}
.right_col  .pog   {
	margin-bottom:12px;
}
.right_col  .pog img  {
	position:relative;
	top:-6px;
}
.right_col .head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 38px;
}
.news_top {
	font-size:14px;
	font-weight:bold;
	padding:0 6px 0 0;
}
.news_top a {
	color:#8F391B;
	font-size:12px;
	display:block;
	margin:3px 0 5px 0;
	font-weight:normal;
}
.ban_pogoda {
	padding:4px 0 4px 12px;
}
.ban_pogoda img {
	border:1px solid #BEBDBD;
}
.news {
	color:#000;
	font-size:11px;
	padding:0 8px 0 0;
}
.news a {
	color:#8F391B;
	display:block;
	padding:2px 8px 0 0;
	margin:4px 0 6px 0;
	line-height:1.2;
}
.news span a {
	margin-top:16px;
}
.news .head h2  {
	margin-bottom:12px;
}
.news h2 a {
	margin:0;
	padding:0;
}
.news a.all_news {
	font-weight:bold;
	font-size:11px;
	color:#CB1D1D;
	margin-top:8px;
}
/*=====================================================*/



.clear {
	clear:both;
}
.footer {
	color:#636363;
}
.top_footer {
	padding: 0px 30px;
	background:#E3E3E3;
}
.left_footer {
	width:300px;
	float:left;
	font-size:12px;
	margin-left:28px;
	padding:10px 0 8px 0;
	line-height:1.5;
}
.right_footer  {
	width:260px;
	float:right;
	margin-right:10px;
	text-align:right;
	padding:30px 0 0 0;
}
.right_footer img  {
	margin-right:2px;
}
.bott {
	text-align:center;
	padding:12px 0 12px 0;
	background:#ffffff;
}
.bott a {
	color:#269105;
}

/*===========================================my-style=================================*/

.desc {
	padding-right: 10px;
	padding-bottom: 10px;
}

.left_col form table {
	float: left;
	width: 610px !important;
}

.inp {
	float: left;
	width: 348px !important;
}

.container:nth-child(4) div:first-child {
	margin-left: 0px !important;
}

#m_image {
	float: left;
	width: 100%;
}

#Ya_sync_0 {
	margin-top: 30px;
	float: left;
	width: 580px;
}

.container div img  {
	float: left;
	width: 65px;
}

div.head img {
	float: left;
	width: 25px !important;
}

.top_footer div img {
	float: left;
	width: 32px !important;
}

div.right_footer img {
	float: right !important;
	width: 88px !important;
}

#ya-site-form0 .ya-site-suggest-list {
	min-width: 100px !important;
	background: white !important;
}

}


/*============================================================================================
==========================================================================================
==============================================================================================*/

@media (min-width: 320px) and (max-width: 639px) {

html, body {
	height:100%;
}

body {
	width: 100%;
	background:#FCEBCC url(../images/fon_top.gif) repeat-x;
	font-family:Tahoma;
	font-size:12px;
}

#page {
	width:300px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow: hidden;
}
.header {
	height:161px;
	background: url(../images/fon_header.png) no-repeat;
}
.left_header {
	width:300px;
	float:left;
	color:#8F1B1B;
	font-size:14px;
	/*margin-left:170px;*/
	/*_margin-left:100px;*/
	padding-top:50px;
}
.left_header h1 {
	color:#8F1B1B;
	font-size:14px;
	padding-top:4px;
	font-weight:normal;	
}

.left_header :nth-child(2) {
	float: left;
	padding: 0px !important;
	width: 62px !important;
}

.ya-site-form__search-input-layout-r .ya-site-form__submit {
	font-size: 12px !important;
}

#ya-site-form0 .ya-site-form__search-input {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

td.ya-site-form__search-input-layout-l {
	margin-left: 15px;
}

.ht {
	float: left;
	width: 300px !important;
	line-height: 30px;
	text-align: center;
	color:#333;
	font-size:9px;
}
.logo {
	margin-left: 10px;
	margin-bottom: 40px;
	width:200px;
	height:30px;
	display:block;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
	text-decoration:none;
	position:relative;
}
.right_header {
	position: absolute;
	margin-top: 20px;
	margin-left: 220px;
	width:80px;
	float:right;
	/*padding-top:18px;*/
}

.right_header img {
	width: 100%;
}

/*=====================================================*/
.top_menu {
	float: left;
	list-style:none;
	height:auto;
	margin:0; 
	padding:0px;
	line-height: 22px;
	background: url(../images/fon_menu.png) repeat;
	border-top:1px solid #474747;
	border-bottom:1px solid #474747;
	font-size:13px;
}
.top_menu li {
	float:left;
	height:50px;
	overflow:hidden;
	background: url(../images/li_hover.png) 0 50px no-repeat;
	border-right:1px solid #474747;
	/*border-left:1px solid #474747;*/
}

.top_menu li:last-child {
	border-right: 0px solid transparent;
}

.top_menu li:nth-child(2) {
	border-right: 0px solid transparent;
}
.top_menu li:hover {
	background: url(../images/li_hover.png) 0 0 repeat-x;
	_background:none;
}
.top_menu li p {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 50px no-repeat;
}
.top_menu li p:hover {
	float:left;
	height:50px;
	background: url(../images/p_hover.png) 0 0 no-repeat;
	_background:none;
}
.top_menu li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	height:50px;
	font-size: 9pt !important;
	background: url(../images/a_hover.png) 0 50px no-repeat;
	padding:14px 17px 0 17px;
}
.top_menu li a:hover {
	color:#474747;
	text-decoration:none;
	background: url(../images/a_hover.png) right 0 no-repeat;
	_background:none;
	_color:#fff;
}

/*=====================================================*/

.container {
	background:url(../images/fon_cont.gif) repeat-y;
	padding:10px 0 0 0;
}

.left_col {
	width:300px;
	float:left;
	/*_margin-left:12px;*/
}

*+html .left_col {
	margin-left:20px;
}

.left_col .advs {
	width: 280px !important;
}

.advs tr :nth-child(3) {
	margin-left: -153px;
	width: 239px !important;
	/*display: none;*/
	height: 0px !important;
	overflow: hidden;
}

.advs tr td.desc {
	margin-left: 0px !important;
	width: 260px !important;
	display: block !important;
	height: auto !important;
	overflow: none;
}

tbody iframe {
	display: none !important;
	float: left;
	width: 130px !important;
}



.block {
	width:100%;
	margin:0 auto;
}
.block td {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	vertical-align:top;
}
.head  {
	padding-top:20px;
}
.head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 36px;
}
.head h2 a {
	color:#CB1D1D;
}
.head img {
	float:left;
	position:relative;
	top:-2px;
}

.block ul {
	float: left;
	width: 250px;
	list-style:none;
	margin:0; 
	padding:0 0 0 50px;
}
.block li {
	margin:0 0 6px 0;
	_text-indent:-16px;
}
*+html .block li {
	text-indent:-16px;
}
.block li a {
	color:#8F391B;
}
.block li a:hover {
	color:#8F391B;
	text-decoration:none;
}
.block-right li a {
	color:#8f391b;
	font-size:10px;
}
.block-right li a:hover {
	color:#8f391b;
	text-decoration:none;
}
/*=====================================================*/
.right_col {
	width:214px;
	float:right;
	padding-bottom:12px;
}
.right_col .head  {
	padding-top:20px;
	position:relative;
	left:-10px;
}
.right_col  .pog   {
	margin-bottom:12px;
}
.right_col  .pog img  {
	position:relative;
	top:-6px;
}
.right_col .head h2 {
	color:#CB1D1D;
	font-size:18px;
	font-weight:normal;
	margin:0 0 8px 38px;
}
.news_top {
	font-size:14px;
	font-weight:bold;
	padding:0 6px 0 0;
}
.news_top a {
	color:#8F391B;
	font-size:12px;
	display:block;
	margin:3px 0 5px 0;
	font-weight:normal;
}
.ban_pogoda {
	padding:4px 0 4px 12px;
}
.ban_pogoda img {
	border:1px solid #BEBDBD;
}
.news {
	color:#000;
	font-size:11px;
	padding:0 8px 0 0;
}
.news a {
	color:#8F391B;
	display:block;
	padding:2px 8px 0 0;
	margin:4px 0 6px 0;
	line-height:1.2;
}
.news span a {
	margin-top:16px;
}
.news .head h2  {
	margin-bottom:12px;
}
.news h2 a {
	margin:0;
	padding:0;
}
.news a.all_news {
	font-weight:bold;
	font-size:11px;
	color:#CB1D1D;
	margin-top:8px;
}
/*=====================================================*/



.clear {
	clear:both;
}
.footer {
	color:#636363;
}
.top_footer {
	padding: 0px 10px;
	background:#E3E3E3;
}
.left_footer {
	width:300px;
	float:left;
	font-size:12px;
	margin-left:28px;
	padding:10px 0 8px 0;
	line-height:1.5;
}
.right_footer  {
	width:260px;
	float:right;
	margin-right:10px;
	text-align:right;
	padding:30px 0 0 0;
}
.right_footer img  {
	margin-right:2px;
}
.bott {
	text-align:center;
	padding:12px 0 12px 0;
	background:#ffffff;
}
.bott a {
	color:#269105;
}

/*===========================================my-style=================================*/

.desc {
	padding: 0px 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

.left_col form table {
	float: left;
	width: 300px !important;
}

.inp {
	float: left;
	width: 348px !important;
}

textarea.inp {
	float: left;
	width: 210px !important;
}

.container .pluso div:first-child,
.container .pluso div {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
}

.container .pluso-wrap div:first-child,
.container .pluso-wrap div {
	width: 280px !important;
	margin-left: -10px !important;
}

input.inp {
	float: left;
	width: 159px !important;
}

.container:nth-child(4) div:first-child {
	width: 280px !important;
	margin-left: 0px !important;
}

#m_image {
	float: left;
	width: 100%;
}

#Ya_sync_0 {
	margin-top: 30px;
	float: left;
	width: 300px;
}

.container div img  {
	float: left;
	width: 70px;
}

div.head img {
	float: left;
	width: 25px !important;
}

.top_footer div img {
	float: left;
	width: 32px !important;
}

div.right_footer img {
	float: right !important;
	width: 88px !important;
}

#ya-site-form0 .ya-site-suggest-list {
	min-width: 200px !important;
	width: 100% !important;
	background: white !important;
}

.ya-site-suggest-items {
	float: left;
	width: 200px !important;
	height: auto !important;
}

.ya-site-suggest-items li {
	float: left;
	width: 400px !important;
}

.ya-site-suggest-items li span {
	float: left;
	width: 200px !important;
}

#ya-site-form0 .ya-site-form__submit {
	float: left;
	/*position: relative;*/
	/*z-index: 5;*/
	width: 62px !important;
	font-size: 14px !important
}

.ya-site-form__search-input-layout-l {
	float: left;
	width: 200px !important;
}

.ya-site-form__search-input-layout-r {
	float: left;
	width: 50px !important;
}

.image {
	float: left;
	width: 70px;
	min-height: 50px;
	margin-left: 10px;
	margin-top: 7px;
	height: auto;
	background: #efefef;
}

.image img {
	width: 100%;
}

.nav-bar {
	margin-left: 0px !important;
}

.left_col:nth-child(5) div {
	float: left !important;
	width: 280px !important;
	padding: 0px 10px !important;
	margin-left: 0px !important;
}

.left_col tbody tr:nth-child(2) td:last-child {
	float: left;
	/*display: none !important;*/
}

#Ya_sync_1 {
	margin-top: 10px !important;
	/*height: 230px !important;*/
}

.style3 {
	float: left;
	width: 100%;
	text-align: center;
}

select#cat_sel {
	float: left;
	margin-left: 72px;
	margin-top: -15px;
}

.left_col div:last-child {
	margin: 10px 10px !important;
}

.left_col div:last-child div {
	margin: 0px !important;
	padding: 0px !important;
	margin-left: -10px !important;
}

.latest_adverts tr {
	float: left !important;
	width: 280px !important;
}

.latest_adverts tbody {
	float: left;
	padding-bottom: 10px;
}

tr {
	width: 280px !important;
	float: left;
	height: auto !important;
}

td.price {
	float: left;
	width: 190px;
}

td.price div {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 16pt !important;
}

.ya-site-form__input-text {
	line-height: 20px !important;
}

.left_col p {
	text-align: center;
}

#msg,
#mail {
	float: left;
	width: 274px !important;
}

input[type="submit"] {
	margin-top: 10px !important;
}

.left_col:nth-child(3) div {
	float: left;
	width: 300px !important;
}


/*=======================================*/


}