/*

*/

*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	font: 14px/21px 'Ubuntu', Arial, sans-serif;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}




.adfox-mrgn {
	margin: 20px auto;
	text-align: center;
	width:100%;
	}
	
	

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}

.m_box {
	width: 100%;
	min-width: 300px;
	position: relative;
}

.m_inb {
	width: 97%;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    border-top: 0px solid transparent;
}

.m_inb:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

input, textarea {
    font-family: 'Ubuntu', Arial, sans-serif;
}

/* Header */
.header {
	padding-top: 20px;
    padding-bottom: 20px;
}

.h_logo {
    float: left;
    display: block;
    color: #383838;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.h_logo img {
    max-height: 150px;
    vertical-align: middle;
}

.h_info {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
}

.h_menu {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.h_menu-btn {
    display: none;
    text-transform: uppercase;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.h_menu-btn span {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #6a6a6a;
    margin: 7px 0 0;
    position: relative;
}

.h_menu-btn span::before, .h_menu-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #6a6a6a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.h_menu-btn span::before {
    top: -7px;
}

.h_menu-btn span::after {
    bottom: -7px;
}

.h_menu.active .h_menu-btn span {
    background: transparent;
}

.h_menu.active .h_menu-btn span::before {
    top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.h_menu.active .h_menu-btn span::after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.h_menu ul {
    list-style: none;
    font-size: 0;
    text-align: right;
}

.h_menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.h_menu ul li a, .h_menu ul li span {
    color: #999898;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

.h_menu ul li a:hover, .h_menu ul li span {
    text-decoration: underline;
}

.h_search {
    width: 0px;
    height: 0px;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 30px;
}

.h_search input {
    height: 28px;
    background-color: transparent;
    border: none;
    outline: none;  
}

.h_search-btn {
    float: right;
    width: 23px;
    margin-right: 5px;
    background: url(img/bg-search-btn.png) center no-repeat;
    color: #6f6f6f;
    font-size: 12px;
    cursor: pointer;
}

.h_search-inp {
    float: left;
    width: calc(100% - 35px);
    margin-left: 7px;
}

/* Nav */
.h_nav {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #ebebeb;
    transition: all .3s ease;
    z-index: 21;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.h_nav-btn {
    float: right;
    display: none;
    text-transform: uppercase;
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
}

.h_nav-btn span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #717171;
    margin: 7px 0 0;
    position: relative;
}

.h_nav-btn span::before, .h_nav-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #717171;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.h_nav-btn span::before {
    top: -7px;
}

.h_nav-btn span::after {
    bottom: -7px;
}

.h_nav.active .h_nav-btn span {
    background: transparent;
}

.h_nav.active .h_nav-btn span::before {
    top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.h_nav.active .h_nav-btn span::after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.h_nav ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.h_nav ul li {
    display: block;
    margin-right: 34px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -5px;
}

.h_nav ul li.menu-item-has-children {
    padding-right: 17px;
}

.h_nav ul li ul.sub-menu li.menu-item-has-children {
    padding-right: 30px;
}

.h_nav ul li.menu-item-has-children .arrow-down {
    position: absolute;
    top: 6px;
    right: -6px;
    color: #383838;
    width: 16px;
    height: 8px;
}

.h_nav ul ul.sub-menu li.menu-item-has-children .arrow-down {
    top: 18px;
    right: 10px;
}

.h_nav ul li.has_children > a::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #656565;
    border-right: 1px solid #656565;
    margin: 6px 0 0 6px;
    transform: rotate(45deg);
}

.h_nav ul > li > ul.sub-menu {
    position: absolute;
    min-width: 150px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
    top: 35px;
    left: -16px;
	z-index: 9999;
}

.h_nav ul > li > ul.sub-menu li ul {
    left: 100%;
    top: 0;
}

.h_nav ul li:hover > ul.sub-menu {
    display: block;
}

.h_nav ul li ul.sub-menu li {
    margin: 0;
    padding: 5px 15px;
    min-height: 30px;
    border-top: 1px solid #d7d7d7;
    white-space: nowrap;
}

.h_nav ul li ul.sub-menu li:first-child {
    border-top: none;
}

.h_nav ul li ul.sub-menu li::before {
    display: none;
}

.h_nav ul li ul.sub-menu li a {
    display: block;
    padding: 5px 0;
    color: #7d7c7c;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}

.h_nav ul li ul.sub-menu li a:hover {
    color: #383838;
}

.h_nav ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    right: -18px;
    width: 2px;
    height: 12px;
    background-color: #cdcdcd;
}

.h_nav ul li:last-child::before {
    display: none;
}

.h_nav ul li a {
    display: block;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.h_nav ul li span {
    display: block;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.h_nav ul li li span {
    text-transform: none;
    padding: 5px 0;
}

.h_nav ul li a:hover, .h_nav ul li span {
    text-decoration: underline;
}

.c_txt p {
    margin-bottom: 15px;
}

.spoiler {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}

.spoiler .spoiler_body {
    display: none;
    padding: 20px;
}

.spoiler .spoiler_title {
    color: #383838;
    border-bottom: 3px solid #e1e1e1;
    padding: 5px 20px;
    cursor: pointer;
    position: relative;
}

.spoiler .spoiler_title .fa {
    position: absolute;
    right: 20px;
    top: 11px;
}

.spoiler .spoiler_title .fa-arrow-up {
    display: none;
}

.spoiler .spoiler_title.active {
    border-bottom: 8px solid #e1e1e1;
}

.c_txt .spoiler .spoiler_body blockquote, .desc .spoiler .spoiler_body blockquote, .fseo_cat_descr_bottom .spoiler .spoiler_body blockquote {
    width: 100%;
        margin: 30px 0 25px 0;
}

.post_paginations {
    width: 100%;
    text-align: center;
    padding: 0;
	clear: both;
}

.post_paginations a {
    background: #e1e1e1;
    padding: 7px 10px;
    text-decoration: none;
    color: #383838;
    margin: 0 3px;
}

.post_paginations a:hover {
    background: #383838;
    color: #e1e1e1;
}

.post_paginations span {
    background: #383838;
    color: #e1e1e1;
    margin: 0 3px;
    padding: 7px 10px;
}

.c_txt iframe[src],
.desc iframe[src] {
    width: 100%;
    max-width: 100%;
    height: 350px;
    border: 0;
}

.c_txt object,
.desc object {
    max-width: 100%;
}

.c_txt h2, .c_txt h3, .c_txt h4, .c_txt h5, .c_txt h6,
.desc h2, .desc h3, .desc h4, .desc h5, .desc h6,
.fseo_cat_descr_bottom h2, .fseo_cat_descr_bottom h3, .fseo_cat_descr_bottom h4, .fseo_cat_descr_bottom h5, .fseo_cat_descr_bottom h6 {
    position: relative;
    padding: 6px 0;
    margin-bottom: 15px;
    color: #383838;
    font-weight: 500;
    line-height: 28px;
}

.c_category-data__share {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: right;
}

.c_txt h2,
.desc h2 {
    font-size: 23px;
}

.c_txt h3,
.desc h3 {
    font-size: 20px;
}

.c_txt h4,
.desc h4 {
    font-size: 18px;
}

.c_txt h5,
.desc h5 {
    font-size: 18px;
    font-weight: normal;
}

.c_txt h6,
.desc h6 {
    font-size: 15px;
    font-weight: normal;
}

.c_txt ul, .c_txt ol,
.desc ul, .desc ol {
    margin: 0 0 20px 25px;
    list-style: none;
}

/* Gallery */

.c_txt ul.wp-block-gallery,
.desc ul.wp-block-gallery {
    margin: 0 -8px;
}

.c_txt ul.wp-block-gallery li,
.desc ul.wp-block-gallery li {
    padding-left: 0;
}

.c_txt ul.wp-block-gallery li:before,
.desc ul.wp-block-gallery li:before {
    display: none;
}

.c_txt .metaslider li,
.desc .metaslider li {
    padding-left: 0;
}

/* Gallery */

.c_txt ul ul, .c_txt ol ol, .c_txt ol ul, .c_txt ul ol {
    margin-left: -10px;
}

.c_txt ul ul li, .c_txt ol ol li, .c_txt ol ul li, .c_txt ul ol li,
.desc ul ul li, .desc ol ol li, .desc ol ul li, .desc ul ol li {
    margin-top: 10px;
}

.c_txt ol,
.desc ol {
    counter-reset: myCounter;
}

.c_txt li,
.desc li {
    margin-bottom: 10px;
    padding-left: 55px;
    position: relative;
}

.c_txt ol li ol li,
.desc ol li ol li {
    padding-left: 67px;
}

.c_txt ul > li::before,
.desc ul > li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 35px;
    height: 15px;
    background: url(img/bg-list-arrow.png) no-repeat;
    transition: all .3s ease;
}

.c_txt ul.toc_list li::before {
    display: none;
    width: 0;
    height: 0;
}

.dgwt-jg-gallery,
.c_txt .gallery {
    margin: 20px !important;
}

.c_txt .gallery .gallery-item img {
	margin: 0 auto;
}

.c_txt .gallery .gallery-caption {
	text-align: center;
}

.c_txt ul > li:hover::before,
.desc ul > li:hover::before {
    left: 10px;
}

.c_txt ol > li::before,
.desc ol > li:before {
    counter-increment: myCounter;
    content: counters(myCounter,".") " ";
    position: absolute;
    top: 2px;
    left: 0;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 3px;
    border-bottom: 2px solid #24B23E;
    color: #383838;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    transition: all .3s ease;
}

.c_txt ol > li:hover::before,
.desc ol > li:hover::before {
    padding-left: 18px;
}

.c_txt .wpcf7 input[type="text"],
.c_txt .wpcf7 input[type="email"] {
    width: 100%;
    color: #383838;
    border: 2px solid #e1e1e1;
    height: 35px;
    padding: 0 10px;
}

.c_txt .wpcf7 input[type="text"]:focus,
.c_txt .wpcf7 input[type="email"]:focus,
.c_txt .wpcf7 textarea:focus {
    border: 2px solid #383838;
    outline: none;
}

.c_txt .wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    color: #383838;
    border: 2px solid #e1e1e1;
    height: 200px;
    max-height: 400px;
    padding: 10px;
}

.c_txt .wpcf7 input[type="submit"] {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 11px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    background: #383838;
    display: block;
    cursor: pointer;
}

.c_txt .wpcf7 input[type="submit"]:hover {
    background: #fff;
    color: #383838;
    border: 1px solid #383838;
}

.c_txt .wpcf7 input[type="submit"]:focus {
    outline: none;
    border: 1px solid #383838;
}

.c_txt .wpcf7 .wpcf7-recaptcha {
    margin: 0 0 20px 0;
}

.c_txt .wpcf7 div.wpcf7-response-output {
    margin: 0;
}

.c_txt blockquote,
.desc blockquote,
.fseo_cat_descr_bottom blockquote {
    width: calc(100% + 70px);
    position: relative;
    padding: 20px 35px;
    margin: 30px 0 25px -35px;
    background-color: #f0f0f0;
}

.c_txt blockquote p:last-child,
.desc blockquote p:last-child,
.fseo_cat_descr_bottom blockquote p:last-child {
    margin-bottom: 0;
}

.c_txt blockquote::before,
.desc blockquote::before,
.fseo_cat_descr_bottom blockquote::before {
    content: 'ВАЖНО';
    position: absolute;
    top: -8px;
    left: 35px;
    width: 64px;
    height: 16px;
    border-radius: 4px;
    background-color: #383838;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    z-index: 20;
}

/* Блоки внимания */

.c_txt blockquote.lightbulb,
.desc blockquote.lightbulb,
.fseo_cat_descr_bottom blockquote.lightbulb,
.c_txt blockquote.speaker,
.desc blockquote.speaker,
.fseo_cat_descr_bottom blockquote.speaker,
.c_txt blockquote.comments,
.desc blockquote.comments,
.fseo_cat_descr_bottom blockquote.comments,
.c_txt blockquote.exclamation,
.desc blockquote.exclamation,
.fseo_cat_descr_bottom blockquote.exclamation,
.c_txt blockquote.info,
.desc blockquote.info,
.fseo_cat_descr_bottom blockquote.info,
.c_txt blockquote.question,
.desc blockquote.question,
.fseo_cat_descr_bottom blockquote.question {
    padding: 35px 35px 20px 35px;
    margin: 50px 0;
	width: auto;
	margin-left: -70px;
    transform: translateX(35px);
}

.c_txt blockquote.lightbulb::before,
.desc blockquote.lightbulb::before,
.fseo_cat_descr_bottom blockquote.lightbulb::before {
    content: '';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #7fba32;
    font-size: 23px;
    line-height: 35px;
	background: url(img/lightbulb-regular.svg) no-repeat center center;
}

.c_txt blockquote.speaker::before,
.desc blockquote.speaker::before,
.fseo_cat_descr_bottom blockquote.speaker::before {
    content: '';
    font-family: 'FontAwesome';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #21c2b5;
    font-size: 23px;
    line-height: 35px;
	background: url(img/bullhorn-solid.svg) no-repeat center center;
}

.c_txt blockquote.comments::before,
.desc blockquote.comments::before,
.fseo_cat_descr_bottom blockquote.comments::before {
    content: '';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #a186be;
    font-size: 23px;
    line-height: 35px;
	background: url(img/comment-regular.svg) no-repeat center center;
}

.c_txt blockquote.exclamation::before,
.desc blockquote.exclamation::before,
.fseo_cat_descr_bottom blockquote.exclamation::before {
    content: '';
    font-family: 'FontAwesome';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #ff855a;
    font-size: 23px;
    line-height: 35px;
	background: url(img/exclamation-solid.svg) no-repeat center center;
}

.c_txt blockquote.info::before,
.desc blockquote.info::before,
.fseo_cat_descr_bottom blockquote.info::before {
    content: '';
    font-family: 'FontAwesome';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #959595;
    font-size: 23px;
    line-height: 35px;
	background: url(img/info-solid.svg) no-repeat center center;
}

.c_txt blockquote.question::before,
.desc blockquote.question::before,
.fseo_cat_descr_bottom blockquote.question::before {
    content: '';
    font-family: 'FontAwesome';
    top: -18px;
    width: 60px;
    height: 36px;
    background-color: #f1a942;
    font-size: 23px;
    line-height: 35px;
	background: url(img/question-solid.svg) no-repeat center center;
}

/* Блоки внимания */

.alignleft { display: inline; float: left; margin: 10px 15px 10px 0; position: relative; z-index: 20; }
.alignright { display: inline; float: right; margin: 10px 0 10px 15px; position: relative; z-index: 20; }
.aligncenter { clear: both; display: block; margin: 25px auto; position: relative; z-index: 20; }
.alignnone {  margin: 25px auto; }

.wp-caption.aligncenter {
    max-width: 100%;
}

.wp-caption.aligncenter .fullwidth {
    width: 100%;
    height: auto;
    margin-left: 0;
}

.wp-caption.alignnone {
    max-width: 100%;
}


/* Start */
.c_start {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6
}

.c_start-head {
    float: left;
    width: 310px;
    margin: 60px 0;
    color: #383838;
    font-size: 38px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
}

.c_start-head span {
    display: block;
    color: #fff;
}

.c_start-list {
    float: right;
    overflow: hidden;
    width: calc(100% - 360px);
}

.c_start-list_three {
	display: none;
    float: right;
    overflow: hidden;
    width: 100%;
}

.c_start-cat {
	display: none;
    width: 100%;
    position: relative;
}

.aiowps-captcha {
    position: relative;
}

.c_comment-form .aiowps-captcha label {
    top: 7px;
}

.aiowps-captcha-equation {
    padding: 20px 35px 0 35px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.c_comment-form .aiowps-captcha-equation input[type="text"] {
    padding: 0;
}

#recentcomments li {
    padding: 10px 0 15px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    color: #383838;
}

#recentcomments a {
    font-weight: 400;
}

.c_start-cat .slick-list {
    overflow: hidden;
}

.c_start-cat .slick-list::before, .c_start-cat .slick-list::after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #24B23E;
}

.c_start-cat .slick-list::before {
    left: 0;
}

.c_start-cat .slick-list::after {
    right: 0;
}

.c_start-item {
    float: left;
    display: block;
    max-width: 360px;
    width: calc(50% - 30px);
    height: 260px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.c_start-list_three .c_start-item {
    margin: 0 15px;
    overflow: hidden;
}

.c_start-cat .c_start-item {
    width: calc(33.3% - 30px);
    margin: 0 15px;
}

.c_start-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    transition: all 1s ease;
    z-index: 15;
}

.c_start-item:hover::before {
    opacity: .3;
}

.c_start-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}

.c_start-item__cat {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    text-decoration: none;
    z-index: 40;
}

.c_start-item__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 55px 20px 70px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    z-index: 25;
}

.c_start-item__link span {
	display: block;
    width: calc(100% + 40px);
    background: rgba(0,0,0,.45);
    padding: 10px 10px 10px 20px;
    margin: 0 0 0 -20px;
}

.c_start-item__comm {
    /*position: absolute;*/
    bottom: 30px;
    left: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 11px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    z-index: 20;
}

.c_start-cat .slick-arrow, .c_single-relate__list .slick-arrow {
    position: absolute;
    top: calc(50% - 12px);
    width: 18px;
    height: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    transform: rotate(45deg);
    text-indent: -4989px;
    cursor: pointer;
    z-index: 80;
}

.c_start-cat .slick-prev, .c_single-relate__list .slick-prev {
    left: -15px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}

.c_start-cat .slick-next, .c_single-relate__list .slick-next {
    right: -15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

.c_start-cat .slick-arrow:hover, .c_single-relate__list .slick-arrow:hover {
   border-color: #000;
}

/* Now */
.c_now {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.c_now-head {
    float: left;
    width: 150px;
    color: #999898;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 5px;
}

.c_now-list {
    float: right;
    overflow: hidden;
    width: calc(100% - 194px);
    height: 60px;
    padding-right: 165px;
    position: relative;
    border-left: 1px solid #e1e1e1;
}

.c_now-list .slick-list {
    height: 60px;
    overflow: hidden;
}

.c_now-item {
    float: left;
    width: 50%;
    padding: 0 40px 0 15px;
    overflow: hidden;
    border-right: 1px solid #e1e1e1;
    outline: none;
}

.c_now-item__thumb {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.c_now-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.c_now-item a {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 75px);
    min-height: 60px;
    outline: none;
    padding: 3px 0;
    position: relative;
    color: #383838;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.c_now-item:nth-child(2n) a {
    justify-content: flex-end;
}

.c_now-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    transition: all 1s ease;
}

.c_now-item a:hover {
    text-decoration: underline;
}

.c_now-item a:hover::before {
    background-color: rgba(0, 0, 0, .4);
}

.c_now-list .slick-arrow, .c_interest-cat .slick-arrow {
    position: absolute;
    top: 15px;
    right: 0;
    width: 45px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    transition: all .5s ease;
}

.c_now-list .slick-arrow:hover, .c_interest-cat .slick-arrow:hover {
    background-color: #383838;
    border-color: #383838;
}

.c_now-list .slick-arrow::before, .c_interest-cat .slick-arrow::before {
	content: '';
    position: absolute;
    top: 9px;
    left: 14px;
    width: 18px;
    height: 10px;
    z-index: 10;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-weight: 900;
    font-size: 18px;
}

.c_now-list .slick-prev, .c_interest-cat .slick-prev {
    right: 55px;
	background: url(img/long-arrow-alt-left-solid.svg) no-repeat center center;
}

.c_now-list .slick-next, .c_interest-cat .slick-next {
	background: url(img/long-arrow-alt-right-solid.svg) no-repeat center center;
}

/* Middle */
.c_content {
    padding-bottom: 40px;
    background-color: #f6f6f6;
}

.c_main {
    float: left;
    width: calc(100% - 390px);
}

.c_main_fullwidth {
	width: 100%;
}

#left_sidebar .c_main {
    float: right;
}

.c_main_for_search h1 {
    margin-bottom: 20px;
}

.the_category,
.the_tags,
.the_author {
    margin: 4px 0;
}

.the_tags .tags_icon {
    background: url(img/tag_icon.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 7px;
}

.the_category .category_icon {
    background: url(img/category_icon.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 7px;
}

.the_author .author_icon {
    background: url(img/author_icon.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 7px;
}

.c_single .c_txt .the_tags a {
    color: #999898;
    font-weight: normal;
    border-bottom: 1px dashed #999898;
}

.c_single .c_txt .the_category a {
    color: #999898;
    font-weight: normal;
    border-bottom: 1px dashed #999898;
}

.c_single .c_txt .the_category a:hover{
	border-bottom: none;
}

.c_single .c_txt .the_author a {
    color: #999898;
    font-weight: normal;
    border-bottom: 1px dashed #999898;
}

.c_main_fullwidth {
    width: 100%;
}


/* Category */
.c_cat,
.fseo_cat_descr_bottom {
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.c_cat p:last-child,
.fseo_cat_descr_bottom p:last-child {
    margin-bottom: 0;
}

.c_cat h1 {
    margin-bottom: 24px;
}

.c_cat h1 {
    width: calc(100% + 70px);
    margin-left: -35px;
    padding: 15px 35px;
    background-color: #f0f0f0;
    color: #383838;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}

.c_cat p,
.fseo_cat_descr_bottom p {
    color: #383838;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}

.breadcrumb {
    margin-bottom: 12px;
}

.breadcrumb .kb_sep {
	margin: 0 0 0 3px;
}

.breadcrumb a, .breadcrumb span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: rgba(111, 111, 111, .5);
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    transition: all .3s ease;
}

.breadcrumb a:hover {
    color: rgba(111, 111, 111, 1);
}

.c_single-top .breadcrumb {
    position: relative;
    z-index: 20;
	margin: 0;
}

.c_single-top .breadcrumb.overlay {
   /* background: rgba(0,0,0,.45);*/
    padding: 3px 4px 0 35px;
    margin-left: -70px;
    transform: translateX(35px);

}

/* Item */
.c_list {
    padding-bottom: 30px;
}

.c_item {
    width: 100%;
    min-height: 260px;
    margin-bottom: 20px;
    padding: 35px 35px 95px;
    background-color: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
    position: relative;
}

.c_item_last .c_item-title {
    min-height: auto;
    color: #383838;
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    margin: 10px 0 0 0;
}

.c_item_last .c_item-title:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 35px;
    height: 15px;
    background: url(img/bg-list-arrow.png) no-repeat;
    transition: all .3s ease;
}

.c_item_last .c_item-title:hover:before {
    left: 10px;
}

.c_item-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.c_item:nth-child(even) .c_item-thumb,
.c_item:nth-child(odd) p {
    display: none;
}

.c_item.c_item_version_6:nth-child(even) .c_item-thumb,
.c_item.c_item_version_6:nth-child(odd) p {
    display: block;
}

.c_item-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

.c_item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: relative;
    z-index: 5;
}

.c_item-cat {
    position: relative;
    z-index: 20;
    opacity: .5;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
	z-index: 99;
}

.c_item-title {
    display: block;
    min-height: 28px;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}

.c_item-title span {
	position: relative;
	z-index: 99;	
}

.c_item:nth-child(2n+1) .c_item-title span {
	display: block;
	width: calc(100% + 70px);
    background: rgba(0,0,0,.45);
    padding: 10px 10px 10px 35px;
    margin: 0 0 0 -35px;
}

.c_item.c_item_version_6:nth-child(2n+1) .c_item-title span {
    width: 100%;
    background: transparent;
}

.c_list .c_item-title {
    margin: 15px 0 10px 0;
}

.c_item-title:hover {
    text-decoration: underline;
}

.c_item p {
    color: #383838;
    font-size: 14px;
    line-height: 22px;
}

.c_item.c_item_version_6 p {
    z-index: 10;
    color: #ffffff;
    position: relative;
    opacity: .9;
    margin: 20px 0 0 0;
}

.c_item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 49;
}

.c_item-data {
    position: absolute;
    z-index: 20;
    bottom: 35px;
    left: 35px;
    width: calc(100% - 70px);
	z-index: 11;
}

.c_item-data__comm {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 65px;
    min-height: 30px;
    padding-left: 48px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    z-index: 20;
}

.c_item-data__view {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 65px;
    min-height: 30px;
    padding-left: 48px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    z-index: 20;
}

.c_item-data__like .post-ratings {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 65px;
    min-height: 30px;
    margin-right: 20px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    z-index: 20;
}

.c_single-data__item .post-ratings {
    margin-right: 0;
}

.post-ratings img {
    display: block;
}

.c_item-data__comm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    background-image: url(img/bg-icon.png);
    background-repeat: no-repeat;
}

.c_item-data__comm::before {
    background-position: 0 0;
}

.c_item-data__view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    background-image: url(img/bg-icon-view-end.png);
}

.c_item-data__date {
    float: right;
    display: block;
    padding-top: 15px;
    opacity: .5;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.c_list .c_item-data .c_item-data__comm {
    margin: 0 10px 0 0;
}

.c_item:nth-child(even) {
    border-radius: 0;
}

.c_item:nth-child(even) .c_item-cat, 
.c_item:nth-child(even) .c_item-title,
.c_item:nth-child(even) .c_item-data__comm, 
.c_item:nth-child(even) .c_item-data__date,
.c_item:nth-child(even) .c_item-data__like .post-ratings,
.c_item:nth-child(even) .c_item-data__view {
    color: #383838;
    opacity: 1;
}

.c_item:nth-child(even) .c_item-title {
    margin-top: 10px;
}

.c_item.c_item_version_6:nth-child(even) .c_item-title,
.c_item.c_item_version_6:nth-child(even) .c_item-cat,
.c_item.c_item_version_6:nth-child(even) .c_item-data__comm, 
.c_item.c_item_version_6:nth-child(even) .c_item-data__date,
.c_item.c_item_version_6:nth-child(even) .c_item-data__like .post-ratings,
.c_item.c_item_version_6:nth-child(even) .c_item-data__view {
    margin-top: 15px;
    color: #fff;
    opacity: 1;
}

.c_item:nth-child(even) {
    padding-top: 30px;
}

.c_content_top {
    padding-top: 40px;
}

.c_single-data__like .post-ratings {
    color: #6f6f6f;
}

.c_item:nth-child(even) .c_item-data__comm::before, 
.c_single-data__item.c_item-data__comm::before {
    background-position: 0 -30px;
}

.c_item:nth-child(odd) .c_item-data__view::before {
    background-image: url(img/bg-icon-view_white.png);
}

.c_item:nth-child(even) .c_item-data__like .post-ratings::before, 
.c_single-data__like .post-ratings::before {
    background-position: -36px -30px;
}

.c_loadmore {
    display: block;
    color: #999898;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
	clear: both;
}

.c_loadmore_loading {
    content: "";
    width: 50px;
    height: 50px;
    background: url('img/loading.gif');
    display: none;
    margin: 0 auto;
	clear: both;
}

.c_loadmore:hover {
    color: #000;
}

.tablepress {
	width: 100% !important;
    border-collapse: collapse;
	border-spacing: 0;
	overflow-x: auto;
}

.c_txt table:not(.tablepress),
.desc table:not(.tablepress) {
    border-collapse: collapse;
    margin: 15px auto;
    width: 100% !important;
    display: table;
    border-radius: 0px !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(147, 147, 147, 0.75) !important;
    -moz-box-shadow: 1px 1px 5px 0px rgba(147, 147, 147, 0.75) !important;
    box-shadow: 1px 1px 5px 0px rgba(147, 147, 147, 0.75) !important;
    overflow-x: auto;
    overflow-y: hidden;
	border: 1px solid;
}

.table-scroll {
	overflow: auto;
}

.c_txt table h1:before,
.c_txt table h2:before,
.c_txt table h3:before {
	display: none;
}

.c_txt table:not(.tablepress) tr:first-child ,
.desc table:not(.tablepress) tr:first-child {
	background: #24B23E;
	color: #fff;
}

.c_txt table:not(.tablepress) tr:first-child td,
.desc table:not(.tablepress) tr:first-child td {
	border-right: 1px solid #109dc4;
	border-bottom: 1px solid #109dc4;
}

.c_txt table:not(.tablepress) tr,
.desc table:not(.tablepress) tr {
	width: 100%;
	text-align: center !important;
	font-size: 17px !important;
}

.c_txt table:not(.tablepress) tr td,
.desc table:not(.tablepress) tr td {
	width: auto !important;
    padding: 10px !important;
	font-size: 15px !important;
	text-align: center;
}

.c_txt table:not(.tablepress) tr:not(:first-child) td:nth-child(even),
.desc table:not(.tablepress) tr:not(:first-child) td:nth-child(even) {
	background: #f3fafc !important;
}

.c_txt table:not(.tablepress) tr:not(:first-child) td,
.desc table:not(.tablepress) tr:not(:first-child) td {
	border: 1px solid #e8e8e8 !important;
}

.c_txt table:not(.tablepress) tr:not(:first-child) td:first-child,
.desc table:not(.tablepress) tr:not(:first-child) td:first-child {
	border-right: 1px solid #e8e8e8 !important;
}

.c_txt table:not(.tablepress) tr:not(:first-child) td:last-child,
.c_txt table:not(.tablepress) tr:not(:first-child) td:last-child {
	border-left: 1px solid #e8e8e8 !important;
}

.c_txt table:not(.tablepress) tr:nth-child(2) td:nth-child(even),
.desc table:not(.tablepress) tr:nth-child(2) td:nth-child(even) {
	background: linear-gradient(to top, #f3fafc, #fff) !important;
}

.c_txt table:not(.tablepress) tr:last-child td:nth-child(even),
.desc table:not(.tablepress) tr:last-child td:nth-child(even) {
	background: linear-gradient(to bottom, #f3fafc, #fff) !important;
}

.c_txt table:not(.tablepress) tr:last-child td,
.desc table:not(.tablepress) tr:last-child td {
	border-bottom: none !important;
}

/* Pagenavi */
.c_pagenavi {
    margin-bottom: -10px;
    font-size: 0;
    text-align: center;
}

.c_pagenavi a, .c_pagenavi span {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    height: 30px;
    margin: 0 5px 10px;
    padding: 0 10px;
    border: 1px solid #bababa;
    border-radius: 3px;
    background-color: transparent;
    position: relative;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}

.c_pagenavi a:hover {
    border-color: #383838;
    background-color: #383838;
    color: #fff;
} 

.c_pagenavi span.current {
    border-color: #24B23E;
    background-color: #24B23E;
    color: #fff;
}

.c_pagenavi a.prev, .c_pagenavi a.next {
    min-width: 45px;
    margin: 0 15px;
    text-indent: -4989px;
}

.c_pagenavi a.prev::before, .c_pagenavi a.next::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 13px;
    width: 18px;
    height: 10px;
    background: url(img/bg-arrow.png) top no-repeat;
    z-index: 10;
}

.c_pagenavi a.next::before {
    left: 12px;
}

.c_pagenavi a.next::before {
    transform: rotate(180deg);
}

/* Single */
.c_single-top {
    min-height: 260px;
    position: relative;
    padding: 40px 35px;
}

.c_single-top_overlay:before {
   /* background-color: rgba(0, 0, 0, 0.5);*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.c_single-page {
    min-height: 75px;
    padding: 0;
}

.c_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 260px;
    z-index: 1;
}

.c_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_single-top .c_breadcrumbs {
    position: relative;
    margin-bottom: 15px;
    z-index: 20;
}

.c_single-top .breadcrumb a, .c_single-top .breadcrumb span, .c_single-top .breadcrumb a::before  {
    color: black;;
}

.c_single-top .c_breadcrumbs a:hover,
.c_single-top .breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.c_single-page .breadcrumb a, .c_single-page .breadcrumb span, .c_single-page .breadcrumb a::before {
    color: rgba(0, 0, 0, .5);
}

.c_single-page .breadcrumb a:hover {
    color: rgba(0, 0, 0, 1);
}

.c_single-top h1 {
	width: calc(100% + 70px);
    position: relative;
    z-index: 20;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
	display: block;
    background: #24B23E;
    padding: 10px 10px 10px 35px;
    margin: 10px 0 0 -35px;
}

.c_single-page h1 {
    color: #383838;
	background: none;
	box-shadow: none;
	width: 100%;
}

/* Data */
.c_data {
    width: calc(100% - 70px);
    min-height: 40px;
    margin: -20px auto 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 20;
    font-size: 0;
    text-align: left;
}

.c_data::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

.c_data-chapter {
    display: inline-block;
    vertical-align: top;
    padding: 10px 28px 10px 13px;
    position: relative;
    background-color: #24B23E;
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.c_data-chapter.active::before {
    transform: rotate(45deg) !important;
}

.c_data-chapter.deactive::before {
    transform: rotate(-135deg) !important;
	    top: 19px;
}

.c_data-chapter::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.c_data-chapter.active::before {
    top: 16px;
    transform: rotate(-135deg);
}  

.c_item-data__like, .c_data-like {
    display: inline-block;
    vertical-align: top;
}

.c_data-comm, .c_data-view, .c_data-like .post-ratings {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 74px;
    min-height: 20px;
    padding: 0 14px 0 36px;
    margin: 10px 0 10px 20px;
    position: relative;
    color: #c0c0c0;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    z-index: 20;
}

.post-ratings__btn {
    cursor: pointer;
}

.c_data-comm::before, .c_data-like .post-ratings::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 20px;
    background: url(img/comment-icon.png) no-repeat;
}

.c_data-view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 20px;
    background: url(img/bg-icon-view.png) no-repeat;
}

.c_data-like .post-ratings::before {
    width: 22px;
    background-position: -24px -20px;
}

.c_data-comm::after, .c_data-view::after, .c_data-like .post-ratings::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #e1e1e1;
}

.c_data-date {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px;
    opacity: .5;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 20px;
}

/* Chapter */
.c_chapter {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 35px;
    transition: all 1s ease;
    background: transparent;
}

.c_chapter.active {
    max-height: 2000px;
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: -20px 0 0 0;
}

.c_chapter.active ul {
	display: block;
}

.c_chapter ul {
    list-style: none;
}

.c_chapter ul li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-top: 7px;
}

.c_chapter ul li.sub_1 {
    margin-left: 25px;
}

.c_chapter ul li.sub_2 {
    margin-left: 50px;
}

.c_chapter ul li.sub_3 {
    margin-left: 75px;
}

.c_chapter ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -3px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 2px solid #24B23E;
    border-right: 2px solid #24B23E;
    transform: rotate(45deg);
}

.c_chapter ul ul li::before {
    border-color: #c0c0c0;
}

.c_chapter ul li a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed transparent;
    color: #383838;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    text-decoration: none;
}

.c_chapter ul li a:hover {
    border-bottom-color: #454545;
}

/* Single */
.c_single {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
}

.c_single .c_txt {
	width: 100%;
    padding: 35px;
    position: relative;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.desc {
    position: relative;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.fseo_cat_descr_bottom {
    position: relative;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.c_single .c_txt a,
.desc a,
.fseo_cat_descr_bottom a {
    border-bottom: 1px dashed #383838;
    color: #383838;
    font-weight: 500;
    text-decoration: none;
}

.c_single .c_txt a:hover,
.desc a:hover,
.fseo_cat_descr_bottom a:hover {
    border-bottom-color: transparent;
}

.c_single .c_txt h2::before,
.desc h2::before,
.fseo_cat_descr_bottom h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    height: 100%;
    background-color: #24B23E;
    border-radius: 0 5px 5px 0;
}

.c_single .c_txt h3::before,
.desc h3::before,
.fseo_cat_descr_bottom h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -35px;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-color: #24B23E;
    border-radius: 0 5px 5px 0;
}

.c_single .c_txt h3::before,
.desc h3::before,
.fseo_cat_descr_bottom h3::before {
    /*background-color: #e1e1e1;*/
}

.c_single .c_txt img,
.desc img,
.fseo_cat_descr_bottom img {
    display: block;
    max-width: 530px;
    height: auto;
}

.c_single .c_txt .fullwidth {
    width: calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
}

.c_single .c_txt .wp_caption_fullwidth{
    width: calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
}

.c_single .c_txt .wp_caption_fullwidth .wp-caption-text {
    padding: 10px 35px;
}

.c_single .c_txt .wp_caption_fullwidth .fullwidth {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.c_single .c_txt .sky_button_small {
	display: inline-block;
	width: fit-contens;
	padding: 3px 5px;
	font-size: 14px;
	border-radius: 5px;
	border-bottom: none;
}

.c_single .c_txt .sky_button_middle {
	display: inline-block;
	width: fit-contens;
	padding: 7px 10px;
	font-size: 18px;	
	border-radius: 5px;
	border-bottom: none;
}

.c_single .c_txt .sky_button_big {
	display: inline-block;
	width: fit-contens;
	padding: 14px 20px;
	font-size: 24px;
	border-radius: 5px;
	border-bottom: none;
}

.c_single .c_txt .button_center {
	text-align: center;
}

.c_single .c_txt .button_right {
	text-align: right;
}

.c_single .c_txt .fullwidth img {
    width: 100%;
    height: auto;
}

.c_txt p.wp-caption-text,
.gallery-caption {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #999898;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
	text-align: center;
}

.fullwidth .wp-caption-text {
    padding-left: 35px;
    padding-right: 35px;
}

/* Single data */
.c_single-data {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 35px;
    position: relative;
}

.c_single-data::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

.c_single-gocomm {
    float: left;
    display: block;
    width: 125px;
    height: 40px;
    background-color: #24B23E;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.c_single-data__item, .c_single-data__like {
    margin-top: 5px;
    margin-left: 30px;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 30px;
}

.c_single-data__share {
    float: right;
    display: flex;
	align-items: center;
    margin-top: 10px;
    text-align: right;
	color: #b7b7b7;
}

.c_single-data__share .ya-share2 {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
}

/* Single relate post */
.c_single-relate {
    padding: 35px;
    overflow: hidden;
}

.c_single-relate__head {
    margin-bottom: 25px;
    color: #999898;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.c_single-relate__list {
    width: calc(100% - 70px);
    margin: auto;
    position: relative;
}

.c_single-relate__list .slick-list, .c_single-relate__list .slick-track {
    overflow: hidden;
}

.c_single-relate__list .slick-arrow {
    border-color: #d7d7d7;
}

.c_single-relate__list .slick-prev {
    left: -32px;
}

.c_single-relate__list .slick-next {
    right: -32px;
}

.c_single-relate__list .c_now-item {
    border: none;
    padding: 0 10px 0 0;
}

.c_single-relate__list .c_now-item:nth-child(even) {
    padding: 0 0 0 10px;
    text-align: right;
}

.c_single-relate__list .c_now-item:nth-child(even) a {
    float: left;
}

.c_single-relate__list .c_now-item:nth-child(even) a::before {
    left: inherit;
    right: -75px;
}

.c_single-relate__list .c_now-item:nth-child(even) .c_now-item__thumb {
    float: right;
}

/* Comments */
.c_comment-head {
    margin-top: 27px;
    margin-bottom: 37px;
    color: #383838;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}

.bypostauthor {
	background:#fafafa;
	color:#555;
}

.sticky {
	position: relative;
}

#cancel-comment-reply-link {
    width: 100%;
    clear: both;
    padding: 0 0 20px 30px;
}

.children {
    list-style: none;
    padding: 0 0 0 15px;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.c_comment-list {
    margin-bottom: 20px;
    padding: 30px 35px 5px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    list-style: none;
}

.c_comment-item {
    margin-bottom: 30px;
}

.c_comment-item__top {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 20px;
}

.c_comment-item__thumb {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #bbb;
    overflow: hidden;
}

.c_comment-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.c_comment-item__info {
    float: left;
    margin-top: 10px;
}

.c_comment-item__answer {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.c_comment-item__txt {
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.c_comment-item__txt p {
    margin-bottom: 15px;
}

.c_comment-item__txt p:last-child {
    margin-bottom: 0px;
}

/* Comment form */
.c_comment-form {
    margin-bottom: 20px;
    box-shadow: none;
}

.comment-respond.active .comment-respond {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);	
    padding: 20px 0 30px 0;
    border-radius: 7px;
}

.c_comment-form .form-smilies {
	width:100%; 
	margin-top: 5px; 
	margin-bottom: 15px; 
	margin-left: 0; 
	margin-right: 0;
}

.c_comment-form .form-smilies img {
	cursor: pointer;
}

.c_comment-form p,
.comment-form p {
	position: relative;
    padding: 0 30px 15px;
}

.c_comment-form p.comment-form-cookies-consent {
    padding: 0 35px 20px 35px;
    position: relative;
}

.c_comment-form p.comment-reply-title {
    padding: 0;
    position: relative;
}

.c_comment-form a,
.comment-form a,
.c_comment-list a {
    color: #24B23E;
}

.cancel-comment-reply {
    display: block;
    margin: 0 0 30px 30px;
    font-size: 15px;
}

.cancel-comment-reply a:hover {
    text-decoration: none;
}

.c_comment-form .form-label {
    position: relative;
    float: left;
    width: 50%;
}

.c_comment-form .form-label:nth-child(3) {
	width: 100%;
	margin-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.c_comment-form .form-label-full {
    position: relative;
    width: 100%;
}

.c_comment-form .comment-form-cookies-consent label {
    top: 0;
    left: 0;
    position: relative;
    padding: 0 5px;
    height: auto;
}

.c_comment-form .form-label:first-child {
    border-right: 1px solid #e1e1e1;
}

.form-textarea,
.add_comment_name_email {
    position: relative;
    clear: both;
    margin: 30px 0 0 0;
    border-top: 1px solid #e1e1e1;
}

.add_comment_name_email {
    display: table;
    width: 100%;
}

.c_comment-form label,
.form-textarea label,
.add_comment_name_email label {
    position: absolute;
    top: -9px;
    left: 35px;
    display: inline-block;
    vertical-align: top;
    height: 17px;
    padding: 0 9px;
    border-radius: 3px;
    background-color: #24B23E;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}

.comment-form .add_comment_name_email input[type="text"] {
	width: 100%;
    height: 48px;
    padding: 7px 35px 0 35px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
}

.c_comment-form input[type="text"], .c_comment-form input[type="email"], .c_comment textarea, .comment-form textarea {
    width: 100%;
    height: 48px;
    padding: 7px 35px 0 35px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #000;
}

.c_comment textarea, .comment-form .textarea {
  height: 110px;
  padding-top: 18px;
  max-height: 300px;
  max-width: 100%;
}

.c_comment-form .form-textarea textarea:not(.textarea) {
    display: none;
}

.c_comment-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 125px;
    height: 40px;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0;
    margin-left: 35px;
    color: rgba(111, 111, 111, .7);
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff;
}

.comment-respond {
    margin: 0 0 2	0px 0;
}

.c_main_f_seo .comment-respond {
    margin: 0;
}

.c_comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    background-color: #24B23E;
    border-color: #24B23E;
    color: #fff;
}

/* Sidebar */
.c_sidebar {
    float: right;
    width: 360px;
}

#left_sidebar .c_sidebar {
    float: left;
}

.content_top_sidebar .c_sidebar {
    margin: 40px 0 0 0;
}

.textwidget {
    margin: 10px 0 0 0;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.s_box {
	clear: both;
}

.s_box ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.s_box ul li {
	margin: 0 0 10px 0;
}

.s_box ul.children li a {
	color: #000;
	border-bottom: 1px dashed #000;
}

.s_box iframe[src] {
    max-width: 100%;
    height: auto;
}

.tagcloud a {
	color: #fff;
    background: #24B23E;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    display: inline-block;
    font-size: 18px;
    border-radius: 3px;
}

.tagcloud a:hover {
	background: #e1e1e1;
	color: #000;
}

.s_box ul li a {
	border-bottom: 1px dashed #24B23E;
    color: #24B23E;
    font-weight: 500;
    text-decoration: none;
}

.s_box ul li a:hover {
    border-bottom: none;
}

.c_single-top_no {
	position: relative;
	padding: 40px 0 20px 0;
}

.c_single-top_no h1 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    display: block;
}

.c_data_no {
    width: 100%;
    margin: 10px 0 0 0;
}

.s_box {
    margin-bottom: 40px;
}

.s_head {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 7px solid #e1e1e1;
    color: #383838;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
}

.s_item {
    padding: 20px 0 15px;
    border-bottom: 1px solid #e1e1e1;
}

.s_item-cat {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    padding: 2px 3px 3px;
    background-color: #24B23E;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
    transition: all .2s ease;
}

.s_item-cat:hover {
    background-color: #383838;
}

.s_item-link a {
    border-bottom: 1px dashed transparent;
    color: #383838;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    transition: all .2s ease;
}

.s_item-link a:hover {
    border-bottom: 1px dashed #848484;
}

.s_rescomm {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.s_rescomm:first-child {
    margin-top: 25px;
}

.s_rescomm::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

.s_rescomm-thumb {
    float: left;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.s_rescomm-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.s_rescomm-info {
    float: right;
    width: calc(100% - 110px);
}

.s_rescomm-num {
    display: inline-block;
    vertical-align: top;
    padding: 2px 4px 3px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #383838;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.s_rescomm a {
    display: block;
    position: relative;
    color: #383838;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.s_rescomm a::before {
    content: '';
    position: absolute;
    top: -28px;
    left: -110px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    transition: all 1s ease;
}

.s_rescomm a:hover {
    text-decoration: underline;
}

.s_rescomm a:hover::before {
    background-color: rgba(0, 0, 0, .4);
}

.s_btn {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0;
}
.s_btn a {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    height: 38px;
    margin: 0 15px 15px 0;
    background-image: url(img/bg-social.jpg);
    background-repeat: no-repeat;
}

.hide_link {
	border-bottom: 1px dashed #24B23E;
    color: #24B23E;
    text-decoration: none;
}
.hide_link:hover {
	border-bottom: none;
	cursor: pointer;
}

.s_btn-fb { background-position: 0 0; }
.s_btn-vk { background-position: -68px 0; }
.s_btn-tw { background-position: -135px 0; }
.s_btn-tg { background-position: -338px 0; }
.s_btn-ok { background-position: -203px 0; }
.s_btn-insta { background-position: -406px 0; }
.s_btn-youtube { background-position: -270px 0; }


.s_social-desc {
    color: #999898;
    font-size: 13px;
    line-height: 22px;
}

.dem-roller {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.con1 > div, .con2 > div, .con3 > div {
    width: 10px;
    height: 10px;
    background-color: #2686cc;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dem-roller .demrcont {
    position: absolute;
    width: 100%;
    height: 100%;
}

.con2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.con3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

.post-ratings {
	width: auto;
    height: 20px;
    line-height: 16px;
    align-items: center;
    margin: 0 15px 0 5px;
    text-align: left;
    font-size: 14px;
}

.post-ratings img {
	float: left;
	padding: 0 3px 0 0;
}

.post-ratings img:last-child {
	margin: 0 15px 0 0;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.democracy:after {
    content:'';
    display:table;
    clear:both
}

.democracy ul li, .democracy ul {
    background:none;
    padding:0;margin:0
}

.democracy ul li:before {
    display:none
}

.democracy input[type='radio'], .democracy input[type='checkbox'] {
    margin:0;
    vertical-align:middle
}

.democracy input[type='radio']:focus,.democracy input[type='checkbox']:focus{outline:0}.democracy ul{list-style:none !important;border:0 !important}.democracy ul li{list-style:none !important}input[type="submit"].dem-button,a.dem-button,.dem-button{position:relative;display:inline-block;text-decoration:none;line-height:1;border:0;margin:0;padding:0;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type="submit"].dem-button:focus,a.dem-button:focus,.dem-button:focus{outline:0}input[type="submit"].dem-button:disabled,a.dem-button:disabled,.dem-button:disabled{opacity:.6;cursor:not-allowed}a.dem-button:hover{text-decoration:none !important}.democracy{position:relative;margin:0 auto}.democracy input[type='radio'],.democracy input[type='checkbox']{margin-right:.2em}.dem-screen{position:relative;line-height:1.3}.democracy ul.dem-vote{margin-bottom:1em}.democracy ul.dem-vote li{padding-bottom:0;margin-bottom:0}.democracy ul.dem-vote li>*{margin-bottom:.6em}.democracy ul.dem-answers li{padding-bottom:1em}.dem-answers .dem-label{margin-bottom:.2em;line-height:1.2}.dem-graph{position:relative;color:#555;color:rgba(0,0,0,.6);box-sizing:content-box;width:100%;display:table;height:1.2em;line-height:1.2em}.dem-fill{position:absolute;top:0;left:0;height:100%;background-color:#7cb4dd}.dem-voted-this .dem-fill{background-color:#ffc45a}.dem-votes-txt,.dem-percent-txt{position:relative;display:table-cell;padding-left:.3em;vertical-align:middle;font-size:90%}.dem-poll-info{padding-bottom:1em}.dem-poll-info:after{content:'';display:table;clear:both}.dem-poll-info>*{font-size:85%;display:block;float:right;clear:both;text-align:right;opacity:.7;line-height:1.3}.dem-vote label{float:none;display:block}.dem-results-link{display:inline-block;line-height:1;margin:.8em 1em}.dem-vote .dem-disabled{opacity:.5}.democracy .dem-bottom{padding-bottom:1em}.dem-bottom{text-align:center}.dem-bottom:after{content:'';display:table;clear:both}.dem-poll-title{display:block;margin-bottom:1.5em;margin-top:1.2em;font-size:120%}.dem-notice{z-index:10;position:absolute;top:0;border-radius:2px;width:100%;padding:1.5em 2em;text-align:center;background:rgba(247,241,212,.8);color:#6d6214}.dem-notice-close{position:absolute;top:0;right:0;padding:5px;cursor:pointer;line-height:.6;font-size:150%}.dem-notice-close:hover{color:#d26616}.dem-star{font-size:90%;vertical-align:baseline;padding-left:.3em;color:#ff4e00}.dem-poll-note{font-size:90%;padding:.5em;opacity:.8;line-height:1.3}.democracy .dem-copyright{position:absolute;bottom:-1em;right:0;text-decoration:none;border-bottom:0;color:#b2b2b2;opacity:.5;line-height:1}.democracy .dem-copyright:hover{opacity:1}.dem-add-answer{position:relative}.dem-add-answer>*{display:block}.dem-add-answer a{display:inline-block}input.dem-add-answer-txt{width:100%;box-sizing:border-box}.dem-add-answer-close{position:absolute;right:0;padding:0 .7em;cursor:pointer;color:#333}.dem-add-answer-close:hover{color:#ff2700}.dem-edit-link{display:block;position:absolute;top:0;right:0;line-height:1;text-decoration:none !important;border:0 !important}.dem-edit-link svg{width:1.2em !important;fill:#5a5a5a;fill:rgba(0,0,0,.6)}.dem-edit-link:hover svg{fill:#35a91d}.dem-loader{display:none;position:absolute;top:0;left:0;width:100%;height:100%}.dem-loader>*{display:table-cell;vertical-align:middle;text-align:center}.dem-loader svg{width:20%;max-width:100px;min-width:80px;margin-bottom:15%}.dem-loader [class^="dem-"]{margin-bottom:15% !important}.dem__collapser{display:block;cursor:pointer;text-align:center;font-size:150%;line-height:1}.dem__collapser:hover{color:#f31;background:rgba(255,255,255,.3)}.dem__collapser.expanded{position:relative;height:1em}.dem__collapser.collapsed{position:absolute;top:0;bottom:0;right:0;left:0}.dem__collapser .arr{display:block;position:absolute;bottom:0;width:100%}.dem__collapser.collapsed .arr:before{content:"▾"}.dem__collapser.expanded .arr:before{content:"▴"}.dem-poll-shortcode{margin-bottom:1.5em}.dem-archives .dem-elem-wrap{margin-bottom:2em;padding-bottom:20px;border-bottom:1px dashed #ccc}.dem-archives .dem-archive-link{display:none}.dem-link{font-style:italic;font-size:90%}.dem-vote-link:before{content:'◂ '}.dem-vote label:hover{opacity:.8}.dem-vote-button{float:left}.dem-results-link{float:right}.dem-graph{font-family:Arial,sans-serif;background:#f7f7f7;background:linear-gradient(to bottom,rgba(0,0,0,.05) 50%,rgba(0,0,0,.1) 50%);background:-webkit-linear-gradient(top,rgba(0,0,0,.05) 50%,rgba(0,0,0,.1) 50%)}.dem-fill{background-image:linear-gradient(to right,rgba(255,255,255,.3),transparent);background-image:-webkit-linear-gradient(left,rgba(255,255,255,.3),transparent)}.dem-answers .dem-label{margin-bottom:.1em}.dem-votes-txt,.dem-percent-txt{font-size:80%}.dem-percent-txt{display:none}.dem-answers li:hover .dem-votes-txt{display:none}.dem-answers li:hover .dem-percent-txt{display:table-cell}.dem-voted-this .dem-label:before{content:'✓';display:inline-block;margin-right:.2em}.dem-voted-this .dem-graph{border-color:#969696}.dem-label-percent-txt,.dem-votes-txt-percent,.dem-novoted .dem-votes-txt{display:none}.dem-poll-info{font-style:italic}.dem-archive-link{text-align:right}.dem-bottom{text-align:left}

.dem-poll-title {
    margin-bottom: 15px;
    color: #383838;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.democracy input[type="radio"], .democracy input[type="checkbox"] {
    display: none;
}

.democracy label {
    margin-bottom: 10px;
}

.democracy label {
    display: block;
    position: relative;
    padding: 12px 15px 12px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    cursor: pointer;
}

.democracy .dem__spot {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    background-color: #383838;
    transition: all .3s ease;
}

.democracy input:checked + .dem__spot {
    background-color: #24B23E;
}

.s_option-bot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 15px;
}

.dem-add-answer-txt {
    display: block;
    width: 100%;
    padding: 10px 5px 10px 15px;
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.democracy input[type="submit"].dem-button {
    width: 145px;
    height: 40px;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0 !important;
    background-color: transparent;
    color: rgba(111, 111, 111, .7);
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.democracy input[type="submit"].dem-button:hover {
    background-color: #24B23E;
    border-color: #24B23E;
    color: #fff;
}

.democracy a {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    border-bottom: 1px dashed #6f6f6f;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}

.democracy a:hover {
    border-bottom-color: transparent;
}

/* Interesting */
.c_interest {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ebebeb;
}

.c_interest.secondary_position {
	background: none !important;
	padding: 0;
}

.c_interest.secondary_position .m_inb {
	width: 100%;
}

.c_interest.secondary_position .c_start-item__link {
	font-size: 18px;
    line-height: 20px;
}

.c_interest-head {
    margin-bottom: 25px;
    color: #383838;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
}

.c_interest-cat {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -30px;
}

.c_interest-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ebebeb;
    z-index: 30;
}

.c_interest-cat .slick-list {
    overflow: hidden;
}

.c_interest-cat .slick-arrow {
    background-color: transparent;
    top: -53px;
}

.c_interest-cat .slick-arrow:hover {
    background-color: #24B23E;
    border-color: #24B23E;
}

.c_interest-cat .slick-arrow:hover::before {
    background-position: 0 -10px;
}

.c_interest-cat .slick-prev {
    right: 55px;
}

.c_interest-cat .slick-next {
    right: 0;
}

/* Footer */
.footer {
	padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.f_logo {
    cursor: default;
	line-height: 47px;
}

.f_info {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
}

.f_menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.f_menu ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.f_menu ul li {
    display: block;
    margin: 10px 16px;
    position: relative;
}

.f_menu ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -16px;
    width: 1px;
    height: 11px;
    background-color: #cacaca;
}

.f_menu ul li:first-child::before {
    display: none;
}

.f_menu ul li a, .f_menu ul li span {
    color: #6a6a6a;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.f_menu ul li a:hover, .f_menu ul li span {
    text-decoration: underline;
}

.f_menu ul li.menu-item-has-children {
    padding-right: 17px;
}

.f_menu ul li ul.sub-menu li.menu-item-has-children {
    padding-right: 30px;
}

.f_menu ul li.menu-item-has-children .arrow-down {
    position: absolute;
    top: 4px;
    right: 0;
    color: #383838;
    width: 8px;
    height: 4px;
}

.f_menu ul ul.sub-menu li.menu-item-has-children .arrow-down {
    top: 14px;
    right: 10px;
}

.f_menu ul li.has_children > a::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #656565;
    border-right: 1px solid #656565;
    margin: 6px 0 0 6px;
    transform: rotate(45deg);
}

.f_menu ul > li > ul.sub-menu {
    position: absolute;
    min-width: 150px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    display: none;
    bottom: 20px;
    left: 0;
}

.f_menu ul > li > ul.sub-menu li ul {
    left: 100%;
    bottom: 0;
}

.f_menu ul li:hover > ul.sub-menu {
    display: block;
}

.f_menu ul li ul.sub-menu li {
    margin: 0;
    padding: 5px 15px;
    min-height: 30px;
    border-top: 1px solid #d7d7d7;
    white-space: nowrap;
}

.f_menu ul li ul.sub-menu li:first-child {
    border-top: none;
}

.f_menu ul li ul.sub-menu li::before {
    display: none;
}

.f_menu ul li ul.sub-menu li a {
    display: block;
    padding: 5px 0;
    color: #7d7c7c;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}

.f_menu ul li ul.sub-menu li a:hover {
    color: #383838;
}

.f_copy {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #999898;
    font-size: 13px;
	line-height: 40px;
}

.f_ontop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    z-index: 100;
    height: 40px;
    border-radius: 5px;
    background-color: #5e5e5e;
    cursor: pointer;
    transition: all .3s ease;
}

.f_ontop::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 12px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 10;
}

.f_ontop:hover {
    background-color: #383838;
}

/* New posts format """post-1""" */

.c_item__1-version:nth-child(3n) {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	width: 100%;
    min-height: 260px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
}
.c_item__1-version:nth-child(3n) .c_item__2-version-thumb {
	display: none;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-meta {
	color: #6f6f6f;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-data header a {
	font-size: 22px;
	color: #383838;
	text-decoration: none;
	line-height: 30px;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-data header a:hover {
	border-bottom: 2px solid #383838;
}	

.c_item__1-version:nth-child(3n) .c_item__2-version-footer {
	color: #6f6f6f;
	bottom: 25px;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-data__date {
	color: #6f6f6f;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-data__comm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    background-image: url(img/bg-icon.png);
    background-repeat: no-repeat;
	background-position: 0 -30px;
}

.c_item__1-version:nth-child(3n) .c_item__2-version-data__view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    background-image: url(img/bg-icon-view-end.png);
}

.c_item__1-version:nth-child(3n) .c_item__2-version-title span {
	display: block !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* New posts format """post-2""" */

.c_item__2-version,
.c_item__5-version {
	width: calc(50% - 15px);
	min-height: 250px;
	position: relative;
	float: left;
	margin-bottom: 30px;
	transition: all .5s;
}

.c_item__2-version:nth-child(3n) {
	width: 100%;
}

.c_item__2-version:nth-child(3n) .c_item__2-version-title span, .c_item__5-version-title span {
	display: block;
	width: 100%;
    background: rgba(0,0,0,.45);
    padding: 10px 10px 10px 30px;
    margin: 0 0 0 -30px;
}

.c_item__2-version:nth-child(1),
.c_item__2-version:nth-child(3n+1) {	
	margin-right: 15px;
}

.c_item__5-version:nth-child(1),
.c_item__5-version:nth-child(2n+1) {	
	margin-right: 15px;
	clear: both;
}

.c_item__2-version:nth-child(1) .c_item__2-version-title span,
.c_item__2-version:nth-child(3n+1) .c_item__2-version-title span,
.c_item__2-version:nth-child(2) .c_item__2-version-title span,
.c_item__2-version:nth-child(3n+2) .c_item__2-version-title span,
.c_item__5-version:nth-child(1) .c_item__2-version-title span,
.c_item__5-version:nth-child(3n+1) .c_item__2-version-title span,
.c_item__5-version:nth-child(2) .c_item__2-version-title span,
.c_item__5-version:nth-child(3n+2) .c_item__2-version-title span {	
	display: block;
	width: calc(100% + 60px);
    background: rgba(0,0,0,.45);
    padding: 10px 10px 10px 30px;
    margin: 0 0 0 -30px;
}

.c_item__2-version:nth-child(2),
.c_item__2-version:nth-child(3n+2) {
	margin-left: 15px;
}

.c_item__5-version:nth-child(2n) {
	margin-left: 15px;
}

.c_item__2-version-thumb,
.c_item__5-version-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
}

.c_item__2-version:hover .c_item__2-version-thumb:before,
.c_item__5-version:hover .c_item__5-version-thumb:before {
	background: rgba(0, 0, 0, .4);
}

.c_item__2-version-thumb:before,
.c_item__5-version-thumb:before {
	content: '';		
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 1;
}

.c_item__2-version-thumb img,
.c_item__5-version-thumb img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.c_item__2-version-meta,
.c_item__5-version-meta {
	color: rgba(255, 255, 255, .7);
    position: relative;
	z-index: 99;
}

.c_item__2-version-meta .c_item__2-version-cat,
.c_item__5-version-meta .c_item__5-version-cat {
	text-transform: uppercase;
}

.c_item__2-version .c_item__2-version-data__date-mobile,
.c_item__5-version .c_item__5-version-data__date-mobile {
	display: none;
}

.c_item__2-version .c_item__2-version-data,
.c_item__5-version .c_item__5-version-data {
	position: relative;
	width: 100%;
	height: auto;    
	min-height: 250px;
	padding: 30px;
	margin: 0 0 30px 0;
	z-index: 999;
}

.c_item__2-version .c_item__2-version-data header,
.c_item__5-version .c_item__5-version-data header {
	margin: 20px 0 0 0;
}

.c_item__2-version .c_item__2-version-data p,
.c_item__5-version .c_item__5-version-data p {
	display: none;
	margin: 20px 0;
}

.c_item__2-version .c_item__2-version-data header a,
.c_item__5-version .c_item__5-version-data header a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	z-index: 99;
	transition: all .5s;
}

.c_item__2-version .c_item__2-version-data header a:before,
.c_item__5-version .c_item__5-version-data header a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.c_item__2-version .c_item__2-version-data header a:hover,
.c_item__5-version .c_item__5-version-data header a:hover {
	border-bottom: 2px solid #fff;
}

.c_item__2-version-footer,
.c_item__5-version-footer {
	position: absolute;
	left: 30px;
	display: flex;
	width: calc(100% - 60px);
	height: 30px;
	line-height: 30px;
	bottom: 20px;
	text-align: center;
	z-index: 999;
	color: #fff;
}

.c_item__2-version-footer .c_item__2-version-data__date,
.c_item__5-version-footer .c_item__5-version-data__date {
	flex: 10;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	text-align: right;
}

.c_item__2-version .c_item__2-version-data__comm,
.c_item__2-version .c_item__2-version-data__view,
.c_item__5-version .c_item__5-version-data__comm,
.c_item__5-version .c_item__5-version-data__view {
	display: none;
}

.c_item__2-version:nth-child(3n) .c_item__2-version-data__comm,
.c_item__2-version:nth-child(3n) .c_item__2-version-data__view,
.c_item__2-version:nth-child(3n) .c_item__2-version-data p {
	display: block;
}

.c_item__2-version-data__comm,
.c_item__2-version-data__view,
.c_item__5-version-data__comm,
.c_item__5-version-data__view {
	width: auto;
	min-width: 87px;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 50px;
	text-align: left;
	flex: 1;
	position: relative;
	z-index: 999;
	font-size: 16px;
}

.c_item__2-version-data__comm::before,
.c_item__5-version-data__comm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    background-image: url(img/bg-icon.png);
    background-repeat: no-repeat;
	background-position: 0 0;
}

.c_item__2-version-data__view::before,
.c_item__5-version-data__view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    background-image: url(img/bg-icon-view_white.png);
}

/* New posts format """post-3""" */

.c_item__3-version {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	width: 100%;
	height: auto;
    min-height: 260px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .2);
}
.c_item__3-version .c_item__3-version-thumb {
	display: block;
	width: 45%;
	height: auto;
	color: #6f6f6f;
}

.c_item__3-version .c_item__3-version-data {
	width: 55%;
	height: auto;
	padding: 30px;
	font-size: 13px;
}

.c_item__3-version .c_item__3-version-data .c_item__3-version-cat {
	text-transform: uppercase;
	color: #6f6f6f;
	font-weight: 700;
}

.c_item__3-version .c_item__3-version-data .c_item__3-version-data__date {
	color: #6f6f6f;
	float: right;
}

.c_item__3-version .c_item__3-version-data header {
	margin: 30px 0 0 0;
}

.c_item__3-version .c_item__3-version-thumb img {
	display: block;
	width: 100%;
	height: 266px;
	object-fit: fill;
	transition: all .5s;
}

.c_item__3-version .c_item__3-version-thumb img:hover,
.c_item__3-version:hover .c_item__3-version-thumb img {
	filter: brightness(80%);
}

.c_item__3-version .c_item__3-version-data a {
	font-size: 22px;
	color: #383838;
	text-decoration: none;
	transition: all .5s;
}

.c_item__3-version .c_item__3-version-data a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c_item__3-version .c_item__3-version-data a:hover {
	border-bottom: 2px solid #383838;
}

.c_item__3-version .c_item__3-data__date,
.c_item__3-version .c_item__3-cat {
	color: #6f6f6f;
}

.c_item__3-version-footer {
	position: absolute;
	left: calc(45% + 30px);
	display: flex;
	width: 50%;
	height: 30px;
	bottom: 30px;
	color: #6f6f6f;
	font-size: 16px;
}

.c_item__3-version-data__comm,
.c_item__3-version-data__view {
	width: auto;
	min-width: 87px;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 50px;
}

.c_item__3-version-data__comm {
	flex: 1;
}

.c_item__3-version-data__view {
	flex: 3;
}

.c_item__3-version-data__comm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    background-image: url(img/bg-icon.png);
    background-repeat: no-repeat;
	background-position: 0 -30px;
}

.c_item__3-version-data__view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    background-image: url(img/bg-icon-view-end.png);
}

/* toc+ */

.toc-content {
	margin: 0 0 20px 0;
}
	
.toc-content ul {	
	margin: 20px 0 0 0;
	display: none;
}

.entry-content .kc__wrap,
.entry-content .kc__wrap .kc-title {
	position: relative;
}

.toc-content ul li,
.entry-content .kc__wrap ul.contents li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-top: 7px;
}	

.toc-content ul li:first-child,
.entry-content .kc__wrap ul.contents li:first-child {
    margin-top: 0px;
}

.toc-content ul li:last-child,
.toc-content ul li.sub_1:last-child,
.entry-content .kc__wrap ul.contents li:last-child {
	margin-bottom: 0;
}

.toc-content ul li.sub_1,
.entry-content .kc__wrap ul.contents li.sub_1 {
    margin-left: 25px;
}

.toc-content ul li.sub_2,
.entry-content .kc__wrap ul.contents li.sub_2 {
    margin-left: 50px;
}

.toc-content ul li.sub_1:before,
.entry-content .kc__wrap ul.contents li.sub_1:before {
	border-top: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
}

.toc-content ul li.sub_2:before,
.entry-content .kc__wrap ul.contents li.sub_2:before {
	border-top: 2px solid #c6c6c6;
    border-right: 2px solid #c6c6c6;
}

.toc-content ul li:hover:before,
.entry-content .kc__wrap ul.contents li:hover:before {
	position: absolute;
    top: 3px;
    left: -3px;
}
	
.toc-content ul li:before,
.entry-content .kc__wrap ul.contents li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -3px;
    width: 10px;
    height: 10px;
	background: none !important;
    background-color: transparent;
    border-top: 2px solid #24B23E;
    border-right: 2px solid #24B23E;
	border-bottom: none;
	border-left: none;
    transform: rotate(45deg);
}

.toc-content ul li a,
.entry-content .kc__wrap ul.contents li a {
    display: inline-block;
    vertical-align: top;
    color: #383838;
	font: 13px Ubuntu,Arial,sans-serif;
    line-height: 15px;
	font-weight: 500;
    text-decoration: none;
	border-bottom: 1px solid transparent !important;
	transition: all .5s;
}

.toc-content ul li a:hover,
.entry-content .kc__wrap ul.contents li a:hover {	
    border-bottom: 1px dashed #383838 !important;
}

.toc-header {
	position: relative;
	text-align: center;
}

.toc-header:before,
.entry-content .kc__wrap:before {
	content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: calc(50% - 105px);
    height: 1px;
    background: #f1f1f1;
}

.toc-header:after,
.entry-content .kc__wrap:after {
	content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: calc(50% - 105px);
    height: 1px;
    background: #f1f1f1;
}

.toc-header__button {
	position: relative;
	margin: 0 auto;
	background-color: #24B23E;
	border-radius: 8px;
	font-size: 13px;
    line-height: 20px;
	border: none;
	padding: 10px 50px 10px 30px;
	font: 16px/18px Ubuntu,Arial,sans-serif;
	color: #fff;
}

.toc-header__button:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    transition: all .3s ease;
}

.toc-header__button.active:before {
	top: 16px !important;
    transform: rotate(45deg) !important;
}

.toc-header__button.deactive:before {
	top: 20px !important;
    transform: rotate(-135deg) !important;
}

.toc-header__button:hover {
	cursor: pointer;
}

.entry-content .kc__wrap {
	text-align: center;
	margin: 0 0 20px 0;	
}

.entry-content .kc__wrap .contents {
	text-align: left;
	margin: 20px 0 0 0;	
}

.entry-content .kc__wrap .toc-header__button {
	margin: 0;
}

/* Add */

.fancybox-wrap .fancybox-title-float-wrap .child {
    white-space: normal;
}

.comment-form-cookies-consent input {
    margin-right: 10px;
}

.thumb__hide, .thumb__active {
	display: none;
}

.widget_search {
	width: 100%;
    height: 30px;
    background-color: #efeeee;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
}

.widget_search input[type="text"] {
    height: 28px;
    background-color: transparent;
    border: none;
    outline: none;
}

.widget_search input[type="submit"] {
    float: right;
    width: 23px;
    margin-right: 5px;
    background: url(img/bg-search-btn.png) center no-repeat;
    color: #6f6f6f;
    font-size: 12px;
    cursor: pointer;
	border: none;
    margin-top: 7px;
}

body .h_nav ul li.menu-item-has-children .arrow-down,
body .h_nav ul ul.sub-menu li.menu-item-has-children .arrow-down {
	background: url(img/chevron-down-solid.svg);
}

/* Adaptiv */

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

    .c_start-list {width: calc(100% - 320px);}
    .c_start-cat {width: calc(100% - 50px);margin: auto;}
    .c_start-cat .c_start-item {width: calc(50% - 20px);margin: 0 10px;}
    .c_start-cat .slick-list::before, .c_start-cat .slick-list::after {width: 10px;}
    .c_now-list {width: calc(100% - 200px);padding-right: 125px;}
    .c_main {width: calc(100% - 360px);}
    .c_sidebar {width: 330px;}
	.c_single-data__share { float: none; width: 100%; margin: 20px 0 0 0; }
}

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

    .c_start-list_three, .c_interest-cat {width: 720px;float: none;margin: auto;}
    .c_interest-head {text-align: center;}
    .c_start-item {margin: 0 15px !important;}
    .c_interest-cat .slick-arrow {margin: 0 15px 0 0;}
    .c_interest-cat::before { content:none; }
	
}

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

    .h_nav ul li {margin-right: 27px;}
    .h_nav ul li::before {right: -15px;}
    .c_txt iframe[src] {height: 300px;}
    .c_now-list {width: calc(100% - 170px);}
    .c_now-item {padding-right: 20px;}
    .c_main {width: calc(100% - 330px);}
    .c_sidebar {width: 310px;}
    .s_rescomm-thumb {width: 80px;height: 80px;}
    .s_rescomm-info {width: calc(100% - 95px);}
    .s_rescomm a::before {left: -95px;width: 80px;height: 80px;}
    .c_single-top {padding-top: 30px;padding-bottom: 30px;}
    .c_single-top, body .c_single .c_txt, .c_single-data, .c_single-relate, .c_comment-list, 
    .c_comment-form input, .c_comment-form textarea {padding-left: 25px;padding-right: 25px;}
    .c_data {width: calc(100% - 50px);}
    .c_data-comm, .c_data-like, .c_data-date {margin-left: 25px;}
    .c_data-date {margin-right: 0;}
    .fullwidth {width: calc(100% + 50px);margin-left: -25px;}
    .c_txt ul, .c_txt ol {margin-left: 10px;}
    .c_txt blockquote {width: auto;padding: 20px 40px 10px 25px;margin-left: -50px !important; transform: translateX(25px) !important;}
    .f_info {width: calc(100% - 180px);}
    .c_txt blockquote, .desc blockquote { width: auto; margin-left: 0; padding: 20px 25px; }
    .c_txt blockquote::before, .desc blockquote::before { left: 25px; }
    .c_single .c_txt .fullwidth { width: 100%; margin-left: 0; max-width: 100%; }
    .c_single .c_txt h2::before, .c_single .c_txt h3::before, .desc h2::before, .desc h3::before { left: -35px; }
	.entry-content h2::before, .entry-content h3::before { left: -25px !important; }
    .c_single .c_txt h2, .c_single .c_txt h3, .desc h2, .desc h3 { padding-left: 10px; }
    .c_single .c_txt .wp_caption_fullwidth { width: 100%; max-width: 100%; margin-left: 0; }
    .c_item-thumb {overflow: hidden;}
    .c_item-thumb img{width: auto; }
	.c_item__3-version-footer {position:relative; margin: 20px 0; left: auto; bottom: auto;flex-direction:column;}
	.c_item__3-version-data__comm, .c_item__3-version-data__view {width:100%;min-width: 250px;}
	.c_single-top h1 {padding: 10px 10px 10px 25px;margin: 20px 0 0 -25px;width: calc(100% + 50px);}
	.c_item__3-version-data__view {margin: 10px 0 0 0;}
	.c_single-top .breadcrumb.overlay {margin-left: -50px;transform: translateX(25px);}
	
}

@media screen and (max-width:950px) {
	.c_start-list {
		width: 390px;
	}	
}

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

    .h_nav-btn {display: block;}
    .h_nav ul {opacity: 0;pointer-events: none;max-height: 0;background-color: #ebebeb;flex-direction: column;z-index: 40;}
    .h_nav.active ul {opacity: 1;pointer-events: auto;max-height: 2000px;padding: 12px;}
    .h_nav ul li {margin: 0;width: 100%;}
    .h_nav ul li::before {display: none;}
    .h_nav ul li .sub-menu {position: relative;top: inherit;left: inherit;display: none;opacity: 1;pointer-events: auto; background-color: transparent;}
    .h_nav ul li:hover .sub-menu {top: inherit;}
    .h_nav ul li.active .sub-menu {display: block;}
    .c_now-head {float: none;width: 100%;margin-bottom: 12px;}
    .c_now-list {float: none;width: 100%;}
    .c_data {width: calc(100% - 30px);}
    .c_data-comm, .c_data-like {min-width: 64px;}
    .c_txt ul, .c_txt ol {margin-left: 5px;}
    .c_txt li {padding-left: 45px;}
    .c_txt blockquote {padding-right: 25px;}
    .c_single-data__item {margin-left: 15px;margin-right: 0;min-width: 57px;}
    .c_single-relate__list .c_now-item {width: 100%; padding: 0; margin: 0;}
    .c_single-relate__list .c_now-item:nth-child(even) {text-align: left; padding: 0; margin: 0;}
    .c_single-relate__list .c_now-item:nth-child(even) .c_now-item__thumb {float: left; padding: 0; margin: 0;}
    .c_single-relate__list .c_now-item:nth-child(even) a {float: right; padding: 0; margin: 0;}
    .c_single-relate__list .c_now-item:nth-child(even) a::before {right: inherit;left: -75px;}
    .f_info {justify-content: flex-end;}
    .f_menu {width: 100%;}
    .f_menu ul {justify-content: center;}
    .h_nav ul li ul.sub-menu {position: relative;left: 0;top: 0;margin: 15px 0 0 0; background: transparent;border-radius: 0;box-shadow: none;}
    .h_nav ul li ul.sub-menu li {padding: 0;min-height: auto; }
    .h_nav ul > li > ul.sub-menu li ul { left: 0; margin: 0; }
    .c_interest-cat::before {width:0}
    .c_interest-cat .c_start-item {margin:0 15px !important;}
    .c_interest-head {text-align: center;}
	.c_single-top h1 {padding: 10px 10px 10px 25px;margin: 20px 0 0 -25px;width: calc(100% + 50px);}
	
}

@media screen and (min-width:801px) and (max-width:900px) {
	.c_item__2-version {width: 100%; float: none;}
	.c_item__2-version:nth-child(1), .c_item__2-version:nth-child(3n+1) {margin: 0 0 20px 0;}
	.c_item__2-version:nth-child(2), .c_item__2-version:nth-child(3n+2) {margin: 0 0 20px 0;}
}

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

    .h_menu {margin-right: 15px;}
    .c_txt iframe[src] {height: 350px;}
    .c_start-cat {width: calc(100% - 32px);}
    .c_start-cat .c_start-item {width: calc(50% - 12px);margin: 0 6px;}
    .c_start-cat .slick-list::before, .c_start-cat .slick-list::after {width: 6px;}
    .c_start-cat .slick-prev {left: -12px;}
    .c_start-cat .slick-next {right: -12px;}
    .c_main {float: none;width: 100%;}
    .c_sidebar, #left_sidebar .c_sidebar {float: none;width: 340px;margin: 40px auto 0; clear:both;}
    .alignleft, .alignright {float: none;margin: 10px auto;}
    .content_top_sidebar .c_sidebar { margin: 40px auto 0 auto; }
    .c_interest-head {text-align: center;}
    .c_start-head {width: 285px; margin: 60px 0 0 0; }
	.c_single-top h1 {padding: 10px 10px 10px 15px;margin: 20px 0 0 -25px;width: calc(100% + 50px);}
	.single_c_sidebar #categories-2 .s_head { padding: 40px 0 15px 0; }
	.c_single-gocomm {margin-bottom:20px;}
	
}

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

    .c_start-list_three, .c_interest-cat {width: 360px;}

}

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

    .h_menu-btn {display: block;}
    .h_menu ul {position: absolute;top: -40px;right: 0;width: 150px;opacity: 0;pointer-events: none;background-color: #fff;flex-direction: column; padding: 12px 10px 5px;z-index: 50;box-shadow: 0 2px 5px rgba(0, 0, 0, .5);}
    .h_menu.active ul {top: 34px;opacity: 1;pointer-events: auto; z-index: 99999;}
    .h_menu ul li {width: 100%;margin: 0;text-align: center;}
    .h_menu ul li a {padding: 4px;text-align: center;}
    .c_start-head {float: none;width: 100%;margin: 0 0 20px;font-size: 30px;line-height: 36px;text-align: center;}
    .c_start-head span {display: inline;}
    .c_start-list {width: 390px;float: none;margin: auto;}
    .c_start-item {width: 100%;margin-left: 0;}
    .c_interest-cat .c_start-item {margin-left: 0;}/*правка, было margin-left:15px*/
    .c_interest-cat::before {width:0;}/*правка, было width:30px;*/
    .c_now-list {padding-right: 0;overflow: visible;}
    .c_now-list .slick-prev, .c_now-list .slick-next {top: -40px;}
    .f_logo {float: none;margin: auto;text-align: center;}
    .f_info {float: none;width: 100%;}
    .f_copy {width: 100%;text-align: center;}
    .c_interest-head {text-align: center;}
    .c_start-head { height: auto; }
	.c_item__2-version {width: 100%; float: none;}
	.c_item__2-version:nth-child(1), .c_item__2-version:nth-child(3n+1) {margin: 0 0 20px 0;}
	.c_item__2-version:nth-child(2), .c_item__2-version:nth-child(3n+2) {margin: 0 0 20px 0;}
	.c_single-top h1 {padding: 10px 10px 10px 15px;margin: 20px 0 0 -25px;width: calc(100% + 50px);}
	
    .c_thumb { display: none; }
    .c_single-top { min-height: auto; }
	.c_single-top_overlay::before { display: none; }
	.c_single-top .breadcrumb { padding: 0 0 0 15px; }
    .c_single-top .breadcrumb a, .c_single-top .breadcrumb span, .c_single-top .breadcrumb a::before { color: #383838; }
    .c_single-top .breadcrumb a:hover { color: #999; }
    .c_single-top h1 { color: #383838; }
    .c_single-top { padding-left: 0; padding-right: 0; }
    .c_single-top h1 { width: 100%; margin: 0 0 10px 0; font-size: 25px; background: none; }
	
	
	.thumb__active { display: block; width: calc(100% - 30px); height: auto; margin: 0 auto; }	
	.thumb__active img { width: 100%; height: auto; }	
	
	.c_single-top .breadcrumb.overlay {background: transparent;margin-left: 0;padding-left:0;transform: none;}

}

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

    .h_search {width: calc(100% - 65px);}
    .h_search.h_search_full { width: 100%; }
    .c_txt iframe[src] {height: 300px;}
    .c_start-cat {max-width: 400px;}
    .c_item {padding: 25px 25px 55px;}
    .c_item-data {bottom: 15px;left: 25px;width: calc(100% - 50px);}
    .h_logo {float: none;margin: auto;text-align: center;}
    .h_info {float: none;width: 100%;justify-content: space-between;margin-top: 20px; position: relative;right: auto;top: auto;}
    .h_search {width: calc(100% - 65px); margin-left: 0; margin-right: 10px;}
    .h_search.h_search_full { width: 100%; margin-left: 0; margin-right: 0; }
    .h_menu ul { left: 0; }
    .c_interest-head {text-align: center;}
	.c_single-top h1 {padding: 10px 10px 10px 15px;margin: 20px 0 0 -25px;width: calc(100% + 50px);}
    .c_item:nth-child(2n+1) .c_item-title span {margin: 0 0 0 -25px;width: calc(100% + 50px);}
    .c_thumb { display: none; }
    .c_single-top { min-height: auto; }
	.c_single-top_overlay::before { display: none; }
	.c_single-top .breadcrumb { padding: 0 0 0 15px; }
    .c_single-top .breadcrumb a, .c_single-top .breadcrumb span, .c_single-top .breadcrumb a::before { color: #383838; }
    .c_single-top .breadcrumb a:hover { color: #999; }
    .c_single-top h1 { color: #383838; }
    .c_single-top { padding-left: 0; padding-right: 0; }
    .c_single-top h1 { width: 100%; margin: 0 0 10px 0; font-size: 25px; background: none; }
	.c_comment-form .form-smilies {width: 80%;margin-top: 0;margin-bottom: 10px;margin-left: auto;margin-right: auto;}
	.post-ratings { margin: 40px 0; text-align: center; justify-content: center; }
	.c_item__5-version { float: none; margin: 0 auto 30px auto !important; width: 360px; }
	
}

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

    .c_start-list {width: 380px;}
    .c_start-list_three {width: 380px;}
    .c_txt iframe[src] {height: 250px;}
    .c_single-top h1 {font-size: 21px;line-height: 27px;}
    .c_txt ul, .c_txt ol {margin-left: 0;}
    .c_single-gocomm {float: none;width: 190px;margin: 0 auto 15px;}
    .c_single-data__item {margin-left: 0;margin-right: 15px;}
	.c_single-relate__list {width: calc(100% - 1px);}
    .c_comment-form .form-label {float: none;width: 100%;margin-bottom: 20px;border-right: none;}
    .form-textarea { margin: 0; }
    .c_comment-form input[type="submit"] {display: block;margin: auto;}
    .f_menu ul {flex-direction: column;}
    .f_menu ul li {margin: 0 0 10px;text-align: center;}
    .f_menu ul li::before {display: none;}
    .c_data {text-align: center;}
    .c_data-chapter {width:100%; border-radius: 4px;}
    .c_interest-head {text-align: center;}
	.c_item__2-version-footer {position:relative; margin: 20px 0;}
	.c_item__2-version-footer .c_item__2-version-data__date {display:none;}
	.c_item__2-version-data__date-mobile {display:block!important; text-align: right; float:right;}
    .c_item__1-version:nth-child(3n) {display:block;}
	.c_item__3-version {display:block;}
	.c_item__3-version .c_item__3-version-thumb, .c_item__3-version .c_item__3-version-data {width:100%;}
	.c_item__3-version-footer {position:relative; margin: 20px 0; left: auto; bottom: auto;}
	.c_single-top h1 {padding: 10px 0 0 15px;margin: 0 0 0 -25px;}
    .c_thumb { display: none; }
    .c_single-top { min-height: auto; }
	.c_single-top_overlay::before { display: none; }
	.c_single-top .breadcrumb { padding: 0 0 0 15px; }
    .c_single-top .breadcrumb a, .c_single-top .breadcrumb span, .c_single-top .breadcrumb a::before { color: #383838; }
    .c_single-top .breadcrumb a:hover { color: #999; }
    .c_single-top h1 { color: #383838; }
    .c_single-top { padding-left: 0; padding-right: 0; }
    .c_single-top h1 { width: 100%; margin: 0 0 10px 0; font-size: 25px; background: none; }
	.c_single-data__share {display: block;}
	.c_single-data__share .ya-share2 {display: block; margin: 15px 0 0 0;text-align: left;}
	.h_nav ul li ul.sub-menu li { white-space: normal; }
	.c_comment-form .form-smilies {width: 80%;margin-top: 0;margin-bottom: 10px;margin-left: auto;margin-right: auto;}
	.post-ratings { margin: 40px 0; text-align: center; justify-content: center; }
	.f_menu ul > li > ul.sub-menu {bottom: 20px;left: 50%; transform: translateX(-50%);}
	.f_menu ul > li > ul.sub-menu > li > ul.sub-menu {bottom: 20px;left: 50%;}
	.f_menu ul li.menu-item-has-children .arrow-down { right: auto;padding-left:10px;}
	.f_menu ul ul.sub-menu li.menu-item-has-children .arrow-down {right:30px;}
	.c_comment-form .form-label:nth-child(2) {border-top: 1px solid #e1e1e1;}
	.c_comment-form .form-label:nth-child(3) {margin-top:20px;}

}

@media screen and (max-width:576px) {
	.hide_mobile {
		display: none;
	}
}

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

    .m_inb {width: calc(97% - 14px); min-width: 300px; padding-left: 7px;padding-right: 7px;}
    .h_menu ul {left: 0;}
    .c_start-head span {display: block;}
    .c_start-list {width: 300px;}
    .c_interest-cat {width: 300px;}
    .c_single-top { min-height: auto; }
    .c_start-list_three {width: 290px;}
    .c_start-cat {width: 100%;}
    .c_start-cat .c_start-item {width: 100%;margin: 0;}
    .c_start-cat .slick-list::before, .c_start-cat .slick-list::after {display: none;}
    .c_item {padding: 20px 15px 45px;min-height: 210px;}
    .c_item p {font-size: 13px;line-height: 18px;}
    .c_item-data {bottom: 10px;left: 15px;width: calc(100% - 30px);}
    .c_item-data__comm:not(.c_single-data__item), .c_item-data__like:not(.c_single-data__item) .post-ratings, .c_item-data__view:not(.c_single-data__item) {line-height: 15px;padding-left: 24px;min-width: 50px;min-height: 15px;}
    .c_item-data__comm:not(.c_single-data__item)::before, .c_item-data__like:not(.c_single-data__item) .post-ratings::before {width: 18px;height: 15px;background-size: 35px 30px;}
    .c_item-data__view:not(.c_single-data__item)::before {width: 20px; height: 15px;background-size: 20px 15px;}
    .c_item-data__like:not(.c_single-data__item) .post-ratings::before {width: 17px;background-position: -18px 0;}
    .c_item:nth-child(even) .c_item-data__comm::before {background-position: 0 -15px;}
    .c_item:nth-child(even) .c_item-data__like .post-ratings::before {background-position: -18px -15px;}
    .c_item-data__date {padding-top: 0;}
    .c_data {width: 100%; margin: 10px 0 0 0;}
    .c_txt li {padding-left: 40px;}
    .c_txt ol li::before {width: 35px;}
    .c_txt ul li::before {width: 35px;background-position: right center;}
    .c_txt ol li ol li::before {width: 50px;}
    .c_txt ul li ul li::before {width: 50px;background-position: left center;}
	.c_txt ul.contents li::before {width: 10px;}
	.c_single-data {text-align: center;}
    .c_single-data__item {margin: 0 10px;}
    .c_single-data__share {float: none;display: block;width: 100%;text-align: center;margin-top: 15px;}
    .c_single-relate__head {margin-bottom: 15px;text-align: center;}
    .c_single-relate__list {width: calc(100% - 1px);}
    .c_sidebar {width: 290px;}
    .s_head {padding-bottom: 10px;font-size: 22px;line-height: 19px;}
    .s_rescomm {padding: 10px;}
    .c_txt iframe[src] {height: 200px;}
    .c_thumb { display: none; }
    .c_single-top_overlay::before { display: none; }
    .c_single-top .breadcrumb a, .c_single-top .breadcrumb span, .c_single-top .breadcrumb a::before { color: #383838; }
    .c_single-top h1 { color: #383838; }
    .c_single-top { padding-left: 0; padding-right: 0; }
    .c_single-top h1 { width: 100%; margin: 0 0 10px 0; font-size: 25px; }
    .c_interest-head {text-align: center;}
	.post-ratings { margin: 20px 0; text-align: left; justify-content: center; font-size: 14px; height: 20px; line-height: 18px;}
	.post-ratings img { width: 20px; height: 19px; }
	.comment-respond { margin: 0; padding: 30px 0;}
	.c_single-top {padding-top: 30px;padding-bottom: 10px;}
	.c_single-top h1 { background: none!important;box-shadow:none!important; padding: 0!important; margin: 0!important;}
	.c_now-item {max-width: 384px; width: 100%; }
	.c_start-item__link {font-size: 18px;line-height: 20px;}
	.c_txt ul > li:hover::before, .desc ul > li:hover::before {left:0;}
	.c_txt ol > li:hover::before, .desc ol > li:hover::before {padding-left:0;}
    .c_data-comm, .c_data-like, .c_data-date {margin-left: 10px;}
	.c_item:nth-child(2n+1) .c_item-title span {margin: 0 0 0 -15px;width: calc(100% + 30px);}
	#gallery-1 .gallery-item {width:100% !important;}
	.c_item__2-version-thumb img {object-fit:cover;}
	.c_item__2-version-meta .c_item__2-version-cat, .c_item__3-version-meta .c_item__3-version-cat {width: 50%;display: block;float: left;}
	.c_item__2-version-meta,.c_item__3-version-meta {overflow: hidden;}
    .c_sidebar, #left_sidebar .c_sidebar {float: none;width: 280px;margin: 40px auto 0; clear:both;}
	.comment-respond .comment-respond {padding:0;}
	.c_txt p.wp-caption-text, .gallery-caption {margin: 0 0 20px 0;}
	.f_info {line-height: 18px;}
	.f_menu {padding-top: 15px;padding-bottom: 15px;}
	.c_single-top .breadcrumb { padding: 0 0 15px 0; }
	.c_single-top .breadcrumb a:hover {color:#999!important;}
	.h_nav ul ul.sub-menu li.menu-item-has-children .arrow-down {top:9px;}
	.c_txt blockquote, .desc blockquote, .fseo_cat_descr_bottom blockquote {margin: 25px 0 10px -35px;}
	.c_txt blockquote.lightbulb, .desc blockquote.lightbulb, .fseo_cat_descr_bottom blockquote.lightbulb, .c_txt blockquote.speaker, .desc blockquote.speaker, .fseo_cat_descr_bottom blockquote.speaker, .c_txt blockquote.comments, .desc blockquote.comments, .fseo_cat_descr_bottom blockquote.comments, .c_txt blockquote.exclamation, .desc blockquote.exclamation, .fseo_cat_descr_bottom blockquote.exclamation, .c_txt blockquote.info, .desc blockquote.info, .fseo_cat_descr_bottom blockquote.info, .c_txt blockquote.question, .desc blockquote.question, .fseo_cat_descr_bottom blockquote.question {margin: 25px 0 10px -35px;}
	.c_single-data__share .ya-share2 {display: block;}
	.thumb__active { display: block; width: 100%; height: auto; margin: 20px auto 0 auto; }	
	.c_single-data__share {display: block;}
	.c_single-data__share .ya-share2 {display: block; margin: 15px 0 0 0;text-align: center;}
	.c_content_top {padding-top:20px;}
	.c_cat, .fseo_cat_descr_bottom {margin-bottom: 20px;}
	.c_comment-form .form-smilies {width: 100%;margin-top: 0;margin-bottom: 10px;margin-left: auto;margin-right: auto;}
	body .c_interest-head {color: #000000;margin-bottom: 10px;}
	.f_menu ul > li > ul.sub-menu {bottom: 20px;left: 50%; transform: translateX(-50%);}
	.f_menu ul > li > ul.sub-menu > li > ul.sub-menu {bottom: 20px;left: 50%;}
	.f_menu ul li.menu-item-has-children .arrow-down {top: 3px;right: 25px;}
	.f_menu ul > li > ul.sub-menu li ul {left: 0;bottom: 100%;}
	.comment-form .add_comment_name_email input[type="text"] {margin: 0 0 30px 0;}
	.post-ratings span {clear:both;display:block;width: 100%;}
	.f_menu ul li.menu-item-has-children .arrow-down {right: auto;padding-left:10px;}
	.f_menu ul ul.sub-menu li.menu-item-has-children .arrow-down {right:30px;}
	.c_item__5-version { width: 100%; }
}