@charset "utf-8";
/* CSS Document */
html {
    min-height: 800px;
    height: 100%;
}
body {
    position: relative; 
    background: #ffffff;
    font-family: "RobotoSlab-Regular", sans-serif;
    font-size: 15px;
    min-height: 800px;
    color: #000000;
    /*height: 100%;*/
}
header {
    position: relative; 
    height: 385px;
    width: 1140px;
    margin: 0px auto;
}
    .top_line {
        position: absolute;
        width: 100%;
        height: 64px;
        top: 0px;
        background: #fff;
        box-shadow: 0 0 33px #e6e6e6;
        border-radius: 0 0 30px 30px;
        z-index: 100;
    }
        .top_line .top_burger {
            display: none;
            width: 34px;
            height: 34px;
            margin: 15px 15px;
            background: url(img/burger_ico.png) center center no-repeat transparent;
        }
        .top_menu {
            height: 64px;
            text-align: center;
        }
            .top_menu a{
                margin: 0px 15px;
                line-height: 64px;
                color: #000000;
                font-size: 14px;
                /*font-weight: bold;*/
                text-decoration: none;
            }
            .top_menu a.active{
                border-bottom: 2px solid #00a910;
            }
    .logo {
        position: absolute;
        top: 64px;
        width: 100%;
        height: 321px;
        background: url(img/logo.png) center center no-repeat transparent;
    }
    .socnets {
        float: left;
        line-height: 64px;
        text-align: left;
        vertical-align: middle;
        margin-left: 25px;
    }
        .socnets a {
            display: inline-block;            
            line-height: 64px;
            width: 34px;
            height: 34px;
            margin: 0px 5px;
            border-radius: 34px;
            vertical-align: middle;
        }
            .socnets a.fb {
                background-image: url(img/fb_ico.png);
            }
            .socnets a.ig {
                background-image: url(img/ig_ico.png);
            }
            .socnets a.ok {
                background-image: url(img/ok_ico.png);
            }
            .socnets a.vk {
                background-image: url(img/vk_ico.png);
            } 
    .search_field {
        float: right;
        line-height: 64px;
        vertical-align: middle;
        margin-right: 30px;
    }
        .search_field input {
            border: none;
            background: transparent;
            color: #000;
            font-size: 13px;
            line-height: 20px;
            width: 170px;
            margin: 0px 0px;
            padding: 0px 0px;
            border-bottom: 2px solid #00a910;
        }
            .search_field input::placeholder {
                color: rgba(0,0,0,0.5);
            }
        .search_field button {
            border: none;
            background: url(img/search_ico.png) center center no-repeat transparent;
            width: 22px;
            height: 22px;
            vertical-align: middle;
        }
.cookie_alert {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 70%;
	background: #fff;
   	box-shadow: 0 0 33px #e6e6e6;	
	padding: 25px 35px;
	z-index: 120;
}
	.cookie_alert p {
		font-size: 13px;
		font-family: "RobotoSlab-Regular", sans-serif;
	}
	.cookie_alert a {
		color: #004eff;
	}
	.cookie_alert a.alert_close {
		position: absolute;
		top: 10px;
		right: 10px;
		padding-right: 20px;
		color: #ff0000;
		text-decoration: none;
		background: url(img/alert_close.png) right center no-repeat;
	}
.wrapper {
    max-width: 1170px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}
.shadow_box {
    background: #fff;
    box-shadow: 0 0 33px #e6e6e6;
    border-radius: 30px;
    margin: 15px 15px;
    padding: 30px 30px;
}
.ad_block {
    text-align: center;
    background: url(img/ad_bg.png) center center;
    margin: 0 0;
    padding: 0 0;
}

#center_block {
    padding-bottom: 365px;
}
    #center_block .left_side {
        float: left;
        width: 293px;
        margin-right: 0px;
    }
    #center_block .center_side {
        overflow: hidden;
    }

    .left_menu {
        width: 165px;
        text-align: left;
        margin: 15px auto;
        padding: 40px 48px;
    }
        .left_menu h3 {
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            color: #000;
            margin: 0 auto 20px auto;
            padding: 0 0;
            text-align: center;
        }
        .left_menu a{
            display: block;
            width: auto;
            padding-left: 28px;
            font-size: 15px;
            line-height: 33px;
            color: #000;
            text-decoration: none;
            background: url(img/bullet.png) left center no-repeat;
        }
            .left_menu a:hover, .left_menu a.active{
                font-family: "RobotoSlab-Bold", sans-serif;
                color: #000;
                background-image: url(img/bullet_h.png);
            }
        .left_menu ul {
            list-style: none;
            margin: 0 0;
            padding: 0 0;
        }
            .left_menu ul ul {
                padding-left: 11px;
            }
                .left_menu ul ul a{
                    background: url(img/bullet_sub.png) left 10px no-repeat;
                    line-height: 20px;
                    margin-bottom: 5px;
                }
                .left_menu ul ul a:hover, .left_menu ul ul a.active{
                    background: url(img/bullet_sub.png) left 10px no-repeat;
                }
                                                    
    .left_ad {
        min-height: 234px;
        line-height: 234px;
        margin: 30px 15px;
        padding: 10px 0px;
    }
    
    .left_news {
        width: 165px;
        text-align: left;
        margin: 15px auto;
        padding: 40px 48px;
    }
        .left_news h3 {
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            color: #000;
            margin: 0 auto 20px auto;
            padding: 0 0;
            text-align: center;
        }
        .left_news a {
            text-decoration: none;
            color: #000;
        }
        .left_news article {
        }
            .left_news article .news_date {
                font-size: 14px;
                line-height: 40px;
                color: #b7b7b7;
            }
            .left_news article .news_anons {
                font-size: 13px;
                line-height: 16px;
                color: #000000;
                border-left: 2px solid #049812;
                padding-left: 15px;
            }
            .left_news article .news_more{
                display: block;
                font-size: 13px;
                line-height: 40px;
                color: #049812;
                text-align: center;
                text-decoration: underline;
            }


    .left_forum {
        width: 165px;
        text-align: left;
        margin: 15px auto;
        padding: 40px 48px;
    }
        .left_forum h3 {
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            color: #000;
            margin: 0 auto 20px auto;
            padding: 0 0;
            text-align: center;
        }
        .left_forum article {
        }
            .left_forum article .forum_hdr {
                font-family: "RobotoSlab-Bold", sans-serif;
                font-size: 15px;
                line-height: 40px;
                color: #010101;
            }
            .left_forum article .forum_post {
                font-size: 13px;
                line-height: 16px;
                color: #000000;
                border-left: 2px solid #049812;
                padding-left: 15px;
            }
            .left_forum article .forum_more{
                display: block;
                font-size: 13px;
                line-height: 40px;
                color: #049812;
                text-align: center;
            }    
    .top_ad {
        min-height: 65px;
        line-height: 65px;
        margin: 15px 15px 30px 15px;
    }
    
#main_content {
    text-align: left;
    padding-left: 293px;
    padding-bottom: 20px;
}
    .center_side p{
        text-align: justify;
    }    
    .center_side h1.art_title {
        font-size: 16px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 auto 10px auto;
        padding: 0 0;
        text-align: center;        
        
    }
        .center_side h1.art_title:before {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-right: 15px;
            vertical-align: middle;
        }
        .center_side h1.art_title:after {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-left: 15px;
            vertical-align: middle;
        }
    .center_side h2 {
        font-size: 20px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 auto 10px auto;
        padding: 0 0;
        text-align: center;        
        
    }
        .center_side h2:before {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-right: 15px;
            vertical-align: middle;
        }
        .center_side h2:after {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-left: 15px;
            vertical-align: middle;
        }

    .home_categ {
        margin: 0px -15px 30px -15px;
    }
    .home_categ h2 {
        font-size: 20px;
        line-height: 40px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 auto 10px auto;
        padding: 0 0 0 178px;
        text-align: center;
        color: #000;        
        
    }
        .home_categ h2 a{
            font-size: 20px;
            line-height: 40px;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            color: #000;        
            
        }
        .home_categ h2:before {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-right: 15px;
            vertical-align: middle;
        }
        .home_categ h2:after {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-left: 15px;
            vertical-align: middle;
        }
    .home_categ .home_categ_link {
        float: right;
        font-size: 14px;
        line-height: 40px;
        text-align: right;
        color: #767676;
        padding-right: 25px;
        margin-right: 30px;
        background: url(img/go_categ.png) right center no-repeat;
    }
    .home_categ article {
        display: inline-block;
        width: 262px;
        height: 262px;
        margin: 0px 13px;
        border: 1px solid #049812;
        box-shadow: 0 0 33px #e6e6e6;
        border-radius: 16px;
    }
        .home_categ article .art_hdr {
            display: block;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            height: 32px;
            text-decoration: none;
            color: #000000;
            padding: 0px 10px;
            margin: 16px 0px;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
        .home_categ article .art_img {
            margin: 0 0;
            height: 155px;
            width: 262px;
            line-height: 155px;
            overflow: hidden;
            text-align: center;
            background: url(img/noimage.png) center center no-repeat;
        }
            .home_categ article .art_img img{
                vertical-align: middle;
            }
        .home_categ article .art_link {
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            padding: 0 10px;
            color: #000;
        }
    .test_desc {
            font-size: 16px;
            line-height: 40px;
            padding: 20px 20px;
    }
    .sub_categ {
        margin: 0px -15px 30px -15px;
    }
    .sub_categ h2 {
        font-size: 20px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 auto 10px auto;
        padding: 0 0 0 178px;
        text-align: center;        
    }
        .sub_categ h2 a{
            font-size: 20px;
            line-height: 40px;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            color: #000;        
            
        }
        .sub_categ h2:before {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-right: 15px;
            vertical-align: middle;
        }
        .sub_categ h2:after {
            content: "";
            display: inline-block;
            background: url(img/hdr_bg.png) center center repeat-x;
            width: 68px;
            height: 40px;
            margin-left: 15px;
            vertical-align: middle;
        }
    .sub_categ .sub_categ_link {
        float: right;
        font-size: 14px;
        line-height: 40px;
        text-align: right;
        color: #767676;
        padding-right: 25px;
        margin-right: 30px;
        background: url(img/go_categ.png) right center no-repeat;
    }
    .sub_categ article {
        display: inline-block;
        width: 830px;
        min-height: 248px;
        margin: 0px 13px;
        border: 1px solid #049812;
        box-shadow: 0 0 33px #e6e6e6;
        border-radius: 16px;
        text-align: left;
        padding-right: 15px;
    }
        .sub_categ article .art_img {
            float: left;
            border-radius: 16px 0 0 16px;
            margin: 0 30px 0 0;
            height: 248px;
            width: 295px;
            line-height: 248px;
            overflow: hidden;
            text-align: center;
        }
            .sub_categ article .art_img img{
                vertical-align: middle;
            }
        .sub_categ article p {
            margin: 0 30px;
        }
        .sub_categ article .art_hdr {
            font-family: "RobotoSlab-Bold", sans-serif;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            margin: 25px 30px 5px 30px;
            display: block;
            text-decoration: none;
            color: #000000;
            padding: 6px 0px;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
        .sub_categ article .art_link {
            font-size: 14px;
            line-height: 60px;
            text-align: left;
            color: #767676;
            padding-right: 25px;
            padding-left: 30px;
            margin: 0 0;
            background: url(img/go_categ.png) right center no-repeat;
        }
        .sub_categ article .art_anons {
            font-size: 15px;
            line-height: 19px;
            color: #000000;
            border-left: 2px solid #049812;
            padding: 0 15px;
            margin: 0 30px;
            overflow: hidden;
        }
    .tags_list {
	/*display: inline-block;*/
	overflow: hidden;
        margin: 10px 0px 15px 25px;
	padding-left: 25px;
        font-size: 10px;
        line-height: 15px;
        text-align: left;
        color: #767676; 
	background: url(img/tags_ico.png) left center no-repeat;
    }
	.tags_list a {
		text-decoration: none;
		color: #767676; 
		font-size: 10px;
		line-height: 15px;
	}
		.tags_list a:hover {
			text-decoration: underline;
		}
    .tags_list_detail {
	display: inline-block;
        margin: 15px 40px 15px 40px;
        font-size: 13px;
        line-height: 15px;
        text-align: left;
        color: #767676; 
    }
	.tags_list_detail  a {
		text-decoration: none;
		color: #767676; 
		font-size: 13px;
		line-height: 15px;
	}
		.tags_list_detail a:hover {
			text-decoration: underline;
		}
    .art_list {
        display: inline-block;
        width: 830px;
        min-height: 150px;
        margin: 0px 13px 30px 13px;
        box-shadow: 0 0 33px #e6e6e6;
        border-radius: 16px;
        text-align: left;
        padding: 0 15px 0 0;
    }
        .art_list .art_picture {
            float: left;
            margin: 10px 30px 10px 0;
            height: 150px;
            width: 195px;
            padding: 0 0;
            line-height: 150px;
            overflow: hidden;
            text-align: center;
        }
            .art_list .art_picture img{
                vertical-align: middle;
                /*width: 150px;*/
            }
        .art_list .art_hdr {
            font-family: "RobotoSlab-Bold", sans-serif;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            margin: 25px 30px 10px 30px;
            display: block;
            text-decoration: none;
            color: #000000;
            padding: 0px 0px;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
        .art_list .art_link {
            font-size: 14px;
            line-height: 60px;
            text-align: left;
            color: #767676;
            padding-right: 25px;
            padding-left: 30px;
            margin: 0 0;
            background: url(img/go_categ.png) right center no-repeat;
        }
        .art_list .art_date {
            font-size: 12px;
            line-height: 12px;
            color: #767676;
            padding: 0 0;
            margin: 0 30px;
            height: 38px;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
        .art_list .art_anons {
            font-size: 15px;
            line-height: 19px;
            color: #000000;
            border-left: 2px solid #049812;
            padding: 0 15px;
            margin: 0 30px;
            height: 38px;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }
.page_list {
    text-align: center;
    padding: 15px 50px;
    overflow: hidden;    
    line-height: 45px;
}
    .page_list a, .page_list span {
        display: inline-block;
        line-height: 20px;
        text-decoration: none;
        text-align: center;
        color: #000;
        width: 20px;
        margin: 0 15px;
        border: 2px solid #fff;
        border-radius: 12px;
    }
    .page_list a:hover, .page_list .page_sel {
        border: 2px solid #6bbb35;
    }
    .page_list .prev_link, .page_list .next_link {
        border: 2px solid #049812;
        border-radius: 23px;
        line-height: 41px;
        padding: 0 45px;
        color: #a5a5af;
        width: auto;
    }
    .page_list .page_points {
        border: 2px solid #049812;
        border-radius: 23px;
        line-height: 41px;
        width: 40px;
        color: #a5a5af;
        background: url(img/page_points.png) center center no-repeat;
    }

.sitepath {
    margin: 15px 15px;
    text-align: left;
    font-size: 15px;
    color: rgba(0,0,0,0.74);
}
    .sitepath a{
        font-size: 15px;
        color: rgba(0,0,0,0.74);
        text-decoration: none;
    }
        .sitepath a:hover{
            text-decoration: underline;
        }
        
p {
    font-family: "Roboto-Regular", sans-serif;
}
        
.detail_text {
    margin: 15px 15px;
    padding: 30px 30px;
    text-align: justify;
    line-height: 23px;
    font-family: "Roboto-Regular", sans-serif;
}
    .detail_text .detail_picture {
        float: left;
        margin: 0 15px 15px 0;
        padding-bottom: 15px;
        border-bottom: 2px solid #049812;
        background: #fff;
    }
        .detail_text .detail_picture img {
            margin: 0 0;
        }
    .detail_picture_center {
        text-align: center;
	margin: 0 auto 15px auto;
        padding-bottom: 15px;
        border-bottom: 2px solid #049812;
        background: #fff;
    }
        .detail_picture_center .detail_picture img {
            margin: 0 0;
        }
    .detail_text h1 {
        font-family: "RobotoSlab-Bold", sans-serif;
        margin: 0 0 30px 0;
        padding: 0 0;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
    }
    .detail_text a {
	color: #002270;
    }
    .detail_text p {
        margin: 0 0 30px 0;
        padding: 0 0;
        line-height: 23px;
        font-size: 15px;
        text-align: justify;
        font-family: "Roboto-Regular", sans-serif;
    }
	.detail_text .detail_anons {
		margin-bottom: 20px;
	}
        .detail_text .detail_anons p{
            border-left: 2px solid #049812;
            padding: 0 0 0 15px;
            overflow: hidden;
        }
    .detail_text .detail_data {
        clear: both;
        margin: 20px 40px 0 40px;
        padding-top: 15px;
        overflow: hidden;
        font-family: "RobotoSlab-Regular", sans-serif;
        background: url(img/dd_bg.png) left top no-repeat;
    }
    .detail_text .detail_author {
        float: left;
        font-size: 15px;
        font-family: "RobotoSlab-Regular", sans-serif;
        margin: 0 0;
    }
    .detail_text .detail_date {
        float: left;
        color: #a2a2a2;
        font-size: 15px;
        font-family: "RobotoSlab-Regular", sans-serif;
        margin: 0 0 0 25px;
    }
    .detail_text .detail_print {
        float: right;
        color: #000;
        font-size: 15px;
        font-family: "RobotoSlab-Regular", sans-serif;
        line-height: 22px;
        padding-right: 44px;
        background: url(img/prn_ico.png) right center no-repeat;
    }
    .detail_text .detail_socnets {
        clear: both;
        margin: 0 0;
        padding-top: 10px;
    }
.comment_blk {
    margin: 15px 15px;
    padding: 30px 70px;
    text-align: left;
}
    .comment_blk .comment_data {
        margin: 0 0;
        padding-bottom: 10px;
        overflow: hidden;
        background: url(img/dd_bg.png) left bottom no-repeat;
    }
    .comment_blk .comment_author {
        float: left;
        font-size: 15px;
        font-family: "RobotoSlab-Regular", sans-serif;
        margin: 0 0;
    }
    .comment_blk .comment_date {
        float: left;
        color: #a2a2a2;
        font-size: 15px;
        font-family: "RobotoSlab-Regular", sans-serif;
        margin: 0 0 0 25px;
    }
.read_more {
	background: #f6f6f6;
	padding: 20px 20px;
	margin: 30px 30px 30px 0px;
	float: left;
	border-radius: 16px;
	min-height: 50px;
	width: 300px;
	font-size: 13px;
}
	.read_more h4{
		text-align: center;
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 0 0 20px 0;
		line-height: 18px;
	}
	.read_more h4:before {
            content: "";
            display: inline-block;
            background: url(img/read_more_ico.png) left center no-repeat;
            width: 22px;
            height: 18px;
            margin-right: 10px;
            vertical-align: middle;
        }
.comment_form {
    text-align: center;
    padding: 15px 15px;
    overflow: hidden;
}
    .comment_form input {
        display: block;
        width: 300px;
        line-height: 33px;
        background: none;
        border: 1px solid #dadada;
        border-radius: 16px;
        box-shadow: inset 0 0 16px #e6e6e6;
        padding: 0 30px;
        margin: 0 0 16px 0;
        font-size: 12px;
        font-family: "RobotoSlab-Regular", sans-serif;
    }
        .comment_form input[type=submit]{
            display: inline-block;
            float: none;
            border: none;
            width: 165px;
            box-shadow: none;
            line-height: 43px;
            color: #fff;
            text-align: center;
            background: url(img/send_bg.png) center center no-repeat;
        }
    .comment_form textarea {
        float: right;
        height: 83px;
        width: 400px;
        line-height: 33px;
        background: none;
        border: 1px solid #dadada;
        border-radius: 16px;
        box-shadow: inset 0 0 16px #e6e6e6;
        padding: 0 30px;
        margin: 0 0;
        font-size: 12px;
        font-family: "RobotoSlab-Regular", sans-serif;
    }
    .comment_form .captcha_img {
        float: right;
        clear: right;
        padding: 0 145px;
        margin: 30px auto;
    }
    .test_answ {
        margin: 0 auto 10px auto;
        width: 80%;
        text-align: left;
    }
        .test_form input[type=submit]{
            display: inline-block;
            float: none;
            border: none;
            width: 165px;
            box-shadow: none;
            line-height: 43px;
            color: #fff;
            text-align: center;
            background: url(img/send_bg.png) center center no-repeat;
        }
  .test_answ img{
		vertical-align: middle;
	}
footer {
    position: absolute;
    bottom: 0;
    height: 356px;
    width: 100%;
    z-index: 100;
}
    footer .wrapper{
        position: relative;
        height: 356px;
        width: 1140px;
        margin: 0px auto;
        padding: 0 0;
        background: #fff;
        box-shadow: 0 0 33px #e6e6e6;
        border-radius: 30px 30px 0 0;
        z-index: 100;
    }
    
    .tri_block {
        float: left;
        width: 33.33%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0px 45px;
    }
        .tri_block h3 {
            font-size: 20px;
            line-height: 120px;
            text-transform: uppercase;
            color: #000;
            margin: 0 auto 0px 0px;
            padding: 0 0;
            text-align: left;
        }
    footer .socnets {
        float: none !important;
        margin: 0 0 !important;
        line-height: 34px !important;
    }
        footer .socnets a {        
            margin: 0px 5px 0px 0px !important;
            line-height: 34px !important;
        }
    
    .tags_cloud {
        padding: 0 0 0 5px;
        text-align: left;
        background: url(img/cloud_bg.png) left 8px repeat-y;
        font-size: 12px;
    }
        .tags_cloud a{
            font-size: 12px;
            line-height: 24px;
            color: #000;
            text-decoration: none;
            margin-left: 5px;
            margin-right: 5px;
            white-space: nowrap;
        }
            /*.tags_cloud a:after{
                content: " / ";
            }*/
            .tags_cloud a:hover{
                text-decoration: underline;
            }

    .bottom_menu {
        float: left;
        /*width: 50%;*/
        text-align: left;
    }
        .bottom_menu a{
            display: block;
            width: auto;
            font-size: 15px;
            line-height: 23px;
            color: #000;
            text-decoration: underline;
        }


    .copyrights {
        position: absolute;
        bottom: 40px;
        color: #000;
        font-size: 13px;
        text-align: left;
        vertical-align: middle;
        margin-left: 45px;
    }
        .copyrights a{
            color: #000;
            text-decoration: none;
        }
        .copyrights a:hover{
            text-decoration: underline;
        }
    .counters {
        position: absolute;
        bottom: 30px;
        right: 0px;
        color: #000;
        font-size: 13px;
        text-align: right;
        vertical-align: middle;
        margin-right: 45px;
    }
        .counters img{
            margin-left: 20px;
        }

@media screen and (max-width: 1140px) {
	body {
		min-height: 1000px;
	}
    header {
        height: 350px;
        width: 100%;
        max-width: 1170px;
    }
        header .socnets {
            display: none;
        }
        header .search_field {
            display: none;
        }
        .top_menu {
            margin-right: 79px;
        }
        .top_menu a{
            margin: 0px 5px;
        }
        .top_line .top_burger {
            float: left;
            display: inline-block;
        }
    .wrapper {
        width: 100%;
        max-width: 1170px;
    }
   .cookie_alert {
	width: auto;
	left: 0px;
    }
    .logo {
		top: 80px;
        height: 270px;
        background: url(img/logo_m.png) center center no-repeat transparent;
    }
    .detail_text .detail_picture {
        width: 100%;
        text-align: center;
    }
    .detail_text img {
        max-width: 100%;
    }
    .detail_text .detail_print {
        font-size: 0;
    }
    .ad_block {
        display: none;
    }
    #center_block {
	padding-bottom: 650px;
    }
    #center_block .left_side .left_menu{
        display: none;
    }    
    #center_block .left_side .left_ad{
        display: none;
    }    
    #center_block .left_side .left_news{
        display: none;
    }    

    .left_menu {
            display: block;
            position: absolute;
			top: 50px;
            /*width: 100%;*/
     }
	.home_categ article {
		margin-bottom: 30px;
    }
    .home_categ h2 {
        padding: 0 0;
    }
    .home_categ .home_categ_link {
        display: none;
    }
    .sub_categ h2 {
        padding: 0 0;
    }
	.sub_categ h2:before {
		display: none;
    }
	.sub_categ article {
		width: 80%;
	}
		.sub_categ article .art_img{
			float: none;
			margin: 0px auto;
		}
		
	.art_list {
        width: 80%;
    }
        .art_list .art_picture {
            float: none;
            margin: 10px auto 10px auto;
        }
		.art_list .tags_list {
			margin: 0px 30px 5px 30px;
		}
    footer {
        width: 100%;
	height: 650px;
        max-width: 1170px;
    }
        footer .wrapper {
            width: 100%;
	    height: 650px;
            max-width: 1170px;
        }
	.tri_block {
		float: none;
		width: auto;
		overflow: hidden;
	}
		.tri_block h3{
			line-height: 30px;
			padding: 20px 0px 10px 0px;
		}
	.copyrights {
		position: static;
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	.counters {
		position: static;
		text-align: center;
	}
}

