/*
Theme Name: it-craft-theme
Theme URI: https://it-craft.net
Author: it-craft
Author URI: https://it-craft.net
Description: Шаблон для сайта IT-Craft
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: it-craft-theme
Tags: custom-theme, responsive-layout, blog, two-columns, right-sidebar, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

it-craft-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background-color: #f3f3f3;
	/* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	padding: .5em 1em .5em;
	border: 1px solid #047bbe;
	background-color: #047bbe;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2d2d2d;
	color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #047bbe;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #464646;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: block;
	float: right;
	width: 100%;
	background: #3f3f3f;
	position: relative;
	padding-left: 15px;
}
.ribbon {
	margin: 0 -10px 0 -25px;
	background: #3f3f3f;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ribbon::after,
.ribbon::before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	bottom: -0.7em;
}
.ribbon::after {
	right: 0;
	border-width: 0.7em 0.7em 0 0;
}
.ribbon:before {
	left: 0;
	border-width: 0.7em 0 0 0.7em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: nowrap;
}
.main-navigation li {
	float: left;
	position: relative;
	width: auto;
	padding: 5px;
}
.main-navigation ul ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}
.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}
.main-navigation a,
.main-navigation span {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 8px 10px;
	text-align: center;
	z-index: 100;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border: 2px solid #047bbe;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-transform: uppercase;
}
.main-navigation a:hover {
	background-color: #047bbe;
	color: #fff;
}
.main-navigation span {
	background-color: #047bbe;
}
.menu-item-1976 a {
	padding: 10px 30px 10px 20px;
}
.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	background: #fff;
	left: 0;
	z-index: 99999;
	border: 0;
	display: none;
	min-width: 200px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #fff;
	width: 200px;
	height: auto;
	display: block;
	border: 2px solid #047bbe;
	padding: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	background: #3f3f3f;
}
.main-navigation ul ul a::after {
	display: none;
}
.main-navigation ul ul a:hover {
	color: #fff;
	background: #047bbe;
}
.main-navigation ul ul a::before {
	display: none;
}
.main-navigation .menu-item-516 a:before,
.main-navigation .menu-item-438 a:before {
	content: "\f1b9";
}
.main-navigation .menu-item-444 a:before,
.main-navigation .menu-item-520 a:before {
	content: "\f10b";
	font-size: 24px;
	left: 16px;
	top: 8px;
}
.main-navigation .menu-item-440 a:before,
.main-navigation .menu-item-518 a:before {
	content: "\f308";
	font: 400 24px/1 dashicons;
	top: 7px;
}
.main-navigation .menu-item-439 a:before,
.main-navigation .menu-item-1753 a:before {
	content: "\f022";
	left: 12px;
}
.main-navigation .menu-item-441 a:before,
.main-navigation .menu-item-517 a:before {
	content: "\f108";
}
.main-navigation .menu-item-1752 a:before {
	content: "\f526";
	font: 400 24px/1 dashicons;
	top: 7px;
}
.main-navigation ul ul li {
	border-right: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background: #047bbe;
}
.main-navigation .current-menu-ancestor a:hover,
.main-navigation .current-menu-ancestor a:hover::before,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-item > a:hover::before {
	color: #fff;
}
.main-navigation ul ul .current-menu-item a {
	color: #fff;
}
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_ancestor > a::after,
.main-navigation .current-menu-ancestor > a::after {
	content: "";
	background: #047bbe;
	position: absolute;
	top: -5px;
	width: 100%;
	height: 5px;
	left: 0;
}

.mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9ced6;
	background: #f2f4f7;
	padding: 8px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.mobile-actions {
	display: none;
	gap: 10px;
}
.mobile-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9ced6;
	background: #f2f4f7;
	padding: 8px 10px;
	border-radius: 4px;
	cursor: pointer;
	color: #0b2239;
}
.mobile-search-toggle__icon {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.mobile-search {
	margin-top: 8px;
}
.mobile-search .search-form {
	display: flex;
	gap: 6px;
}
.mobile-search input[type="search"] {
	flex: 1;
}
.mobile-menu-toggle__icon {
	display: inline-block;
}
.mobile-menu-toggle__icon span {
	display: block;
	width: 20px;
	height: 2px;
	background: #0b2239;
	margin: 4px 0;
}
.mobile-navigation {
	display: none;
	width: 100%;
}
.mobile-menu {
	background: #fff;
	border: 1px solid #c9ced6;
	border-radius: 6px;
	padding: 8px;
	margin-top: 10px;
}
.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-menu-list li {
	border-bottom: 1px solid #e4e7ec;
}
.mobile-menu-list li:last-child {
	border-bottom: 0;
}
.mobile-menu-list a {
	display: block;
	padding: 10px 8px;
	text-decoration: none;
	color: #0b2239;
	font-size: 16px;
}
.mobile-menu-list a:hover {
	background: #f2f4f7;
	color: #047bbe;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-thumbnail--full img {
	display: block;
	width: 100%;
	height: auto;
}
.entry-thumbnail--full {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments {
	margin-bottom: 10px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.aiowps-captcha-equation {
	margin-bottom: 5px;
}
#respond {}
#respond h3 {
	border-bottom: 4px double #E8E8E8;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#respond label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
#respond input,
#respond textarea {
	border: 1px solid #d6d6d6;
}
#respond textarea {
	height: 100px;
}
#respond input[type="submit"] {
	border: 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.comment-form-author,
.comment-form-email {
	float: left;
	width: 50%;
	padding: 0 0 10px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form-author input,
.comment-form-email input {
	width: 100%;
}
.aiowps-captcha {
	margin-bottom: 7px;
	font-size: 14px;
}
#respond .form-submit {
	margin-top: 10px;
}
.comment-form-comment {
	margin-bottom: 10px;
}
.comment-form-author {
	padding: 0 10px 10px 0;
}
.comment-list {
	padding: 0;
	margin: 0;
}
.comment {
	background-color: #f2f4f7;
	border: 1px solid #c9ced6;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}
.comment-metadata a {
	font-size: 12px;
	text-decoration: none;
	color: #404040;
}
.comment-author {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.comment p {
	margin: 7px 0;
}
.widget-post-thumb {
	display: block;
	width: 100%;
	height: auto;
}
.home-modern {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.home-hero--grid .home-hero__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.home-hero__item {
	border: 1px solid #c9ced6;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.home-hero__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.home-hero__media img {
	display: block;
	width: 100%;
	height: auto;
}
.home-hero__media {
	overflow: hidden;
}
.home-hero__img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.home-hero__item,
.home-popular__item,
.vir_side {
	border: 1px solid #c9ced6;
	border-radius: 8px;
	overflow: hidden;
	background: #f2f4f7;
}
.home-hero {
	margin-top: 10px;
}
.home-hero__content,
.home-popular__title,
.vir_side .zagolovok {
	display: block;
	padding: 10px 12px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #0b2239;
}
.home-hero__content {
	background: none;
}
.home-hero__title {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
}
.home-hero__excerpt {
	display: none;
}
.home-hero__content {
	padding: 12px 14px 14px;
	background: #f2f4f7;
}
.home-hero__title {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.2;
	color: #0b2239;
}
.home-hero__excerpt {
	margin: 0;
	color: #3b4450;
	font-size: 13px;
}
.home-section__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #3f3f3f;
	border: 1px solid #3a3a3a;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.home-section--popular .home-section__header {
	background: #3f3f3f;
	border: 1px solid #3a3a3a;
}
.home-section__title {
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #f2f4f7;
	position: relative;
	padding-left: 18px;
}
.home-section__title a {
	text-decoration: none;
	color: inherit;
}
.home-section--popular .home-section__title,
.home-section--popular .home-section__title a {
	color: #f2f4f7;
}
.home-section__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #047bbe;
	transform: translateY(-50%) rotate(45deg);
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(241, 43, 43, 0.6);
}
.home-section__more {
	font-size: 14px;
	text-decoration: none;
	color: #f2f4f7;
	background: #047bbe;
	padding: 4px 10px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border: 1px solid #047bbe;
}
.widget-area .widget .widget-title {
	border-radius: 8px;
	padding: 10px 14px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	background: #3f3f3f;
	border: 1px solid #3a3a3a;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	color: #f2f4f7;
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.widget-area .widget .widget-title::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #047bbe;
	transform: translateY(-50%) rotate(45deg);
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(241, 43, 43, 0.6);
}
.home-section__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 18px;
}
.read-more-block {
	margin: 10px 0 16px;
	width: 100%;
}
.read-more-title {
	display: block;
	margin: 0;
	padding: 8px 12px;
	font-weight: 700;
	font-style: normal;
	border: 1px solid #047bbe;
	border-radius: 4px;
	margin-bottom: 8px;
}
.read-more-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.read-more-list li {
	margin: 0;
	padding: 0;
}
.read-more-list li:before {
	content: none !important;
}
.entry-content .read-more-list {
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.entry-content .read-more-list li {
	margin: 0 !important;
	padding: 0 !important;
}
.read-more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid #c9ced6;
	border-radius: 2px;
	background: #f2f4f7;
	color: #0b2239;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
	width: 100%;
	box-sizing: border-box;
}
.read-more-link:before {
	content: '';
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	background: url(images/lizam.png) no-repeat center / contain;
}
.read-more-link:hover,
.read-more-link:focus {
	background: #e9eef5;
	border-color: #047bbe;
	color: #047bbe;
}
.home-section {
	margin-bottom: 16px;
}
.home-card {
	border: 1px solid #c9ced6;
	border-radius: 8px;
	overflow: hidden;
	background: #f2f4f7;
}
.home-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.home-card__media img {
	display: block;
	width: 100%;
	height: auto;
}
.home-card__media {
	max-height: 260px;
	overflow: hidden;
}
.home-card__img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.home-card__title {
	margin: 12px 14px 6px;
	font-size: 18px;
	color: #0b2239;
}
.home-card__excerpt {
	margin: 0 14px 14px;
	color: #3b4450;
	font-size: 14px;
}
.home-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home-list__item {
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f2f4f7;
}
.home-list__link {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 8px;
}
.home-list__img {
	width: 90px;
	height: 65px;
	object-fit: cover;
	border-radius: 6px;
}
.home-list__title {
	font-size: 14px;
	color: #0b2239;
}
.home-popular {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.home-popular__item {
	border: 1px solid #c9ced6;
	border-radius: 8px;
	overflow: hidden;
	background: #f2f4f7;
}
.home-popular__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.home-popular__img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.home-popular__title {
	display: block;
	padding: 10px 12px 12px;
	font-size: 14px;
	color: #0b2239;
}
.home .site-main {
	padding: 0 0 15px 0;
}
.home-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 24px;
	align-items: start;
}
.home-content {
	min-width: 0;
}
.home-category-logos {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin: 0 0 24px 0;
	align-items: center;
}
.home-category-logos__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.home-category-logos__img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* Pagination */
.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 2px solid #047bbe;
	border-radius: 6px;
	background: #3f3f3f;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	transition: 0.3s;
}
.page-numbers:hover,
.page-numbers:focus {
	background: #047bbe;
	color: #fff;
}
.page-numbers.current {
	background: #047bbe;
	color: #fff;
}
@media (max-width: 768px) {
	.home-category-logos {
		flex-direction: column;
		align-items: stretch;
	}
	.home-category-logos__link {
		justify-content: flex-start;
	}
}
.home #secondary-right {
	float: none;
	margin: 0;
	width: 300px;
	position: static;
}
.home #secondary-left {
	display: none;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}
.single .entry-content img,
.wp-caption img[class*="wp-image-"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption .wp-caption-text {
	padding: 3px 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #fffcdb;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom Base
--------------------------------------------------------------*/

.container {
	width: 1340px;
	margin: 0 auto;
}
.site {
	background-repeat: no-repeat;
	background-position: bottom right;
}
.site-content {
	margin-top: 0;
	background: rgba(255, 255, 255, 0.85);
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 7px #adadad;
	-moz-box-shadow: 0px 0px 7px #adadad;
	box-shadow: 0px 0px 7px #adadad;
	overflow: hidden;
}
.middle-block {
	padding: 0 10px;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Custom Header
--------------------------------------------------------------*/

.site-header {
	top: -50px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.tbg {}
.site-branding {
	float: left;
	padding: 8px 0 12px;
	line-height: 0;
	width: 700px;
}
.header-static {
	top: -50px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.header-fixed {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.header-fixed .main-navigation {
	opacity: 0.92;
}
.header-static .site-branding .logo {
	display: block;
}
.header-static .site-branding .mini-logo {
	display: none;
}
.header-fixed .site-branding .logo {
	display: none;
}
.header-fixed .site-branding .mini-logo {
	display: block;
}
.header-fixed .site-branding {
	display: none
}
.search-menu1 {
	float: none;
	position: relative;
	color: #fff;
	padding: 0 10px;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.search-nav {
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
	height: 40px;
	width: 40px;
}
.search-nav:hover {
	background: #047bbe;
	color: #fff;
}
.search-nav:hover:before {
	color: #fff;
}
.search-nav:before {
content: "\f179";
    font: 400 24px/1 dashicons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 8px;
    left: 19px;
    text-align: center;
}
.search-nav:hover .form-search {
	opacity: 1;
	visibility: visible;
    bottom: -45px;
    z-index: 100;
}
.form-search {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	right: 0;
	background-color: #047bbe;
	width: 350px;
	padding: 8px 10px;
	bottom: 0px;
	z-index: 10;
	border: 2px solid #047bbe;
}
.form-search input {
	width: 72%;
	float: left;
	border: 0;
	height: 32px;
	border: 1px solid #047bbe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
}
.form-search input[type="submit"] {
	width: 25%;
	float: right;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	color: #047bbe;
}
.form-search input[type="submit"]:hover {
	background: #047bbe;
	color: #fff;
}

/*--------------------------------------------------------------
## Custom Front Page
--------------------------------------------------------------*/

.category-home {
	float: left;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	overflow: hidden;
}
.category-home.calc-home {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.category-home.two {
	margin-left: 0;
}
.main_cat_home {
	padding: 0 0 9px 0;
	position: relative;
	text-align: center;
}
h2.main_cat_home {
	margin: 0;
	overflow: hidden;
}
.post_previ {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #e2e2e2;
}
.home .two .post_previ {
	float: right;
	padding: 0 0 5px 5px;
}
.category-home.two .post_previ .post_inset {
	padding: 0 0 5px 5px;
}
.home .post_previ {
	border: 0;
	padding: 0 5px 5px 0;
}
.home-block {
	border: 1px solid #e2e2e2;
	padding: 5px;
}
.related-posts .post_previ {
	width: 100%;
}
.post_previ .post_inset {
	padding: 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.category-home .post_previ .post_inset {
	padding: 0 5px 5px 0;
}
.home .post_previ .cat-post-title .post_previ:hover {
	border: 1px solid #047bbe;
}
.category-home.calc-home .post_previ {
	width: 25%;
}
.post_preview_img {
	position: relative;
}
.imgzoom div {
	position: relative;
}
.imgzoom div,
.post_preview_img {
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	-moz-transition: color 0.25s;
	transition: color 0.25s;
}
.post_previ a:hover .post_preview_img {
	color: #047bbe;
}
.category .post_previ a .post_preview_img img,
.search .post_previ a .post_preview_img img {
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	margin-right: 10px;
}
.search .post_previ a:hover .post_preview_img img,
.category .post_previ a:hover .post_preview_img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.category-home .cat-post-title,
.category-home .post_inset a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	line-height: 20px;
	font-size: 16px;
	border-bottom: 0;
	margin-bottom: 5px;
}
.category-home img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.category-home a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.category-home a:hover .cat-post-title {
	color: #047bbe;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	text-decoration: underline;
}
.category-home .main_cat_home a {
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	background: rgba(73, 155, 234, 1);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88, 88, 88, 1)), color-stop(100%, rgba(179, 0, 0, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(88, 88, 88, 1) 0%, rgba(179, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(88, 88, 88, 1) 0%, rgba(179, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(88, 88, 88, 1) 0%, rgb(179, 0, 0) 100%);
	background: -moz-linear-gradient(315deg, rgba(88, 88, 88, 1) 0%, rgb(179, 0, 0) 100%);
	background: -o-linear-gradient(315deg, rgba(88, 88, 88, 1) 0%, rgb(179, 0, 0) 100%);
	background: linear-gradient(135deg, rgba(88, 88, 88, 1) 0%, rgb(179, 0, 0) 100%);
	display: block;
}
.category-home .main_cat_home a:hover {
	text-decoration: underline;
}
.category-home p {
	margin: 5px 0;
	font-size: 14px;
}
.subs {
	background: #eaeaea;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
}
.sub_cat_home {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.sub_cat_home a::before {
	content: '\f147';
	position: absolute;
	top: 2px;
	left: 7px;
	font: 400 20px/1 dashicons;
}
.sub_cat_home a {
	color: #2b2b2b;
	padding-left: 30px;
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
}
.sub_cat_home a:hover {
	color: #1749FF;
	text-decoration: underline;
}
.table_cat_row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 20%;
	vertical-align: top;
	display: inline-block;
}
.table_cat {
	margin-right: 0;
	margin-left: 0;
	border: 1px solid #969595;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 15px;
}
.table_cat_title {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	padding: 8px 10px;
	background: #2d2d2d;
	border-bottom: 5px solid #047bbe;
	position: relative;
	margin-top: 0;
	text-align: center;
	background-image: url(images/rib.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.main_cat_home_bottom {
	margin-bottom: 5px;
}
.sub_cat_home_bottom {
	margin-bottom: 5px;
}
.table_cat_row a {
	color: #3b3b3b;
	font-size: 14px;
}
.table_cat_row a:hover {
	color: #1749FF;
}
.main_cat_home_bottom a {
	text-transform: uppercase;
	font-size: 20px;
}
.main-full {
	overflow: hidden;
}

/*Общие*/

.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	filter: alpha(opacity=90);
	opacity: 0.9;
	cursor: pointer;
}
.thumbnail-text {
	color: #E0E0E0;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
.thumbnail-text a {
	color: #E0E0E0;
	text-decoration: none;
}
.thumbnail-text a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
## Custom Sidebar
--------------------------------------------------------------*/

#secondary-left {
	float: left;
	width: 260px;
	margin-left: -100%;
}
#secondary-right {
	float: left;
	width: 300px;
	margin-left: -300px;
	position: relative;
}
.site-main {
	padding: 0 310px 15px 270px;
}
.content-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
	padding: 0;
	float: left;
	width: 100%;
}
.widget-area .widget .widget-title {
	color: #f2f4f7;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 14px;
	background: #3f3f3f;
	position: relative;
	margin-top: 0;
	text-align: left;
	margin: 0 0 10px 0;
	border-radius: 8px;
	border: 1px solid #3a3a3a;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	padding-left: 28px;
}
.risk-widget {
	background: #f2f4f7;
	border: 1px solid #c9ced6;
	border-radius: 8px;
	padding: 12px;
}
.risk-widget__form {
	margin: 0;
}
.risk-widget__label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #3f3f3f;
	margin-bottom: 6px;
}
.risk-widget__select {
	width: 100%;
	border: 1px solid #c9ced6;
	border-radius: 6px;
	background: #ffffff;
	padding: 8px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3f3f3f;
}
.risk-widget__button {
	width: 100%;
	background: #047bbe;
	border: 1px solid #047bbe;
	color: #ffffff;
	padding: 7px 12px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 700;
	cursor: pointer;
}
.risk-widget__button:hover {
	background: #047bbe;
}
.risk-widget__result {
	margin-top: 10px;
	padding: 10px;
	border-radius: 6px;
	border: 1px dashed #c9ced6;
	background: #ffffff;
}
.risk-widget__level {
	display: block;
	font-weight: 700;
	color: #3f3f3f;
}
.risk-widget__score {
	display: block;
	font-size: 13px;
	color: #3f3f3f;
	margin-top: 4px;
}
.risk-widget__tips {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: #3f3f3f;
}
.widget .wpcf7 input,
.widget .wpcf7 textarea {
	font-size: 14px;
	padding: 7px 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	margin-top: 5px;
}
.widget .wpcf7 textarea {
	height: 130px;
}
.widget .wpcf7 p {
	margin: 10px 0;
}
.widget .wpcf7 input[type='submit'] {
	background: #047bbe;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.widget .wpcf7 input[type='submit']:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.lists {
	margin: 0;
	padding: 0;
}
.lists li {
	display: block;
	font-size: 15px;
	color: #404040;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #047bbe;
	;
	position: relative;
}
.lists li a {
	color: #404040;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	position: relative;
}
.lists li a:hover {
	color: #1749FF;
	text-decoration: underline;
}
.lists .imgzoom {
	float: left;
	margin-right: 10px;
	padding: 0;
	margin-top: 3px;
	height: 50px;
	background-color: #1E88E5;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.lists li a:hover img {
	opacity: 0.6;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#polls-2 {
	font-size: 14px;
}
.widget.quotescollection_widget {
	font-size: 14px;
}
.widget.quotescollection_widget br {
	margin: 5px;
}
.widget .quotescollection_refresh {
	padding: 5px 10px;
	color: #fff;
	background-color: #047bbe;
	border: 1px solid #047bbe;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.widget .quotescollection_refresh:hover {
	background-color: #fff;
	color: #047bbe;
}
.widget .wp-polls .pollbar {
	background: #047bbe;
	border: 1px solid #047bbe;
}
.widget .wp-polls .Buttons {
	background: #047bbe;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.widget .wp-polls .Buttons:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.widget .wp-polls ul li,
.widget .wp-polls-ul li,
.widget .wp-polls-ans ul li {
	margin-bottom: 7px;
}
.wp-polls-form p {
	margin: 5px 0;
}

/*--------------------------------------------------------------
## Custom Breadcrumbs
--------------------------------------------------------------*/

.bread {
	background: #eaeaea;
	margin: 10px 0;
	padding: 7px;
}
.bread a {
	color: #2b2b2b;
	font-size: 14px;
}
.bread a:hover {
	color: #1749FF;
}

/*--------------------------------------------------------------
## Custom Category
--------------------------------------------------------------*/

.related-posts .type-post,
.li1,
.li2,
.search .type-post,
.search .type-page,
.category .type-post {
	float: left;
	padding: 2px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.related-posts .type-post,
.li1,
.li2 {
	width: 33%;
	height: 250px;
}
.search .type-page .post_preview_img,
.search .type-post .post_preview_img,
.related-posts .type-post .post_preview_img,
.related-posts .post_preview_img,
.category .type-post .post_preview_img {
	float: left;
	height: auto;
	margin: 0;
	line-height: 0;
	overflow: hidden;
}
.category .type-post .post_preview_img {
	width: 300px;
	margin-right: 15px;
}
.category .post_previ a .post_preview_img img {
	display: block;
	width: 100%;
	height: auto;
}
.search .post_previ,
.category .post_previ {
	width: 100%;
}
.category .type-post em {
	font-style: normal;
	font-size: 12px;
}
.cat-post-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cat-post-item p {
	margin: 0;
}
.search .type-page a,
.search .type-post a,
.related-posts a,
.category .type-post a {
	text-decoration: none;
}
.related-posts a:hover,
.category .type-post a:hover span {
	color: #047bbe;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.search h1,
.category h1,
.main-title {
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 5px;
	margin: 5px 0 10px 0;
	overflow: hidden;
	padding-top: 1px;
}
.main-title {
	text-align: center;
	font-size: 24px;
}
.main-title a {
	color: #2b2b2b;
	text-decoration: none;
}
.main-title a:hover {
	color: #1749FF;
	text-decoration: underline;
}
.archive-description {
	margin: 0;
	padding: 10px;
}
.cat-post-title {
	font-weight: bold;
	font-size: 22px;
	color: #585858;
	border-bottom: 4px double #E8E8E8;
	padding-bottom: 3px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block;
}
.true_loadmore,
#loadphone {
	display: block;
	width: 250px;
	padding: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #047bbe;
	margin: 10px auto;
	clear: both;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.true_loadmore:hover,
#loadphone:hover {
	background: #2d2d2d;
	color: #fff;
}
.page .entry-content,
.category .entry-content {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Custom Content
--------------------------------------------------------------*/

.entry-content p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	text-align: justify;
}
.entry-content p a {
	color: royalblue;
	text-decoration: none;
}
.entry-content p a:hover {
	text-decoration: underline;
	color: #047bbe;
}
.entry-content h2,
.entry-content h3 {
	font-size: 22px;
	padding: 5px 0;
	font-weight: bold;
}
.entry-content h3 {
	font-size: 18px;
}
.main-full .btitle-lbg h2,
.home h1,
.page h1,
.search h1,
.single h1 {
	font-size: 28px;
	padding-bottom: 5px;
	margin: 0px 0 10px 0;
	font-weight: normal;
}
.single h1 {
	font-size: 28px;
	padding: 5px 0 10px 0;
	border-bottom: 4px double #E8E8E8;
	font-weight: bold;
}
.main-full .btitle-lbg h2 {
	font-size: 24px;
}
.main-full .btitle-lbg h2::after {
	display: none;
}
.agreen {
	background: none repeat scroll 0 0 #dff0d8;
	border: 1px solid #c6deb2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #468847;
	padding: 8px 14px !important;
	display: block;
}
.ared {
	background: none repeat scroll 0 0 #047bbe;
	border: 1px solid #047bbe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #047bbe;
	padding: 8px 14px !important;
	display: block;
}
.ablue {
	background: none repeat scroll 0 0 #D8E3F0;
	border: 1px solid #B2C4DE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #466088;
	padding: 8px 14px !important;
	margin: 10px 0;
	display: block;
}
.ayel {
	background: none repeat scroll 0 0 #FDEFA7;
	border: 1px solid #F7D214;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #A58A00;
	padding: 8px 14px !important;
	margin: 10px 0;
	display: block;
}
.entry-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote {
	position: relative;
	margin: 15px 0px 15px 0px;
	padding: 15px;
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #696969;
	background: #f9f9f9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 3;
	width: 40px;
	margin-left: -20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #f60;
	background-color: #f9f9f9;
	background-image: url(images/quotes.png);
	background-repeat: no-repeat;
}
.entry-content blockquote:after {
	background-position: 50% 0;
	top: 100%;
	margin-top: -13px;
}
.entry-content blockquote:before {
	background-position: 50% -21px;
	top: -6px;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
	padding-left: 15px;
	margin-left: 0;
}
.entry-content ul li,
.entry-content ol li {
	margin: 5px 15px 10px 10px;
	padding: 0 0 0 22px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden
}
.entry-content ul li {
	position: relative;
	padding-left: 40px;
}
.entry-content ul li::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/li.png);
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	color: #047bbe;
	position: absolute;
	left: 3px;
	top: 0px;
}
.entry-content ul li li::before {
	background: url(images/lizam.png);
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.entry-content ul li li li::before {
	background: url(images/lizam.png);
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}
.entry-content ol li {
	background: none;
	position: relative;
	padding-left: 30px;
}
.entry-content ol {
	counter-reset: point;
}
.entry-content ol > li:before {
	content: counter(point);
	counter-increment: point 1;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #047bbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-content ul li {
	position: relative;
}
.entry-content p iframe {
	display: block;
	margin: 0 auto;
}
.entry-content table {
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #fff;
	width: 100% !important;
	font-size: 14px;
	margin-bottom: 10px;
}
.entry-content table td {
	border: 1px solid #d6d6d6;
	padding: 7px;
}
.entry-content table tr:nth-child(odd) {
	background: #f5f5f5;
}
.entry-content table tr:hover {
	background: #D5D5D5;
}
.kc__wrap {
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	-moz-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.kc__title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	border-bottom: 4px double #E8E8E8;
	position: relative;
	padding-bottom: 5px;
}
.contents {
	margin-bottom: 10px;
	list-style-type: none;
	counter-reset: list;
}
.entry-content .contents li:before {
	color: #fff;
	position: absolute;
	top: -3px;
	left: 0px;
	margin-top: 3px;
	padding: 3px 7px;
	background: none;
	background-color: #047bbe;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	width: auto;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-content .contents li {
	background: none;
	padding-left: 30px;
}
.contents li.top {
	counter-increment: list;
	counter-reset: list1;
}
.contents li.top:before {
	content: counter(list) '';
}
.contents li.sub_1 {
	counter-increment: list1;
	counter-reset: list2;
	padding-left: 45px;
}
.contents li.sub_1:before {
	content: counter(list) '.' counter(list1) '';
}
.contents li.sub_2 {
	counter-increment: list2;
	padding-left: 45px;
}
.contents li.sub_2:before {
	content: counter(list) '.' counter(list1) '.' counter(list2) '. ';
}
.top a,
.sub a {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 17px;
}
.top a:hover,
.sub a:hover {
	color: #047bbe;
}
.toggler {
	display: block;
	width: 300px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #1E88E5;
	margin: 0 auto;
	clear: both;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}
.toggler:focus {
	color: #fff;
}
.toggler:hover {
	background: #047bbe;
	color: #fff;
}
.kc-toggle-wrap {
	margin-top: 8px;
}
.kc-toggle {
	background: #f2f4f7;
	border: 1px solid #c9ced6;
	color: #0b2239;
	padding: 6px 10px;
	font-size: 13px;
	border-radius: 2px;
	cursor: pointer;
}
.kc-toggle:hover,
.kc-toggle:focus {
	background: #e9eef5;
	border-color: #047bbe;
	color: #047bbe;
}
.entry-footer {
	background-color: #f5f5f5;
	padding: 10px;
	float: left;
	width: 100%;
}
.entry-footer h3 {
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e3e0e0;
	padding-bottom: 10px;
}
.ya-share2 {
	float: left;
}
.print {
	float: left;
	width: 150px;
	height: 24px;
	margin-left: 5px;
}
.print:hover {
	opacity: 0.9;
}
.print img {
	float: left;
	margin-right: 7px;
}
.print a {
	color: #404040;
}
.print a:hover {
	color: #ffad70;
}
.dop-meta {
	display: block;
	font-size: 12px;
	clear: both;
	padding-top: 5px;
}
.post-ratings {
	display: inline;
}
.rate-font {
	font-size: 12px;
}
.rel h4,
.rait-title {
	font-size: 20px;
	border-bottom: 4px double #E8E8E8;
	margin: 0 0 10px;
	padding-bottom: 7px;
}
.related-posts ul {
	margin: 0;
	padding: 0;
}
.related-posts ul li {
	display: block;
}
.related-posts h3 {
	border-bottom: 2px solid #047bbe;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.related-posts a {
	color: #404040;
}
.vir {
	width: 25%;
	float: left;
	height: 250px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.vir img {
	margin-bottom: 10px;
	height: 140px;
}
.vir .zagolovok {
	line-height: 20px;
}
.vir a,
.vir .zagolovok {
	text-decoration: none;
}
.vir a:hover,
.vir .zagolovok:hover {
	text-decoration: underline;
}
.vir_side {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.vir_side a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.vir_side a:hover .zagolovok {
	color: #047bbe;
}
.vir_side img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.vir_side .zagolovok {
	margin: 0;
}

/*--------------------------------------------------------------
## Pagenavi
--------------------------------------------------------------*/

.wp-pagenavi {
	margin: 15px 0px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #fff;
	background: #585858;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	padding: 5px 10px;
	text-decoration: none;
	border: 0px;
	padding: 3px 10px;
	margin: 2px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #fff;
	background: #047bbe;
}

/*--------------------------------------------------------------
## Contakt forms
--------------------------------------------------------------*/

#wpcf7-f6270-p6260-o1 {
	width: 45%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
## Carousel Content
--------------------------------------------------------------*/

.slide-string {
	margin: 10px auto;
}
.slide-string-title {
	float: left;
	width: 18%;
	padding: 10px;
	color: #fff;
	background: #047bbe;
	border: 1px solid #047bbe;
	position: relative;
	font-weight: bold;
}
.slide-string-title::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 12px;
	z-index: 2;
	border: 8px solid transparent;
	border-left: 8px solid #047bbe;
}
.example-left {
	background: #fff;
	border: 1px solid #2b2b2b;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 0;
}
.example-left a {
	color: #2b2b2b;
	margin-right: 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.example-left a:hover {
	color: #047bbe;
}
.slider {
	margin-top: 10px;
}
.imgzoom {
	padding: 10px 10px 5px 10px;
}
.rel .imgzoom {
	padding: 0 5px 5px 5px;
}
.imgzoom div {
	position: relative;
}

/*--------------------------------------------------------------
## Custom Footer
--------------------------------------------------------------*/

.site-footer {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.footer-home ul {
	padding: 0;
	margin: 0;
}
.footer-home li {
	display: block;
	margin: 10px 10px 10px 0px;
	float: left;
	color: #404040;
}
.footer-home li a,
.footer-home li span {
	background: #047bbe;
	display: block;
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.footer-home li a:hover {
	color: #fff;
	background-color: #2d2d2d;
}
.bottom-footer {
	display: flex;
	gap: 16px;
	align-items: center;
	width: 100%;
	padding: 12px 14px;
	border: 2px solid #047bbe;
	background: rgba(255, 255, 255, 0.8);
}
.bottom-footer__logo img {
	display: block;
	max-width: 200px;
	height: auto;
}
.bottom-footer__text {
	flex: 1;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
}
.bottom-footer a {
	color: #047bbe;
	font-weight: bold;
}
.bottom-footer a:hover {
	color: #047bbe;
}
.schet {
	float: right;
	margin-top: 10px;
}

.hidden-mobile {
	display: none;
}



@media print {
	.kama_breadcrumbs,
	.kc__wrap,
	.youtube_img,
	.comments-area,
	.entry-footer,
	.site-header,
	.widget-area {
		display: none;
	}
	.site-main {
		padding: 10px 130px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*--------------------------------------------------------------
## Media query
--------------------------------------------------------------*/


@media (max-width: 1400px) {
	.container {
		width: 970px;
	}
	.main-navigation li {
		width: auto;
	}
	.site-main {
		padding-right: 0;
	}
	#secondary-right {
		margin-left: -100%;
		margin-top: 2000px;
	}
	#wpcf7-f6270-p6260-o1 {
		width: 100%;
	}
	.tbg {
		background: none;
	}
	.slide-string-title {
		width: 20%;
	}
	.slide-string-title {
		width: 27%;
	}
}
@media (max-width: 992px) {
	.container {
		width: 750px;
	}
	.header-fixed .site-branding,
	.header-static .site-branding {
		opacity: 1;
		width: 100%;
		padding: 7px 0;
	}
	.header-fixed .site-branding img,
	.header-static .site-branding img {
		display: block;
		margin: 0 auto;
	}
	.main-navigation {
		display: none;
	}
	.mobile-actions {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 8px 0;
		width: 100%;
	}
	.mobile-menu-toggle {
		display: inline-flex !important;
		margin: 0;
	}
	.mobile-search-toggle {
		display: inline-flex !important;
	}
	.mobile-navigation {
		display: block;
	}
	#content.site-content {
		border-top: 3px solid #3f3f3f;
		box-shadow: inset 0 3px 0 #047bbe;
		padding-top: 5px;
	}
	.bottom-footer {
		flex-direction: column;
		align-items: flex-start;
	}
	.bottom-footer__logo img {
		max-width: 180px;
	}
	.bottom-footer__text {
		margin-top: 8px;
	}
	.site-main {
		padding: 0 0 15px 0;
	}
	.home-section__grid {
		grid-template-columns: 1fr;
	}
	.home-hero--grid .home-hero__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-popular {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-list__link {
		grid-template-columns: 80px 1fr;
	}
	.home-list__img {
		width: 80px;
		height: 56px;
	}
	.home-layout {
		grid-template-columns: 1fr;
	}
	.home #secondary-right {
		width: 100%;
	}
	.post_preview_img {
		overflow: hidden;
		float: left;
		margin-right: 10px;
	}
	.category-home .main_cat_home a {
		margin-top: 10px;
	}
	#wprmenu_menu a::before {
		display: none;
	}
	.category-home.calc-home .post_previ {
		width: 50%;
	}
	#secondary-left {
		float: left;
		width: 49%;
		margin: 0;
		margin-right: 1%;
	}
	#secondary-right {
		float: right;
		width: 49%;
		margin: 0;
		margin-left: 1%;
	}
	.search-menu,
	.t_rate,
	.post-ratings,
	.print,
	#search-2,
	#execphp-2,
	#text-2 {
		display: none;
	}
	#execphp-6 {
		position: relative;
		width: 100%;
	}
	.header-fixed {
		position: relative;
	}
	#dynamic-to-top {
		display: none !important;
	}
	.home .post_previ {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.home-hero__title {
		font-size: 22px;
	}
	.home-hero--grid .home-hero__grid {
		grid-template-columns: 1fr;
	}
	.home-popular {
		grid-template-columns: 1fr;
	}
	.home-section__header {
		flex-direction: column;
		align-items: flex-start;
	}
	.home-layout {
		flex-direction: column;
	}
	.home-sidebar {
		flex: 1 1 auto;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	.middle-block {
		padding: 0;
	}
	.category-home {
		width: 100%;
		margin: 0;
		height: auto;
	}
	#dynamic-to-top {
		display: none !important;
	}
	.category-home.calc-home .post_previ {
		width: 100%;
	}
	.post_previ,
	.related-posts .type-post,
	.li1,
	.li2,
	.search .type-post,
	.search .type-page,
	.category .type-post {
		width: 100%;
	}
	.widget-area {
		overflow: hidden;
	}
	#execphp-6,
	#execphp-6 .execphpwidget {
		min-height: auto;
		position: relative;
	}
	.home .site-content {
		margin-top: 15px;
	}
	.site-content p iframe {
		height: auto;
	}
	.search .type-page .post_preview_img,
	.search .type-post .post_preview_img,
	.related-posts .type-post .post_preview_img,
	.related-posts .post_preview_img,
	.category .type-post .post_preview_img,
	.post_preview_img {
		width: 200px;
		height: 98px;
		margin-right: 15px;
	}
	.related-posts .type-post,
	.li1,
	.li2,
	.search .type-post,
	.search .type-page,
	.category .type-post {
		height: auto;
	}
	.bread,
	.slide-string {
		display: none;
	}
	.table_cat_row {
		width: 49%;
	}
	.site-content {
		overflow: hidden;
	}
}
@media (max-width: 550px) {
	#secondary-left,
	#secondary-right {
		width: 100%;
		margin: 0;
	}
	.kama_breadcrumbs {
		display: none;
	}
	.post_previ .post_inset,
	.search .type-page .post_preview_img,
	.search .type-post .post_preview_img,
	.related-posts .type-post .post_preview_img,
	.related-posts .post_preview_img,
	.category .type-post .post_preview_img,
	.post_preview_img {
		float: none;
	}
	.post_inset,
	.search .type-page .post_preview_img,
	.search .type-post .post_preview_img,
	.related-posts .type-post .post_preview_img,
	.related-posts .post_preview_img,
	.category .type-post .post_preview_img,
	.post_preview_img {
		width: 100%;
	}
	.category .post_previ a .post_preview_img img,
	.search .post_previ a .post_preview_img img {
		display: block;
		margin: 0 auto;
	}
	.entry-content .contents {
		padding-left: 0;
	}
	.footer-home li {
		margin-bottom: 0;
	}
}
@media (max-width: 450px) {
	.slider {
		display: none;
	}
	.true_loadmore {
		width: 200px;
	}
	.category .you-play {
		top: 20%;
		left: 20%;
	}
	.search .type-page .post_preview_img,
	.search .type-post .post_preview_img,
	.related-posts .type-post .post_preview_img,
	.related-posts .post_preview_img,
	.category .type-post .post_preview_img,
	.post_preview_img {
		float: none;
		margin: 5px auto;
	}
	.table_cat_row {
		width: 100%;
	}
}
