@charset "utf-8";
/* CSS Document */
body {
		background:#FCF6EF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #514A4A;}
div {
	display:block;
	box-sizing: border-box;
	}
h1, h1 a {
	color:#8D7600;
	font-size:20px;
	text-transform: uppercase;
	text-decoration:none;
	}

#block {
	margin:0 auto;
	width:1024px;
	background:#FFF;
	border:#D9D9D9 solid 1px;
	border-radius: 10px;
	display: block;
	height:100%;
	overflow:hidden;
	padding-bottom:10px;
	} 
#header {
	height:125px;
	display:block;
	padding:5px 10px;
	}
.hide-desktop {
	display: none;
}
.banner_top {
	background-image:url(../img/bg_head.png);
	background-repeat:repeat-x;
	background-position:  0 2px;
	float:left;
	width:730px;
	height:110px;

	}	
.logo {
	display:block;
	float:left;}
.logo img {
	border:0;}	

/*Меню*/	
SPAN.title_menu {
	color:#8D7600;
	font-size:12px;
	font-weight:900;}

/*Блок сайта*/
#container {
	margin:0 0px;
	display:block;
	width:100%;
	padding: 0 10px;
}	
	
#colum_left {
	width:185px !important;
	height:100%;
/*	border-right:#D9D9D9 solid 1px;*/
	overflow:hidden;
	display: table;
	float:left;}	
#colum_center {
	width:468px !important;
	height:100%;
	display: block;
	float:left;
	margin-left:10px;
	padding-right:10px;
/*	border-right:1px #0F0 solid;*/
}
#colum_right {
	width:305px;
	display:block;
	float:left;
	padding: 0 3px;}
#path a, #path div a{
	color:#960000;
	text-decoration:none;
	font-weight:400;}	
.l_banner {
	width:300px;
	overflow:hidden;
	margin:0 auto;
	}
/*Форма*/
.form {
	background-color:#F0F0F0;
	width:290px;
	margin: 10px auto;
	padding:5px 5px 0px 5px;
	border: #CCC solid 1px;
	border-radius: 5px;}
DIV.form select {
	width:277px;
	margin-bottom:5px;
	}
DIV.form SPAN {
	margin-left:7px;
	font-weight:900;
	}	
P.title_form {
	color:#F00;
	font-size:16px;
	font-weight:700;	
	text-align:center;
	text-transform:uppercase;
	margin:2px;}	
	
/* пост кор контент + фото*/
.post {
	border-bottom: #D9D9D9 solid 1px;
	margin: 0 0 40px 0;
    padding: 0 0 40px 0;
	overflow:hidden;
    /*cursor: pointer;*/
	}
.vip_post {
	border-bottom: #D9D9D9 solid 1px;
	margin: 0 0 40px 0;
    padding: 0 0 40px 0;
	overflow:hidden;
	z-index:100;
    /*cursor: pointer;*/	
	
	}	

div.pre_photo {
    width:200px;
    height:134px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 1px 20px 15px 1px;
	cursor: pointer;
	position: relative;
}
.pre_photo IMG {
	border: 0;
	float:left;
    width: 100%;
    position: relative;
    opacity: 0.8;
    -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
    transition: 1s ease-out 0.5s;
	}
.pre_photo .top,
.slider-img .top
{
	position: absolute;
	top: 10px;
	background-color: #79be00;
	padding: 3px 5px;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
}
.pre_photo .top::after,
.slider-img .top::after
{
	content: "";
	position: absolute;
	right: -7px;
	top: 3px;
	border-top: 7px solid  #79be00;
	border-right: 7px solid  #79be00;
	border-bottom: 7px solid  transparent;
	border-left: 7px solid  transparent;
	display: block;
	width: 0;
	height: 0;
	transform: rotate(45deg);
}
/*
.post:hover .pre_photo IMG, .vip_post:hover .pre_photo IMG {
    transform: scale(1.1);
    opacity: 1;
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: 1s ease-out 0.6s;
}    */
    
.text_part {
	/*overflow:hidden;*/
	display:block;
	z-index:1;
	}	
.text_part p {
    padding: 0;
    margin: 0;
}
.title h5, .title .h5, .title a  {
	display: block;
	margin:0 0 10px 0;
	padding:0;
	font-size: 14px;
	color:#960000;
	text-decoration:none;
	text-transform:uppercase;
	}	
/*! пост кор контент + фото*/


.short_text {
	font-size: 12px;
	line-height: 1.2;
}
.short_text ul li{
	padding: 4px 2px;
}
.short_text ul li a {
	color: #790B14;
	text-decoration: none;
	font-weight: bold;
}
.short_text ul li a:hover {
	text-decoration: underline;
}
.short_text ul.nav {
	padding: 0;
	display: block;
	clear: both;
}
.short_text ul.nav li{
	display: inline-flex;
}

/*SEO CONTENT*/
#seo_text {
	border:1px #EEE solid;
	padding:5px;
	font-size:12px;
	color: #8B6971;
	border-radius: 5px;
	}
/*!SEO content*/

/*Футер*/
#footer {
    background-color: #F0F0F0;
    border: 1px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    color: #867500;
    display: table;
    float: none;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: 980px;
}
    div.footer_block {
            border-right: 0 dotted white;
            float: left;
            font-size: 11px;
            margin-right: 10px;
            text-align: left;
            width: 235px;}
        div.footer_block p.f_title {
            font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
            font-size: 17px;
            font-style: italic;
            font-weight: 700;
            text-align: center;
        }
        div.footer_block SPAN {
            min-height: 18px;
        }
        div.footer_block a {color: #960000;}
        div.footer_block li {margin-bottom: 10px;}
#footer span { display: compact; color:#867500; text-decoration:none; }
#footer a { text-decoration: none; }

#counter {
	text-align: right;	
	margin:1px auto;
	padding:1px;
	}
#counter li { display:inline-block; text-align:center;}	

.linki_reklama, .linki_reklama a {
    color: #D9D9D9;
    overflow: hidden;
    width: 170px;
    display: block;
}

/*Статьи*/

.img_pre {
    margin: 0 3px 3px 20px;
}
.art_full_header {
    clear: left;
}
#last_article {
    margin: 20px 10px;
}
#last_article a, #last_article a:visited {
    color: #8B6971;
    text-decoration: none;
}
#last_article > div {
/*    border-bottom: #514A4A 1px dotted;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
	float: left;
	width: 100%
}
#last_article  div.more a {
    float: right;
}
#last_article div.text_part {
    padding-bottom: 5px;
}

.art_full_content img {
	max-width: 100%;
}

.art_list {margin: 0 0 15px 0; float: left; width: 100%;}
.art_list>ul {margin: 0px; padding: 0px;}
.art_list>ul>li {float: left; margin-left: 15px; list-style: none outside none;}
.art_list>ul>li>a, .art_list>ul>li>a:visited {color: #790b14; text-decoration: none; font-weight: 700; font-size: 12px;}


/*статьи по темам сайдбар*/
#tema_article>ul>li>a { color: #790b14; text-decoration: none; font-weight: 700; font-size: 12px; }


/*more*/

a.pointlink img {border: none;}

/*баннеры*/

div.left_banner {
    margin: 25px 2px;
}

/*Счетчики города*/
div.bigcity {margin-bottom: 20px;}
div.bigcity div {width: 300px; height: 125px; margin-top: 20px;}
div.bigcity div>div {position: relative; height: auto; width: auto; top: 10px; background-color: rgba(0, 0, 0, 0.6); margin: 10px 0; padding: 10px 15px 5px 30px;display: inline-block; color: #fff;}
div.bigcity div>div>h6 {font-size: 26px;margin: 0px;}


/**/
#fav-title{
    padding-bottom: 28px;
    background: url('../img/big-arrow-down.png') no-repeat center bottom;
    text-align: center;
    font-size: 15px;
    color: #960000;
}
#fav-title span {display: inline-block;}


/*MENU toggle*/
#toggle {
	display: none;
	width: 28px;
	height: 30px;
	margin: 10px auto;
}

#toggle div {
	width: 100%;
	height: 5px;
	background: #960000;
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}

#toggle.on .one {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
	opacity: 0;
}

#toggle.on .three {
	transform: rotate(-45deg) translate(7px, -8px);
}


.phones {
	padding-left: 60px;
	background:  url(../img/phone-call.png) left center no-repeat;
	-webkit-background-size: 30px;
	background-size: 20px;
	min-height: 36px;
}
.phones:before{
	content: '';
	display: table;
	height: 0;
	width: 100%;
	clear: both;
}
.phones .phones-item {
	display: inline-block;
	font-size: 16px;
	margin: 10px 6px;
}
.phones-title {
	font-size: 14px;
	margin: 20px 0 4px;
}
.phones  a {
	color: #960000;
	text-decoration: none;
}

.topslider {
	display: flex;
}
.topslider .slider-item {
	padding: 20px;
	width: 25%;
}
.slider-item .slider-img {
	padding-top: 65%;
	background-size: cover !important;
	position: relative;
}
.slider-item .top_descr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 5px;
	min-height: 20px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,.55);
}
.topslider .slider-item img {
	max-width: 100%;
}
.topslider .slider-item h3 {
	text-align: center;
	color: #960000;
	text-decoration: none;
}
.topslider a {
	text-decoration: none;
}

.slick-arrow {
	border: 0;
	font-size: 0;
	background: none;
	min-width: 55px;
	cursor: pointer;
	outline: none;
	transform: scale(0.65);
	transition: all .3s;
}
.slick-arrow:hover {
	transform: scale(1);
}
.slick-next.slick-arrow {
	background:  url(/img/s-arrow-right.png) center center no-repeat;
}
.slick-prev.slick-arrow {
	background:  url(/img/s-arrow-left.png) center center no-repeat;
}


.our-partners {
	font-size: 15px;
	padding: 10px 15px 15px;
	margin: 20px 0;
	border: 1px dotted grey;
	border-radius: 7px;
}
.our-partners p {
	font-weight: bold;
	color: #514A4A;
}
.our-partners a {
	text-decoration: none;
	color: #790b14;
}
.our-partners ul {
	margin: 0;
	padding: 0;
	
}
.our-partners ul li {
	margin: 10px 0;
	padding: 0 0 0 7px;
	list-style: none;
}

.our-partners ul li:hover a {
	display: inline-block;
	transform: scale(1.1);
	font-weight: bold;
}