/*
Theme Name: podelochkin
Text Domain: Тема для статейников
Author: Славка
*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/wp-content/themes/dizayn/roboto/Roboto.woff2') format('woff2'), url('/wp-content/themes/dizayn/roboto/Roboto.woff') format('woff'), url('/wp-content/themes/dizayn/roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/wp-content/themes/dizayn/roboto/Robotomedium.woff2') format('woff2'), url('/wp-content/themes/dizayn/roboto/Robotomedium.woff') format('woff'), url('/wp-content/themes/dizayn/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
body {
	background: #f4f4f4;
    font: 15px/20px Roboto;
    width: 100%;

}
a{
	color: #307d6c;
}
a:hover{
	text-decoration: none;
}
a {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
}
input,
textarea,
select,
a {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.top_header .container{
	text-align: center;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    margin-bottom: 25px;
}
.top_header {
    margin: 10px 0;
}
nav.menu{
    background: #307d6c;
    position: relative;
}
nav.menu ul {
	display: flex;
}
nav.menu ul li{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.menu ul li a{
    color: #ffffff;
    display: block;
    font: 18px Roboto;
    padding: 8px 26px;
    text-decoration: none;
}
nav.menu ul li a:hover,
nav.menu ul li a.active{
    background: #FFF;
    color: #007359;
}
.mobile_nav_btn {
	display: none;
}

/* Middle
-----------------------------------------------------------------------------*/

#breadcrumps {
    color: #777;
    font: 14px Roboto;
    margin-bottom: 20px;
}
#breadcrumps a {
	text-decoration: none;
}
#breadcrumps a:hover {
	text-decoration: underline;
}

.content_full,
article.front{
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 25px;
}
article.front p:last-child{
	margin-bottom: 0;
}
/*Верстка тизеров статей*/
.content_views {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.views_post .views_row {
	width: 31.6%;
    margin-bottom: 30px;
    margin-right: 2.6%;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
aside .views_post .views_row{
	width: 100%;
	margin-right: 0;
}
.views_post .views_row:nth-child(3n) {
	margin-right: 0;
}
.views_post .views_row .title {
    padding: 8px 20px 14px;
}
.views_post .views_row .title a {
    font-size: 18px;
    color: #3d3b3b;
    line-height: 26px;
    text-decoration: none;
    display: block;
}
.views_post .views_row .title a:hover {
    color: #307d6c;
}

/*Хлебные крошки*/
.breadcrumps {
	margin: 13px 0;
    font-size: 13px;
    line-height: 16px;
}
.breadcrumps a {
	text-decoration: none;
	color: #a4a4a4;
	display: inline-block;
}
.breadcrumps a:hover {
	color: #307d6c;
}
.breadcrumps span.arrow {
	background: url(images/arrow_bread.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 8px;
    height: 6px;
    margin: 0 4px 0 5px;
    position: relative;
    top: -1px;
}
.breadcrumps span.arrow:last-child {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*Верстка страницы статьи*/
.content {
	background: #FFF;
	padding: 25px;
	margin-bottom: 25px;
	display: flex;
}
.content main {
    width: calc(100% - 344px);
    padding-right: 25px;
}

.navigation {
    background: #fcfcfc none repeat scroll 0 0;
    border: 2px solid #e74c3c;
    margin: 0 0 15px;
    padding: 15px;
}
.navigation .title{
	float: left;
    font: bold 22px Roboto;
}
.navigation .open{
	background: #333 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font: bold 14px/27px Roboto;
    padding: 0 16px;
}
.navigation .open:hover,
.navigation .open.active {
	background: #E74C3C;
}
.navigation ol{
    border: medium none;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}
.navigation ol li {
	list-style: none !important;
	margin-bottom: 10px;
    float: left;
    width: 100%;
}
.navigation ol li:last-child{
	margin-bottom: 0;
}
.navigation ol li a {
    display: block;
    font: italic 17px/25px Arial;
    text-decoration: none;
}
.navigation ol li a:hover {
	text-decoration: underline;
}
.navigation ol li li a {
    font: italic 12px Arial;
}

/*Новая навигация*/
#toc_container {
    border: 2px solid #f0ede9;
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
    width: 100% !important;
}
article #toc_container ul.toc_list{
    margin-top: 15px;
    
}
article #toc_container ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}
article #toc_container > ul {
    margin-bottom: 0;
}
article #toc_container ul li:before {
    display: none;
}
article #toc_container > ul > li {
    padding-left: 0;
}
article #toc_container > ul > li ul {
    margin-top: 3px;
}
article #toc_container ul li {
    margin-bottom: 3px;
}
article #toc_container .toc_title {
    margin-bottom: 0;
}
/*End Новая навигация*/
article p a,
article li a {
	font-weight: bold;
}
article blockquote {
    background: rgba(48, 125, 108, 0.15);
    border-left: 5px solid #307d6c;
    border-right: 5px solid #307d6c;
    color: #333;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgb(48 125 108 / 50%);
    margin-bottom: 20px;
}
article blockquote p:last-child{
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
article {
    font: 15px/25px Verdana;
}
article p {
    margin-bottom: 20px;
}
article img {
    vertical-align: bottom;
}
article h2 {
    font: 22px Roboto;
    margin-bottom: 20px;
}
article h3,
article h4 {
    font: 19px Roboto;
    margin-bottom: 18px;
}
article h4 {
    font: 18px Roboto;
}
h1 {
    font-size: 30px;
    margin-bottom: 20px;
	line-height: 36px;
}
h1,
h2,
h3,
h4 {
	font-weight: 500 !important;
    color: #000;
}
article table {
    margin-bottom: 18px;
    text-align: center;
    width: 100% !important;
}
article table p {
	margin-bottom: 0;
}
article table th {
    border-bottom: 1px solid #000000;
	text-align: center;
    font-weight: normal;
}
article table th,
article table td {
	padding: 5px 5px;
    border: 1px solid #000;
}
tbody {
    border-top: 1px solid #000000;
}
article ul, article ol {
	margin-bottom: 20px;
    padding-left: 20px;
}
article ul li:before {
    content: "✔";
    left: 0;
    position: absolute;
    top: 0px;
    color: #307d6c;
    font-size: 19px;
}

article ol{
	counter-reset: myCounter;
}
article li{
	list-style: none;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
    min-height: 25px;
}
article ul li {
	padding-left: 25px;
}
article ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #333;
	text-align: center;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    top: 0;
    width: 25px;
	border-radius: 25px;

}
article ol li:hover:before {
	background: #307d6c;
}
article .ez-toc-grey ul li:before{
	display: none;
}
article .ez-toc-grey ul li a {
	font-weight: normal;
}
article .ez-toc-grey nav{
	margin-top: 15px;
}
.share_article_social {
    text-align: center;
}
.share_article_social .title_block {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}
.title_releted_block {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
	margin-bottom: 20px;
}

/*Верстка галереи*/
.tiled-gallery a span.icon_plus {
	background: rgba(0, 0, 0, 0.8);
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: calc(100% - 4px);
}
.tiled-gallery a:hover span.icon_plus {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tiled-gallery a span.icon_plus i {
    background: transparent url(images/icon_search.png) no-repeat scroll 0 0;
    height: 46px;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    width: 46px;
}

/*Pager*/
.pager a,
.pager span {
	padding: 8px 15px;
	margin: 0 2px 5px 2px;
	display: inline-block;
}
.pager a {
    border: 1px solid #cccccc;
    color: #404040;
	text-decoration: none;
}
.pager span,
.pager a:hover {
    background: #307d6c;
    border: 1px solid #307d6c;
    color: #ffffff;
}

/*Верстка сайт бара*/
aside {
    width: 344px;
    background: #f0ede9;
    padding: 22px;
}

/*Верстка формы*/
form input[type="text"],
form textarea,
form input[type="email"]{
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 5px 10px;
	resize: vertical;
}
form label{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 4px;
	display: block;
}
form br {
	display: none;
}
form p {
	margin-bottom: 12px;
}
form input[type="submit"]{
	background: #555;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
}
form input[type="submit"]:hover{
	background: #307d6c;
}
.tiled-gallery {
	margin-bottom: 18px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
#right-sidebar {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: #307d6c;
    padding: 20px 0 15px;
    margin-top: 25px;
    color: #FFF;
    text-align: center;
}
#footer .container {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .copyright{
	font-size: 16px;
	margin-bottom: 10px;
}
#footer ul.info {
	display: flex;
    border-top: 1px solid;
    justify-content: center;
    padding: 10px 50px 0;
}
#footer ul.info li:last-child {
    margin-right: 0;
}
#footer ul.info li {
    list-style: none;
	margin-right: 15px;
}
#footer ul.info li a {
	color: #fff;
    text-decoration: none;
    font-size: 13px;
}
#footer ul.info li a:hover{
	text-decoration: underline;
}
#back-top {
    bottom: 110px;
    left: 50%;
    margin-left: 620px;
    position: fixed;
	display: none;
}
#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 65px;
}
#back-top a:hover {
    color: #aa0a0a;
}
#back-top span {
    display: block;
    height: 68px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 66px;
}

.fix_post {
	top: 100%;
    position: fixed;
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	left: 50%;
	z-index: 99;
    min-width: 100px;
    min-height: 50px;

    -moz-transform: translateY(0) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(0) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(0) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(0) translateX(-50%); /* Для Opera */
    transform: translateY(0) translateX(-50%);
}
.fix_post.show {
    -moz-transform: translateY(-100%) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(-100%) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(-100%) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(-100%) translateX(-50%); /* Для Opera */
    transform: translateY(-100%) translateX(-50%);
	min-width: 0;
	min-height: 0;
}
.fix_post.show.hide_s {
	display: none !important;
}
.fix_post .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #000;
    display: block;
    cursor: pointer;
    z-index: 9;
}
.fix_post .close:after{
    content: "X";
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFF;
    width: 100%;
    font: bold 18px/34px Arial;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui {
    opacity: 1 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
	display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size: 17px !important;
    margin-top: 16px;
    font-family: Arial !important;
}



.special_gallery {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: #59737d;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    text-align: center;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}
.special_gallery .container {
    width: 100%;
}
.special_gallery .close {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTUwMDQ1RTQ2QkQ0MTFFQjlCMUZCNjQ5QjU0MzBFQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTUwMDQ1RTU2QkQ0MTFFQjlCMUZCNjQ5QjU0MzBFQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTAwNDVFMjZCRDQxMUVCOUIxRkI2NDlCNTQzMEVDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTAwNDVFMzZCRDQxMUVCOUIxRkI2NDlCNTQzMEVDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pojk/tcAAAGuSURBVHjaxJjPSsQwEMbTInj0RXwCQfDgUS97FHwD38W7INgirMIigt2WZb14qgs+jgh6ME5wg7E00/yZSQa+Q5ts+tsvzUxSIaUUWx2Dbo3rXKpA5/pa39wHfcnf6DLC1fIvjjTgCehT/o8uM5yOM9XwKMejywynYqMad0GNpcNzAri55dmvoD2zY5PBSZtzPag0F0kOyApxrhiuYlOrBJA2uDcTzgbI7WSNOLcz7I8NZINsuafVFVDpiRASc876O5eBKZzEVquIBcScdMmTdyHO+QKGOlnHwPkC+q5ubFoLLkAsT7YheY4DEHPyGnQ5Vb5SAGKQXnmOE9AVsg+FowBUukLgFrHjlyI+3pG2j+jRmXYlVLVbcMNFQ1LDPSBtbSrAuUP5stXuNTegT/ki2U+ybjYpIF3hbiJq6yoGkvwMQb0zD3UupHwFQYa+c6HpyRvSF64nqN1ekKF5jgtyPQVYJYDzctJ1WgvJ8/FoMk+SnyGIzzil6nBPeYYgnu4XtWFdjmwTN6AD0LdIE6egZuT+Qv+Dw0TvnI+Ts+EimW075ILTUt/ML/T1jwADAJWDdk9pBEcEAAAAAElFTkSuQmCC) 0 0 no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 40px;
    cursor: pointer;
}


.special_gallery.show {
    z-index: 99;
    opacity: 1;
}
.special_gallery .special_gallery_title {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 0;
}
@media (max-width: 992px){
    .special_gallery .special_gallery_title {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
    .special_gallery .special_gallery_description {
        font-size: 13px;
    }
    .special_gallery .special_gallery_content {
        padding: 0 30px;
    }    
    .special_gallery .special_gallery_content a {
        padding: 0 !important;
    }
}

.special_gallery .special_gallery_description{
    color: #FFF;
    margin-bottom: 15px;
}
.special_gallery .special_gallery_content {
    padding: 0 50px;
}
.special_gallery .special_gallery_content a {
    padding: 0 15px;
    text-align: center;
   /* height: 200px;*/
    overflow: hidden;
}
.special_gallery .special_gallery_content a img  {
    display: inline-block;
}
.special_gallery .special_gallery_content button.slick-arrow {
    background: transparent no-repeat 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAmCAYAAADAzmuWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODcwMDkyRTQ2NTdEMTFFQjg3RDM4MjlENzQ5QTZFRUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODcwMDkyRTM2NTdEMTFFQjg3RDM4MjlENzQ5QTZFRUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9IkIxNTBBMDQ5N0U5MDc1NkUwMjRGM0ZGQkY2QTk1MEY3IiBzdFJlZjpkb2N1bWVudElEPSJCMTUwQTA0OTdFOTA3NTZFMDI0RjNGRkJGNkE5NTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlO//CYAAAFgSURBVHjaYvj//z8PEG/9DwGPgNgciBkoxSBixX9MYEcNgx/8xw6cKDGYiYGB4RYDdrAXiJ0ZyAVA06WB+OV/3MCP3KAAYRkChgeQazAISwDxQzyGR5JrMAgLAfF9PIYHkmswCPMB8U1KXY5LgpDL48g1GIQFCbg8iVyDQZgTiC/jMTybXINBmAOIz+ExPJNcg2H4OCkuJ8VgViA+j8fwXHINBmFGAi6vJNdgmOFH8RheTa7BMLwbj+EllNYU83EYfJeJgTLwHYc4MwsFhq4F4iAccvPIDYIdeMK3k9zIwxdp7eQmt8N4DK0hN4PswmNoFblZ+iAeQ8vJLYSIysKkGAwqLs/iMbSQnIKeUAGfQ07VxEagYE8npzIl5NI4cqp/ULV/DY+haeQ0WEDV/T1quBTZYEKGxpDbKNxMzcYgMQ1vf0ob3hewlKc+QLyRoioAaLooUqn1GohdqNG5AQgwANabqfuWKw30AAAAAElFTkSuQmCC');
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    width: 22px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
}
.special_gallery .special_gallery_content button.slick-prev.slick-arrow {
    left: 0;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.special_gallery .special_gallery_content button.slick-next.slick-arrow {
    right: 0;
}



.fix_post {
    top: 100%;
    position: fixed;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    left: 50%;
    z-index: 99;
    min-width: 100px;
    min-height: 50px;
    -moz-transform: translateY(0) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(0) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(0) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(0) translateX(-50%); /* Для Opera */
    transform: translateY(0) translateX(-50%);
}

.fix_post.show {
    -moz-transform: translateY(-100%) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(-100%) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(-100%) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(-100%) translateX(-50%); /* Для Opera */
    transform: translateY(-100%) translateX(-50%);
}

.fix_post .content_post {
    border: 2px solid #000;
}

@media (min-width: 600px) {
    .fix_post.show {
        min-width: 320px;
        min-height: 100px;
    }
}

@media (max-width: 599px) {
    .fix_post.show {
        min-width: 320px;
        min-height: 100px;
    }
}

.fix_post.show.hide_s,
.popular_news.show.hide_s {
    display: none !important;
}

.fix_post .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #000;
    display: block;
    cursor: pointer;
    z-index: 9;
}

.fix_post .close:after {
    content: "X";
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFF;
    width: 100%;
    font: bold 18px/34px Arial;
}
.site_block{
    margin-bottom: 20px;
}
.special_gallery .site_block {
    max-width: 800px;
    margin: 20px auto;
}
.tg_content{
    border: 2px dashed red;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.tg_content span {
    font-weight: bold;
}