.admin-bar .vk-mobile-nav-menu-btn {
	top: calc(32px + 5px);
}
.admin-bar .vk-mobile-nav-open.vk-mobile-nav {
	top: 32px;
}
body.device-mobile .vk-mobile-nav-menu-btn {
	display: block;
}
.vk-mobile-nav-menu-btn {
	border-radius: 2px; border: 1px solid rgb(51, 51, 51); transition:border-color 0.5s ease-out; border-image: none; left: 5px; top: 5px; width: 34px; height: 34px; text-indent: -9999px; overflow: hidden; position: fixed; z-index: 2100; cursor: pointer; background-size: 24px 24px; -webkit-transition: border-color .5s ease-out;
}
.menu-open.vk-mobile-nav-menu-btn {
	border: 1px solid rgba(255, 255, 255, 0.8); border-image: none;
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn {
	left: inherit; right: 5px;
}
.vk-mobile-nav-open.vk-mobile-nav {
	top: 0px;
}
.vk-mobile-nav {
	padding: 45px 10px; transition:top 0.5s ease-out; top: -2000px; width: 100%; height: 100%; overflow: scroll; display: block; position: fixed; z-index: 2000; -webkit-transition: top .5s ease-out;
}
.vk-mobile-nav .global-nav {
	margin-bottom: 1.5em;
}
.vk-mobile-nav nav ul {
	margin: 0px; padding: 0px;
}
.vk-mobile-nav nav ul li {
	list-style: none; line-height: 1.65;
}
.vk-mobile-nav nav ul li a {
	padding: 0.7em 0.5em; overflow: hidden; display: block; position: relative;
}
.vk-mobile-nav nav ul li a:hover {
	text-decoration: none;
}
.vk-mobile-nav nav ul li li a {
	padding-left: 1.5em;
}
.vk-mobile-nav nav ul li li li a {
	padding-left: 2.5em;
}
.vk-mobile-nav nav ul li li li li a {
	padding-left: 3.5em;
}
.vk-mobile-nav-widget {
	margin-bottom: 1.5em;
}
.vk-mobile-nav .customize-partial-edit-shortcut button {
	left: 0px; top: -30px;
}
.vk-mobile-nav .widget .customize-partial-edit-shortcut button {
	left: 0px; top: -30px;
}
.vk-menu-acc {
	position: relative;
}
.vk-menu-acc .menu-parent > li {
	position: relative; z-index: 100;
}
.vk-menu-acc .menu-parent > li a {
	display: inline-block;
}
.vk-menu-acc li {
	margin-bottom: 0px; position: relative;
}
.vk-menu-acc .acc-btn {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-white.svg") no-repeat center 50% / 28px 28px; border-radius: 2px; border: 1px solid rgba(255, 255, 255, 0.8); transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out; border-image: none; top: 8px; width: 28px; height: 28px; right: 8px; position: absolute; z-index: 1000; cursor: pointer; -webkit-transition: -webkit-transform .5s ease-out;
}
.vk-menu-acc .acc-btn::before {
	left: 4px; top: -5px; font-size: 16px; position: relative;
}
.vk-menu-acc .acc-btn-close {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-btn-close.svg") no-repeat center 50%;
}
.vk-menu-acc ul.sub-menu {
	transition:0.5s ease-in; overflow: hidden; display: block; position: relative; z-index: 1; max-height: 0px; opacity: 0; -webkit-transition: all .5s ease-in;
}
.vk-menu-acc ul.sub-menu li a {
	overflow: hidden; display: block;
}
.vk-menu-acc ul.acc-child-open {
	transition:0.5s ease-in; max-height: 1000px; opacity: 1; -webkit-transition: all .5s ease-in;
}
.vk-menu-acc ul.acc-child-close {
	transition:0.5s ease-in; max-height: 0px; opacity: 0; -webkit-transition: all .5s ease-in;
}
.vk-mobile-nav-menu-btn {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg") no-repeat center 50% rgba(255, 255, 255, 0.8); border-color: rgb(51, 51, 51);
}
.menu-open.vk-mobile-nav-menu-btn {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-close-black.svg") no-repeat center 50% rgba(255, 255, 255, 0.8); border-color: rgb(51, 51, 51);
}
.vk-mobile-nav {
	border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
.vk-mobile-nav .widget_nav_menu ul.menu {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
.vk-mobile-nav nav > ul {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
.vk-mobile-nav .widget_nav_menu ul li a {
	color: rgb(51, 51, 51); border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.vk-mobile-nav nav ul li a {
	color: rgb(51, 51, 51); border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.vk-menu-acc .acc-btn {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-black.svg") no-repeat center 50%; border: 1px solid rgb(51, 51, 51); border-image: none;
}
.vk-menu-acc .acc-btn-close {
	background: url("../../inc/vk-mobile-nav/package/images/vk-menu-close-black.svg") no-repeat center 50%;
}
@media all and (min-width:992px)
{
body.device-pc .vk-mobile-nav-menu-btn {
	display: none;
}
body.device-pc .vk-mobile-nav {
	display: none;
}
}
@media screen and (max-width:782px)
{
.admin-bar .vk-mobile-nav-menu-btn {
	top: calc(46px + 5px);
}
.admin-bar .vk-mobile-nav-open.vk-mobile-nav {
	top: 46px;
}
}
.vk_posts .vk_post-col-xs-2 {
	width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-xs-3 {
	width: calc(25% - 30px);
}
.vk_posts .vk_post-col-xs-4 {
	width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-xs-6 {
	width: calc(50% - 30px);
}
.vk_posts .vk_post-col-xs-12 {
	width: calc(100% - 30px);
}
.vk_posts {
	clear: both; margin-right: -15px; margin-left: -15px; display: flex; flex-wrap: wrap;
}
.vk_post {
	margin-right: 15px; margin-left: 15px;
}
.vk_post a:hover {
	text-decoration: none;
}
.vk_post_imgOuter {
	position: relative;
}
.vk_post_imgOuter a {
	overflow: hidden; display: block;
}
.vk_post_imgOuter_singleTermLabel {
	padding: 0.3em 0.8em; top: 0px; right: 0px; font-size: 10px; position: absolute; z-index: 100;
}
.vk_post .vk_post_title {
	line-height: 1.4; font-size: 14px; font-weight: 700; margin-bottom: 0px;
}
.vk_post .vk_post_title a {
	color: rgb(51, 51, 51);
}
.vk_post_title_new {
	color: red; font-size: 0.8em; margin-left: 0.4em; white-space: nowrap;
}
.vk_post .vk_post_excerpt {
	line-height: 1.6; font-size: 12px; margin-top: 0.8em; opacity: 0.8;
}
.vk_post .vk_post_date {
	color: rgb(102, 102, 102); font-size: 11px; margin-top: 0.5em;
}
.vk_post .vk_post_btn {
	font-size: 12px; text-decoration: none;
}
.vk_post_imgOuter {
	background-position: center 50%; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; position: relative; background-size: cover;
}
.vk_post_imgOuter ::after {
	background: rgba(0, 0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: ""; transition-duration: 0.3s; -webkit-transition-duration: .3s;
}
.vk_post_imgOuter a:hover .card-img-overlay::after {
	background: rgba(0, 0, 0, 0.5);
}
.vk_post_imgOuter a {
	height: 100%;
}
.vk_post_imgOuter_img {
	left: -9999px; position: absolute;
}
.vk_post .vk_post_imgOuter::before {
	padding-top: 62%; display: block; content: "";
}
.card-horizontal.vk_post .vk_post_imgOuter {
	height: 100%; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.card-horizontal.vk_post .vk_post_imgOuter::before {
	padding-top: 0px;
}
.vk_post-btn-display .vk_post_body {
	height: 100%; position: relative;
}
.vk_post-btn-display .vk_post_btnOuter {
	bottom: 0px; margin-top: 1em; position: absolute;
}
.media.vk_post-btn-display .vk_post_body {
	padding-bottom: 45px;
}
.media.vk_post-btn-display .vk_post_btnOuter {
	width: 100%;
}
.card.vk_post-btn-display .vk_post_body {
	padding-bottom: 65px;
}
.card.vk_post-btn-display .vk_post_btnOuter {
	width: calc(100% - 2.5rem); bottom: 1.25rem;
}
.vk_post-btn-display :nth-last-child(2).card-text {
	margin-bottom: 0px;
}
.mainSection .wp-block-column .vk_post-col-lg-12 .vk_post_title {
	font-size: 1rem;
}
.mainSection .wp-block-column .vk_post-col-md-12 .vk_post_title {
	font-size: 1rem;
}
.mainSection .wp-block-column .vk_post-col-sm-12 .vk_post_title {
	font-size: 1rem;
}
.mainSection .wp-block-column .vk_post-col-xl-12 .vk_post_title {
	font-size: 1rem;
}
.mainSection .wp-block-column .vk_post-col-lg-12 .vk_post_excerpt {
	font-size: 12px;
}
.mainSection .wp-block-column .vk_post-col-md-12 .vk_post_excerpt {
	font-size: 12px;
}
.mainSection .wp-block-column .vk_post-col-sm-12 .vk_post_excerpt {
	font-size: 12px;
}
.mainSection .wp-block-column .vk_post-col-xl-12 .vk_post_excerpt {
	font-size: 12px;
}
.card.vk_post {
	padding: 0px; margin-bottom: 30px; max-width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box;
}
.card.vk_post .vk_post_btnOuter {
	width: calc(100% - 2.5rem);
}
.card {
	overflow: hidden; box-shadow: none; -webkit-box-shadow: none;
}
.card-meta {
	font-size: 12px;
}
.card-img-use-bg {
	left: -9999px; position: relative;
}
.card a {
	color: inherit;
}
.card.card-noborder {
	background: 0px 0px; border: currentColor; border-image: none;
}
.card-noborder .vk_post_imgOuter {
	border: currentColor; border-image: none;
}
.card-noborder .card-body {
	padding-right: 0px; padding-left: 0px;
}
.vk_post-btn-display.card-noborder .card-body {
	padding-bottom: 2.8rem;
}
.vk_post-btn-display.card-noborder .vk_post_btnOuter {
	width: 100%; bottom: 0px;
}
.card-imageRound .vk_post_imgOuter {
	background-position: center; border-radius: 50%; width: 150px; height: 150px; margin-right: auto; margin-left: auto;
}
.card-imageRound .vk_post_imgOuter::before {
	padding-top: 150px;
}
.card-horizontal-inner {
	height: 100%;
}
.card-horizontal-inner::after {
	clear: both; display: block; content: "";
}
.card-horizontal-inner-row {
	height: 100%;
}
.card-horizontal-img-right-row {
	flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse;
}
.card-horizontal-reverse .row {
	flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse;
}
.card-horizontal .card-body {
	height: 100%;
}
.card-sm .card-body {
	padding: 1rem 1.2rem;
}
.card-sm .card-title {
	font-size: 0.8rem;
}
.card-sm .card-text {
	line-height: 1.4; font-size: 0.8rem;
}
.card-sm .card-meta {
	line-height: 1.1; font-size: 0.7rem;
}
.card-post .card-body {
	padding-bottom: 1.5em;
}
.media.vk_post {
	margin: 0px 15px; padding: 1em 0px; width: 100%; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
:first-child.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.media-img {
	padding: 1px; border: 1px solid rgb(229, 229, 229); border-image: none; margin-right: 1rem;
}
.vk_post .media-img {
	width: 35%;
}
.vk_post .media-body {
	width: 65%;
}
:first-child.vk_post-col-xs-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-xs-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.media {
	padding: 1rem 0px; margin-top: 0px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.media > div {
	width: 100%;
}
.media .postList_thumbnail {
	width: 160px; overflow: hidden; padding-right: 30px; margin-bottom: 0.5em; float: left; display: block;
}
.media .postList_thumbnail a {
	border: 1px solid rgb(229, 229, 229); border-image: none; overflow: hidden; display: block; position: relative;
}
.media .postList_thumbnail img {
	border: 1px solid rgb(255, 255, 255); border-image: none; width: 100%; height: auto;
}
.media .postList_thumbnail .postList_cateLabel {
	left: 0px; bottom: 0px; position: absolute;
}
.media .media-body .media-heading {
	background: 0px 0px; padding: 0px; line-height: 1.4em; font-size: 20px; font-weight: 400; margin-top: 0px; margin-bottom: 0.4em; box-shadow: none; -webkit-box-shadow: none;
}
.media .media-body .media-heading a {
	color: rgb(70, 70, 70);
}
.media .media-body .media-heading a:hover {
	text-decoration: none;
}
.media p {
	line-height: 150%; font-size: 14px; margin-bottom: 0px;
}
.media .entry-meta_updated {
	display: none;
}
.media .entry-meta_items_author {
	display: none;
}
.media a.media-body_excerpt {
	color: rgb(70, 70, 70); overflow: hidden; display: block;
}
.vk_posts-layout-postListText {
	margin-bottom: 0.8rem;
}
.postListText {
	padding: 0.8rem 0px 0.7rem; width: 100%; overflow: hidden; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dotted; display: block;
}
.postListText_date {
	font-size: 14px; margin-right: 1em; float: left; display: block; white-space: nowrap; min-width: 115px;
}
.postListText_singleTermLabel {
	padding: 0px; margin-top: 2px; margin-right: 1em; float: left; display: block; min-width: 150px;
}
.postListText_singleTermLabel_inner {
	padding: 0px 1rem; border-radius: 2px; text-align: center; line-height: 16px; overflow: hidden; font-size: 12px; display: block; white-space: nowrap;
}
.postListText_title {
	margin: 0px; line-height: 1.6; overflow: hidden; padding-top: 0.2rem; font-size: 14px; display: block;
}
.postListText_title a {
	
}
.postListText_title a:hover {
	text-decoration: underline;
}
@media all and (min-width:576px)
{
.vk_posts .vk_post-col-sm-2 {
	width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-sm-3 {
	width: calc(25% - 30px);
}
.vk_posts .vk_post-col-sm-4 {
	width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-sm-6 {
	width: calc(50% - 30px);
}
.vk_posts .vk_post-col-sm-12 {
	width: calc(100% - 30px);
}
.mainSection .vk_post-col-sm-12 .vk_post_title {
	font-size: 16px;
}
.mainSection .vk_post-col-sm-12 .vk_post_excerpt {
	font-size: 14px;
}
.mainSection .media.vk_post-col-sm-12 {
	padding: 1.5rem 0px;
}
.mainSection :first-child.media.vk_post-col-sm-12 {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.mainSection .media.vk_post-col-sm-12 .media-img {
	margin-right: 1.4rem;
}
.mainSection .vk_post-col-sm-12.postListText .vk_post_title {
	font-size: 16px; font-weight: 400;
}
}
@media all and (max-width:767.98px) and (min-width:576px)
{
.vk_post-col-sm-12.card {
	margin-bottom: 20px;
}
.vk_post-col-sm-12.card-horizontal {
	margin-bottom: 15px;
}
.vk_post-col-sm-12.card-imageRound {
	margin-bottom: 40px;
}
.vk_post-col-sm-12.card-noborder {
	margin-bottom: 40px;
}
:nth-child(2).vk_post-col-sm-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-sm-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(4).vk_post-col-sm-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-sm-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-sm-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-sm-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
}
@media all and (min-width:768px)
{
.vk_posts .vk_post-col-md-2 {
	width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-md-3 {
	width: calc(25% - 30px);
}
.vk_posts .vk_post-col-md-4 {
	width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-md-6 {
	width: calc(50% - 30px);
}
.vk_posts .vk_post-col-md-12 {
	width: calc(100% - 30px);
}
.mainSection .vk_post-col-md-12 .vk_post_title {
	font-size: 18px;
}
.mainSection .vk_post-col-md-12 .vk_post_excerpt {
	font-size: 14px;
}
}
@media all and (max-width:991.98px) and (min-width:768px)
{
.vk_post-col-md-12.card {
	margin-bottom: 20px;
}
.vk_post-col-md-12.card-horizontal {
	margin-bottom: 15px;
}
.vk_post-col-md-12.card-imageRound {
	margin-bottom: 40px;
}
.vk_post-col-md-12.card-noborder {
	margin-bottom: 40px;
}
:nth-child(2).vk_post-col-md-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-md-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(4).vk_post-col-md-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-md-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-md-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-md-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
}
@media all and (min-width:992px)
{
.vk_posts .vk_post-col-lg-2 {
	width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-lg-3 {
	width: calc(25% - 30px);
}
.vk_posts .vk_post-col-lg-4 {
	width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-lg-6 {
	width: calc(50% - 30px);
}
.vk_posts .vk_post-col-lg-12 {
	width: calc(100% - 30px);
}
.mainSection .vk_post-col-lg-12 .vk_post_title {
	font-size: 18px;
}
.mainSection .vk_post-col-lg-12 .vk_post_excerpt {
	font-size: 14px;
}
.mainSection .media.vk_post-col-lg-12 {
	padding: 1.8rem 0px;
}
.mainSection .media.vk_post-col-lg-12 .media-img {
	margin-right: 1.8rem;
}
.postListText_title {
	padding-top: 0px; clear: none;
}
}
@media all and (max-width:1199.98px) and (min-width:992px)
{
.vk_post-col-lg-12.card {
	margin-bottom: 20px;
}
.vk_post-col-lg-12.card-horizontal {
	margin-bottom: 15px;
}
.vk_post-col-lg-12.card-imageRound {
	margin-bottom: 40px;
}
.vk_post-col-lg-12.card-noborder {
	margin-bottom: 40px;
}
:nth-child(2).vk_post-col-lg-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-lg-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(4).vk_post-col-lg-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-lg-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-lg-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-lg-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
}
@media all and (min-width:1200px)
{
.vk_posts .vk_post-col-xl-2 {
	width: calc(16.66% - 30px);
}
.vk_posts .vk_post-col-xl-3 {
	width: calc(25% - 30px);
}
.vk_posts .vk_post-col-xl-4 {
	width: calc(33.3% - 30px);
}
.vk_posts .vk_post-col-xl-6 {
	width: calc(50% - 30px);
}
.vk_posts .vk_post-col-xl-12 {
	width: calc(100% - 30px);
}
.mainSection .vk_post-col-xl-12 .vk_post_title {
	font-size: 21px;
}
.mainSection .vk_post-col-xl-12 .vk_post_excerpt {
	font-size: 14px;
}
.vk_post-col-xl-12.card {
	margin-bottom: 20px;
}
.vk_post-col-xl-12.card-horizontal {
	margin-bottom: 15px;
}
.vk_post-col-xl-12.card-imageRound {
	margin-bottom: 40px;
}
.vk_post-col-xl-12.card-noborder {
	margin-bottom: 40px;
}
:nth-child(2).vk_post-col-xl-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-xl-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(4).vk_post-col-xl-3.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-xl-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(3).vk_post-col-xl-4.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
:nth-child(2).vk_post-col-xl-6.media {
	border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
}
@media all and (max-width:767px)
{
.media .postList_thumbnail {
	padding-right: 20px;
}
.media .media-body .media-heading {
	line-height: 1.3em; font-size: 1.2em; margin-bottom: 0.5em;
}
}
@media all and (max-width:575.98px)
{
.vk_post-col-xs-12.card {
	margin-bottom: 20px;
}
.vk_post-col-xs-12.card-horizontal {
	margin-bottom: 15px;
}
.vk_post-col-xs-12.card-imageRound {
	margin-bottom: 40px;
}
.vk_post-col-xs-12.card-noborder {
	margin-bottom: 40px;
}
}
@media all and (max-width:500px)
{
.media .postList_thumbnail {
	width: 100px;
}
}
.alignfull {
	width: 100vw; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw);
}
.wp-block-image.alignfull {
	width: 100vw; max-width: 100vw;
}
.alignwide {
	margin-right: calc(25% - 25vw); margin-left: calc(25% - 25vw);
}
.wp-block-image.alignwide {
	max-width: 100vw;
}
.vk_post .row {
	margin: 0px;
}
.wp-block-image {
	max-width: 100%;
}
.wp-block-image .components-resizable-box__container {
	max-width: 100%;
}
.wp-block-image figcaption {
	text-align: center; font-size: 0.75rem;
}
.wp-block-table figcaption {
	text-align: center; font-size: 0.75rem; margin-top: 0.4rem;
}
.wp-block-latest-posts {
	margin: 0px; padding: 0px; list-style-type: none;
}
.is-grid.wp-block-latest-posts {
	margin-right: -8px; margin-left: -8px;
}
.is-grid.wp-block-latest-posts li {
	margin: 0px 8px; padding: 0.5rem; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 1em;
}
.wp-block-latest-posts li {
	margin: 0px; padding: 1rem 0px; border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: dotted;
}
.wp-block-latest-posts li a {
	color: rgb(70, 70, 70);
}
.wp-block-latest-posts li time {
	color: rgb(212, 73, 80);
}
:root {
	
}
.slide-inner img {
	width: 100%;
}
.mainSection > span > .customize-partial-edit-shortcut-button {
	margin-left: -2em;
}
.siteContent_after > span > .customize-partial-edit-shortcut-button {
	margin-left: 2em;
}
.footerWidget > span > .customize-partial-edit-shortcut-button {
	margin-left: -2em;
}
.subSection .media .media-heading {
	font-size: 14px;
}
.widget_display_search .subSection-title.widget-title {
	margin-bottom: 15px;
}
.widget_product_search .subSection-title.widget-title {
	margin-bottom: 15px;
}
.widget_search .subSection-title.widget-title {
	margin-bottom: 15px;
}
.widget_display_search form div {
	width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; -webkit-box-pack: justify;
}
.widget_product_search form {
	width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; -webkit-box-pack: justify;
}
.widget_search form div {
	width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; -webkit-box-pack: justify;
}
.widget_display_search form div input#bbp_search {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_display_search form div input#s {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_display_search form div input.search-field {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_product_search form input#bbp_search {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_product_search form input#s {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_product_search form input.search-field {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_search form div input#bbp_search {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_search form div input#s {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_search form div input.search-field {
	padding: 6px 12px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 64%; font-size: 14px; margin-right: 0px; margin-bottom: 0px;
}
.widget_display_search form div button {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_display_search form div input#bbp_search_submit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_display_search form div input#searchsubmit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_product_search form button {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_product_search form input#bbp_search_submit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_product_search form input#searchsubmit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_search form div button {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_search form div input#bbp_search_submit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
.widget_search form div input#searchsubmit {
	padding: 6px; border: currentColor; border-image: none; width: 33%; color: rgb(255, 255, 255); font-size: 16px;
}
iframe {
	border: currentColor; border-image: none;
}
.wp-calendar-table {
	border-top-color: rgb(229, 229, 229);
}
.wp-calendar-table caption {
	color: inherit; caption-side: top;
}
.wp-calendar-table th {
	font-weight: 700;
}
.wp-calendar-table td {
	text-align: center; padding-right: 0px; padding-left: 0px; border-bottom-color: rgb(229, 229, 229);
}
.wp-calendar-table th {
	text-align: center; padding-right: 0px; padding-left: 0px; border-bottom-color: rgb(229, 229, 229);
}
.wp-calendar-nav {
	margin: 0.7em 0px 1.5em; display: flex; justify-content: space-between; -webkit-box-pack: justify;
}
.wpdm-download-link {
	margin-top: 5px;
}
.w3eden .media {
	padding: 1em 0px;
}
.w3eden .media-body {
	margin-right: 1em; margin-bottom: 0.5em; -webkit-box-flex: unset;
}
.w3eden .package-title::after {
	border: currentColor; border-image: none;
}
@media all and (max-width:768px)
{
.wp-block-latest-posts li a {
	font-size: 1rem;
}
}
@media all and (max-width:575.98px)
{
.w3eden .media {
	display: block !important;
}
.w3eden .thumbnail.link-template-default .btn.wpdm-download-link {
	margin-top: 10px; display: block;
}
}
@media print
{
#page_top {
	display: none !important;
}
.mobile-fix-nav {
	display: none;
}
.vk-mobile-nav {
	display: none;
}
.vk-mobile-nav-menu-btn {
	display: none;
}
a {
	text-decoration: none !important;
}
a[href]::after {
	content: "" !important;
}
abbr[title]::after {
	content: "" !important;
}
}
