/*!
Theme Name: kazka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kazka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-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.

kazka is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

* {
    outline: none
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -webkit-text-size-adjust: none
}

body {
    margin-top: 80px;
    font-family: Arial, Tahoma, sans-serif;
    background: #fcfcfa;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e
}

input,
select,
textarea {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 15px;
    background: #fff
}

b,
strong {
    font-weight: 700
}

.content_page a {
    text-decoration: none;
    /*color: #2c6dab;*/
    /*border-bottom: 1px solid #e4e4e4;*/
    line-height: 17px;
}

.content_page a:hover {
    border-bottom: 1px solid #b0b0af;
}
/* 
.content_page .title a {
    border-bottom: 1px solid #C8D4E0;
}

.content_page .title a:hover {
    border-bottom: 1px solid #2c6dab;
} */

a {
    color: #225378;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

a:hover {
    text-decoration: none
}

h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

h2,
h3,
.titleh3 {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 20px 0
}

p {
    margin-bottom: 10px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d7d7d7;
    background: #f9f9f9;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s
}

textarea {
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #225378
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: -2px 6px 0 0;
    vertical-align: middle
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

select[multiple],
select[size],
textarea {
    height: auto
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .6
}

input:focus {
    outline: none
}

input[type="file"],
input[type="image"] {
    padding: 0;
    border-width: 0;
    background-color: transparent
}

.wide,
.bb-editor textarea,
.ui-dialog textarea,
select#category,
.timezoneselect,
.quick-edit-text {
    width: 100%!important
}

#searchuser,
#searchinput {
    width: 100%!important;
    margin-bottom: 10px
}

#loading-layer {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px
}

.inform {
    width: 100%;
    margin: 35px 0 50px 0
}

.inform .title {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 40px 0
}

.sort {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dedede;
    padding: 0 0 10px 0;
    color: #b0b0af;
    position: relative;
}

.sort .item {
    cursor: pointer;
    float: right;
    margin-bottom: 0!important
}

.sort .item:after {
    float: right;
    content: "";
    width: 9px;
    height: 5px;
    background: url(/images/sprites.png) -116px 0 no-repeat;
    margin: 7px 0 0 10px
}

.sort .item.on:after {
    margin-top: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.socs {
    font-size: 0;
    display: inline-block
}

.soc {
    display: inline-block;
    height: 19px;
    background-image: url(/images/sprites.png);
    margin: 0 10px
}

.soc:hover {
    background-position-y: -19px!important
}

.soc.vk {
    width: 20px;
    background-position: 0 0
}

.soc.fb {
    width: 11px;
    background-position: -20px 0
}

.soc.ok {
    width: 12px;
    background-position: -31px 0
}

.search {
    position: relative
}

.search_f input[type="search"] {
    height: 42px;
    padding: 0 20px 0 50px
}

.search_f .but {
    cursor: pointer;
    width: 16px;
    height: 15px;
    background: none;
    background-image: url(/images/sprites.png);
    background-position: -60px -20px;
    border: none;
    position: absolute;
    top: 14px;
    left: 20px;
    opacity: .5
}

.content {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.speedbar {
    font-size: 13px;
    color: #b0b0af;
    margin: 15px 0 0 0
}

.speedbar ol li {
    display: inline-block
}

.speedbar a {
    color: #b0b0af
}

.speedbar .sep {
    margin: 0 5px
}

header {
    position: fixed;
    margin: 0 -10px;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .07)
}

header .logo {
     float: left;
    width: 114px;
    height: 38px;
    /* background-position: -124px 0; */
    margin: 18px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

header .navicon {
    float: left;
    cursor: pointer;
    width: 130px;
    height: 65px;
    background-image: url(/svg/navicon.svg);
    background-position: 22px center;
    background-repeat: no-repeat;
    line-height: 65px;
    margin-left: 90px;
    padding-left: 62px
}

header .navicon.on {
    background-image: url(/svg/navicon_close.svg);
    background-size: 15px auto
}

header .navicon:hover {
    opacity: .6
}

header .content {
    position: relative
}

header .search {
    float: right;
    margin: 11px 0 0 0
}

header .panel {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #8040c0;
    border-top: 0;
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .07);
    z-index: 100
}

.panel.on {
    display: block
}

.panel a {
    text-decoration: none;
    color: #3e3e3e;
    font-size: 16px
}

.panel a:hover {
    color: #225378
}

.panel .col {
    display: inline-block;
    width: 21%;
    vertical-align: top;
    margin-left: 3%;
}

.panel .col li {
    margin: 15px 0
}

.panel .col .title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.panel .col .title a {
    /* color:#8040c0; */
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-weight: 700;
    font-size: 17px
}

.panel .col .title a:hover {
    background: #8040c0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.panel .separ {
    background: url("/images/separator.png");
    width: 1px;
    height: 77px;
    display: inline-block;
}

.navmenu {
    float: left;
    margin-top: 19px;
}

.navmenu a {
    color: #3e3e3e;
    text-decoration: none;
    margin-right: 15px;
    font-size: 15px;
    display: inline-block;
    padding: 5px;
	border: solid 1px transparent;
}
.navmenu .submenu a {
    padding:5px;
	font-size: 17px;
    font-weight: 700;
}
.navmenu a:hover {
    border: 1px solid #8040c0;
    border-radius: 5px;
}

.registericon:before {
    content: "";
    background-image: url(/images/sprites.png);
    background-position: -154px 13px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 1px;
}

.favoritesicon:before {
    content: "";
    background-image: url(/images/sprites.png);
    background-position: -136px 13px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 1px;
}

.mywishesicon:before {
    content: "";
    background-image: url(/images/sprites.png);
    background-position: -172px 13px;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 1px;
}

.panel.mobile {
    padding: 0;
    border: 0;
    overflow-y: scroll;
}

.panel.mobile ul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dedede
}

.panel.mobile ul li a {
    width: 100%;
    height: 40px;
    display: inline-block;
    padding: 12px 0 0 30px;
}

.panel.mobile ul li:hover{
    background: #8040c0;
}

.panel.mobile ul li:hover a,
.panel.mobile ul li a:hover {
    color: #fff!important;
}

.panel .col .main a {
    color: #000;
    font-weight: 700
}

.panel .col_mob {
    display: none
}

.wrap main {
    float: left;
    width: 74.3859%
}

.wrapall main {
    float: none;
    width: 100%
}

.wrap aside {
    float: right;
    width: 22.8947%;
    min-width: 260px;
    margin-top: 25px;
    position: relative
}

.wrap aside .cats {
    background: #fff;
    font-size: 13px;
    /*padding:0 0 30px 0;*/
    border: 1px solid #dddddd;
    border-top: 0;
}

.namecats {
    background: #8040c0;
    height: 43px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    text-align: center;
}

.wrap aside .cats > ul {
    padding: 30px 10px;
}

.wrap aside .cats .title_search {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px
}

.wrap aside .cats .menu .sub ul {
    display: none
}

.wrap aside .cats .menu .sub.open ul {
    display: block
}

.menu {
    color: #285576
}

.menu > li > a {
    text-decoration: none;
    color: #285576;
    font-weight: bold;
}

.menu ul > li > a {
    text-decoration: none;
    color: #285576;
    width: 180px;
}

.menu ul > li {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.menu li {
    position: relative;
    padding: 5px 0
}

.menu li span {
    float: right
}

.menu li.active {
    background: #285576;
}

.menu li.active a {
    color: #fff
}

.menu li.active span {
    color: #fff
}

.menu li.sub>a:after {
    content: "";
    width: 4px;
    height: 7px;
    background: url(/images/arrow-right.png) no-repeat;
    float: left;
    margin: 2px 8px 0 0px;
}

.menu li.sub.open>a:after {
    width: 8px;
    height: 5px;
    background: url(/images/arrow-down.png) no-repeat;
    margin: 5px 4px 0 0
}

.menu li.sub ul {
    margin: 10px 0 0 0
}

.menu li.sub {
    padding: 10px 10px;
}

.menu li.sub>ul>li>a:after {
    position: absolute;
    left: 0;
    top:10px;
    width: 3px;
    height: 3px;
    margin-top: 5px;
    content: "";
    float: left;
    margin-right: 6px;
    background: url(/images/elipse.png) no-repeat;
    display: inline-block;
}

.menu li.sub > ul > li.active > a:after {
    background: url(/images/elipse-active.png) no-repeat;
}

.menu .subbg {
    background: #f9f9f9;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.menu > li > a.orange {
    color: #e97c26;
}

.menu2 {
    color: #b0b0af
}

.menu2 a {
    text-decoration: none;
    color: #b0b0af
}

.menu2 li {
    position: relative;
    padding: 5px 0
}

.menu2 li span {
    float: right
}

.menu2 li.active a {
    color: #225378
}

.menu2 li.active span {
    color: #225378
}

.menu2 li.sub ul {
    margin: 10px 0 0 14px
}

.page_description {
    width: 100%;
    margin: 35px 0 50px 0
}

.page_description .title {
    margin-bottom: 25px
}

.page_description .title h1 {
    line-height: 33px
}

.page_description .title .result {
    float: right;
    font-size: 13px;
    color: #b0b0af;
    margin-top: 15px
}

.page_description .text {
    width: 100%;
    line-height: 24px
}

.filters {
    width: 100%;
    font-size: 0;
    margin: 0 0 30px 0
}

.filters.down {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0
}

.filters a,
.filters span {
    color: #b0b0af;
    text-decoration: none;
    border-radius: 5px
}

.filters .search,
.filters .pagination,
.filters .page {
    display: inline-block;
    width: 28%;
    height: 42px;
    vertical-align: top;
    margin: 0 2.4% 0 0
}

.filters .pagination {
    width: 39.2%
}

.filters .pagination .pages span,
.filters .page a.active {
    display: inline-block;
    border: 1px solid #225378
}

.filters .page a:first-child {
    margin-left: 10px
}

.filters .search input[type="search"] {
    width: 100%
}

.filters .pagination {
    font-size: 0;
    line-height: 40px;
    text-align: center
}

.filters .pagination .pages {
    display: inline-block;
    width: calc(100% - 60px);
    border-bottom: 1px solid #d7d7d7
}

.filters .pagination .pages a,
.filters .pagination .pages span {
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    border-bottom-color: #225378;
    vertical-align: top
}

.filters .pagination .pages .nav_ext {
    border: none;
    display: none
}

.filters .pagination .page_prev,
.filters .pagination .page_next {
    width: 30px;
    height: 44px;
    display: inline-block
}

.filters .pagination .page_prev span,
.filters .pagination .page_prev a,
.filters .pagination .page_next span,
.filters .pagination .page_next a {
    display: block;
    height: 44px
}

.filters .pagination .page_prev span:before,
.filters .pagination .page_prev a:before,
.filters .pagination .page_next span:before,
.filters .pagination .page_next a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url(/images/sprites.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    vertical-align: top;
    margin-top: 12px
}

.filters .pagination .page_prev span:before {
    background-position: -34px 0;
    opacity: .6
}

.filters .pagination .page_prev a:before {
    background-position: -55px 0
}

.filters .pagination .page_next span:before {
    background-position: -44px 0;
    opacity: .6
}

.filters .pagination .page_next a:before {
    background-position: -65px 0
}

.filters .page {
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 0
}

.filters .page a {
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 10px
}

.filters .page a.active {
    border: 1px solid #225378
}

.filters .page a.active {
    color: #3e3e3e
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 65px auto
}

.slider .item .text,
.slider .item .image {
    width: 48.6842%
}

.slider .item .text {
    float: left;
    display: table
}

.slider .item .text .tab {
    display: table-cell;
    vertical-align: middle;
    height: 560px
}

.slider .item .text .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 25px 0
}

.slider .item .text .about {
    font-size: 16px;
    line-height: 26px
}

.slider .item .text .about {
    font-size: 16px;
    line-height: 26px
}

.slider .item .text .but, .form_submit .but {
    display: inline-block;
    background: #fff;
    font-size: 13px;
    color: #8040c0;
    text-decoration: none;
    border: 1px solid #8040c0;
    border-radius: 8px;
    margin: 25px 0 0 0;
    padding: 15px 22px;
    cursor: pointer;
}

.slider .item .text .but:after {
    content: "";
    width: 6px;
    height: 10px;
    float: right;
    margin: 7px 0 0 10px;
    background: url(/images/arrow_right.png) no-repeat
}

.slider .item .text .but:hover {
    background: #8040c0;
    color: #fff;
}

.slider .item .text .but:hover:after {
    background: url("/images/arrow_right_white.png") no-repeat;
}

.slider .item .image {
    float: right;
    height: 560px;
    border-radius: 8px;
    background-size: cover;
    background-position: center
}

.categories {
    font-size: 0
}

.categories a {
    text-decoration: none
}

.categories .item {
    display: inline-block;
    position: relative;
    width: 23.0701%;
    height: 263px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 2.573% 2.573% 0;
    overflow: hidden
}

.categories .item:nth-child(4n) {
    margin: 0 0 2.573% 0
}

.categories .item:hover {
    background: #225378;
    border-color: #225378
}

.categories .item:hover .about {
    display: block
}

.categories .item .about {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.71);
    padding: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 18px
}

.categories .item .text {
    width: 100%;
    display: table;
    text-align: center
}

.categories .item .text .tab {
    display: table-cell;
    vertical-align: middle;
    height: 263px;
    padding: 0 10px
}

.categories .item .title {
    font-size: 18px;
    color: #fff
}

.categories .item .title:before {
    content: "";
    display: inline-block;
    width: 69px;
    height: 69px;
    background-image: url(/images/categories2.png);
    margin: 0 0 10px 0
}

.categories .item .title.tales:before {
    background-position: 0 0
}

.categories .item .title.audio:before {
    background-position: -69px 0
}

.categories .item .title.painting:before {
    background-position: -138px 0
}

.categories .item .title.fables:before {
    background-position: -207px 0
}

.categories .item .title.diary:before {
    background-position: 0 -69px
}

.categories .item .title.preview:before {
    background-position: -69px -69px
}

.categories .item .title.reviews:before {
    background-position: -138px -69px
}

.categories .item .title.biographies:before {
    background-position: -207px -69px
}

.categories .item:nth-child(1) {
    background: url(/images/skazki.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(2) {
    background: url(/images/audioskazki.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(3) {
    background: url(/images/raskraski.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(4) {
    background: url(/images/basni.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(5) {
    background: url(/images/chitatelskii_dnevnik.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(6) {
    background: url(/images/kratkoe_soderjanie.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(7) {
    background: url(/images/haracteristiki.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item:nth-child(8) {
    background: url(/images/biografiya.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

table {
    width: 100%;
    text-align: left;
    color: #b0b0af
}

table thead {
    font-size: 14px
}

table thead th {
    border-bottom: 1px solid #dedede
}

table thead th:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 13px;
    background: url(/images/sprites.png) -76px -20px no-repeat;
    margin: 1px 0 0 6px;
    vertical-align: top
}

table thead th.desc:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(/images/sprites.png) -76px -20px no-repeat;
    margin: 1px 0 0 6px;
    vertical-align: top
}

table thead th.asc:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(/images/sprites.png) -76px -27px no-repeat;
    margin: 1px 0 0 6px;
    vertical-align: top
}

table a {
    color: #b0b0af
}

table .title a {
    color: #225378
}

table .title .more {
    cursor: pointer;
    color: #b0b0af;
    font-size: 13px;
    margin-top: 10px
}

table .title .more:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(/images/sprites.png) -116px 0 no-repeat;
    margin: 5px 0 0 5px;
    vertical-align: top
}

table .title .more.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

table .about {
    display: none;
    line-height: 24px;
    color: #3e3e3e
}

table .open .about {
    display: table-cell;
    padding-top: 0
}

table .open td {
    border-bottom: none
}

table thead th,
table tbody td {
    width: 80px;
    padding: 15px 10px;
    border-bottom: 1px solid #dedede
}

table thead th:first-child,
table tbody td:first-child {
    width: auto
}

table thead th:nth-child(2),
table tbody td:nth-child(2) {
    width: 150px
}

table thead th:nth-child(3),
table tbody td:nth-child(3) {
    width: 120px
}

table tbody tr:nth-child(4n+1) td {
    background: #f9f9f9
}

table thead th.likes_up a:before,
table thead th.likes_down a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/sprites.png) -85px -19px no-repeat;
    vertical-align: top
}

table thead th.likes_up a:before {
    margin: -2px 0 0 6px
}

table thead th.likes_down a:before {
    margin: -2px 0 0 6px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page_full {
    width: 100%;
    margin: 25px 0 50px 0
}

.page_full h1 {
    width: 100%;
    margin: 0 0 30px 0;
    line-height: 33px
}

.page_full .preview {
    float: left;
    line-height: 24px;
    width: calc(100%)
}

.page_full .options {
    float: right;
    width: 263px;
    margin-left: 5px
}

.page_full .intro {
    float: left;
    line-height: 24px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 30px
}

blockquote {
    width: 100%;
    padding-left: 70px
}

blockquote .quote {
    border-left: none;
    margin: 0;
    padding: 0;
    position: relative
}

blockquote .quote:after,
blockquote .quote:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    background-image: url(/images/sprites.png);
    background-repeat: no-repeat
}

blockquote .quote:after,
blockquote .quote:before {
    background-position: -122px -24px
}

blockquote .quote:after {
    margin-left: 5px;
    position: static;
    display: inline-block
}

blockquote .quote:before {
    left: -20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

blockquote .author {
    font-weight: 700;
    text-align: right
}

.page_full .text_story {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: 1px solid #dedede;
    line-height: 24px
}

.page_full .text_story .tit {
    position: relative;
    z-index: 10
}

.page_full .text_story .tit h2 {
    cursor: pointer;
    width: auto;
    display: inline-block
}

.audio_skazka.page_full .text_story .tit h2:after {
    background-image: url(/images/sprites.png);
    background-position: -95px 0;
    margin: 6px 0 0 10px
}

.kratkie_soderzhaniya.page_full .text_story .tit h2:after {
    background-image: url(/images/sprites.png);
    background-position: -95px 0;
    margin: 6px 0 0 10px
}

.biografiya.page_full .text_story .tit h2:after {
    background-image: url(/images/sprites.png);
    background-position: -95px 0;
    margin: 6px 0 0 10px
}

.page_full .text_story .tit h2:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: top;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.audio_skazka.page_full .text_story.open .tit h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.kratkie_soderzhaniya.page_full .text_story.open .tit h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.biografiya.page_full .text_story.open .tit h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page_full .preview ul,
.page_full #text_story ul,
.short_text ul {
    padding: 15px 0 15px 20px
}

.page_full .preview ul li,
.page_full #text_story ul li,
.short_text ul li {
    list-style-type: disc
}

.page_full .preview ol,
.page_full #text_story ol,
.short_text ol {
    padding: 15px 0 15px 20px
}

.page_full .preview ol li,
.page_full #text_story ol li,
.short_text ol li {
    list-style-type: decimal
}

.show_text {
    display: none
}

.biografiya #text_story img {
    width: 200px;
    height: 216px
}

.biografiya.page_full .preview,
.kratkie_soderzhaniya.page_full .preview,
.haracteristica.page_full .preview {
    width: 100%
}

.raskraski .show_text {
    margin-bottom: 20px
}

.raskraski .short_text {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

.page_full .text_story .tit .time {
    float: right;
    width: auto;
    margin: 6px 0 0 0
}

.page_full .text_story .text {
    display: none
}

.page_full .text_story .text .story {
    line-height: 24px
}

.page_full .text_story .text.open {
    display: block
}

.settings {
    font-size: 13px;
    padding: 0 21px 14px 21px
}

.settings .title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: center
}

.settings .item {
    padding: 9px 0
}

.settings .item>div {
    display: inline-block;
    vertical-align: top
}

.settings .item .name {
    line-height: 20px
}

.settings .item .colors {
    float: right;
    font-size: 0
}

.settings .item .color {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px
}

.settings .item .color.active:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 18px;
    height: 1px;
    background: #3e3e3e
}

.settings .item .color.black {
    background: #121212;
    border: 1px solid #121212
}

.settings .item .color.gray {
    background: #4c4b50;
    border: 1px solid #4c4b50
}

.settings .item .color.beige {
    background: #f9f1e4;
    border: 1px solid #f9f1e4
}

.settings .item .color.white {
    background: #fff;
    border: 1px solid #f2f2f2
}

.settings .item .color.small,
.settings .item .color.middle,
.settings .item .color.big {
    border: 1px solid transparent
}

.settings .item .color.small:before,
.settings .item .color.middle:before,
.settings .item .color.big:before {
    width: 17px;
    height: 20px;
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
    text-align: center
}

.settings .item .color.small {
    font-size: 15px
}

.settings .item .color.middle {
    font-size: 19px
}

.settings .item .color.big {
    font-size: 24px
}


 .download{border:1px solid #a3a3a3;border-radius:5px;font-size:13px;margin-bottom:15px;margin-left:15px;padding:13px 20px}
    .download .item{padding:3px 0}
    .download .item a{color:#3e3e3e}
    .download .item span{color:#b0b0af} 

.other {
    font-size: 0;
    padding-top: 30px
}

.other a {
    color: #3e3e3e;
}

.other .more {
    display: block;
    vertical-align: top;
    line-height: 30px;
    margin-top: 8px;
}


/*.other .more:after,.other .more:before{}*/

.other .more:hover {
    color: #225378
}

.other .more.next {
    text-align: right
}

.other .more.prev:before {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(/images/leftarrow.png);
}

.other .more.next:after {
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(/images/rightarrow.png);
}

.other .all {
    background: #8040c0;
    border-radius: 5px;
    padding: 14px 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.other .col {
    font-size: 13px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top
}

.other .col:nth-child(2) {
    text-align: center
}

.other .share {
    width: 100%;
    font-size: 11px;
    color: #b0b0af;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    padding: 20px 10px;
    border-top: 1px solid #dedede
}

.other .share .socs {
    opacity: .4
}

.other .share .likes {
    float: right;
    line-height: 20px
}

.other .share .likes div {
    display: inline-block;
    vertical-align: top
}

.other .share .likes div.like,
.other .share .likes div.dislike {
    cursor: pointer;
    margin: 0 0 0 10px
}

.other .share .likes div.like:hover,
.other .share .likes div.dislike:hover {
    opacity: .8
}

.other .share .likes div.like:before,
.other .share .likes div.dislike:before {
    vertical-align: top;
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/sprites.png) -85px -19px no-repeat;
    vertical-align: top;
    margin: 0 10px 0 0
}

.other .share .likes div.dislike:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.related {
    font-size: 0;
    margin-top: 40px
}

.related ul {
    width: 100%
}

.related li {
    display: inline-block;
    width: 48.2311%;
    margin: 0 3.5377% 20px 0
}

.related li a {
    font-size: 15px;
    color: #3e3e3e;
    text-decoration: none;
    font-weight: 700
}

.related li:nth-child(2n) {
    margin-right: 0
}

.addcomment {
    width: 100%;
    margin-bottom: 50px
}

.addcomment .inp {
    width: 250px;
    border: 1px solid #dedede;
    padding: 13px 20px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px
}

.addcomment .form {
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    overflow: hidden
}

.addcomment .form textarea {
    width: 100%;
    border: none;
    padding: 20px
}

.addcomment .form .line {
    width: 100%;
    height: 44px;
    border-top: 1px solid #dedede
}

.addcomment .form .line .bb_code {
    float: left;
    cursor: pointer;
    width: 43px;
    height: 43px;
    background-image: url(/images/bbcode.png)
}

.addcomment .form .line .bb_code2 {
    float: left;
    cursor: pointer;
    width: 43px;
    height: 43px;
    text-align: center
}

.addcomment .form .line .bb_code2 img {
    width: 25px;
    height: 25px;
    margin-top: 9px
}

.addcomment .form .line .bb_code:hover {
    opacity: .6
}

.addcomment .form .line .bb_code.bold {
    background-position: 0 0
}

.addcomment .form .line .bb_code.italic {
    background-position: -43px 0
}

.addcomment .form .line .bb_code.underline {
    background-position: -86px 0
}

.addcomment .form .line .bb_code.line_through {
    background-position: -129px 0
}

.addcomment .form .line .bb_code.link {
    background-position: -172px 0
}

.addcomment .form .line .bb_code.spoiler {
    background-position: -215px 0
}

.addcomment .form .line .bb_code.html {
    background-position: -258px 0
}

.addcomment .form .line .bb_code.backtick {
    background-position: -301px 0
}

.addcomment .form .line .send {
    cursor: pointer;
    background: #dedede;
    color: #3e3e3e;
    border: none;
    float: right;
    height: 43px;
    padding: 0 30px
}

.comment {
    width: 100%;
    margin: 0 0 30px 0
}

.comment .author div {
    display: inline-block
}

.comment .author .name {
    color: #225378;
    font-weight: 700
}

.comment .author .date {
    font-size: 13px;
    color: #b0b0af;
    margin: 0 0 0 10px
}

.comment .text {
    font-size: 14px;
    margin: 10px 0 5px 0;
    line-height: 22px;
    word-wrap: break-word
}

.comment .info {
    color: #b0b0af;
    height: 19px;
    margin-top: 10px
}

.comment .info a {
    color: #b0b0af;
    text-decoration: none
}

.comment .info>div {
    display: inline-block;
    vertical-align: top
}

.comment .info .share {
    margin-left: 10px
}

.comment .info .share .links {
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.comment .info .share .links:before {
    content: "";
    width: 5px;
    height: 8px;
    background: url(/images/sprites.png) -111px 0 no-repeat;
    float: right;
    margin: 4px 0 0 5px
}

.comment .info .share .socs {
    display: none
}

.comment .info .share .socs.on {
    display: inline-block;
}

.comment .info .rate>div {
    display: inline-block
}

.comment .info .rate .like,
.comment .info .rate .dislike {
    margin: 0 12px
}

.comment .info .rate .like {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 0
}

.comment .info .rate .like:before,
.comment .info .rate .dislike:before {
    cursor: pointer;
    opacity: .5;
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url(/images/sprites.png);
    background-repeat: no-repeat;
    vertical-align: top;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.comment .info .rate .like:before {
    background-position: -95px 0
}

.comment .info .rate .dislike:before {
    background-position: -95px 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.comment .info .share .socs {
    opacity: .5
}

.comments-tree-list .comments-tree-list {
    padding-left: 30px
}

.page_search {
    width: 100%;
    margin: 35px 0 0 0
}

.page_search h1 {
    width: 100%;
    margin: 0 0 40px 0
}

.page_search h1 i {
    font-style: italic;
    font-weight: 400
}

.page_search h2 {
    color: #8040c0;
    margin: 30px 0 20px 0
}

.page_search .item {
    margin-bottom: 20px;
    line-height: 20px
}

.page_search .item .title {
    font-weight: 700;
    margin-bottom: 5px
}

.page_search .item a {
    color: #3e3e3e
}

.page_search .item b {
    background: #8040c0;
    font-weight: 400;
    padding: 0 5px
}

footer {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #dedede;
    margin-top: 10px;
    text-align: center;
    padding: 40px 0 25px 0
}

footer p.email {
    font-size: 15px;
    font-weight: 700;
    margin: 0 100px 0 20px
}

footer .logo {
   width: 114px;
    height: 38px;
    display: inline-block;
    margin: 0 35px
}

footer .logo:before {
    content: "";
	    float: left;
    display: inline-block;
       width: 114px;
    height: 38px;
    background-image: url(/wp-content/uploads/2020/03/Logo_fl_png_big.png);
    /* background-position: -124px 0; */
    margin: 18px 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

footer .content.contacts {
    padding: 0 0 40px 0;
    font-size: 11px
}

footer .content.contacts p {
    display: inline-block
}

footer .content.full {
    max-width: 100%;
    padding: 0
}

footer .copyright {
    font-size: 12px;
    line-height: 16px;
    color: #aeaeac;
    padding: 25px 20px 0 20px!important;
    border-top: 1px solid #dedede
}

.scroll_top {
    cursor: pointer;
    display: none;
    background: url(/images/scroll_top.png) no-repeat;
    background-size: auto;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50
}

.scroll_top:hover {
    background-position: -45px 0
}

.playerwrap {
    margin: 25px auto 35px
}

.playico {
    background: url(/images/play.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    cursor: pointer
}

.pauseico {
    background: url(/images/pause.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    cursor: pointer
}

.playlist {
    background: #fff;
    padding: 20px;
    overflow-y: scroll;
    max-height: 230px;
    border: 3px solid #c1c1c1;
    border-radius: 5px;
    margin-bottom: 50px
}

.player {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px
}

.playlist div {
    clear: both;
    padding: 9px 0
}

.playlist a {
    font-size: 13px;
    text-decoration: none;
    float: left;
    margin-top: 5px
}

.playlist i {
    margin-right: 10px
}

.playlist a:hover {
    text-decoration: none
}

.playlist span {
    cursor: pointer;
    float: right;
    color: #2f83d9;
    font-weight: 700
}

.clr {
    clear: both
}

.photo_show {
    width: 600px;
    margin: 30px auto 0
}

.photo_show .column {
    width: 200px;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.photo_show .column a {
    float: left;
    position: relative
}

.photo_show a {
    font-weight: 700;
    color: #1da71d
}

.photo_show .column a img {
    box-shadow: 0 1px 3px 2px #e4d8f1;
    border-radius: 5px;
    border: none;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%
}

.photo_show>.text img {
    max-width: 100%
}

.text_big {
    font-size: 24px
}

.text_middle {
    font-size: 19px
}

.t_color_white {
    color: #fff!important
}

.t_color_beige {
    color: #f9f1e4!important
}

.t_color_gray {
    color: #4c4b50!important
}

.text_left {
    float: left
}

.bg_white {
    background: #fff!important
}

.bg_beige {
    background: #f9f1e4!important
}

.bg_gray {
    background: #4c4b50!important
}

.bg_black {
    background: #121212!important
}

.bg_black .wrap aside .cats,
.bg_gray .wrap aside .cats,
.bg_beige .wrap aside .cats,
.bg_white .wrap aside .cats {
    background: none
}

.dle-emoticon {
    color: #37474f;
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-top: 5px solid #bdbdbd;
    min-width: 310px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.audio_skazka.page_full .preview {
    float: none;
    width: 100%
}

.page_painting {
    width: 100%;
    font-size: 0
}

.page_painting h2 {
    margin-top: 20px
}

.page_painting h2 a {
    color: #3e3e3e;
    text-decoration: none
}

.page_painting .column,
.page_painting .item {
    display: inline-block;
    position: relative;
    width: 17.9245%;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 2.5943% 2.5943% 0;
    overflow: hidden;
    vertical-align: top;
    text-align: center
}

.page_painting .column:nth-child(5n),
.page_painting .item:nth-child(5n) {
    margin-right: 0
}

.page_painting .column:hover,
.page_painting .item:hover {
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06)
}

.page_painting .column img,
.page_painting .item img {
    width: auto;
    max-height: 140px;
    display: inline-block;
    padding: 15px
}

.page_painting .column .title,
.page_painting .item .title {
    background: #8040c0;
    min-height: 60px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 10px 10px 5px;
    line-height: 20px
}

.socs {
    font-size: 0;
    display: inline-block
}

.soc {
    display: inline-block;
    height: 19px;
    background-image: url(/images/sprites.png);
    margin: 0 10px
}

.soc:hover {
    background-position-y: -19px!important
}

.soc.vk {
    width: 20px;
    background-position: 0 0
}

.soc.fb {
    width: 11px;
    background-position: -20px 0
}

.soc.ok {
    width: 12px;
    background-position: -31px 0
}

.likes {
    float: right;
    line-height: 20px
}

.likes div {
    display: inline-block;
    vertical-align: top
}

.likes div.like,
.likes div.dislike {
    cursor: pointer;
    margin: 0 0 0 10px
}

.likes div.like:hover,
.likes div.dislike:hover {
    opacity: .8
}

.likes div.like:before,
.likes div.dislike:before {
    vertical-align: top;
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/sprites.png) -85px -19px no-repeat;
    vertical-align: top;
    margin: 0 10px 0 0
}

.likes div.dislike:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bg_modal {
    width: 100%;
    height: 100%;
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    background: #1e1e1e;
    z-index: 10;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none
}

.painting_modal {
    z-index: 20;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.open_modal {
    display: block
}

.painting_modal .head {
    height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff
}

.painting_modal .head .col_l {
    text-align: center;
    font-size: 0
}

.painting_modal .head .col_r {
    text-align: right;
    font-size: 0
}

.painting_modal .head .close {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(/images/picture.png) no-repeat 0 0
}

.painting_modal .head .close:hover {
    opacity: .6
}

.painting_modal .head .arrow {
    display: inline-block;
    width: 13px;
    height: 20px;
    background: url(/images/picture.png) no-repeat 0 0
}

.painting_modal .head .arrow:hover {
    opacity: .6
}

.painting_modal .head .arrow.left {
    background-position: -25px 0
}

.painting_modal .head .arrow.right {
    background-position: -38px 0
}

.painting_modal .head .counter {
    display: inline-block;
    font-size: 25px;
    margin: 0 25px
}

.painting_modal .button {
    display: inline-block;
    color: #fff;
    background: #ec860d;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 13px
}

.painting_modal .button:hover {
    opacity: .8
}

.painting_modal .col_l {
    float: left;
    width: calc(100% - 360px)
}

.painting_modal .col_r {
    float: right;
    width: 326px;
    font-size: 0
}

.painting_modal .col_l.page_painting_picture {
    height: 500px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dedede
}

.painting_modal .col_r.page_painting {
    height: 500px;
    overflow-y: scroll
}

.painting_modal .col_l .info {
    border-top: 1px solid #dedede;
    width: 100%;
    height: 44px;
    color: #b0b0af;
    font-size: 0;
    padding: 5px 20px
}

.painting_modal .col_l .picture {
    width: 100%;
    height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.painting_modal .col_l .picture img {
    max-height: 420px;
    cursor: pointer
}

.painting_modal .col_l .info .col {
    font-size: 11px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top
}

.painting_modal .col_l .info .col.socs {
    margin-top: 7px
}

.painting_modal .col_l .info .col.socs .name {
    float: left;
    text-transform: uppercase;
    line-height: 18px
}

.painting_modal .col_l .info .col.socs .soc {
    opacity: .5
}

.painting_modal .col_l .info .col.buttons {
    text-align: center;
    font-size: 0
}

.painting_modal .col_l .info .col.likes {
    text-align: right;
    margin-top: 7px
}

.painting_modal .col_r .item {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0
}

.painting_modal .col_r .item.active {
    border-color: #8040c0
}

.column .likes {
    position: absolute;
    bottom: 3px;
    right: 5px
}

.column .likes .count {
    font-size: 10px
}

.column .likes div.like:before,
.column .likes div.dislike:before {
    margin-right: 5px
}

.column .likes div.like:hover,
.column .likes div.dislike:hover {
    opacity: 1
}

.column .likes div.like,
.column .likes div.dislike {
    cursor: default
}

.page_painting .column.dnone {
    display: none
}

.show_all_photo {
    cursor: pointer;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 14px 20px;
    width: 150px;
    margin: 0 auto 20px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center
}

.toc .tit {
    cursor: pointer;
    display: inline-block
}

.toc .tit:after {
    float: right;
    content: "";
    width: 9px;
    height: 5px;
    background: url(/images/sprites.png) -116px 0 no-repeat;
    margin: 6px 0 0 10px
}

.toc .tit.on:after {
    margin-top: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#text_story2 .select_a {
    float: left;
    cursor: pointer;
    color: #b0b0af
}

#text_story2 .select_a:after {
    background-image: url(/images/sprites.png);
    background-position: -95px 0;
    margin: 3px 0 0 10px
}

#text_story2 .select_a:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: top;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

#text_story2 .tith2right h2 {
    float: right
}

.select_block {
    display: none;
    position: absolute;
    left: 30px;
    top: 30px;
    border: 1px solid #dedede;
    padding: 20px 40px;
    background: #fff;
    z-index: 20
}

.select_block li {
    padding: 3px
}

#text_story2.text_story .tit h2 {
    margin-right: 7px
}

.toc a {
    color: #3e3e3e;
    text-decoration: none
}

.toc a:hover {
    text-decoration: underline
}

.toc .list>li>a {
    font-weight: 700
}

.toc .list>li {
    margin-top: 20px
}

.toc .list ul>li {
    margin-top: 10px
}

.toc .list ul {
    margin-left: 30px
}

.author_link {
    line-height: 17px
}

.blockquote {
    font-size: 13px
}

.srdflsk {
    color: #8040c0;
    font-weight: 700;
}

.auttime {
    color: #8040c0;
    font-weight: 700;
}

.select_comments {
    display: none;
    border: 1px solid #dedede;
    background: #fff;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 20
}

.select_comments li {
    padding: 3px
}

.comments .sort {
    position: relative
}

.ajax_comments_next {
    text-align: center
}

.bbcodes2 {
    border-radius: 5px;
    background: #dedede;
    color: #3e3e3e;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer
}

.filters.down .pagination {
    width: 100%;
        margin-left: none;
}

.kratkie_soderzhaniya .preview .time {
    width: auto;
    display: inline-block;
    margin-bottom: 0
}

.biografiya .preview img,
.biografiya .text_story img {
    width: 200px;
    height: 216px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 15px
}

.page_full blockquote {
    margin: 20px
}

.wrapimg2 img,
.biografiya #text_story .wrapimg2 img {
    float: none!important;
    width: 100%;
    height: auto
}

.page_full .wrapimg2 .options {
    margin: 10px auto
}

.splitnewsnavigation {
    margin: 1.5em 0;
    padding: 15px 0;
    font-weight: 700;
    border: 0 dashed #efefef;
    border-width: 2px 0;
    text-transform: uppercase
}

.splitnewsnavigation>div {
    display: inline;
    margin-left: 1em
}

.splitnewsnavigation span {
    color: #8040c0
}

.splitnewsnavigation a,
.splitnewsnavigation span {
    padding: 6px 10px
}

.story_line_f a {
    font-weight: 700;
    color: #1da71d
}

.splitnewsnavigation a,
.splitnewsnavigation span {
    padding: 6px 10px
}

.splitnewsnavigation a {
    color: #335f83
}

.wrapimg .options {
    width: 200px
}

.fixscroll {
    position: absolute;
    bottom: -420px;
    left: 10px
}

.page_full .text_story#text_story3 {
    margin-top: 0
}

.aside_google {
    text-align: center
}

.painting_modal .ads {
    position: absolute;
    top: -113px;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 100
}

aside .cats {
    position: relative
}

.page_full .wrapimg .options {
    margin: 0 auto;
    width: 200px
}

.page_full .wrapimg .options .download {
    margin-left: 0
}

#menu .title {
    min-height: 18px
}

.options.mt {
    margin-top: 60px
}

.panel .col .mtogg li:not(.main) {
    display: none
}

.panel .col li.main:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 5px;
    height: 13px;
    background-repeat: no-repeat;
    vertical-align: top;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 25px;
    cursor: pointer;
    background-image: url(/images/sprites.png);
    background-position: -95px 0;
    margin: 3px 0 0 10px
}

.panel .col li.main.text_hide:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block_menu_paint {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
    margin-bottom: 30px
}

.menu_paint {
    margin-left: 60px
}

.menu_paint2 {
    margin-left: 0;
    margin-top: 20px
}

.menu_paint li {
    float: left;
    width: 18%;
    text-align: center
}

.menu_paint2 li {
    float: left;
    width: 16%;
    text-align: center
}

.menu_paint a {
    display: inline-block
}

.menu_paint2 a {
    display: inline-block
}

.icon-girl::before {
    content: "";
    display: block;
    background: url(/images/raskraski/devochki.png) no-repeat;
    width: 54px;
    height: 52px
}

.icon-boy::before {
    content: "";
    display: block;
    background: url(/images/raskraski/malchiki.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-kids::before {
    content: "";
    display: block;
    background: url(/images/raskraski/malishi.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-vzroslie::before {
    content: "";
    display: block;
    background: url(/images/raskraski/vzroslie.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-multiki::before {
    content: "";
    display: block;
    background: url(/images/raskraski/multiki.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-cveti::before {
    content: "";
    display: block;
    background: url(/images/raskraski/cveti.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-jivotnie::before {
    content: "";
    display: block;
    background: url(/images/raskraski/jivotnie.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-gift::before {
    content: "";
    display: block;
    background: url(/images/raskraski/gift.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-vremena_goda::before {
    content: "";
    display: block;
    background: url(/images/raskraski/vremena_goda.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-puzzle::before {
    content: "";
    display: block;
    background: url(/images/raskraski/puzzle.png) no-repeat;
    width: 55px;
    height: 52px
}

.icon-other::before {
    content: "";
    display: block;
    background: url(/images/raskraski/other.png) no-repeat;
    width: 55px;
    height: 52px
}

.menu_paint li a::before,
.menu_paint2 li a::before {
    margin: 0 auto 7px auto;
}

.adsblockleft,
.adsblockright {
    z-index: 99999;
    position: absolute;
    top: 25%
}

.adsblockleft {
    left: 3%
}

.adsblockright {
    right: 3%
}

.fancybox-image {
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%)
}

.page_painting {
    position: relative;
}

#loading-layer2 {
    display: none;
    width: 310px;
    height: 58px;
    bottom: 10%;
    left: 47%;
    margin-top: -100px;
    margin-left: -250px;
    position: fixed;
    z-index: 99;
    opacity: 0.6;
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
}


.addFavorites {
    color: #8040c0;
    font-weight: bold;
}

/*short-story*/
.sort-time {
    margin-top: 25px;
    font-size: 15px;
    position: relative;
}
.sort-time .sort-select {
    display: inline-block;
    cursor: pointer;
}
.sort-time .sort-select-content {
    background: #fff;
    border: 1px solid #dedede;
    width: 180px;
    padding: 15px;
    position: absolute;
    top: 35px;
    left: 106px;
    z-index: 1000;
    display: none;
}
.sort-time .sort-select-content span {
    display: block;
    padding: 0 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.sort-time .sort-select-content span:hover {
    color: #000;
}
.sort-time .sort-select span {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #dedede;
    color: #000;
}
.sort-time .sort-select span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url(/images/arrow-bottom.png);
    vertical-align: top;
    margin: 4px 0 0 5px;
}
.sort-time .result {
    float: right;
    font-size: 13px;
    color: #b0b0af;
    margin-top: 10px;
}
.short-news {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(23, 24, 25, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(23, 24, 25, 1);
    box-shadow: 0px 0px 1px 0px rgba(23, 24, 25, 1);
    /*min-height: 210px;*/
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #fff;
}
.short-news:hover {
    border: solid 2px #8040c0;
}
.short-news .imgavatar {
    
    margin: 0 5px 0 0;
}
.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.image_radius {
    float: left;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
}
.image_radius:after,
.image_radius:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2)
}
.image_radius:before {
    margin: -25px 0 0 -25px;
    background-color: #ff8000;
    width: 50px;
    height: 50px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}
.image_radius:after {
    margin: -10px 0 0 -10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
a:hover .image_radius::after,
a:hover .image_radius:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.short-news .separ {
    background: url(/images/separator.png);
    width: 1px;
    height: 19px;
    display: inline-block;
    margin: 0 15px;
}
.short-news .newsinfo {
    padding-left: 145px;
    /* width: 81%;
    float: left; */
}
.short-news .newsinfo .title {
    /* width: 61%;
    float: left; */
    margin-bottom: 5px;
    display: inline-block;
}
.short-news .newsinfo .title a {
    color: #225378;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}
.short-news .newsinfo .social {
    /*width: 20%;*/
    
    float: right;
    min-width: 200px;
}

.rate_like-dislike {
    float: left;
}
.rate_like-dislike div {
    display: inline-flex;
    vertical-align: top;
}
.rate_like-dislike div.like,
.rate_like-dislike div.dislike {
    cursor: pointer;
    line-height: 23px;
}
.rate_like-dislike div.dislike {
    margin: 0 0 0 10px;
}
.rate_like-dislike div.like:hover,
.rate_like-dislike div.dislike:hover {
    opacity: .8
}
.rate_like-dislike div.like:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/like.png);
    vertical-align: top;
    margin: 1px 5px 0 0
}
.rate_like-dislike div.dislike:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(/images/dislike.png);
    vertical-align: top;
    margin: 1px 5px 0 0
}
.newsinfo .social .separ {
    float: left;
}
.short-news .time {
    /*float: left;*/
    /*line-height: 20px;*/
    display: inline-block;
    font-weight: bold;
    padding-top: 2px;
}
.short-news .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/clock-icon.png);
    vertical-align: bottom;
    margin-right: 5px;
}
.short-news-text {
    margin: 30px 0;
    /*height: 100px;*/
}
.metainfo {
    margin-top: 10px;
    /*margin-left: 17%;*/
    /*white-space: nowrap;*/
}
.metainfo .name {
    color: #225378;
    font-weight: bold;
}
.metainfo .links .namem10 {
    margin-left: 15px;
}
.metainfo .links {
    display: inline-block;
}
.metainfo .links a {
    color: #8040c0;
    text-decoration: none;
    border-bottom: 1px solid #8040c0;
}
.playlist_link {
    margin: 20px 0;
}
.playlist_link a {
    color: #225378;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
}
.playlist_link a:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(/images/playlist.png) no-repeat;
    float: left;
    padding-right: 10px;
}
.clear {
    clear: both;
}

/*short-story*/
.imgright .image_radius {
    /*margin:5px 0 5px 5px;*/
    
    width: 174px;
    height: 174px;
}
.imgright .image_radius_border {
    float: left;
    display: block;
    background: #fff;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 5px;
    margin-right: 20px;
}

aside .imgright .image_radius_border {
    float: none;
    margin: 0 auto;
    display: block;
    background: #fff;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 5px;
    margin-bottom: 15px;
}
.short-news .separ {
    background: url(/images/separator.png);
    width: 1px;
    height: 19px;
    display: inline-block;
    margin: 0 15px;
}
.optionsdwn .download_new {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}
.optionsdwn .item {
    float: left;
    margin-left: 20px;
}
.optionsdwn .dwntext span {
    float: left;
    margin: 0 5px;
}
.optionsdwn a {
    color: #3e3e3e;
}
.optionsdwn .dwntext a {
    float: left;
    margin-left: 9px;
}
.optionsdwn .dwntext:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/dwn.png) no-repeat;
    float: left;
    margin-right: 10px;
}
.optionsdwn .dwntext a:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(/images/dwntxt.png) no-repeat;
}
.optionsdwn .dwntext a:nth-child(3):before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(/images/dwndoc.png) no-repeat;
}
.optionsdwn .dwntext a:nth-child(4):before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(/images/dwnpdf.png) no-repeat;
}
.optionsdwn .itemprint:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url(/images/print.png) no-repeat;
    float: left;
    margin-right: 10px;
}
.optionsdwn .item:nth-child(5):before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(/images/audiodwn.png) no-repeat;
    float: left;
    margin-right: 10px;
}
.optionsdwn .separ {
    background: url(/images/separator.png);
    width: 1px;
    height: 19px;
    display: inline-block;
    margin: 0 35px;
    float: left;
}
.page_full .time {
    width: 100%;
    margin: 0
}
.page_full .time:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    margin: 0 0 0 10px;
    background-image: url(/images/sprites.png);
    background-position: -105px -23px;
    vertical-align: top
}
.page_full .time2:after {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    margin: 4px 0 0 5px;
    background-image: url(/images/sprites.png);
    background-position: -105px -23px;
    vertical-align: top
}
.page_full .time2 {
    background: #fff;
    padding: 2px 10px 2px 10px;
    box-shadow: 0 0 3px;
    display: inline-block;
    margin-left: 4px;
    border-radius: 6px;
}
.regtext {
    line-height: 20px;
}
.social-link li {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width:1366px) {
    .painting_modal .col_l.page_painting_picture,
    .painting_modal .col_r.page_painting {
        height: 400px
    }
    .painting_modal .ads {
        top: -100px
    }
    .painting_modal .col_l .picture img {
        max-height: 340px
    }
}

@media screen and (max-width:1200px) {
    .painting_modal {}
    .painting_modal .col_l .info {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
    .painting_modal .col_l .info .col.socs {
        order: 1;
        width: 50%
    }
    .painting_modal .col_l .info .col.socs .name {
        display: none
    }
    .painting_modal .col_l .info .col.buttons {
        order: 3;
        width: 100%;
        margin-top: 10px
    }
    .painting_modal .col_l .info .col.likes {
        order: 2;
        width: 50%
    }
    .painting_modal .col_l {
        width: calc(100% - 177px)
    }
    .painting_modal .col_r {
        width: 153px
    }
    .painting_modal .col_r .item {
        width: 100%;
        margin-right: 0
    }
    .panel .col {
        width: 30%;
        margin-right: 5%
    }
    .panel .col:nth-child(3n) {
        margin-right: 0
    }
    .content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
    .slider .item .text .tab {
        height: 380px
    }
    .slider .item .image {
        height: 380px
    }
    .categories .item {
        width: 31.1702%;
        margin: 0 3.2446% 3.2446% 0
    }
    .categories .item:nth-child(3n) {
        margin: 0 0 3.2446% 0
    }
    .categories .item:nth-child(4n) {
        margin: 0 3.2446% 3.2446% 0
    }
    .filters {
        display: flex;
        flex-flow: wrap;
        /*justify-content: flext-start*/
    }
    .filters .search,
    .filters .pagination,
    .filters .page {
        width: 44%;
        margin: 0 0 0 0
    }
    .filters .search {
        order: 3
    }
    .filters .sort-time {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
        width: 55%;
    }
    .filters .pagination {
        order: 4;
        width: 300px;
        float: right;
        margin-left: auto;
        /*margin: 40px auto 0 auto*/
    }
    .filters .page {
        order: 2;
        width: 43%;
        float: right;
    }
    .page_painting .column,
    .page_painting .item {
        width: 22.3%;
        margin: 0 2.573% 2.573% 0
    }
    .page_painting .column:nth-child(4n),
    .page_painting .item:nth-child(4n) {
        margin-right: 0
    }
    .page_painting .column:nth-child(5n),
    .page_painting .item:nth-child(5n) {
        margin-right: 2.573%
    }
    .addcomment .form .line .bb_code.italic,
    .addcomment .form .line .bb_code.underline,
    .addcomment .form .line .bb_code.line_through,
    .addcomment .form .line .bb_code.link,
    .addcomment .form .line .bb_code.html,
    .addcomment .form .line .bb_code.backtick {
        display: none
    }
    .addcomment .form .line .send {
        padding: 0 15px
    }
}

@media screen and (max-width:1100px) {
    .wrap main {
        width: 70%
    }

    /*.image_radius {width: 100%;}*/
}

@media screen and (max-width:980px) {
    .wrap main {
        width: 65%
    }
    .shortstory-player .playerwrap {
        margin: 3px auto 15px;
    }
    .short-news .newsinfo .social {float: none;margin-top: 10px;display: block;}
    .short-news .newsinfo .title {display: block;}

    .filters .search,
    .filters .pagination,
    .filters .page {
        width: 44%;
        margin: 0 0 0 0
    }
    .filters .search {
        order: 2;
        width: 100%;
        margin-bottom: 15px;
    }
    .filters .sort-time {
        order: 1;
        margin-top: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .filters .pagination {
        order: 4;
        width: 300px;
        
        margin-left: auto;
        /*margin: 40px auto 0 auto*/
    }
    .filters .page {
        order: 3;
        width: 43%;
        /*float: right;*/
        min-width: 240px;
    }
}

@media screen and (max-width:850px) {
    .wrap main {
        width: 62%
    }
    .navmenu {
        display: none;
    }
    .short-news {padding: 10px;}
}
@media screen and (min-width:768px) {
    #pie_register{
        width: 50%;
        float:left;
    }
    .panel.mobile{
        display: none;
    }
    .search_f{
        float: right;
        margin: 11px 0 0 0;
        position: relative;
    }  
    .profile-icon {
        margin: 11px 0 0 0;
    }  
}
@media screen and (max-width:768px) {
    .footer .footer-top .footer-logo {
        width: unset;
    }
    .profile-icon {
        display: none;
    }
    .wrap aside .cats .menu .sub ul {
        display: block;
    }
    .search_f input[type="search"]{
        width: 100%;
    }
    #menu{
        display: none!important;
    }
    /*.audiocat .metainfo {display: none;}*/
    .metainfo .name {font-size:12px;margin-right: 2px;}
    .metainfo .links {line-height: 18px;}
    .sort-time {display: block;width: 100%;}

    .audiocat.shortstory-player .jp-bottom {
        width: 50%;
        padding: 25px 10px 0 10px;

    }
    .short-news {
        padding: 10px;
    }
    .imgright .image_radius_border {
        width: 120px;
        height: 120px;

    }
    .image_radius, .imgright .image_radius {
        width: 100px;
        height: 100px;
    }
    .imgavatar {width: 16%;}


    .short-news {position: relative;}
    .short-news .newsinfo {padding-left: 115px;}
    /*.newsinfo .social .separ {display: none;}*/


    .page_full h1 {
        font-size: 28px
    }
    .page_full h2,
    .page_full h3 {
        font-size: 20px
    }
    .fancybox-image {
        max-width: 90%
    }
    .fixscroll {
        display: none
    }
    .painting_modal .head {
        height: auto;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
    .painting_modal .head .close {
        background-position: 0 -26px
    }
    .painting_modal .head .arrow.left {
        background-position: -25px -26px
    }
    .painting_modal .head .arrow.right {
        background-position: -38px -26px
    }
    .painting_modal .col_l {
        width: 100%
    }
    .painting_modal .col_r {
        display: none
    }
    .painting_modal .head .col_l,
    .painting_modal .head .col_r {
        display: block;
        width: 100%
    }
    .painting_modal .head .col_l {
        order: 2
    }
    .painting_modal .head .col_r {
        order: 1
    }
    .painting_modal .col_l.page_painting_picture,
    .painting_modal .col_r.page_painting {
        height: 200px
    }
    .painting_modal .col_l .picture img {
        max-height: 175px
    }
    .painting_modal .col_l .picture,
    .painting_modal .col_l .info {
        height: auto
    }
   /*  .wrap.content {
   
       display: flex;
       flex-flow: wrap;
   } */
    .wrap main {
        float: none;
        order:2;
    }
    .wrap aside {
        float: none;
        order: 1;
    }
    .page_full .preview {
        width: 100%;
        float: none
    }
    .settings_copy {
        margin: 15px 0
    }
    .settings_copy .settings {
        padding-left: 0
    }
    .page_full .options {
        margin-top: 90px
    }
    .download .item:nth-child(2) {
        display: none
    }
    body {
        background: #fff
    }
    header {
        background: #fcfcfa
    }
    header .content {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
    header .content .logo {
        order: 2
    }
    header .content .navicon {
        order: 3;
        width: 65px;
        margin: 0;
        font-size: 0
    }
    header .content .search {
        order: 1;
        cursor: pointer;
        margin: 0;
        width: 65px;
        height: 65px;
        text-align: center
    }
    header .content .search:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 15px;
        background-image: url(/images/sprites.png);
        background-position: -60px -20px;
        vertical-align: top;
        margin-top: 25px
    }
    header .content .search_f {
        display: none
    }
    header .content .search.on {
        position: static
    }
    header .content .search.on input[type="search"] {
        width: 100%
    }
    header .content .search_f.on {
        display: block;
        position: absolute;
        top: 60px;
        right: 20px;
        left: 25px
    }
    .speedbar {
        display: none
    }
    .content {
        padding-left: 20px;
        padding-right: 20px
    }
    .wrap main,
    .wrap aside {
        width: 100%
    }
    .slider .item .text {
        width: 100%
    }
    .slider .item .text .tab {
        height: auto
    }
    .slider .item .image {
        display: none
    }
    .categories .item {
        width: 48.4042%;
        margin: 0 3.1914% 3.1914% 0
    }
    .categories .item:nth-child(3n) {
        margin: 0 3.1914% 3.1914% 0
    }
    .categories .item:nth-child(2n),
    .categories .item:nth-child(4n) {
        margin: 0 0 3.1914% 0
    }
    .page_description {margin: 0;}
    .page_description .title {margin-top: 0;}
    .wrap aside {margin-top: 0;}
    .page_description .title h1 {
        display: block
    }
    .page_description .title .result {
        float: none
    }

    table thead th,
    table tbody td {
        display: none
    }
    table thead th:nth-child(1),
    table tbody td:nth-child(1) {
        display: block;
        width: 49%;
        float: left
    }
    table thead th:nth-child(2),
    table tbody td:nth-child(2),
    table:not(.hide_4td) thead th:nth-child(4),
    table:not(.hide_4td) tbody td:nth-child(4) {
        display: block;
        width: 25%;
        float: left
    }
    table.hide_4td thead th:nth-child(2),
    table.hide_4td tbody td:nth-child(2) {
        width: 49%;
    }
    table tbody td:nth-child(1),
    table tbody td:nth-child(2) {
        min-height: 90px
    }
    table thead th:nth-child(2) {
        text-align: left
    }
    table tbody td.about {
        display: none;
        height: auto;
        width: 100%
    }
    .filters .search,
    .filters .pagination,
    .filters .page {
        width: 100%
    }
    .filters .search {
        order: 3
    }
    .filters .pagination {
        order: 1;
        width: 300px;
        margin: 0 auto 20px auto
    }
    .filters.down .pagination {
        width: 100%;
        margin-bottom: 40px;
    }
    .filters .page {
        order: 2;
        text-align: center;
        margin-bottom: 20px
    }
    .page_painting .column,
    .page_painting .item {
        width: 30%;
        margin: 0 3.2446% 3.2446% 0
    }
    .page_painting .column:nth-child(3n),
    .page_painting .item:nth-child(3n) {
        margin-right: 0
    }
    .page_painting .column:nth-child(4n),
    .page_painting .column:nth-child(5n),
    .page_painting .item:nth-child(4n),
    .page_painting .item:nth-child(5n) {
        margin-right: 3.2446%
    }
    .comment .info .share {
        display: none
    }
    footer .logo {
        width: 100%;
        margin: 0 0 20px 0
    }
    footer .logo:before {
        width: 114px
    }
    footer .content.contacts p {
        display: none;
        width: 100%;
        margin: 0 0 20px 0
    }
    footer .content.contacts p.email {
        display: block
    }
}

@media screen and (max-width:640px) {
    .yandexdonate {min-height: 269px;}
    .audiocat .shortstory-player .jp-bottom {
        width: 70%;
        padding: 25px 10px 0 10px;

    }
    /*.metainfo {margin-left: 0;}*/
    .page_full .time2 {width: 95%;}

    .metainfo .name {display: inline-block;}

    .menu a {
        font-size: 15px;
    }

    

    /* .shortstory-player,  */.short-news-text {display: none;}
    .biografiya .preview img,
    .biografiya .text_story img,
    .biografiya img {
        float: none!important;
        margin: 10px auto;
        display: block
    }
    .short_text {
        width: 100%;
        float: none
    }
    .show_text {
        display: block;
        margin-top: 5px
    }
    .show_text:after {
        cursor: pointer;
        content: "";
        display: inline-block;
        width: 8px;
        height: 16px;
        background-repeat: no-repeat;
        vertical-align: top;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 25px;
        cursor: pointer;
        background-image: url(/images/sprites.png);
        background-position: -95px 0;
        margin: 3px 0 0 10px
    }
    .show_text.text_hide:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
/*     .short_text:not(.no_hide) {
    display: none
} */
    .scroll_top {
        bottom: 15px;
        right: 15px;
    }
}

@media screen and (max-width:500px) {
    
    .imgright .image_radius_border {float: none;margin:0 auto 15px auto;}

}

@media screen and (max-width:480px) {
    .short-news .newsinfo {
        padding-left: 110px;
    }
    .audiocat .playerwrap {margin: 10px;}
    .optionsdwn .item {margin: 0;display: block;}
    .optionsdwn .dwntext:before {margin-top: 3px;}
    .download_new .separ,
    .optionsdwn .itemprint {
        display: none;
    }
    .optionsdwn .dwntext span {margin: 3px 5px 0 5px;}


    .search input[type="search"] {
        width: 100%;
    }
    #loading-layer2 {
        bottom: 10%;
        margin-left: -145px;
    }
    #text_story2.text_story .tit h2 {
        margin-top: 10px;
        margin-right: 0
    }
    .panel .col {
        width: 100%;
        margin-right: 0;
        margin-top: 0
    }
    .panel .col_mob {
        cursor: pointer;
        display: block;
        font-size: 15px
    }
    .panel .col_mob:after {
        float: left;
        content: "";
        width: 17px;
        height: 10px;
        margin: 3px 10px 0 0;
        background: url(/images/sprites.png) -43px -20px no-repeat
    }
    .panel .col_mob:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .categories .item {
        height: 130px
    }
    /* .categories .item:hover{background:#fff} */
    .categories .item .text .tab {
        height: 130px
    }
    .categories .item .about {
        display: none!important
    }
    .categories .item .title {
        font-size: 14px
    }
    .categories .item .title:before {
        content: "";
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 180px 90px
    }
    .categories .item .title.tales:before {
        background-position: 0 0
    }
    .categories .item .title.audio:before {
        background-position: -45px 0
    }
    .categories .item .title.painting:before {
        background-position: -90px 0
    }
    .categories .item .title.fables:before {
        background-position: -135px 0
    }
    .categories .item .title.diary:before {
        background-position: 0 -45px
    }
    .categories .item .title.preview:before {
        background-position: -45px -45px
    }
    .categories .item .title.reviews:before {
        background-position: -90px -45px
    }
    .categories .item .title.biographies:before {
        background-position: -135px -45px
    }
    .page_painting .column,
    .page_painting .item {
        width: 48.4042%;
        margin: 0 3.1914% 3.1914% 0
    }
    .page_painting .column:nth-child(3n),
    .page_painting .column:nth-child(4n),
    .page_painting .column:nth-child(5n),
    .page_painting .item:nth-child(3n),
    .page_painting .item:nth-child(4n),
    .page_painting .item:nth-child(5n) {
        margin-right: 3.1914%
    }
    .page_painting .column:nth-child(2n),
    .page_painting .item:nth-child(2n) {
        margin-right: 0
    }
    .page_full .preview,
    .page_full .options {
        margin: 0 auto;
        float: none
    }
    .page_full .options .download {
        margin-left: 0;
    }
    .page_full .text_story .tit h2 {
        width: 100%
    }
    .page_full .text_story .tit .time {
        display: none;
        float: none;
        width: 100%;
        margin: 0 0 30px 0
    }
    .page_full .text_story.open .tit .time {
        display: block
    }
    .page_full .page_full_main {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
    .page_full .page_full_main .options {
        order: 2;
        border-bottom: 1px solid #dedede
    }
    .page_full .page_full_main .intro {
        order: 1
    }
    .other {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
    .other .col:nth-child(1) {
        order: 1;
        width: 45%
    }
    .other .col:nth-child(2) {
        order: 3;
        width: 100%;
        margin-top: 30px
    }
    .other .col:nth-child(3) {
        order: 2;
        width: 45%
    }
    .other .share {
        order: 4;
        text-align: center
    }
    .other .share .likes {
        float: none;
        margin-top: 20px
    }
    .related li {
        width: 100%;
        margin-right: 0
    }
}


@media screen and (max-width:400px) {

    .newsinfo .social .separ {display: none;}
    .newsinfo .social .rate_like-dislike {float: none;}
    .newsinfo .social .time {position: absolute;top:10px;left:17px;}
    .short-news { padding:30px 10px 10px 10px; }
    .short-news .imgavatar {width: 39%;}
    .short-news .newsinfo {margin-top: -20px;}
}

@media screen and (max-width:380px) {

    .metainfo .links .author_link:after {content:"";display: block;}
    .metainfo .links .namem10 {margin-left: 0;}

}



.block_menu_paint a {
    text-decoration: none;
}
.block_menu_paint a:hover {
    text-decoration: underline;
}
table thead th {
    white-space: nowrap;
}
#yandex_rtb_R-A-276944-8,
#yandex_rtb_R-A-276944-13,
.adsbygoogle[data-ad-slot="9359009802"] {
    min-height: 200px;
}
.text {
    line-height: 24px
}
.select_comments .active {
    font-weight: bold;
}
@media screen and (max-width: 400px) {
    blockquote {
        padding-left: 10px;
    }
    
    blockquote .quote {
        width: 90%;
    }
}
.fr-dii.fr-fir {float: right;}

.widget-area .open-m-menu ul.children{
    display: none!important;
}
.widget-area .cat-have-child.open-m-menu ul.children{
    display: block;
}

.cat2951 .menu .cat-item >a:hover,
.cat2951 .menu li.current-cat > a{
    text-decoration: underline;
}
.wrap aside .cats > ul{
    padding: 0px 10px;
}
#pie_regiser_form .pie_wrap_buttons input.pie_submit,
#piereg_login_form #wp-submit,
#glsr_ccd51b6c .glsr-button{
    color: #8040C0;
    text-decoration: none;
    border: 1px solid #8040C0;    
}
#glsr_ccd51b6c .glsr-button{
    padding: 15px 22px;
    border-radius: 8px;
}
#pie_regiser_form .pie_wrap_buttons input.pie_submit:hover,
#piereg_login_form #wp-submit:hover,
#glsr_ccd51b6c .glsr-button:hover{
    background: #8040C0!important;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8040C0;    
}
.page_painting .item img {
    width: 100%;
}
div#fancy_print {
    background: url("images/print2.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    width: 58px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    display: block;
}
.site-content{
    margin-top: 85px;
}
#glsr_ccd51b6c .glsr-field{
    margin-bottom: 20px;
}
#glsr_ccd51b6c label{
    margin-bottom: 10px;
}
@media screen and (max-width:1100px) {
    .comment-form input#submit{
        width: 100%;
    }
}
.logout-link {
    color: #8040C0 !important;
    border: solid 1px #8040C0 !important;
    padding: 19px;
    border-radius: 8px;
    display: block;
    float: left;
    margin-top: 20px;
}
.logout-link:hover {
    color: #fff!important;
    background: #8040C0!important;
}
.piereg_login_wrapper #wp-submit {
	color: #8040C0!important;
    border: solid 1px #8040C0!important;
	background: none !important;
}
.piereg_login_wrapper #wp-submit:hover {
    color: #fff!important;
    background: #8040C0!important;
}
#piereg_lostpasswordform #wp-submit {
	color: #8040C0!important;
    border: solid 1px #8040C0!important;
	background: none !important;
}
#piereg_lostpasswordform #wp-submit:hover {
    color: #fff!important;
    background: #8040C0!important;
}
div.pieregForgotPassword {
    float: left !important;
	padding-left: 0 !important;
}
#piereg_login form#piereg_lostpasswordform p {
    padding-left: 0 !important;
}
.pieregWrapper .piereg_warning.fp_desc {
    background: #8040C0 !important;
    border: 0 !important;
}
.piereg_login_container .piereg_login_wrapper {
    max-width: 480px;
	margin: 0 auto;
}
.login-page #pie_register {
    width: 100%!important;
}
.linkStyle1 {
    font-weight: bold;
}
.piereg-profile-logout-url a {
    color: #8040C0 !important;
    border: solid 1px #8040C0 !important;
    padding: 19px;
    border-radius: 8px;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.piereg_edit_profile_link {
    margin-top: 0 !important;
}
.piereg-profile-logout-url a:hover {
    color: #fff!important;
    background: #8040C0!important;
}
.pie_wrap_buttons input {
    color: #8040C0!important;
    border: solid 1px #8040C0!important;
	background: none !important;
}
.pie_wrap_buttons input:hover {
    color: #fff!important;
    background: #8040C0!important;
}
.navmenu li {
    list-style: none;
    float: left;
}
.navmenu .parents-child ul.submenu {
	display:none;
	background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .07);
    border: 2px solid #8040c0;
    min-width: 162px;
    z-index: 999;
	border-top: 0;
} 
.navmenu .submenu a {
    display: block;
    margin: 0;
}
.navmenu .submenu a:hover {
	background: #8040c0;
	color: #fff;
}
.navmenu .submenu li a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    border-right: 1px dotted #333;
    display: block;
    top: 14px;
}
.navmenu .submenu li:last-child a:before {
    border-right: none;
}
.navmenu .parents-child:hover ul.submenu {
	display:block;
	position: absolute;
} 
.navmenu .parents-child ul.submenu li {
	padding: 10px 20px;
	position: relative;
} 
.piereg-profile-logout-url {
    display: none;
}
.parents-child a.registericon {
    margin-bottom: 20px;
}

.logo img {
    width: 100%;
}

select.select.search-box-select {
    padding-top: 6px;
    width: 110px !important;
}

.search-box input.search-box-input, .theme-violet .search-box .search-box-select {
    background: #f9f9f9;
}

.call_action {
    font-family: "Tahoma", Sans-serif;
    font-size: 13px;
    fill: #8040C0;
    color: #8040C0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8040C0;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 19px 14px 19px;
    position: absolute;
}

.call_action:hover {
    color: #FFFFFF;
    background-color: #8040C0;
}

.controls {
    padding: 15px !important;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2) !important;
    border-radius: 5px 5px 0 0 !important;
    background: rgb(40, 97, 138) !important;
    background: linear-gradient(180deg, rgba(40, 97, 138, 1) 0%, rgba(40, 85, 118, 1) 100%) !important;
}

.controls > div, .controls > button {
    border:0;
    background: rgb(40, 97, 138) !important;
    background: linear-gradient(180deg, rgba(40, 97, 138, 1) 0%, rgba(40, 85, 118, 1) 100%) !important;
}

  .metainfo {
                margin: 30px 0;
            }

            .short-news {
                background-color: #F0F0F0;
            }

            .likebtn-wrapper {
                line-height: 16px !important;
            }

            .dashicons-visibility {
                color: #D69499;
            }

            .pages {
                display: none;
            }

            .page {
                border: 0px!important;
                font-size: 16px;
                padding: 0 10px;
                border-radius: 5px 5px 0 0;
                border-bottom-color: #225378;
                vertical-align: top;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li a {
                max-width: 153px;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li span.post-count {
                text-align: right!important;
            }

            .wp-pagenavi .page {
                width: auto!important;
            }

            .footer_logo {
                max-width: 74px!important;
            }

            .likebtn_container {
                display: none;
            }

            .slider .item .text .title {
                font-size: initial;
                font-weight: 400;
            }

            .categories .item .title {
                font-size: 14px;
                margin: 0!important;
            }

            .mejs-container {
                clear: inherit!important;
            }

            .object-fit img {
                object-fit: cover;
                height: 560px;
            }

            .searchs {
                width: auto;
            }

            .entry-footer {
                display: none;
            }

            .searchs {
                display: inline-block;
                width: 28%;
                height: 42px;
                vertical-align: top;
                margin: 0 2.4% 0 0;
            }

            .searchs {
                position: relative;
            }

            .glsr-field,.search-submit {
                display: none!important;
            }

            .glsr-required {
                display: block!important;
            }

            .short-news .wp-playlist-tracks {
                display: none;
            }

            .current {
                color: #b0b0af;
                font-size: 16px;
                padding: 0 10px;
                border-radius: 5px 5px 0 0;
                border-bottom-color: #225378;
                vertical-align: top;
                display: inline-block;
                border: 1px solid #225378;
            }

            .wp-pagenavi {
                line-height: 40px;
                text-align: center;
                display: inline-block;
                width: calc(100% - 60px);
                border-bottom: 1px solid #d7d7d7;
                position: relative;
                margin-left: 30px;
            }

            .wp-pagenavi a {
                color: #b0b0af;
                border: 0px!important;
                line-height: 40px;
                font-size: 16px;
            }

            .nextpostslink,.previouspostslink {
                font-family: 'Nanum Gothic Coding', monospace;
                line-height: 35px!important;
                font-size: 25px!important;
                color: #20678a!important;
                position: absolute;
            }

            .nextpostslink {
                right: -20px;
            }

            .previouspostslink {
                left: -20px;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li {
                padding: 8px!important;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li {
                border-bottom: 0px!important;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li a {
                font-size: 13px;
                font-family: Arial, Tahoma, sans-serif;
                color: #285576!important;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li {
                line-height: 15px!important;
                padding: 10px;
            }

            .post-count {
                font-size: 13px!important;
                font-family: Arial, Tahoma, sans-serif;
                color: #285576!important;
                box-shadow: none;
                box-shadow: inset 2px 1px 3px rgba(255, 255, 255, 0.1)!important;
            }

            .ve-cat-widget-div ul.ve-cat-widget-listing li:after {
                width: 3px;
                height: 3px;
                margin-top: 7px;
                content: "";
                float: left;
                margin-right: 6px;
                background: url(/wp-content/uploads/images/elipse.png) no-repeat;
                display: inline-block;
            }

            body {
                margin-top: 50px;
            }

            .filters .pagination {
                width: 38.6%;
                margin-right: 0px;
            }

            .filters .page {
                width: 30.1%;
            }

            .wp-playlist-light {
                padding-bottom: 15px!important;
                box-shadow: 0 6px 4px -4px rgba(0,0,0,.2)!important;
                border-radius: 5px 5px 0 0!important;
                background: rgb(40,97,138)!important;
                background: linear-gradient(180deg,rgba(40,97,138,1) 0%,rgba(40,85,118,1) 100%)!important;
            }

            .mejs-controls .mejs-time-rail .mejs-time-total {
                background: #077ed5!important;
            }

            .wp-playlist-light .wp-playlist-playing {
                background: #fff0!important;
                color: #fff!important;
            }

            .wp-playlist-light .wp-playlist-playing a {
                color: #fff!important;
            }

            .wp-playlist {
                margin: 0px;
            }

            .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
                background: unset!important;
            }

            .wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
                color: #fff!important
            }

            .short-news .wp-playlist-current-item {
                border-radius: 5px!important;
                display: none;
            }

            .short-news .wp-playlist-light {
                border-radius: 5px!important;
                padding-bottom: 10px!important;
            }

            .pieregWrapper #pie_register .fields .input_fields, .pieregWrapper #piereg_login .input_fields, .piereg_login_container .piereg_login_wrapper .piereg_resetpassform .input_fields {
                width: 100%;
                display: block;
                font-size: 14px;
                padding: 10px;
                vertical-align: middle;
                border-radius: 5px;
                background: #fff;
                border: 1px solid #d7d7d7;
                background: #f9f9f9;
                margin: 0px;
                line-height: 16px;
                -webkit-transition: border 0.2s linear 0s;
                transition: border 0.2s linear 0s;
            }

            .pieregWrapper #pie_register .fields {
                margin: 0px;
            }

            .pieregWrapper .fields .fieldset {
                margin-bottom: 20px;
                padding: 0px;
            }

            .piereg_container .piereg_login_wrapper .submit input[type="submit"], .pieregWrapper input[type="submit"], .pieregWrapper .pie_prev, .pieregWrapper .pie_next, #piereg_login form#piereg_lostpasswordform p input[type="submit"], .pieregWrapper input[type="reset"], .pieregWrapper input[type="button"], .pieregWrapper input[type="reset"] {
                display: inline-block;
                background: #fff;
                font-size: 13px;
                color: #ea7f00;
                text-decoration: none;
                border: 1px solid #ea7f00;
                border-radius: 8px;
                padding: 15px 22px;
                width: auto;
                cursor: pointer;
            }

            .pieregWrapper #pie_register .fields input[type="submit"], .pieregWrapper #pie_register .fields input[type="reset"] {
                float: none;
            }

            #pie_register_reg_form, .piereg_container {
                padding: 0px;
            }

            .pieregformWrapper #pie_register_reg_form ul#pie_register {
                margin: 0px;
            }

            .piereg_login_container .piereg_login_wrapper .piereg_loginform .forgetmenot {
                width: 100%;
            }

            .piereg_login_container .piereg_login_wrapper .piereg_loginform p#nav, .piereg_login_container .piereg_login_wrapper .piereg_resetpassform p.nav {
                width: 100%;
                text-align: left;
            }

            .pieregWrapper #pie_register .fields textarea {
                width: 100%;
                display: block;
                font-size: 14px;
                padding: 10px;
                vertical-align: middle;
                border-radius: 5px;
                background: #fff;
                border: 1px solid #d7d7d7;
                background: #f9f9f9;
                margin: 0px;
                line-height: 16px;
                -webkit-transition: border 0.2s linear 0s;
                transition: border 0.2s linear 0s;
            }

            @media(max-width: 768px) {
                .filters .page, .filters .pagination,.result {
                    display:none!important;
                }

                .searchs {
                    margin-top: 15px;
                    margin-bottom: 10px;
                    width: 100%;
                }

                input[type="search"] {
                    width: 100%;
                }
            }

            .date {
                text-decoration: none;
            }

            #reply-title {
                display: none!important;
            }

            .comment-form input {
                width: 49.75%;
                border: 1px solid #dedede;
                padding: 13px 20px;
                border-radius: 5px;
                background: #fff;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .comment-form-cookies-consent {
                display: none;
            }

            .comment-notes {
                display: none;
            }

            .comment-form textarea {
                width: 100%;
                margin-bottom: 10px;
            }

            .wp-playlist-light .wp-playlist-caption {
                color: #fff!important;
                /* margin-bottom: 5px; */
                margin: 5px 0px;
            }

            .wp-playlist-item-length {
                color: #fff;
            }

            .wp-playlist-current-item {
                height: auto!important;
            }

            .wp-playlist-current-item img {
                display: none;
            }

            .breadcrumb {
                margin: 40px 0 10px!important;
            }

            @media (min-width: 768px) {
                .imgright > div {
                   width: 30% !important;
                }
            }
            
            .namecats {
                     clear: both;
             }

                 .cat .col-md-3 {
       width: 100%;
    }

    .rate_like-dislike {
    display: flex;
    align-items: center;
}