html {
    color: #393939;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #51556d;
    text-decoration: underline;
}

h3,h2,h1 {
	font-family: 'Roboto', sans-serif;
    margin: 0px;
	padding: 0px;
	font-weight: 400 !important;
}

h3 {
    font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400 !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.clear {
clear:both;
}

ul,
li {
    margin: 0;
    padding: 0;
	list-style: none;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    color: #000;
    padding: 0.2em 0;
}

/* ========================================================================== Main classes ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
	color: #232323;
	background: #fff;
	background-size: contain;
	margin: 0px !important;
}

header {
	position: relative;
	display: inline-block;
	 z-index: 1;
    float: left;
	width: 100%;
	background: #232323;
	margin-bottom: 35px;
	margin-top: -18px;
	padding-top: 12px;
	background-size: cover;
}

header:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-0.5deg);
  transform-origin: 100%;
  z-index: -1;
}

footer {
	position: relative;
	z-index: 1;
    float: left;
	margin-top: 33px;
	margin-bottom: -20px;
	padding-bottom: 15px;
	width: 100%;
	color: #fff;
	background: #232323;
}
 
footer:before {
  background: inherit;
  margin-top: -10px;
  top: 20;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1deg);
  transform-origin: 100%;
  z-index: -1;
}

content  {
    float: left;
	min-height: 700px;
}

main {
    float: left;
	width: 67.7%;
	padding-right: 1.3%;
	margin: 40px 0px;
	margin-top:0px;
}

aside {
    float: right;
	margin-left: 3%;
	width: calc(28% - 5px);
	margin-bottom: 35px;
}

article {
	float: left;
	padding: 0px;
	margin-bottom: 20px;
	padding-top: 40px;
	background-color: #fff;
	background-image:  url(img/news-border.png);  
    background-position: top center;
    background-repeat: no-repeat;	
}

article:first-child {
	float: left;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image:  none;  
		width: 100%;
}

article section {
	float: left;
	width: 65%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

article section span a{
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	color: #395886;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
}

article section p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

article section h4 a:hover{
	color: #1f8a70 !important;
}

figure {
	float: left;
	width: 29%;
	min-height: 160px;
	margin: 0px;
	padding: 0px;
	margin-right: 5%;
}
@media screen and (min-width : 700px){
	blockquote {
		display: block;
		margin: 0px;
		padding: 25px;
		font-size: 13.5px;
		line-height: 18px !important;
		margin-top: 15px;
		padding-left: 100px;
		padding-right: 70px;
		color: #9d8e6f;
		background-color: #f1e5ca;
		background-image:  url(img/right.png), url(img/left.png);  
		background-position: top right, center left;
		background-repeat: no-repeat,no-repeat;
	}
}
blockquote p {
	line-height: 18px !important;
}

#content  {
	width:100%;
	
}

.container {
    width: 1130px;
	margin:0px auto;
	display: block
}

/* ========================================================================== Helper classes ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ========================================================================== Print styles ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* стили для адаптивности */

@media screen and (max-width : 1170px){

.sub-topmenu {
    position: static;
    display: none;	
}

.container, .last-news, .last-art, .stat, .f-left, .f-right {
	width: 97%;
	padding: 0 1.5%;	
}

.full-text-top {
    line-height: 35px;
    padding: 5px;
	font-size: 13px;
}

.firstpost{
    display: none;
}

.sub-topmenu li {
    margin-bottom: 1px;
}

#topmenu li, #topmenu li a {
    width: 100%;
    border:none;
    padding:0px;
}
        
#topmenu .sub-topmenu li a {
        padding:0px;
}
        
#topmenu  {
    width: 100%;
    }
}

/* ========================================================================== Header ========================================================================== */

.logo  {
	width: 100%;
	background: url(img/logo.png) no-repeat;
	min-height: 70px;
	width: 170px;
	float: left;
	margin: 0px auto;
}

/* ========================================================================== Footer ========================================================================== */

#f-left  {
    float: left;
	width: 5%;
	margin-right: 2%;
}

#f-right   {
    float: left;
	width: calc(47% - 15px);
	padding-left: 15px;
}

#f-right  ul {
	width: 100%;
    float: left;
}

#copyright  {
	width: 20%;
    float: left;
	color: #525252;
	font-size: 11px;
	text-transform: uppercase;
}

#copyright  span {
	color: #fff;
}

#f-right   li {
	font-family: 'Roboto', serif;
	text-transform: uppercase;
	font: 11px;
    float: left;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 20px;
}

#f-right li a{
	color: #fff;
}

.f-logo  {
	width: 100%;
	float: left;
	background: url(img/footer-logo.png) no-repeat;
	min-height: 39px;
	width: 139px;
}

.social span{
	float: left;
	display: block;
	line-height: 40px;
}

.social {
	float: right;
	width: 25%;
}


.social li {
	line-height: 40px;
	float: right;
	margin-right: 10px;
}

/* ========================================================================== Last News ========================================================================== */

.yarpp-related {
	background: #f8f8f8;
	padding: 15px;
}	



.yarpp-related a{
	background: #fff;
	width: 100%;
	height: auto;
	display: block;
    text-align: left;
    font-weight: normal !important;
	font-size: 14px !important;
	line-height: 21px !important;
    text-decoration: none;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 90% !important;
	padding: 5px 0px !important;
}

.yarpp-thumbnails-horizontal:last-child .yarpp-thumbnail:last-child {
	margin-right: 0% !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100% !important;
    min-height: 120px;
    margin: 0px !important;
}

.yarpp-thumbnail {
	color: #39537a !important;
}


/* ========================================================================== Widjet ========================================================================== */

.widjet {
	width: 100%;
	width: calc(85% + 0px);
	padding: 20px 7.5%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 45px;
}

.widjet a{
	color: #fff;
}

.widjet span {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	content: "&nbsp;";
}

.widjetblock {
	width: 100%;
}

/* ==================== Category ==================== */

.category {
	background: #232323;	
	display:block;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.category:after {
	  background: inherit;
	  bottom: 0;
	  content: '';
	  display: block;
	  height: 50%;
	  left: 0;
	  position: absolute;
	  right: 0;
	  transform: skewY(-2deg);
	  transform-origin: 100%;
	  z-index: -1;
}

.category:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	-webkit-transform: skewY(358deg);
	transform: skewY(358deg);
	margin-top: -15px;
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

.category ul li { }
.category ul li:before { font-family: 'Open Sans', sans-serif; letter-spacing: -2px; content: "——"; color: #353535; margin-right: 5px; padding-right: 5px; }

.category li {
	list-style: none;
	margin: 5px 0px;
	margin-left: 0px;
}

.category li a:hover {
	color: #f5d863;
}

.category  ul  {
	list-style: none;
	margin: 5px 0px;
	margin-left: 0px;

}

.children li:before  {
	content: "●" !important; 
	color: #7d7d7d;
	margin-right: 5px;
}

.children li a {
	color: #959595;
	font-size: 14px;
}

.children li {
	list-style: none !important;
	margin-left: 25px;
	padding-left: 5px;
}


/* ==================== Pool ==================== */

.poll {
	display:block;
	background: #1f8a70;
	border-radius: 2px;
	margin-top: 40px;
}

.poll li{
	margin: 5px 0px;
}

.pool {
	width: 100%;
	padding-top: 10px;
}

.pool span {
	float: right;
}

/* ==================== Category ==================== */

.searchblock {
	background: #2f3641;	
	display:block;
	position: relative;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}

.searchblock:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.searchblock:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: skewY(358deg);
  transform: skewY(358deg);
  margin-top: -15px;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

/* ==================== Last ==================== */

.last {
	display:block;
	background: #f8f8f8;
	display:block;
	position: relative;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}

.last:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.last:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: skewY(358deg);
  transform: skewY(358deg);
  margin-top: -15px;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.last span {
	color: #232323;
	display: block;
	margin-bottom: 20px;
}


.last li {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bcbcbc;
	line-height: 14px;
}

.last li:first-child {
	margin-top: 0px;
	padding-bottom: 15px;
}

.last li:last-child {
	border-bottom: none;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.last li a{
	line-height: 20px;
	color: #3b4e6a;
}

/* ==================== Text ==================== */

.text {
	display:block;
	background: #f8f8f8;
	display:block;
	position: relative;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
	color: #444a53;
		margin-top: 40px;
}

.text:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.text:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: skewY(358deg);
  transform: skewY(358deg);
  margin-top: -15px;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.text span {
	color: #232323;
	display: block;
	margin-bottom: 20px;
}

/* ==================== Pool ==================== */

.poll {
	display:block;
	background: #f8f8f8;
	display:block;
	position: relative;
	color: #444a53;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}

.poll:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}

.poll:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: skewY(358deg);
  transform: skewY(358deg);
  margin-top: -15px;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.poll span {
	color: #232323;
	display: block;
	margin-bottom: 20px;
}

.poll li{
	margin: 5px 0px;
}

#pool {
	color: #315f90;
	text-transform: uppercase;
}

.pool {
	width: 100%;
	padding-top: 10px;
}

.pool span {
	color: #565b63;
	font-size: 16px;
	float: right;
}

.pool span a {
	color: #565b63;
	font-size: 16px;
}

/* ========================================================================== Main Navigation ========================================================================== */

nav {
	display:block;
	line-height: 65px;
	width: calc(83.6% + 1px);
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	float: right;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}
 
.topmenu {
	width: 100%;
	display:block;
	float: left;
}
 
.topmenu li {
	display: inline-block;
	position: relative;
	text-align: left;
}

.topmenu li:first-child {
	min-width: auto;
	padding-left: 0px;
	margin-left: 0px;
}
 
.sub-menu li:first-child {
	min-width: auto;
	padding-left: 0px;
	margin-left: 0px;
}

.sub-menu li:hover{

}
 
.topmenu li a {
	text-decoration:none;
	padding: 0 10px;
	display:block;
	color:#ffffff;	
}
 
.topmenu li a:hover, .topmenu li:hover > a{
	background: rgba(29, 29, 29, 0.9);
	z-index: 9999;
	color: #ffe167;
}

.topmenu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: absolute;
	left: 0px;
	background: rgba(29, 29, 29, 0.9);
	z-index: 9999;
	transition: background 1s linear;
}
 
 
.topmenu li.tipa-root-menu-class:hover > ul{ 
	display: block;

 }
 
 /*
.topmenu .sub-menu li:hover > ul{ 
	display: none;

 }*/
 
.topmenu ul li {
	width: auto;
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
	transition: background 1s linear;
}
 
.topmenu ul li a {
	font-size: 14px !important;
	color:#fff;
	margin: 0px auto;	
}
 
.topmenu ul li a:hover, .topmenu ul li:hover > a{
	text-decoration: underline;
}

.topmenu ul ul {
	z-index: 9999;
	position: relative;
	font-size: 12px !important;
	top: 0px;
	width: auto;
	transition: background 1s linear;
}

.topmenu ul ul li a{
	font-size: 12px !important;
	transition: background 1s linear;
}

.topmenu ul ul li a{
	display: inline-block;
	transition: background 1s linear;
}

.topmenu ul ul li::before {
    font-family: "Open Sans", sans-serif;
    letter-spacing: -2px;
    content: "—";
    color: rgb(53, 53, 53);
    margin-right: 5px;
    padding-right: 5px;
}

.mobile-menu {
	display:none;
	width:100%;
	background:#f5d863;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
}


.sub-menu ul {
	padding: 0px 2.5px !important;
}

.sub-menu li{
	padding: 0px 2.5px !important;
	font-size: 12px !important;
	white-space: nowrap;
}
 

.sub-topmenu li:hover a{
	text-decoration: underline;
	border: none;
	background: none;
}

/* ========================================================================== Category Infoblock ========================================================================== */
 
#infoblock  {
   background: rgba(255, 255, 255, 0.90);
   padding: 15px;
   text-align: justify;
   } 
   
#infoblock h1 {
   font-size: 30px;
   color: #2f3641;
   font-family: 'Open Sans', sans-serif;  
 }
   
.taxonomy-description {
	float: left;
	text-align: justify;
   	width: calc(100% - 30px);
	background: #fff;
	padding: 15px;
} 

.taxonomy-description a{
	color: #f3932c;
} 

.taxonomy-description ul li {
	list-style: none ;
} 
.taxonomy-description li {
	margin-top:10px;
} 

.taxonomy-description ul li:before {
    background: url(img/razd.png) no-repeat center center;
    min-height: 26px;
    font-weight: 400;
    content: " ";
    position: relative;
    padding-right: 40px;
}
 
.taxonomy-description h1 {
	font-size: 30px;
	color: #535353;
}  

/* ========================================================================== SearchForm ========================================================================== */

.search {
	width: auto;
	display: block;
	position: relative;
	color: #485669 !important;
	margin: 15px 0px;
}

.search input {
	border: none;
	color: #485669 !important;
}

.search .input {
	width: 100%;
	line-height: 27px;
	padding: 8px 37px 7px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #252c36;
	font-size: 16px;
	color: #485669 !important;
	outline: none;
}

.search .input:focus {
	background: #1e242c;
}

.search .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 100%;
	cursor: pointer;
	background: url(img/search.png) no-repeat center center;
	opacity: 0.5;
}

input[type="search"] {
  -webkit-appearance: none;
  color: #89c9b9;
}


#full, .full {
   display: block;
   position: relative;
   float: left;
} 

#full-fix {
	background-image: url(img/bg-fix.jpg) !important;
	background-color: #f8f8f8; 
	background-size: contain;
	background-position: center top; 
	background-repeat: no-repeat; 
	width: 100%;
} 

.page {
	background-color: #f8f8f8 !important;
} 


#post-content {
   background: #fff;
   	width: calc(100% - 60px);
	padding: 15px;
	margin: 15px;
	margin-top: 0px;
	position: relative;
	display: block;

	} 

#post-title {
   color: #fff;
	background: #232323 url(img/skos.jpg) no-repeat bottom center;
	text-transform: uppercase;
   	width: calc(100% - 60px);
	padding: 15px;
	padding-bottom: 45px;
	margin: 15px;
	margin-bottom: 0px;
	position: relative;
	display: block;
	} 


.full {
	padding-top: 165px;
} 


	
#full li {
	list-style-type: none !important; /* Скрываем маркеры, отображаемые по умолчанию */
	margin: 7px 0px; /* !important */
	position: relative;
	line-height: auto;
}

#full li:before {
 background: url(img/razd.png) no-repeat center center;
 min-height: 26px;
 font-weight: 400;
 content: " "; /* Маркер */
 	position: relative;
 padding-right: 40px; /* Отступ от маркера до текста */

}

#full-fix  li {
	list-style-type: none !important; /* Скрываем маркеры, отображаемые по умолчанию */
	margin: 7px 0px !important;
	position: relative;
	line-height: auto;
}

#full-fix li:before {
 background: url(img/razd.png) no-repeat center center;
 min-height: 26px;
 font-weight: 400;
 content: " "; /* Маркер */
 	position: relative;
 padding-right: 40px; /* Отступ от маркера до текста */
} 

 
#full article img, .taxonomy-description img {
   margin-bottom: 10px;
   width: 100%;
   height: auto;
} 

#full article h1,h2,h3,h4,h5,h6 {
   margin-bottom: 15px;
} 

#full article h1{
   font-size: 24px;
   margin-bottom: 0px;
} 

#full article h2{
   font-size: 24px;
} 

#full article h3{
   font-size: 20px;
} 

#full article h4{
   font-size: 17px;
} 

#full article p {
	padding-bottom: 7px;
} 

.info {
	border-bottom: 1px solid #e8e8e8;
	line-height: 22px;
	margin-top: -10px;
	padding-bottom: 20px;
} 

.info time {
	padding-bottom: 5px;
} 

article h4{
   font-size: 19px;
   line-height: 19px;
   margin-top: 0px;
} 

#full h2 {
	font-size: 21px;
}

#full h3 {
	font-size: 18px;
}

#full h4,#full h5 ,#full h6  {
	font-size: 16px;
}

#full ol ,.taxonomy-description ol { display: block; list-style-type: decimal; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 0px; }
 
#full article ul li {
	list-style: disc;
	margin-left: 60px;
}

#full article ol li, .taxonomy-description ol li {
	list-style: decimal;
	margin-left: 20px;
	padding-left: 10px;
	padding: 0px;
}

/* ========================================================================== Breadbreadcrumbs ========================================================================== */

#breadcrumbs {
	width: auto;
	margin-bottom: 35px;
	float: left;
	display: block;
	text-transform: uppercase;
}

#breadcrumbs span {
	color: #fff !important;
	background: #232323;
	padding: 20px 0px;
}

#breadcrumbs span:first-child {
	color: #fff !important;
	background: #232323 !important;
	padding: 20px 0px;
}

#breadcrumbs span:first-child a{
	padding-left: 10px;
}

#breadcrumbs span a {
	color: #fff;
	margin: 0px 10px;
}

#breadcrumbs span span {
	background: #303030;
}

.breadcrumb_last {
	background: #3b3b3b !important;	
	padding: 20px 10px !important;	
}

#breadcrumbs span:nth-child(2n):before {
	content: " ";
	background: #232323 ;
	  display: inline-block;
	position: relative;
  `	width: 24px;
	height: 0;
	border-bottom: 58px solid #303030; 
	border-left: 45px solid transparent;
	top: 24px;
	left: -10px;

}

.breadcrumb_last:before {
	content: " ";
	background: #303030 !important;	
	  display: inline-block;
	position: relative;
  `	width: 24px;
	height: 0;
	border-bottom: 58px solid #3b3b3b !important;	 
	border-left: 45px solid transparent;
	top: 24px;
	left: -10px;

}

/* ========================================================================== Breadbreadcrumbs ========================================================================== */

.pagination {
	font-family: 'Roboto', serif;
	float: left; 
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 10px 0px;
	min-width: 100%;
	text-align: center;
}
	
.pagination ul {
	text-align: center;
}

.pagination a {
	text-align: center;
	font-size: 16px;
	display: inline-block; 
	vertical-align: middle; 
	line-height: 40px; 
	padding: 0px 15px;
	border-radius: 5px;
	margin-right: 10px;
}

.current {
	background: #232323;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block; 
	vertical-align: middle; 
	line-height: 40px; 
	padding: 0px 15px;
	margin-right: 10px;
}


/* ========================================================================== Seo ========================================================================== */

.seo span {
	font-family: 'Roboto', sans-serif;
	font-size: 30px !important;
	color: #2f3641;
	margin-bottom: 30px;
	display: block;
}

/* ========================================================================== Topbutton ========================================================================== */

.cd-top {
  display: inline-block;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f3932c url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
	
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#archive-title 	{
	width: calc(100% - 30px);
	background: #fff;
	padding: 15px;
	margin-bottom: 35px;
	color: #395886;
	text-transform: uppercase;
}

/* ========================================================================== Comments ========================================================================== */

#comments {
	float: left;
	width: 100%;
}

#comments ol {
	padding-left: 0px !important;
}

.comment-list {
	margin-left: 0px !important;
}

.comment-list .children {
	margin-left: 40px;
	margin-top: 0px;
}

.comment-list .children:before {
	content: " ";
	display: line-block;
	float: left;
	width: 52px;
	height: 95px;
	background: url(img/replay.png) no-repeat;
}

.comment-list {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 20px 0px;
	margin-top: 30px;
}

#comments span {
	font-size: 30px;
	font-family: 'Russo One', sans-serif;
	font-weight: 500 !important;
	margin-top: 0px;
}

.name {
	font-weight: 500;
	line-height: 30px;
	font-size: 17px;
}

.name a {
	font-weight: 500;
	padding: 5px 5px;
	font-size: 15px;
	color: #39537a;
	text-decoration: underline;
}

.name a:hover {
	text-decoration: none;
	color: #232323;
}

.time {
	color: #767676;
	font-size: 15px;
	line-height: 35px;
}

#replay {
	margin-left: 60px;
	margin-top: 10px;
}

#replay:before {
	content: " ";
	display: line-block;
	float: left;
	width: 52px;
	height: 95px;
	background: url(img/replay.png) no-repeat;
}

#addcomments {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 16px !important;
	font-family: Tahoma !important;
	color: #577c72;
}

#comments  textarea {
	float: left;
	width: 92.5%;
	padding: 2.5%;
	border: 1px solid #e4eaed;
	background: #f8f8f8;
	font-size: 16px !important;
	font-family: Tahoma !important;
	color: #000;
}

#comments  input {
	float: left;
	width: 40%;
	padding: 0% 2.5%;
	margin-top: 15px;
	border: 1px solid #e4eaed;
	background: #f8f8f8;
	line-height: 40px;
	font-size: 16px !important;
	color: #577c72;
}

#comments  input[type="submit"]  {
	float: left;
	width: 30%;
	background: #232323;
	cursor: pointer;
	color: #fff;
	padding: 0% 2.5%;
	border: none;
	margin-top: 15px;
	line-height: 40px;
	font-size: 16px !important;
}

#comments  input[type="submit"]:hover  {
	float: left;
	width: 30%;
	background: #ffe167;
	cursor: pointer;
	color: #fff;
	padding: 0% 2.5%;
	margin-top: 15px;
	line-height: 40px;
	font-size: 16px !important;
}

/* ========================================================================== Slider ========================================================================== */

.alignleft { 
	float:left;
	margin:0 20px 20px 0;
}

.alignleft { 
	float:left;
	margin:0 20px 20px 0;
}

.alignleft { 
	float:left;  
	margin:0 20px 20px 0;
}
	
.alignright {
	float:right; 
	margin:0 0 20px 20px;
}
	
.aligncenter {
	margin:0 auto 20px auto;
}

.wp-caption-text{
		width: 225px !important;
	max-width: auto !important;
	font-size:13.5px; 
	background: #f8f8f8;
	margin-top:-10px; 
	padding: 3px;
	padding-left: 10px;
	color:#545454;
}

.class_descr {
	color: #fff;	
	text-transform: none;
	font-size: 13.5px;
}  

.class_descr:hover{
	text-decoration: none !important;
} 

.style_0  {
	width:50%; 
	height: 300px;
	float: left;
	display: block;
	position: relative;	
}

.style_0 .a_class {
	width: calc(100% - 20px);
	font-size: 16px;
	color: #f5d863;
	text-transform: uppercase;
	display: block;
	position: inherit;
	height: auto;
	line-height: 20px;
	padding: 10px;
	top: 165px;
	background: rgba(15, 15, 15, 0.9);
}

.style_1  {
	width:25%; 
	height: 100px;
	float: left;
	display: block;
	position: relative;	
}

.a_class a {
    font-size: 16px;
	color: #f5d863;
	text-transform: uppercase;
}

.a_class:hover {
    text-decoration: underline;
}

.your-class .slick-dots {
    bottom: inherit!important;
}

.style_1 .a_class {
	width: calc(100% - 20px);
	font-size: 16px;
	color: #f5d863;
	text-transform: uppercase;
	display: block;
	position: inherit;
	height: auto;
	line-height: 20px;
	padding: 10px;
	top: 47px;
	background: rgba(15, 15, 15, 0.9);
} 
	
.style_2  {
	width:25%; 
	height: 100px;
		float: left;
	display: block;
	position: relative;	
}	

.style_2 .a_class {
	width: calc(100% - 20px);
	font-size: 16px;
	color: #f5d863;
	text-transform: uppercase;
	display: block;
	position: inherit;
	height: auto;
	line-height: 20px;
	padding: 10px;
	top: 47px;
	background: rgba(15, 15, 15, 0.9);
}

.style_3  {
	width:50%; 
	height: 200px;
	float: left;
	display: block;
	position: relative;	
}	

.style_3 .a_class {
	width: calc(100% - 20px);
	font-size: 16px;
	color: #f5d863;
	text-transform: uppercase;
	display: block;
	position: inherit;
	height: auto;
	line-height: 20px;
	padding: 10px;
	top: 65px;
	background: rgba(15, 15, 15, 0.9);
}

/* ========================================================================== Similar =================================================================== */

#similar{
	background: #f8f8f8 url(img/category.jpg) no-repeat;
	padding: 15px 20px;
	padding-bottom: 40px;
	margin: 35px 0px;
}

.slick-initialized .slick-slide {
    display: block;
	background: #fff;
	margin: 0px 10px;
}

.a_link_img {
    color: #39537a;
	display: block;
}

#similar img {
	width: 100% !important;
	margin-bottom: 15px;
	height: 150px !important;
}

#similar a {
	padding-bottom: 15px;
	display: block;
	text-align: center;
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */		
}

#similar span  {
	display: block;
	float: right;
	width: 99%;
	color: #232323;
	font-size: 18px;
	padding-bottom: 45px;
	padding-right: 1%;
	text-align: right;
	text-transform: uppercase;
}


/* ==================== Similar Fix ==================== */

#similar{
	background: #f8f8f8 url(img/category.jpg) no-repeat;
	padding: 15px 20px;
	padding-bottom: 40px;
	margin: 35px 0px;
}

#similar .section2 { 
border: none !important; 
width: 32% !important;
float: left; 
display: block; 
margin: 0px; 
background: #fff; 
margin-right: 2% !important; 
height: auto !important; 
max-height: 208px;
min-height: 208px;
overflow: hidden;
margin-bottom: 20px; 
vertical-align: top; 
} 

#wrapper .section2:nth-child(3n) { 
margin-right: 0% !important; 
}


/* ========================================================================== Adaprive ========================================================================== */

@media (max-width: 1020px) {
 

main,aside {
	width: auto;
	 padding-right: 0%;
	 margin-bottom: 0px;
}

header {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#f-left, #f-center, #f-right, #copyright, article section {
	width: 99%;
}
 
#f-right li {
    margin-left: 0px;
	margin-right: 5px;
    line-height: 36px;
}

.f-logo {
    width: 100%;
    float: left;
    background: url(img/footer-logo.png) no-repeat center center;
    min-height: 39px;
}

.container{
	width: auto;	
}



#f-right, #f-left{
    text-align: center;
}

#breadcrumbs {
    margin-top: 25px;
	float: left;
	display: line-block;
	position: relative;
}


#f-right ul {
	float: none;
    margin: 0px auto;
}

#wrapper div {
    margin: 0px auto;
	float: none;
}

#wrapper div:first-child {
    margin: 0px auto;
}

.section {
	line-height: 60px;
}



figure {
    background-size: cover;
    width: 100%;
    min-height: 170px;
    margin: 0%;
	margin-bottom: 15px;
}

article img {
    height: auto;
	width: 100%;
}

 

.search {
    width: 100%;
        right: 0px;
    position: relative;
}
.social{width:99%}
}

@media (max-width: 767px) {
 
.topmenu{
	display:none;
}
 
.mobile-menu{
	display:block;
	line-height: 50px;
	width: 95%;
	padding: 0% 2.5% ;
}
 
.topmenu li{
	display:block;
	margin:0;
}
 
.topmenu li a {
	color:#fff;
	border-top:1px solid #3d3d3d;
}


 
.topmenu li a:hover, .topmenu li:hover > a{
	color:#fff;
}
 
.topmenu ul {
	display:block;
	position:relative;
	top:0;
	left:0;	
}

.logo {
    width: 100%;
    background: url(img/logo.png) no-repeat center center;
}

#post-content {
    background: #fff;
    width: calc(100% - 30px);
    padding: 10px;
    margin: 5px;
    margin-top: 0px;
    position: relative;
    display: block;
}

#post-title {
    background: #232323;
	background-image: none;
	padding-bottom: 10px !important;
    color: #fff;
    text-transform: uppercase;
    width: calc(100% - 30px);
    padding: 10px;
    margin: 5px;
    margin-bottom: 0px;
    position: relative;
    display: block;
}

.slick-slider, #breadcrumbs, #similar, .cd-top  {
    display: none;
}
 
#menu-top {
	border:1px solid #3d3d3d;
	width: calc(100% - 2px);
}


.topmenu ul ul li a {
    color: #cccccc !important;
	font-weight: 500;
	border-top: none;
	padding-left: 0px;
}

.topmenu ul li a {
    color: #e7e7e7 !important;
	font-weight: bold;
	padding-left: 25px;
}

#full article h1 {
    font-size: 24px;
    margin-top: 25px;
}



.section {
    width: auto;
	float: none;
	line-height: 19px;
	padding-bottom: 55px;
}

.section a {
    display: block;
	margin-top: 15px;
}


.section  time  {
    width: 100%;
	float: left;
	display: block;

}

.topmenu ul ul {
	left:0;
}

#content  {
	display: flex !important;
    display: -webkit-flex ;
	-webkit-flex-direction: column;
	flex-direction: column;
	display:-webkit-box;
	-webkit-box-orient:vertical;
}

aside {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;              
    order: 2;  
	margin-bottom: 20px;
  }


main {
       -webkit-box-ordinal-group: 1;
    -webkit-order: 1;                   
    order: 1;  
  }


.wrapperfull {
   width: 100%;
}

aside {
	margin: 0px auto;
    margin-bottom: 15px !important;
}

article {
    margin: 0px auto;
    padding: 0;
	margin-bottom: 35px;
}

article:first-child {
	margin-top: 35px;

}

main {
    margin: 0px;
}

#wrapper {
    width: auto;
    float: left;
}

.section-thumb{
	margin-bottom: 15px !important;
}

#newsblock {
    width: 97%;
   padding: 15px 1.5%;
	border-bottom: 15px solid #fff;
}

.section {
    padding-bottom: 15px;
}

.topmenu {
    width: auto;
}

.topmenu li:first-child {
    min-width: auto;
    padding-left: 0px;
    margin-left: 0px; 
}

.topmenu li:first-child {
    min-width: auto;
    padding-left: 0px;
    /* margin-left: -25px; */
}

#breadcrumbs ul {
    margin-top: 0px;
    margin-bottom: 0px;
}


nav {
    width: 100%;
}


}


/* ========================================================================== SubCategory ========================================================================== */

.categorytitle   {
	font-size: 25px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	width: calc(100% - 30px);
	padding: 0px 15px;
	background: #232323
}


.subcategory  {
	background: rgba(255, 255, 255, 0.90);
    padding: 15px;
	line-height: 70px;
	width: calc(100% - 30px);
	display: block;
	float: left;
}

.subcategory  li {
	float: left;
	background: #2f3641;
	margin-right: 20px;
	line-height: 35px;
	padding: 0px 15px;
	margin-bottom: 15px;
}

.subcategory  li a {
	color: #fff;
}

.subcategory  li:hover {
	background: #f5d863;
}

.subcategory  li:hover a{
	color: #000;
	text-decoration: none;
}


.kc__wrap {
	background: #ebf2f8;
	padding: 15px;
}  

.kc__wrap h2 {
	background: #ebf2f8;
} 

/* содержание */ 

.contents{ list-style-type:none !important; counter-reset:list !important;   } 
.kc__wrap ul li{margin-left: 0px !important; padding-left: 0px !important; display: block;} 
.kc__wrap ul li:before{ color:#39537a; background: none !important; padding-right: 0px !important; } 

.kc__title h2{margin-bottom: 0px; } 
/* цвет чисел */  
.contents li:before{ color:#39537a; background: none !important; } 
/* уровень 0 */ 
.contents li.top{list-style-type:none !important; counter-increment:list; counter-reset:list1; margin-left: 0px !important;} 
.contents li.top:before{ content:counter(list) '. ' !important; } 
/* уровень 1 */ 
.contents li.sub_1{ list-style-type:none !important; counter-increment:list1; counter-reset:list2; } 
.contents li.sub_1:before{ content:counter(list) '.' counter(list1) '. ' !important; margin-left: 20px; } 
/* уровень 2 */ 
.contents li.sub_2{ list-style-type:none !important; counter-increment:list2; } 
.contents li.sub_2:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '. ' !important; margin-left: 40px; } 
/* уровень 3 */ 
.contents li.sub_3{list-style-type:none !important; counter-increment:list3; } 
.contents li.sub_3:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '.' counter(list3) '.' !important; margin-left: 60px; }

.textwidget a,.wp-polls-ans a{color:BLACK;}
 
.post-ratings img{width:16px !important; min-width: 16px !important;}

#post-content iframe, .taxonomy-description iframe{width:99% !important; /*max-width:500px !important; */margin: 0 auto;}

@media (max-width: 700px){
	#f-right{display:none;}
	blockquote{background-color: #f1e5ca;padding: 25px;}
}
 
#post-content table a {font-color:RED; font-weight:bolder; text-decoration:underline;}
.attachment-autor_thumb {min-width: fit-content!important; width: fit-content!important;}

 /*маркет*/
 #ymarket-affiliate footer, #ymarket-affiliate header{background:none;}
 #marketzapros{display:none;}
 #full article .h2{
   font-size: 24px;
   font-weight: bold;
} 
	.wp-caption {
        width: 100% !important;
    }
.post-content a {
    color: #f3932c;
    text-decoration: underline;
}
.kc__wrap a {
    color: #000;
}
.post-content a:hover {
    text-decoration: none;
    color: #000;
}
.wrap-authors_webnavoz {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rating-authors_webnavoz:after {
    display: none;
}
.author_webnavozbypost_q {
    width: auto;
    display: block;
}

.author_webnavozbypost_q .body-info-authors_webnavoz {
    padding-top: 20px;
}

.author_webnavozbypost_q .more-authors_webnavoz {
    width: 39%;
    padding-top: 17px;
}

.author_webnavozbypost_q .more-authors_webnavoz .button-authors_webnavoz-q {
    padding: 17px 0;
    font-weight: 600;
}
.post_views-webnavozAuthor {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #858797;
    font-style: italic;
}
.post_views-webnavozAuthor:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #586b95;
    display: block;
    -webkit-border-radius: 31px;/*Safari, Chrome*/
    -moz-border-radius: 31px;/*Firefox*/
    border-radius: 31px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#reading-position-indicator {
    color: #4CAF50 !important;
}
.progress-bar {
    background-color: #4CAF50 !important;
}
.read-later-button-wrapper {
    text-align: center;
    display: block;
}
.read-later-button-wrapper .read-later-button {
    margin: 0;
    background-color: #232323;
}
.read-later-block-wrapper {
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.read-later-block-wrapper .read-later-services .body {
    padding-top: 0 !important;
}
.read-later-block-wrapper .read-later-services .prpol {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 15px !important;
}
.read-later-button-wrapper .read-later-button:hover {
    background-color: #303030 !important;
}
.read-later-block-wrapper .read-later-services .body a:hover, .read-later-block-wrapper .read-later-services .body a.active {
    background:#232323 !important;
}
.read-later-block-wrapper .read-later-services .form-wrap {
    background:#232323 !important;
}
.read-later-services .form-wrap input[type="submit"] {
    position: static !important;
    display: block !important;
    margin-left: 10px !important;
    float: right !important;
    width: auto !IMPORTANT;
    text-indent: 0;
    background: transparent !important;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 28px !IMPORTANT;
    margin: 5px 0 !important;
    height: auto !important;
    border: 1px solid #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.captcha img {
    width: auto !important;
    margin-bottom: 0 !important;
}
.read-later-services .form-wrap span {
    height: auto !important;
}
p.akismet_comment_form_privacy_notice {
    clear: both;
    padding-top: 10px;
}
@media (max-width: 600px){
	iframe.instagram-media,blockquote.instagram-media,  .instagram-media-registered{width:300px!important;}
}