/*@import url(https://fonts.googleapis.com/css?family=Lora&subset=latin,cyrillic,latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Tenor Sans&subset=latin,cyrillic,latin-ext);
*{
	padding:0; margin:0;
	/*font-family: 'Tenor Sans', serif;*/
}
html{
	/*overflow-x:hidden;*/
	width:100%;
}
body{
	width:100%;
	font-size: 16px;
    line-height: 1.2em;
}
h1,h2,h3,h4,h5,h6{
	color: #343533;
    font-weight: 500;
}

input, textarea, button, select  {
	font-size: 16px;
}

.article h1  {
	color: #343533;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: right;
	font-weight: normal;
}

.article h3  {
	color: #343533;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-transform: uppercase;
	/*font-size: 16px;*/
	font-size: 1em;
	/*text-align: right;*/
	font-weight: normal;
}


a  {
    color: #c66e28;
    text-decoration:none
}

a:hover  {
    text-decoration:underline;
}

.article p, .content p {
    font-size: 14px;
    line-height: 1.2em;
    margin: 2px 0px 0px 0px;
}


.wrapper_main{
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.header_fon{
	background: rgba(0, 0, 0, 0) url("../images/fon_header.jpg") no-repeat scroll 50% 0;
    height: 460px;
    overflow: hidden;
    width: 100%;
}
header{
	display: block;
	margin:0 auto;
	width:1000px;
}
header .search{
	background: rgba(0, 0, 0, 0) url("../images/fon_search.png") repeat scroll 0 0;
    float: right;
    height: 52px;
    margin-right: 10px;
    width: 560px;
}
.text_search{
	border: 0 none;
    border-radius: 10px;
    margin: 11px 5px 0 20px;
    padding: 2px 15px;
    width: 200px;
}

.visually  {
    color: #fffdc0;
    margin-left: 20px;
}

.start_search{
	background: rgba(0, 0, 0, 0) url("../images/btn_search.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    position: relative;
    top: -4px;
    width: 34px;
}
.logo{
	clear: both;
    position: relative;
    top: -25px;
    width: 100%;
}
.logo .logo_link{
	display: block;
    float: left;
    margin-right: 20px;
}
.text_logo1{
	color: #1d1f19;
    display: inline-block;
    /*font-size: 14px;*/
    margin-top: 30px;
    margin-bottom: 6px;
}
.text_logo2{
	color: #006634;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 500;
}

.contect_block  {
    width: 360px;
    float: right;
    padding-top: 20px;
}

.block_ico  {
	padding-bottom: 14px;
}

.block_ico_text  {
	color:#fff;
	margin-left: 32px;
}

.contect_block .block_ico img  {
	float:left;
	display: block;
}

.block_ico_text span  {
	color:#fffdc0;
}

.block_ico_text a.link  {
	color:#fffdc0;
}

.block_ico_text a{
	color:#fff;
}

/*Слайдер*/

#slider-wrap  {
	width: 700px;
	padding-left: 20px;
	margin-top: -8px;
}
	
#slider{
	height: 640px;
    position: relative;
    width: 620px;
}
.slide{
	width:100%;
	height:100%;
	border-radius: 20px;
	height: 300px;
}
.sli-links{
	background-color: #fff;
    border-radius: 25px 25px 0 0;
    margin-bottom: 0;
    margin-left: 260px;
    margin-right: auto;
    padding: 2px 3px 0;
    position: relative;
    text-align: center;
    top: -360px;
    width: 100px;
}
.sli-links .control-slide{
	background: rgba(0, 0, 0, 0) url("../images/btn_slider_bottom.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    margin: 2px;
    overflow: hidden;
    text-indent: -9999px;
    width: 17px;
}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:-16px 0px;
}
.sli-links .control-slide.active{
	background-position:-16px 0px;
	height: 17px;
}
#prewbutton, #nextbutton{
	display:block;
	width:27px;
	height:167px;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url("../images/btn_slider_left.png") no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}
#prewbutton{
	left: 4px;
    top: 70px;
}
#nextbutton{
	height: 170px;
    right: 2px;
    top: 70px;
    width: 29px;
	background:url("../images/btn_slider_right.png") right center no-repeat;
}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;
}
/* Слайдер конец */

.wrapper_main_block{
	width:1000px;
	margin: 0 auto;
}
.ban_menu{
	margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}

.text_slider{
	background-color: rgba(5, 126, 47, 0.8);
    border-radius: 10px;
    color: #fff;
    display: block;
    height: 40px;
    margin: 20px 0 0 50px;
    padding: 5px 10px;
    position: absolute;
    width: 330px;
}

.text_slider a  {
	color: #fff !important;
	text-transform: uppercase;
}

.link_slider{
	margin: 72px 0 0 46px;
    position: absolute;
}
.ban1, .ban2, .ban3, .ban4{
	float:left;
	position:relative;
}
.ban1{
	margin-left:4px;
}
.ban1 .ban_fon{
	background: rgba(0, 0, 0, 0) url("../images/ban_img.png") no-repeat scroll -5px -2px;
    display: block;
    height: 109px;
    width: 248px;
    text-decoration: none;
}
.ban2 .ban_fon{
	background: rgba(0, 0, 0, 0) url("../images/ban_img.png") no-repeat scroll -255px -2px;
    display: block;
    height: 109px;
    width: 248px;
    text-decoration: none;
}
.ban3 .ban_fon{
	background: rgba(0, 0, 0, 0) url("../images/ban_img.png") no-repeat scroll -509px -2px;
    display: block;
    height: 109px;
    width: 248px;
    text-decoration: none;
}
.ban4 .ban_fon{
	background: rgba(0, 0, 0, 0) url("../images/ban_img.png") no-repeat scroll -760px -2px;
    display: block;
    height: 109px;
    width: 248px;
    text-decoration: none;
}
.ban_fon span{
	background-color: rgba(5, 126, 47, 0.8);
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 2px 0 #000;
    text-transform: uppercase;
    top: 73px;
    width: 244px;
}
.ban_fon:hover span{
	background-color: rgba(176,93,28, 0.8);
}

.main_block  {
	margin: 25px auto 0;
    overflow: hidden;
    width: 1000px;
}

.main_block .left_menu{
	float: left;
    overflow: hidden;
    width: 148px;
    margin-right: 30px;
    padding-left: 13px;
}

.main_block .content{
	float:left;
	width: 505px;
	overflow: hidden;
	font-size: 14px;
	text-align: justify;
}
.main_block .right_block{
	float: right;
    width: 270px;
    text-align: justify;
    padding-right: 20px;
}

.main_block .zag{
	/*background:url("../images/fon_block_main.png") repeat-x;
	width: 100%;*/
	padding: 6px 0px 0px 6px;
	/*border-radius:10px 10px 0 0;*/
}

.main_block .zag p, .zag a{
	color: #292929;
    /*font-size: 14px;
    padding-left: 20px;
    text-shadow: 1px 2px 0 #000;*/
    text-transform: uppercase;
}

/* совместимость со старым дизайном */
.main_block h2, .main_block h2  {
	padding: 5px 0;
	color: #343533 !important;
    /*font-size: 20px;*/
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
}

.main_block h2 a  {
	color: #343533 !important;
    /*font-size: 20px;*/
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
}

.main_block h2 a:hover  {
	text-decoration: underline;
	font-weight: normal;
}
/**/

.left_menu ul{
	list-style: none;
}
	.left_menu ul li  {
	    font-size: 14px;
	    height: 32px;
	}
	
		.left_menu ul li a{
		    font-size: 1.4em;
		    /*text-transform: uppercase;*/
    		color: #252525;
}
.left_menu ul li a:hover{
	/*background: rgba(0, 0, 0, 0) url("../images/menu_fon.png") no-repeat scroll 0 0;
	color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    padding: 4px 0 2px 22px;
    text-decoration: none;
    width: 142px;*/
}


.main_block .article{
	float: right;
    overflow: hidden;
    width: 808px;
    text-align: justify;
    font-size: 14px;
}

.main_block .article p{
	padding: 0.8em 0px;
}

.article .zag{
	background:url("../images/fon_block_main.png") repeat-x;
	width: 100%;
	padding: 5px 0;
	border-radius:10px 10px 0 0;
}

.article  .zag a:hover{
	text-decoration: underline;
}
.article  .zag a{
	color: #fff;
    font-size: 14px;
    text-shadow: 1px 2px 0 #000;
    float:right;
    text-decoration: none;
    margin-right: 30px;
    display: block;
}
.article  .zag a:after{
	content: url("../images/link_razdel.png");
    margin-top: 3px;
    position: absolute;
}
.article  .news{
	padding: 10px 5px;
    border-bottom: 1px solid #e0d4ca;
    margin-bottom: 12px;
    clear:both;
}
.article  .news:nth-child(7){
	border-bottom: 0px solid #e0d4ca!important;
}
.article  .news .date_news{
    padding-top: 2px;
    text-align: center;
    width: 100px;
    margin-bottom: 10px;
    border-bottom: 3px solid rgb(17, 104, 58);
}
.article  .news .zag_news{
	margin-bottom: 10px;
}
.article  .news .zag_news h2  {
	color: #77624c;
    text-align: left;
    font-weight: bold;
}

.article .news  {
	float: left;
	width: 100%;
    box-sizing: border-box;
}

.article .news .zag_news h3, .article .news .zag_news h3 a  {
	color: #77624c;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.article  .news .content_news{
	color:#292929;
}

.article .affiche_date a  {
	color: #c66e28;
    font-style: italic;
    font-weight: bold;
}
.article  .news .photo_news{
	margin:10px 0px;
}
.article  .news .photo_news a{
	color:#886b4f;
	font-size:18px;
}
.article  .read_all{
	display: block;
    margin: 0 auto;
    text-align: center;
}

.article .affiche_date  {
	text-align: right;
	padding-right: 12px;
	padding-top: 12px;
}

/*Content Р±Р»РѕРє*/
.content .zag{
	background:url("../images/fon_block_main.png") repeat-x;
	width: 100%;
	padding: 5px 0;
	border-radius:10px 10px 0 0;
    font-size: 14px;
}
.content .zag a:hover{
	text-decoration: underline;
}
.content .zag a{
	color: #fff;
    text-shadow: 1px 2px 0 #000;
    float:right;
    text-decoration: none;
    margin-right: 30px;
    display: block;
}

.content .zag a:after{
	content: url("../images/link_razdel.png");
    margin-top: 3px;
    position: absolute;
}

.content .news{
	padding: 10px 5px;
    border-bottom: 1px solid #e0d4ca;
    margin-bottom: 12px;
    clear: both;
    /*float: left;*/
}
.content .news:nth-child(7){
	border-bottom: 0px solid #e0d4ca!important;
}
.content .news .date_news{
	/*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dbccbe #dbccbe #11683a;
    border-image: none;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 15px;*/
    padding-top: 2px;
    text-align: center;
    width: 100px;
    margin-bottom: 10px;
    border-bottom: 3px solid rgb(17, 104, 58);
}
.content .news .zag_news{
	margin-bottom: 10px;
}
.content .news .zag_news h3  {
	color: #77624c;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
}

.content .news .zag_news h3 a  {
    color: #886b4f;
    font-weight: 600;
}

.content .news .content_news{
	color:#292929;
}


.content .news .photo_news{
	margin:10px 0px;
}
.content .news .photo_news a{
	color:#886b4f;
	font-size:18px;
}
.content .read_all{
	display: block;
    margin: 0 auto;
    text-align: center;
}
/*Content конец*/
.right_block .zag p{
	padding-left: 0;
    text-align: center;
}
.memorable_date{
    padding: 2px 30px 8px 5px;
    font-size: 14px;
    text-align: left;
}

.memorable_date .date{
    padding-top: 2px;
    text-align: center;
    width: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 3px solid #c66e28;
}
.memorable_date .text{
	color: #292929;
}

.all_memorable_date{
	color: #c67131;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.comment{
	padding:0px 5px;
}
.comment .text_an{
	color:#6d4e32;
	padding:10px 0px;
	font-size: 14px;
}
.comment .text_main{
	color:#292929;
	font-size: 14px;
}
.comment a{
	color: #c66e28;
    font-style: italic;
    font-size: 14px;
}
.comment .all_comments{
	font-style: normal;
	color: #c66e28;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding:15px 0 10px;
	font-size: 16px;
}

.tvit_block{
	/*text-align: center;*/
	width: 312px;
	float: right;
}

.conteiner{
	margin: 0 auto;
    overflow: hidden;
    padding: 35px 50px 0;
    width: 843px;
}
.ban_block_bottom1{
	height: 120px;
    width: 272px;
	float: left;
	font-size: 0px;
	margin-top: 10px;
}
.ban_block_bottom1 a{
	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll 0 0;
	height: 120px;
    width: 272px;
    display: block;
}
.ban_block_bottom2{
	height: 120px;
    width: 272px;
	float: left;
	font-size: 0px;
	margin-top: 10px;
}
.ban_block_bottom2 a{
	height: 120px;
    width: 272px;
	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll -318px 0;
    display: block;
}
.ban_block_bottom3{
	height: 120px;
    width: 272px;
	float: left;
	margin-top: 10px;
	font-size: 0px;
}
.ban_block_bottom3 a{
	height: 120px;
	display: block;
    width: 272px;
	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll -635px 0;
}
.ban_block_bottom4{
	height: 120px;
    width: 272px;
	float: left;
	clear: both;
	font-size: 0px;
	margin-top: 10px;
}
.ban_block_bottom4 a{
	height: 120px;
    width: 272px;
    display: block;
	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll 0 -153px;
}
.ban_block_bottom5{
	height: 120px;
    width: 272px;
	float: left;
	margin-top: 10px;
	font-size: 0px;
}
.ban_block_bottom5 a{
	height: 120px;
    width: 272px;
    display: block;

	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll -318px -153px;
}
.ban_block_bottom6{
	height: 120px;
    width: 272px;
	float: left;
	font-size: 0px;
	margin-top: 10px;
}
.ban_block_bottom6 a{
	height: 120px;
    width: 272px;
    display: block;
	background: rgba(0, 0, 0, 0) url("../images/ban_menu_bottom2.png") no-repeat scroll -635px -153px;
}
.ban_block_bottom1 a:hover, .ban_block_bottom2 a:hover,
.ban_block_bottom3 a:hover,.ban_block_bottom4 a:hover,
.ban_block_bottom5 a:hover,.ban_block_bottom6 a:hover{
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.ban_menu_bottom_fon{
	background: rgba(0, 0, 0, 0) url("../images/ban_bottom_fon.jpg") no-repeat scroll 0 0;
    height: 345px;
    left: 50%;
    margin-left: -959px;
    margin-top: 30px;
    position: relative;
    width: 1920px;
}

/* карусель */
.carusel_fon{
	background-color: #ecdbcd;
    left: 50%;
    margin-left: -959px;
    overflow: hidden;
    position: relative;
    width: 1920px;
}
.carusel_main_block{
	margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 1000px;
    position: relative;
}
.carusel_main_block h3 {
    text-align: center;
	padding-bottom: 15px;
}
	.carusel_main_block h3 a  {
    	text-transform: uppercase;
    	color: #343533;
	}

.book_link_img  {
	display: block;
    float: left;
    /*margin: 0 10px;*/
    margin-right: 10px;
}

    .book_link_img div/*, .book_link_img img*/  {
        /*-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2) ;
        box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2) ;*/
		text-align: right;
		background-position: center;
		width: 150px;
		height: 224px;
        background-repeat: no-repeat !important;
	}

    .book_link_img img  {
        width: 150px;
    }

.name_book{
	color: #252525;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-align: left;
}
.wrapper_carusel{
	width: 1000px;
	height:510px;
	overflow: hidden;
	position: relative;
}
.carusel{
    overflow: hidden;
    width: 3000px;
    position: relative;
    font-size: 14px;
}

.book_code  {
	font-style: italic;
	font-weight: bold;
	padding-left: 12px;
	padding-bottom: 6px;
	color: #c66e28;
}

.carusel_block{
	float: left;
	overflow: hidden;
    padding: 0 30px;
    width: 1000px;
    position: relative;
}

.book  {
	width: 400px;
	float:left;
	position:relative;
	margin-bottom: 22px;
}


.carusel_block .book  {
	width: 460px;
	float:left;
	position:relative;
	padding-left:6px;
	padding-right:6px;
	text-align:justify;
}


.book  {
	height: 234px;
}

.books  {
	margin-top: 20px;
}

.link_book_more{
	display: block;
    left: 170px;
    position: absolute;
    top: 180px;
}

.b-carousel-button-left {
	top: 276px;
	width:39px;
	height:52px;
	cursor: pointer;
	z-index:111;
	background: url("../images/carusel_prev.jpg"); 
	position:absolute;
}
.b-carousel-button-right {
	top: 276px;
	width:39px;
	height:52px;
	cursor: pointer;
	left: 970px;
	z-index:111;
	background: url("../images/carusel_next.jpg"); 
	position:absolute;
}
/*карусель конец*/

.s_seti{
	padding:30px 0px 40px 0px;
	overflow: hidden;
    position: relative;
}

.s_seti .menu_center  {
	float:left;
}

.s_seti .menu_center ul{
	list-style: none;
	margin-bottom: 20px;
}
.s_seti .menu_center ul li{
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px;
}
.s_seti .menu_center ul a{
	text-align: center;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
}
.s_seti .menu_center ul a:hover{
	text-decoration: underline;
}

/*.s_seti .seti{
	margin: auto;
    overflow: hidden;
    width: 470px;
}
.s_seti .seti a{
	display: block;
	font-size: 0px;
	height: 64px;
    width: 64px;
    float: left;
}*/

.s1, .s2, .s3, .s4, .s5, .s6  {
	display: block;
	font-size: 0px;
	height: 64px;
    width: 64px;
    float: left;
}

.s1{
	background: rgba(0, 0, 0, 0) url("../images/icon/Vkontakte.png") no-repeat;
	margin-right: 4px;
	margin-left: 122px;
}
.s2{
	background: rgba(0, 0, 0, 0) url("../images/icon/Google-plus.png") no-repeat;
	margin-right: 4px;
}
.s3{
	background: rgba(0, 0, 0, 0) url("../images/icon/Youtube.png") no-repeat;
	
}
.s4{
	background: rgba(0, 0, 0, 0) url("../images/icon/Twitter.png") no-repeat;
	margin-right: 4px;
}
.s5{
	background: rgba(0, 0, 0, 0) url("../images/icon/Facebook.png") no-repeat;
	margin-right: 4px;
}
.s6{
	background: rgba(0, 0, 0, 0) url("../images/icon/Instagram.png") no-repeat;
    margin-right: 4px;
}

.footer_fon{
	background: url("../images/footer_fon.jpg") no-repeat;
	height: 218px;
    left: 50%;
    margin-left: -959px;
    position: relative;
    width: 1920px;
}
.menu_bottom{
	width:1000px;
	margin: 0 auto;
}
.menu_bottom ul{
	display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding-top: 9px;
    text-align: center;
}
.menu_bottom ul li{
	display: block;
	float: left;
	border-right:1px solid #fff; 
}
.menu_bottom ul li a{
	display: block;
	padding: 0 10px;
	color:#fff;
	text-decoration: none;
}
.menu_bottom ul li a:hover{
	text-decoration: underline;
	color:#000;
}
.menu_bottom ul li:last-child{
	border-right:0px solid #000!important; 
}
.footer{
	margin: 0 auto;
    padding: 30px 0 0;
    width: 930px;
}
.footer_block1 img{
	display: block;
    float: right;
    margin: -10px 30px 0 0;
}
.footer_block1 p{
	display: inline-block;
	color:#fff;
	font-size:14px;
}
.footer_block2{
	padding: 17px 0 0;
}
.footer_block2 .liveint{
	display: block;
	float:left;
}
.footer_block2 p{
	color: #fff;
    display: inline-block;
    margin-left: 59px;
    margin-top: 15px;
}

.footer_block2 a  {
	color: #c66e28;
}

.footer_block2 #upbizn  {
	display: block;
    float: right;
    margin: -11px 20px 0;
}

/* РґР»СЏ РїРѕРёСЃРєР° */
div .my_mark
{
	font-weight: normal !important;
	color: #c66e28 !important;
    font-style: italic !important;
}

.my_mark2 {
    border-radius: 12px;
    text-decoration: none;
    background: #ea9753 !important;
    color: #fff !important;
	line-height: 30px;
	padding: 4px 8px;
}

.checktag  {
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 30px;
	padding: 4px 8px;
	color: #343533;
	cursor: pointer;
	cursor: hand;
}

/* РІС‹РІРѕРґ РїРѕ СЃС‚СЂР°РЅРёС†Р°Рј */

.navigation  {
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

.nav_page { 
	margin-left:2px;
	color: #886b4f;
	background: #FFFFFF;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border: solid 1px #e0d4ca;
	padding: 4px 7px 4px 7px;
}
.nav_act  {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #886b4f;
	padding: 4px 7px 4px 7px;
}

.curr_page  {
	color: #c66e28;
}

/* для совместимости */
.img_view {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}
.box-shadow, .img_view {
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.6);
}

#copyright  {
    color: #878787;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 10px 5px;
}

.cms  {
	text-align: right;
	margin: 0px;
	font-size: 0.9em;
	padding-right: 4px;
}

.gray  {
	padding: 10px 5px;
	border-bottom: 1px solid #e0d4ca;
	margin-bottom: 12px;
	clear:both;
	float: left;
	
	width: 100%;
    box-sizing: border-box;
}
	.gray h3  {
	    text-align: left;
	    font-weight: bold;
	    color: #77624c;
    	font-size: 1em;
	}

		.gray h3 a {
    		color: #77624c;
    		/*font-size: 14px;*/
		}
/*
.article input[type="text"], .article input[type="password"] {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 8px;
	width: 400px;
	padding: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	transition: all 0.2s linear;
}

.article input[type="submit"], .article button  {
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 12px;
}

.article textarea  {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 8px;
	width: 400px;
	height: 40px;
	padding: 4px;
	margin-bottom: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	transition: all 0.2s linear;
}
*/

.article input[type="text"], .article input[type="password"]   {
    font: normal 16px/normal 'Tenor Sans', serif;
    color: #252525;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-box-shadow: 0 0 2px 0 rgba(5,126,47,0.8) inset;
    box-shadow: 0 0 2px 0 #c66e28 inset;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    margin-bottom: 12px;
    width: 400px;
}

.article textarea {
    font: normal 16px/normal 'Tenor Sans', serif;
    color: #252525;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-box-shadow: 0 0 2px 0 rgba(5,126,47,0.8) inset;
    box-shadow: 0 0 2px 0 #c66e28 inset;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    margin-bottom: 12px;
    width: 400px;
    height: 40px;
}


.article input[type="submit"], .article button  {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font: normal 16px/normal 'Tenor Sans', serif;
    color: #ffffff;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(5,126,47,0.8);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.my_input  {
	display: none;
    visibility: hidden;	
    width: 0px;
    height: 0px;
}

.small_button  {
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
	
}

.article select  {
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 6px;
}

/* часто требуется таблица */
.tbl1  {
	border:none;
	border-spacing: 12px;
	border-collapse: collapse;
}

	.tbl1 tr  {
        vertical-align: top;
	}

		.tbl1 th, .tbl1 td  {
			padding: 6px;
            vertical-align: top;
		}
		
		.tbl1 th  {
			vertical-align: top;
			text-align: left;
			font-weight: normal;
		}

/*
.font  {
	cursor: pointer;
	cursor: hand;
}

.font2  {
	cursor: pointer;
	cursor: hand;
}
*/

.sub_menu  {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
	font-size: 1.2em;
}
	.sub_menu a  {
		/*text-transform: uppercase;*/
		color: #c66e28;
		cursor: pointer;
		cursor: hand;
	}
	.sub_menu .font  {
		color: #000;
		/*cursor: pointer;
		cursor: hand;
		text-transform: uppercase;*/
	}

/* Для афиши на главной странице */
.main_affiche {
    padding: 4px 0px 13px 0px;
    border-bottom: 1px solid #e0d4ca;
    margin-top: 12px;
    width: 640px;
    margin-left: 20px;
}
	.main_affiche .date {
    	font-size: 16px;
	}

.main_affiche_title {
    	margin-top: 20px;
    	margin-left: 20px;
	}
	
	
.bullet-list-title  {
	text-transform: uppercase;
}
	.bullet-list ul  {
		line-height: 1.4em;
		padding-left: 20px;
	}
		.bullet-list ul li  {
		}	

.block_admin  {
}
	.block_admin a  {
		color: #c66e28;
		line-height: 1.2em;
		font-size: 0.9em;
	}
	
	
/* Стилизация радио- и чекбоксов */
input[type="checkbox"], input[type="radio"] {
    width: 21px;
    height: 20px;
    margin: 0;
    top: 5px;
    position: relative;
}

/* Твой безумный Арчибальд */
.warning, .status, .error  {
	width: 96%;
	padding: 8px;
	float: left;
}

.warning, .error  {
	color: #d2361d;
	background: #ffd6cf;
	border: 1px solid #d2361d;
}

.warning1  {
	color: #f0c020;
	background: #ffffdd;
	border: 1px solid #f0c020;
}

.status  {
	color: #2f722f;
	background: #ffffff;
	border: 1px solid #6dc16d;
}

.status ul  {
	margin-top: 12px;
}

.status ul li  {
	clear:both;
}



/* net-icons *************************** */
.vk24, .ya24, .fb24, .tw24, .mail24, .google24, .ok24 {
    display: inline-block;
    background-image: url('../images/icon_2/net_icon24.png');
    height: 24px;
    width: 24px;
    vertical-align: bottom; 
    outline: none;
    margin-right: 6px;
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}
.vk24 { background-position : -120px 0; }
.ok24 { background-position : -144px 0; }
.ya24 { background-position : -528px 0; }
.fb24 { background-position : -48px 0; }
.tw24 { background-position : -24px 0; }
.mail24 { background-position : -168px 0; }
.google24 { background-position : 0 0; }

.vk16, .ya16, .fb16, .tw16, .mail16, .google16, .ok16 {
    display: inline-block;
    background-image: url('../images/icon_2/net_icon16.png');
    height: 16px;
    width: 16px;
    vertical-align: bottom; 
    outline: none;
    margin-right: 1px;
    background-repeat: no-repeat;
}
.vk16 { background-position : -144px 0; }
.ok16 { background-position : -112px 0; }
.ya16 { background-position : -160px 0; }
.fb16 { background-position : 0 0; }
.tw16 { background-position : -128px 0; }
.mail16 { background-position : -80px 0; }
.google16 { background-position : -48px 0; }

/* поиск */
.start_search {
    border-radius: 5px;
    float: left;
    width: 60px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0px solid #c66e28;
    background: url(../images/btn_search2.png) 20px 8px no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.search1  {
    float: right;
    height: 52px;
    width: 460px;
}

.text_search1 {
    float: left;
    width: 250px;
    height: 28px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: linear-gradient(top, #f5f5f5, #ffffff);
    -moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

.submit-container {
    float: left;
    width: 60px;
    height: 28px;
    /*margin: 7px 0 0 7px;*/
    margin-left: 7px;
    padding: 0;
    cursor: pointer;
    background: #c66e28;
    border: 1px solid #c66e28;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.vis  {
    background: url(../images/btn_visual_impairment2.png) 14px -3px no-repeat;
    border-radius: 5px;
    float: left;
    width: 60px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0px solid #c66e28;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }

.red { color: red; }
.link { cursor: pointer; }
