
@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext';


body {
		
		/*background-color:silver; 
        color:black; */
        margin:0; 
        background-image:url(new_img/hot_bg.png);
      /* background-repeat: no-repeat;*/
        background-color: #fdad02;
        background-attachment:fixed; 
	}
	
	.clear{
		clear:both;
		}



table.mini { 
    width: 550px; /* Ширина таблицы */
    border-spacing: 0; /* Расстояние между ячейками */
    font-size:.7em;
    text-indent: 0px;
   }
   tr:nth-child(2n) {
    background: #f0f0f0; /* Цвет фона */
   } 
   tr:nth-child(1) {
    background: #666; /* Цвет фона */
    color: #fff; /* Цвет текста */
   } 


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}


.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}


.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}


li {
    
    text-indent: 0px;
    margin-bottom: 7px;

    
}

.art_blok_right {
        
    width: 336px;
    height: 146px;
	background-color:#fff;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
    background-repeat: no-repeat;
    position: relative;
    
}

.art_header_right {
    
    width: 336;
    background-color: rgba(105, 104, 107, 0.81);
  
    padding: 10px 20px 10px 20px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}




.art_blok {
        
    width: 600px;
    height: 240px;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.art_header {
    
    width: 560px;
    background-color: rgba(105, 104, 107, 0.50);
    padding-top: 50;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}


.art_header2 {
    
    width: 600px;
    
    
    padding: 10px 10px 10px 10px;
    bottom: 0px;
}

h1.art {
    
    width: 580px;
    font-family: 'PT Sans', sans-serif;
    /* color: #ccc; */
    font-weight:600;
    font-size: 33px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

h1.art2 {
    
    width: 580px;
    font-family: 'PT Sans', sans-serif;
    color: #444;
    font-weight:600;
    font-size: 40px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    
    
   
   
	}
    
    
}
    
p.art_info {
    
    width: 580px;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    margin:0px;
    padding: 0px;
}










input[type=search] {
        border: 2px solid #fe5540;
    border-radius: 4px;
    width: 300px;
    padding: 10px 30px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 16px;
    background-image: url(new_img/search.jpg);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}


p {
    margin-bottom: 24px;
    
}

     A {
    text-decoration: none;
    border-bottom: 1px dashed #FE5540;
    color: #FE5540;
}

    A:hover {
    color: #FE5540; /* Цвет ссылки при наведении на нее курсора */
       border-bottom: 0px dashed #FE5540;
       text-decoration: none;
   }


A.im {
    text-decoration: none;
    border-bottom: 0px;
}

    A.im:hover {
    
       text-decoration: none;
        border-bottom: 0px;
   }



A.hot {
    text-decoration: none;
    border-bottom: 0px dashed #fff;
    color: #fff;
   }
   A.hot:hover {
    color: #fff; /* Цвет ссылки при наведении на нее курсора */
       border-bottom: 1px dashed #fff;
       text-decoration: none;
   }


A.main1 {
    text-decoration: none;
    border-bottom: 1px dashed #444;
    color: #444;
   }
   A.main1:hover {
    color: #FE5540; /* Цвет ссылки при наведении на нее курсора */
       border-bottom: 0px dashed #FE5540;
       text-decoration: none;
   }



h3 {
    font-family: 'PT Sans', sans-serif;
    /* color: #ccc; */
    font-weight: normal;
    font-size: 18px;
	}

h2 {
        font-family: 'PT Sans', sans-serif;
    color: #444;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
	}

h2.main {
    font-family: 'PT Sans', sans-serif;
    color: #444; */
    font-weight: normal;
    font-size: 28px;
margin-bottom: 10px;
    padding: 28px 0px 0px 0px;
	}

h1 {
    font-family: 'PT Sans', sans-serif;
    color: #444;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
	}


li.category {
    font-family: 'PT Sans', sans-serif;
    text-indent: 0px;
    /* text-align: justify; */
    margin-top: 10px;
    margin-left: -30px;
    line-height: 0.9em;
    list-style-type: none;

}
		
	#main {
		width:1000px; 
		margin: 0 auto;
		}
		
	#banner990 {
		width:1000px;
		height:130px;
		
	}
	
	#top {
		width:1000px;
		height:10px;
		}
	#header {
		width:1000px;
		height:72px;
		vertical-align:middle;
		display:table-cell;
		font-size:16px;
		background-color:#ffffff;
		}
	
	#middle {ble
		width:1000px;
		
		background-color:#ffffff;
		}
	#content {
		width:630px;
		float:left;
		background-color:#fff;
		padding: 20px 0px 20px 0px;		
		}
	
	#right {
		width:370px;
		float:right;
		background-color:#fff;
		padding: 20px 0px 20px 0px;
		}


    .right_main {
	    margin: 0 auto;
    width: 337px;
    padding: 0px 0px 15px 0px;
    text-align: center;
        font-family:'PT Sans', sans-serif;
	font-size:16px;
        
}
	
	#buttom {
		width:1000px;
		height:200px;
		background-color:#FE5540;
        position: relative;
		}

	#buttom_empty {
		width:1000px;
		height:50px;
		}
	
	#logo {
		width:238px;
		height:72px;
		float:left;
		padding: 7px 5px 5px 5px;
		}
		
	#search1 {
		width:300px;
		height:62px;
		background-color:;
		text-align: right;
		vertical-align: middle;
		display:table-cell;
		padding:0px 15px 0px 15px;
		float:right;
		line-height: 62px;
		}


   
		
	.soc {
		
		vertical-align: middle;
		display:table-cell;
		line-height: 72px;
		}
	
	
	#main_menu {
		width:1000px;
		height:62px;
		background-color:#FE5540;
		
		} 
	
	
	#menu {
		width:500px;
		height:62px;
		background-color:;
		text-align: left;
		vertical-align: middle;
		display:table-cell;
		padding:0px 15px 0px 15px;
		float:left;
		line-height: 62px;
		} 
		
		
	#search1 {
		width:300px;
		height:62px;
		background-color:;
		text-align: right;
		vertical-align: middle;
		display:table-cell;
		padding:0px 15px 0px 15px;
		float:right;
		line-height: 84px;
		}
	
	.hor_menu {
    font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size:18px;
	}
	
	.form1 {
	font-family: "Roboto";
	color: #000000;
	text-align:right;
	vertical-align: middle;
	background-color:;
	
	}
	


    .link {
     width: 300px; /* Ширина слоя */
     height: 200px; /* Высота слоя */
     background: #fc0; /* Цвет фона */
    }
    .link a {
     display: block; /* Ссылка как блочный элемент */
     text-align: center; /* Выравнивание по центру */
     height: 100%; /* Высота на весь слой */
     color: #666; /* Цвет ссылки */
    }
  
#hot_review {

width:600px;
height:260px;
background-color:#ccc;
	
background-repeat:no-repeat;
position: relative;
margin: 0 auto;
}


.hot_review a {
     display: block; /* Ссылка как блочный элемент */
     text-align: center; /* Выравнивание по центру */
     height: 100%; /* Высота на весь слой */
     color: #666; /* Цвет ссылки */
    }

#hot_review2 {

width:600px;
height:260px;
background-color:#ccc;
background-image:url(new_img/hot_reviews2.jpg);	
background-repeat:no-repeat;
position: relative;
margin: 40px auto;
}

#hot_review3 {

width:600px;
height:260px;
background-color:#ccc;
background-image:url(new_img/hot_reviews3.jpg);	
background-repeat:no-repeat;
position: relative;
margin: 40px auto;
}

#hot_review_header {
	
width:;
height:;
position:absolute; left: 20px; top: 140px;
text-align:left;
background-color:;	

}


#banner_600_120 {

width:600px;
height:147px;
background-color:#fff;
padding:10px 0px 10px 0px;

margin: 0 auto;
}


#banner_600_120_buttom {

width:600px;
height:120px;
background-color:#fff;
padding:10px 0px 10px 0px;

margin: 0 auto;
}



#banner_600_120_top {

width:600px;
/* height:240px; */
background-color:#fff;
padding:10px 0px 10px 0px;

margin: 0 auto;
}


#banner_600_260 {

width:600px;
height:260px;
background-color:;
padding:50px 0px 0px 0px;

margin: 0 auto;
}


    
    


#banner_600_230 {

width:600px;
height:230px;
background-color:#fff;
padding:10px 0px 0px 0px;

margin: 0 auto;
}


#social {
	
    
    width:600px;
	vertical-align:top;
	padding: 10px 10px 10px 10px;
	
	background-color:#fff;
	display:table-cell;
}

#new_article {
	background-color: ;
    margin: 0 auto;
    width: 600px;
    
    
    
	
}

#new_article_header {
	background-color:;
	width:600px;
    padding: 0px 0px 20px 0px;
}


#new_article_info {
	
    width: 600px;
    padding: 0px 0px 15px 0px;
    font-family: 'PT Sans', sans-serif;
    color: #656565;
    font-size: 13px;
    text-align: left;
	
}

#new_article_img {
	background-color: #fff;
	width:180px;
	height:150px;
	float:left;
}

#new_article_teaser {
	    background-color:;
    width: 400px;
    float: right;
    padding: 0px 0px 0px 10px;
    
    font-family: 'PT Sans', sans-serif;
	color: #444;
	font-size:18px;
	text-align:justify;
	margin-top: 0px;
    font-weight: 300;
    text-indent: 20px;
}

#new_article_read_more {
	    background-color:;
    width: 400px;
    float: right;
    padding: 20px 0px 0px 0px;
    
    font-family: 'PT Sans', sans-serif;
	color: #444;
	font-size:18px;
	text-align:right;
    font-weight:;
    text-indent:;
}


.page_nav {
    
    
        font-family: 'PT Sans', sans-serif;
    color: #444;
    font-size: 18px;
    height: 50px;
    text-align: center;
    /* height: 0px; */
    /* display: table-cell; */
    line-height: 50px;
   
    
}


#razdel {
	width:296px;
	padding:20px 20px;
	margin: 20px 0px 0px 20px;
	margin: 0 auto;
	border-radius:15px;
	
	background: linear-gradient(to top, rgba(236, 233, 223, 0.65), rgba(233, 228, 224, 0.26));;
	
	}
	

#banner_right_336_280 {
	
	width: 336px;
	background-color:#fff;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	}

#banner_right_336_191 {
	
	width: 336px;
	background-color:#fff;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	}
	
#top10 {
	width:296px;
	padding:20px 20px;
	margin: 20px 0px 0px 20px;
	margin: 0 auto;
	border-radius:15px;
    font-family: 'PT Sans', sans-serif;
	font-size:18px;
	margin-top: 0px;
	
    background: linear-gradient(to top, rgba(254, 85, 64, 0.15), rgba(254, 85, 64, 0.56));

}	
	

#top10_main {
    
  width: 100%;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	}  
    
    


#top10_right {
	width: 35px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 9px 0px 9px 0px;
    font-family: 'PT Sans', sans-serif;
    color: #fe5540;
    font-size: 30px;
    text-align: center;
		
		} 	


#top10_left {
	width:;
    background-color: ;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    
    
		
		} 	


#last10 {
	width:296px;
	padding:20px 20px;
	margin: 20px 0px 0px 20px;
	margin: 0 auto;
	border-radius:15px;
    font-family: 'PT Sans', sans-serif;
	font-size:18px;
	margin-top: 0px;
	
background: linear-gradient(to top, rgba(236, 233, 223, 0.65), rgba(233, 228, 224, 0.26));
}	
	

#last10_main {
    
  width: 100%;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	}  
    
    


#last10_right {
		    width: 200px;
    background-color: ;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 0px 0px 10px;
		
		} 	


#last10_left {
	width: 80px;
    background-color: ;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 9px 0px 9px 0px;
    
    
		
		} 


	
	
.header1 {
	font-family: 'PT Sans', sans-serif;
	color: #444;
	font-size:32px;
    font-weight: bold;
}

.header2 {
    font-family: 'PT Sans', sans-serif;
	font-size:26px;
	margin-top: 0px;
}

.header3 {
	font-family:'PT Sans', sans-serif;
	font-size:16px;
	margin-top: 0px;
	color:#450f38;
}

.header_hot {
    font-family: 'PT Sans', sans-serif;
	font-size:33px;
	margin-top: 0px;
	color:#450f38;
	text-shadow: 0.1em 0.1em 0.2em black; color: aliceblue;
}


h1.white {
    font-family: 'PT Sans', sans-serif;
	font-size:33px;
	margin-top: 0px;
	color:#450f38;
	text-shadow: 0.1em 0.1em 0.2em black; color: aliceblue;
}


.header_top {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    margin-top: 0px;
    color: #444;
}


.text1 {
	
	font-family:"ubuntu";
	text-indent: 10px;
	text-align:justify;
	margin-top: 0px;
	
}


#article {
	
    font-family: 'PT Sans', sans-serif;
	color: #444;
	font-size:18px;
	text-align:justify;
	margin-top: 0px;
    font-weight: 300;
    text-indent: 20px;
    
    width:600px;
	vertical-align:top;
	padding: 0px 0 0px 0px;
	
	background-color:#fff;
	display:table-cell;

}


#edit_art {
	
    font-family: 'PT Sans', sans-serif;
	color: #444;
	font-size:18px;
	text-align:left;
	margin-top: 0px;
    font-weight: 300;
    text-indent: 0px;
    
    width:600px;
	vertical-align:top;
	padding: 10px 0px 10px 0px;
	
	background-color:#fff;
	display:table-cell;

}


#bottom_right {
		    width: 200px;
    background-color: #eee;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 0px 0px 10px;
    float: right;
		
		} 	


#bottom_left {
	    width: 200px;
    /* height: 100%; */
    /* text-align: left; */
    /* vertical-align: bottom; */
    padding: 10px 0px 10px 10px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    float: left;
    
		
		} 


