/*
Theme Name: Annina
Theme URI: https://crestaproject.com/downloads/annina/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Annina is clean & fresh responsive WordPress Blog Theme, full width and masonry based, one main column e one sidebar column, unlimited colors and theme options by CrestaProject.com. Live demo http://crestaproject.com/demo/annina/
Version: 1.5.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: annina
Tags: two-columns, right-sidebar, custom-background, custom-menu, custom-colors, sticky-post, featured-images, theme-options, translation-ready, editor-style, full-width-template, rtl-language-support, blog, news
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
    
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box
}
  
  
 body {position: relative;background:#131313 !important;}
  
*,:before,:after {
    box-sizing: inherit
}

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

ol,ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,th,td {
    font-weight: 400;
    text-align: left
}

blockquote:before,blockquote:after,q:before,q:after {
    content: ""
}

blockquote,q {
    quotes: "" ""
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0
}

a img {
    border: 0
}

body,button,input,select,textarea {
    color: #000;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none
}

.smallPart,aside .tagcloud {
    font-size: 17px;
    line-height: 1.4;
    padding: 10px 0;
    text-align: right
}

.annCenter2 {
    width: 170px;
    text-align: center;
    padding: 9px;
    float: left
}

.annCenter {
    text-align: center
}

h1,h2,h3,h4,h5,h6,p.site-title {
    clear: both;
    font-weight: 700
}

h1,p.site-title {
    font-size: 25px
}

h1.entry-title {
font-size: 37px;
    margin: 2px 5px 10px;
    color: #000;
    text-align: left;
    line-height: 50px;
    float: left;
    width: 100%;
}

h2 {
    font-size: 25px;
    margin: 30px 0 13px 0
}

h2.podvalsing {
    font-size: 31px;
    margin: 0 auto;
    text-align: center
}

h2.podvalsingleft {
    font-size: 31px;
    margin: 0 auto;
    text-align: left
}

.podvalsingleft {
    width: 100%;
    float: left;
    padding: 20px 10px
}

.podvalsingleft a {
    color: #5d5d5d
}

h3 {
    font-size: 20px;
    margin: 0 0 8px 0
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 10px
}

p {
    margin-bottom: 20px;
    margin-top: 20px;
}

b,strong {
    font-weight: 700
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    display: block;
    padding: .5em .5em .5em 3em;
    position: relative;
    border-left: 4px solid #dd4c39;
    border-right: 2px solid #dd4c39;
    font-weight: 300
}

blockquote::before {
    content: "\201C";
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffc6bf
}

address {
    margin: 0 0 1.5em
}

pre {
    background: rgba(0,0,0,.05);
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

code {
    display: block;

    padding: .5em;
    border-radius: 4px
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

sup,sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

.spaceLeft {
    padding-left: 5px
}

.spaceRight {
    padding-right: 5px
}

.spaceLeftDouble {
    padding-left: 10px
}

.spaceRightDouble {
    padding-right: 10px
}

.spaceLeftRight {
    padding: 0 5px
}

.floatLeft {
    float: left
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li {
    padding: 7px 0
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

table {
    margin: 0 0 0;
    width: 100%
}

th {
    font-weight: 700
}

tr:nth-child(2n+2) {
    background-color: rgba(0,0,0,.05)
}

ins {
    text-decoration: none;
    background: #fff!important;
}


.quiz-area input {background-color: #58afa2;
    box-shadow: 0 2px 0 0 #3c7d73 !important;
    color: #fff!important;
        text-decoration: none;
    width: 200px;
    margin-top: 5px;
    padding: 17px;
    border-radius: 2px;
    font-weight: 700;
    background-color: #58afa2!important;
    box-shadow: 0 2px 0 0 #3c7d73;
    color: #fff;
    font-size: 20px;
    transition: all 0s;
    -webkit-transition: all 0s;
    border: none;
}

.quiz-area input:hover {background-color: rgb(60 125 115);
    box-shadow: 0 2px 0 0 #3c7d73;
    color: #fff;
        text-decoration: none;
    width: 200px;
    margin-top: 5px;
    padding: 17px;
    border-radius: 2px;
    font-weight: 700;
    box-shadow: 0 2px 0 0 #3c7d73 !important;
    color: #fff;
    font-size: 20px;
    transition: all 0s !important;
    -webkit-transition: all 0s !important;
    border: none !important;
}


button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    min-width: 45px;
}

button,input[type=button],input[type=reset],input[type=submit] {

}

button:hover:not(.menu-toggle),input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    border: 1px solid #3c80bd;
    transition: all 0s ease-in-out;
    background: 0 0;
    color: #dd4c39
}

input[type=checkbox],input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: none;
    width: 100%
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
    outline: 0;
    border: 0;
    background: rgba(0,0,0,.05);
    border-radius: 4px;
    -o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus {
    background: rgba(0,0,0,.03)
}

@font-face {
    font-family:'Proxima Nova Regular';font-weight:400;font-style:normal;font-display:swap;src:local('Awesome Font'),url(https://na-dostupnom.ru/wp-content/themes/annina/fonts/ProximaNova-Regular.eot),url(https://na-dostupnom.ru/wp-content/themes/annina/fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'),url(https://na-dostupnom.ru/wp-content/themes/annina/fonts/ProximaNova-Regular.woff) format('woff'),url(https://na-dostupnom.ru/wp-content/themes/annina/fonts/ProximaNova-Regular.ttf) format('truetype')
}

#search-full input[type=search] {
    background: 0 0;
    font-size: 125%;
    line-height: 1;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 1em 2em;
    width: 100%
}

#search-full input[type=search]:focus {
    border: 0;
    border-bottom: 1px solid
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color] {
    padding: 10px 14px
}

textarea {
    overflow: auto;
    padding-left: 14px;
    vertical-align: top;
    width: 100%;
    height: 150px
}

a {
    color: #24f;
    text-decoration: none;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,a:focus,a:active,.entry-title a {
    color: #000;
}

.site-header a,.site-header a:hover,.site-header a:focus,.site-header {
    color: #fff
}

.site-footer a {
    color: #6f6f6f
}

.main-navigation {
    display: inline;
    width: 99%;
    float: left
}

.topSearchForm {
    padding-top: 1.5em
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    position: relative;
    list-style: none;
    padding: 0!important
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px !important;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-left: 2px solid transparent;
    font-weight: 300
}

.main-navigation ul li .indicator {
    position: absolute;
    right: 16px;
    top: 22px;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 1
}

.main-navigation ul li .indicator:before {
    content: "\f0d7"
}

.main-navigation ul li .indicator,.main-navigation ul li:hover .indicator {
    border: 0!important
}

.main-navigation ul ul {
    display: none;
    z-index: 99999
}

.main-navigation ul ul ul {
    top: 0
}

.main-navigation ul ul li {
    padding-left: 1em
}

.main-navigation ul li:hover>a,.main-navigation li a:focus,.main-navigation li.current-menu-item>a,.main-navigation li.current-menu-parent>a,.main-navigation li.current-page-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_parent>a,.main-navigation ul>li:hover .indicator,.main-navigation li.current-menu-parent .indicator,.main-navigation li.current-menu-item .indicator {
    color: #fff
}

.otstup {
    margin: 0 auto!important;
    text-align: center;
    float: left;
    width: 100%
}

.linkf a {
    color: #000;
    font-size: 16px!important;
    text-transform: lowercase;
    padding: 4px 4px;
    background: #f0f0f0;
    margin: 3px 2px;
    line-height: 2em
}


.footerbrick2 {
    float: left;
    padding: 0 18px;
		width: 100%;
text-align: center;
}



.footerbrick2 a {
    color: #fff;
    font-size: 25px
}

.footerbrick2 a:hover {
    color: #fff;
}

.footerbrick2 ul {
    list-style: none;
    margin: 5px
}

.footerbrick2 ul li {
    float: left;
    width: 100%;
    padding: 0
}

.footerbrick2 ul li a {
    color: #000;
    font-size: 20px
}

.footerbrick2 ul li a:hover {
    color: #000
}

.menu-toggle {
    display: none
}

#toTopi {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: rgba(240,240,240,.69);
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana
}

.kranofon {
    font-size: 33px!important;
    background: #ff1b0033!important;
    padding: 18px 10px!important
}

#yandex_ad1 {
    margin: 0 auto;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 0 30px 0
}

#yandex_ad2 {
    margin: 0 auto;
    overflow: hidden;
    float: left;
    width: 100%;
	margin-top: 20px;
}

#adfox_16406826006454789 {
    margin: 0 auto;
    overflow: hidden;
    float: left;
    width: 100%;
	margin-top: 20px;
}


.avtorblock {width:100%; padding:20px;float:left;}

/*Автор поста*/
#article-author {
width: 100%;
margin-bottom: 0px;
padding: 5px;}
#author-image{
    float: left;}
    #author-image img {
   border: 5px solid #d4e5ff;
border-radius: 50px;}
    
    
#author-text {
    font-size:13px;
    color:#444;
    overflow:hidden;
    line-height: 20px;
padding: 0 10px;
}


.melkosverhu {
    font-size:13px;
    color:#444;
    overflow:hidden;
    line-height: 20px;
padding: 0 10px;
}


.post-counter{
    margin-top:13px;
    font-size: 12px;}
.author{
    font-size: 15px;
margin: 0px 10px;
float: left;
width: calc(100% - 100px);line-height: 22px;}

#loh1 {display: none; }
#loh2 {display: none; }

.skril {
    display: none; 
}
.neskril {
    display: block; 
}

.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
    border-bottom: 1px dotted green;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block; 
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    padding: 10px; 
}

/* demo контейнер */
.demo {
    margin: 5% 10%;
}

.slovar {color: #a1a1a1;
font-weight: 700;
font-size: 19px;
line-height: 40px;
border: 0px solid #eee;
padding: 10px 20px;
    background:#fff;
}

.slovar a {font-weight: 700;
font-size: 19px;
padding: 0 5px;
color: #304675;
border-radius: 5px;}

.kartochka {background: #fff;
margin: -15px 0 57px -31px;
position: absolute;
padding: 0px 10px;
z-index: 99999;
border: 0px solid #eee;
max-width: 290px;
box-shadow: 0 0 10px rgba(0,0,0,.5);
line-height: 27px;
}

.kartochka a {color:#304675;}

.kartochka a {color:#304675;}

.frazolog {height: 100%;
    background: url(/wp-content/uploads/2019/07/dark-triangles.png);
    color: #fff;
    padding: 50px 0px 60px 0;
    background-size: 12%;
}

.podplashki {height: 100%;
}

.plashka {width: 50%;
padding: 10px;
float:left;
}

.plashka p {float: left;
font-size: 16px;
line-height: 20px;
color: rgb(69, 67, 67);
width:90%;
}

.frazolog4 {height: 150px;
    background: url(/wp-content/uploads/2019/07/dark-triangles.png);
    color: #fff;
    padding: 5px 0px 0px 0;
    background-size: 12%;
    padding-bottom:10px;
}

.frazolog2 {height: 100%;
    background: #fff;
	background: url(/wp-content/uploads/2019/07/dark-triangles-1.png);
    color: #fff;
    padding: 50px 0px 60px 0;
    background-size: 12%;
}

.frazologtext {font-size: 20px;
    padding: 17px 10px;}

.frazologtext2 {font-size: 20px;
	color:#000;
    padding: 17px 10px;}

.frazologtext a {
    color: #c9f1ff;
    text-decoration: underline;
}


.zagolowl a  {
	color: #000;
    }


h3.zagolowl {
      margin: 17px 0 8px;
    text-align: center;
    font-weight: 100;
    font-size: 18px;
	color: #000;
    }


h2.zagolba {
    margin: 0 auto;
    text-align: left;
	padding: 0px 10px;
}

h2.zagolba2 {
    margin: 0 auto;
    text-align: left;
    padding: 0 10px;
}

.zagolba a {
    color: #ffffff;
    font-size: 60px;
	text-decoration: underline;
}

.zagolba2 a {
    color: #000;
    font-size: 60px;
	text-decoration: underline;
}


.owl-prev {
position: absolute;
    top: 40%;
    left: -70px;	
}

.owl-next {
position: absolute;
    top: 40%;
    right: -80px;	
}

.nizmenno {
display: inline;
width: 100%;
float: left;
list-style: none;
padding-top:30px;
}

.nizmenno ul {
display: inline;
float: left;
list-style: none;
		padding:0 !important;
	margin: 0 !important;
}
.nizmenno li {
display: inline;
float: left;
list-style: none;
	padding:0 !important;
}
.nizmenno a {
    color:#fff;
margin: 4px !important;
border: 1px solid #fff;
border-radius: 10px;
}

.nizmenno a:hover {
    color:#fff;
}
.frazolog3 {
    height: 100%;
    background: url(/wp-content/uploads/2019/07/dark-triangles.png);
        background-size: auto;
    color: #fff;
    padding:0;
    background-size: 12%; 
}

figcaption {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #818181;
}


.knigi {width:100%;padding: 14px;}
.knigi a {text-decoration:none; color:#000;border-bottom: none !important;}

.kniga {width: 100%;
    padding: 9px;
    border: 1px solid#eee;
    overflow: hidden;
    background: #fff;
    margin: 13px 5px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,.18);}
    
    .kartinka-kn {width: 150px;    padding: 5px 22px;
    float: left;}
    
    
    .kartinka-kn img {width:100%;object-fit: cover;}

.leftk {width: calc(100% - 150px);
    float: left;}

.rightk {width: 200px;
    float: left;}

.zagol-knigi {width: 100%;
    font-weight: bold;}

.avtorknigi {width:100%;    font-size: 11px;color: #565656;}

.tsena {    width: 130px;
    float: left;
    text-decoration: underline;
    margin: 7px 0px;}

.kupit {width:160px;float: left;}

.kupit a {color: rgb(255, 255, 255);
    background: #FF4C00;
    padding: 3px 10px;
    overflow: hidden;
    margin: 0 auto;
    float: left;border-bottom: none !important;}
    
h1.title-kn {
font-size: 35px;
    margin: 2px 5px 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 41px;
    float: right;
    font-weight: 100;
width:100%;
}

.kniga-content {
font-size: 16px;
    padding-left: 15px;
}
    
.kniga-thumb  {
    width: 35%;
    margin-bottom: 20px;
    max-height: 870px;
    object-fit: cover;
    float: none;
}  

.opis-kn {
    text-align: left;
    float: right;
    width: 63%;
    padding-left: 15px;
}


.avtor-knigi {
    margin: 10px 0px 13px;
    color: #696969;
    font-weight: 100;
    font-size: 16px;
}

.fragment-knigi {
  background: #eee;
    color: #636363;
    padding: 9px;
    font-weight: 700;
    border: 1px solid #cacaca;
    border-radius: 3px;
    float: left;
    border-bottom: 1px solid #cacaca !important;
    margin: 18px 5px;
}

.kupit-na-litres {
    background: #ff4c00;
    color: #fff;
    padding: 9px;
    font-weight: 700;
    border-top: 1px solid rgb(202, 202, 202);
    border-right: 1px solid rgb(202, 202, 202);
    border-left: 1px solid rgb(202, 202, 202);
    border-radius: 3px;
    float: left;
    padding: 10px 20px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(202, 202, 202) !important;
    text-align: center;
}

.zakrittfon {
height: 30px;
width: 35px;
position: sticky;
top: 54px;
right: 3px;
z-index: 9;
float:right;
margin-bottom:-35px;
}

.zakruglenie {
background: #e4e4ee;
padding: 5px;
border: 1px solid #eee;
border-radius: 10px;
float: left;
width: 100%;
margin-top: 5px;
margin-bottom: 10px;
}

 .zakritt {
padding: 6px;
       margin: 3px auto;
    background: #dbdbdb;
    border-radius: 4px;
    border: 0px solid rgb(42, 49, 64);
    z-index: 2147483647;
    line-height: 10px;
    font-size: 13px;
    float: initial;
    display: block;
    width: 100%;
}
    
a.zakritt {color:#000;
}    
    
#iks {
    float: right;text-align: center;width: 100%;}
    
    #iks2 {
    display:none;
    opacity: 0;
    height: 0px;
    }
    
    
    #iks3 {
display: none;
    color: #000;
    bottom: 100px;
    width: 24px;
    background: #fff;
    border: 1px solid #eee;
    margin-top: -25px;
    margin-left: 10px;
    padding: 2px;
    height: 24px;

}
    
#zafa {position:absolute;width:100%;background:#eee;height:1px;}

.fa-vk {color:#fff;}
.fa-facebook {color:#fff;}
.fa-twitter  {color:#fff;}

.breadcrumb_last {display:contents;}
.khleb {margin:5px 0px; font-size: 14px;}

#page1 {width:100%;height: auto;}

.wpulike {
    display: block;
    position: relative;
    line-height: normal;
    margin: 0px;
    padding: 10px 0px;
    border: 1px solid#eee;
    width: max-content;
    padding: 10px;
    margin: 18px auto;
}


.wpulike::before     {content: "Понравилась статья?" !important;
    display: inline-block;
    padding-right: 10px;
    height: 24px;}

a.drugie2 {margin-top: -5px;
margin-bottom: 30px;color: #3b220f; background: #ffffff; padding: 10px; margin: 10px 0px; text-decoration: none; border: 1px solid; float: left; border-radius: 10px;}


h2.rekomend {color:#fff;font-size: 37px; padding: 0 10px; text-decoration: underline; color: #fff;}


.alfavitblock {
padding: 0px 10px;
overflow: hidden;
width: 100%;padding-top: 50px;}

.stroka p {margin:0;margin-bottom: 0 !important;font-size: 14px;
color: #454343;}
.stroka2 p {margin:0;margin-bottom: 0 !important;font-size: 14px; line-height: 20px;
color: #454343;}

a.vstroke {
color: #605f5f;
background: #eee;
font-size: 12px;
padding: 3px 10px;
border: 1px solid #eee;
border-radius: 5px;}


.stroka {
border: 1px solid #eee;
padding: 10px;
margin: 10px 0px;
display:flex;    
position: relative;
}

.strokaimg {width:120px;height:120px;flex: none;margin-right:30px;}

.strokaimg img {width:120px;height:100px;flex: none;object-fit: cover; border:0px solid #eee; border-radius:10px;}
.related2 {float:left;width:100%;}
.related2 a {border:none !important; color:#000;width:100%;}
.related2 h2 {font-size: 30px;marfin-left:20px}
.related2 h3 {font-size: 20px;}

.stroka2 {
padding: 10px;
margin: 10px 0px;
display:flex;    
position: relative;margin-left: 10px;
width:100%;
}

.strokaimg3 {width:200px;height:100px;flex: none;margin-right:30px;}

.strokaimg2 {width:150px;height:100px;flex: none;margin-right:30px;}

.strokaimg2 img {width:150px;height:100px;flex: none;object-fit: cover; border:0px solid #eee; border-radius:10px;}



.testpodstat {width: 100%;float: left;display: block;margin-bottom: 20px;padding: 20px;border: 1px solid #eee;border-radius: 10px;background: #eeeeeea8;}



.out {
  transform: translateY(0px);
  transition: transform 1s ease-out 0s, opacity 0.5s ease-in-out 1s;
}

.obratno {transition: all .3s ease;}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    min-width: 16px;
}

a.h2link {color:#000;}
a.h3link {color:#000;}
h3.h3link {font-size: 20px;color:#000;line-height: 25px;}
h2.h2link {color:#000;
margin-left: 20px;
font-size: 35px;
min-width: 50%;
text-align: left;
border-bottom: 1px solid;}

.zagolovokpodstat {float: left;
width: 100%;
background: auto;
text-align: center;
background: linear-gradient(rgb(228, 228, 238), #fff);
border: 0px solid;
padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
    font-size: 25px;
    font-weight:bold;
}


.skritnamobilah {font-size: 30px!important;
line-height: 41px;}

.adfoxvgruppe {max-height: 420px;text-align: center;padding: 0px 15px;margin-bottom: 15px;}


.adload280 {min-height: 280px;
max-height:300px;
background-image: url(https://na-dostupnom.ru/wp-content/uploads/2022/11/adload-1.png);
background-size: 100%;
background-position: 50% 50%;}

.adload100 {height: 0px;}

.adloadall {height: 280px;}

.adloadm280 {display:block !important;min-height: 0px;
background-image: none;
max-height:300px;
background-position: 50% 50%;}

.adload300 {min-height: 300px;
background-image: url(https://na-dostupnom.ru/wp-content/uploads/2022/11/adload-1.png);
background-size: 100%;
background-position: 50% 50%;}

.flip-container {
min-height: calc(100vh - 650px);

}

.fca_qc_question_count 
{
background: #5b5564;
    padding: 10px;
    border: 0px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;    
}

.fca-qc-front 
{
margin-bottom: 10px;    
}

div.fca_qc_question_response_item.correct-answer {
    padding: 5px;
}
div.fca-qc-back.wrong-answer {
    padding: 5px;
}
.fca_qc_quiz_footer {
   margin-top: 5px !important;
    /*    display: grid; */
    
}
   

.ukulele {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
    background: radial-gradient(circle farthest-corner at 100px 50px,#eecfba 7.98%,#c5dde8 53.78%);
    min-height: 320px;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
}

.ukulelehah {
border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px 10px;
    background: radial-gradient(circle farthest-corner at 100px 50px,#eecfba 7.98%,#c5dde8 53.78%);
    min-height: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    display: flex;
    font-weight: bolder;
    max-width: 600px;
    margin: 13px auto;
}

.paartyhah {
    font-style: normal;
    font-size: 20px;
    background: blue;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0px;
}
   
.paarty {
    font-style: normal;
    font-size: 20px;
    background: blue;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-weight: 700;
    line-height: 20px;
    margin-top: 15px;
}

a.paarty:hover {
color: #fff;
}

.skolkopazlov {
    
margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    padding: 1px 5px;
    line-height: 18px;
    font-size: 15px;
    border-radius: 5px;
    display: flex;
    height: 25px;
}

.skolkopazlov p {
    margin: 3px 4px 2px 1px;
}

#yandex_rtb_R-A-322433-38 {float:left;}

#adfox_16685788260999770 {text-align:center;width:100%;height:auto;background:#eee;}
.menyaemmestami {display: flex;
    flex-flow: column nowrap;
    float: left;
    margin: 0 auto;
    width: 100%;}
    
    .gnezdo_used {width:100%;max-width: 1000px;
margin: 0 auto;padding:5px;}


.afp-iiamb-third-party-banner__monetization-block {height:90px;}
.noadv {max-width:100%;}

.sdvig {max-height:156px;background:#eee; padding:3px;}
.sdvigmob {max-height:0px;}

img.fca_qc_quiz_description_img, img.fca_qc_quiz_question_img {
    border: 1px solid #eee;
}

.fca_qc_quiz_description_img {
    object-fit: cover;

    border-radius: 20px;}
    


.fca_qc_score_text {
    font-size: 18px !important;
    margin: 30px 0 10px;
    background: #2a3140;
    padding: 15px 5px;
    border: 1px solid #eee;
    border-radius: 10px;
    float: left;
    color: #fff !important;
    width: 100%;
    font-weight: bold;
}

 .fca_qc_score_desc p {
    width: auto;
    text-align: left;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    line-height: 28px !important;
    font-size: 18px !important;
}

.fca_qc_score_desc a {border:0px solid #eee; border-radius:10px;}

.fca_qc_quiz p {padding: 0 15px;}

.teginiz a {position: relative;
    display: block;
    cursor: pointer;
    font-weight: unset;
    background: #e4e4ee;
    font-size: 14px;
    padding: 7px 7px;
    font-weight:bold;
    margin: 3px;
    border-radius: 10px;
    color: #333;
    float: left;
    line-height: 20px;
    border-bottom: 0 !important;
}

.teginiz {width:100%;    margin-top: 5px;float: left;
}

.strokaMalokart {width:100%;float:left;}
.zagolovim {position: relative;}


#adfox_166478333411264483 {width: fit-content;
    margin: 0 auto;}
    #adfox_164758386600541255 {width: fit-content;
    margin: 0 auto;}
    
    #adfox_170082179483564169 {width: fit-content;
    margin: 0 auto;}
    
    #adfox_16476076116799873 {width: fit-content;
    margin: 0 auto; margin-top: 10px;}
    
  .catfish  {float:left;}
  
  .fca_qc_next_question {
font-size: 120%;
color: #fff;
font-weight: bold;}

.podstart {
background: radial-gradient(#eeeeeedb 54%, #eeeeee0f 90%);
position: sticky;
bottom: 0px;
padding: 5px 0px;
margin-top: -5px;
border-radius:30px;
}


.fca_qc_start_button { -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: rgb(21, 87, 1) !important;
}




@keyframes  play_top {

	0% 
	{
		-webkit-box-shadow: 0 0 rgba(0,163,182,.5);
		-moz-box-shadow: 0 0 rgba(0,163,182,.5);
		box-shadow: 0 0 rgba(0,163,182,.5);
	}
	to 
	{
		-webkit-box-shadow: 0 0 0 20px rgba(0,163,182,0);
		-moz-box-shadow: 0 0 0 20px rgba(0,163,182,0);
		box-shadow: 0 0 0 20px rgba(0,163,182,0);
	}   

}

@keyframes  play_down {

	0% 
	{
		-webkit-box-shadow: 0 0 rgba(55,55,55,.6);
		-moz-box-shadow: 0 0 rgba(55,55,55,.6);
		box-shadow: 0 0 rgba(55,55,55,.6); 
	}
	to 
	{
		-webkit-box-shadow: 0 0 0 20px rgba(55,55,55,0);
		-moz-box-shadow: 0 0 0 20px rgba(55,55,55,0);
		box-shadow: 0 0 0 20px rgba(55,55,55,0);  
	}

}

#adfox_169322799251442552 {display:none;}
div.fca_qc_quiz {background: #eee !important;    border-radius: 22px !important;}


#reward {display:none;}

.gnezdo_used {
    padding: 0px !important;
}

.fca_qc_quiz {
margin-bottom:10px;}

#lablya {left: 0;
top: 0;
height: 1px;
width: 1px;
}

.podaryu {padding: 0px 15px !important;background: #f2f3f3;}
.skroem {display:none;
padding: 0px 10px;
float: left;
margin-bottom: 10px;
width: 100%;}

.zogluha {float: left;}
div.fca_qc_quiz button.fca_qc_button {margin-bottom:15px;}

.flip-container {
min-height: calc(100vh - 450px);
}

@media screen and (max-width:1100px) {
    body.single .content-area,body.page .content-area,body.single .widget-area,body.page .widget-area {
        width: 100%;
        float: none!important
    }

    .anninamas,.grid-sizer {
        width: 50%
    }

    .anninamassing,.grid-sizer {
        width: 50%
    }

    .anninamassing.hentry {
        padding: 0 .75em;
        margin-bottom: 1.5em;
        float: left;
        width: 50%
    }

    .footerbrick {
        width: 50%
    }

    .footerbrick2 {
        width: 50%
    }

    .menu-toggle,.main-navigation.toggled .nav-menu {
        display: block;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0);
    box-shadow: 0 1px 2px rgba(0,0,0,0);
		
    }

    .main-navigation ul {
        display: none
    }

    .menu-toggle,.main-navigation.toggled .nav-menu {
        display: block;
        text-align: left;
        float: left;
            background: #2a3140;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0!important;
    outline: 0;
    border: 0 solid #205686;
    -o-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    }

    .main-navigation.toggled .nav-menu {
        padding: 0
    }

    .main-navigation.toggled .nav-menu ul {
        display: block;
        left: auto;
        position: relative;
        top: 0;
        border-bottom: 0;
        padding-left: 3%;
        opacity: 1;
        visibility: visible
    }

    .main-navigation.toggled ul ul a {
        font-size: 100%;
        width: 100%
    }

    .menu-toggle i {
        float: right
    }

    .main-navigation li {
        width: 100%
    }

    .main-navigation a {
        border-left: 0!important
    }

    .main-navigation ul:not(.sub-menu)>li>a:hover::before,.main-navigation ul:not(.sub-menu)>li>a:focus::before {
        color: transparent!important;
        text-shadow: none!important
    }
}

.site-main .comment-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.site-main .post-navigation,.site-main .paging-navigation {
    overflow: hidden;
    padding: 3em
}

.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous {
    float: left
}

.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next {
    float: right;
    text-align: right
}

.navigation.pagination {
    line-height: 1;
    text-align: center;
    margin: 2.5em 0
}

.navigation.pagination .nav-links {
    display: inline-block
}

.navigation.pagination .nav-links .page-numbers {
    display: inline-block;
    border: 1px solid transparent;
    padding: 1em;
    background: #205686;
    color: #fff;
    border-radius: 4px;
    -o-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.navigation.pagination .nav-links a.page-numbers:hover,.navigation.pagination .nav-links .page-numbers.current {
    border: 1px solid #205686;
    color: #205686;
    background: #fff;
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.comment-navigation .nav-previous,.comment-navigation .nav-next {
    background: #dd4c39;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 4px
}

.comment-navigation .nav-previous a,.comment-navigation .nav-previous a:hover,.comment-navigation .nav-next a,.comment-navigation .nav-next a:hover {
    padding: 8px;
    color: #fff
}

.post-navigation .meta-nav,.paging-navigation .meta-nav {
    border: 1px solid transparent;
    display: inline-block;
    background: #dd4c39;
    color: #fff;
    padding: 1.5em 3em;
    line-height: 1;
    -o-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.post-navigation .meta-nav:hover,.paging-navigation .meta-nav:hover {
    border: 1px solid #dd4c39;
    color: #dd4c39;
    background: #fff;
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.fonzagolovka {
    width: 100%;
    height: 50vh;
    background: url(https://na-dostupnom.ru/wp-content/uploads/2019/04/books-1866844_1920-1.jpg);
    background-attachment: fixed;
    background-size: 100%
}

h1.nafone {
font-weight: 700;
    font-size: 30px;
    width: 100%;
    text-align: center;
    float: left;
    background: url(/wp-content/uploads/2019/07/dark-triangles.png);
    color: #fff;
    background-size: 12%;
    line-height: 26px;
padding: 10px;
}

.dopback {
    background: rgba(61,61,61,.57);
    margin: -10px -30px -10px -30px;
    padding: 9% 8% 9% 8%
}

.metki a {
    display: block;
    text-decoration: none;
    padding: 0 17px;
    margin: 14px 3px 14px 3px;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase
}

.knopa a {
    display: block;
    text-decoration: none;
    padding: 6px 6px;
    margin: 11px 6px 0 7px;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6vh
}

.podval a {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    margin: 11px 6px 0 7px;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid #fff!important;
    float: left;
    background: #bbb;
    text-transform: uppercase;
    font-size: 13px
}

::-webkit-scrollbar-button {
    background-image: url();
    background-repeat: no-repeat;
    width: 10px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #ecedee
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #6dc0c8
}

::-webkit-scrollbar-thumb:hover {
    background-color: #56999f
}

::-webkit-resizer {
    background-image: url();
    background-repeat: no-repeat;
    width: 7px;
    height: 0
}

::-webkit-scrollbar {
    width: 15px
}

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

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after,.widget_archive li:before,.widget_archive li:after,.widget_categories li:before,.widget_categories li:after,.entry-footer:before,.entry-footer:after,.site-info:before,.site-info:after,.main-navigation:before,.main-navigation:after,.widget.widget_search:before,.widget.widget_search:after {
    content: "";
    display: table
}

.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after,.widget_archive li:after,.widget_categories li:after,.entry-footer:after,.site-info:after,.main-navigation:after,.widget.widget_search:after {
    clear: both
}

.widget {
float: left;
display: contents;
}

.widget select {
    max-width: 100%
}

#wp-calendar {
    margin: 0
}

#wp-calendar>caption {
    padding: .5em;
    background: #dd4c39;
    color: #fff;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#wp-calendar th {
    text-align: center;
    background: rgba(0,0,0,.05);
    padding: 5px 0
}

#wp-calendar tfoot td {
    border: 0;
    padding-top: 5px
}

#wp-calendar tfoot td#next {
    text-align: right
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid rgba(0,0,0,.05);
    padding: 5px 0
}

#wp-calendar tbody td#today {
    border: 1px solid #dd4c39
}

.widget-title {
    border-bottom: 2px solid rgba(0,0,0,.05);
    margin-top: 1.5em;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.widget-title h3 {
    display: inline-block;
    border-bottom: 2px solid #dd4c39;
    margin-bottom: -2px;
    font-weight: 700;
    letter-spacing: -1px;
    font-size:30px;
}

.widget_archive li,.widget_categories li {
    text-align: right
}

.widget_archive li a,.widget_categories li a {
    float: left
}

.widget.widget_categories li:before {
    font-family: FontAwesome;
    content: "\f114";
    padding-right: .5em;
    float: left
}

.widget.widget_archive li:before {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: .5em;
    float: left
}

aside ul.menu ul.sub-menu {
    display: none;
    padding-left: 2em
}

aside ul.menu li {
    position: relative;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0
}

aside ul.menu li a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(0,0,0,.05);
    padding: .5em 0;
    display: block;
    height: 41px
}

aside ul.menu .indicatorBar {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 12px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: rgba(0,0,0,.05)
}

aside ul.menu .indicatorBar:before {
    content: "\f107"
}

aside ul.menu .indicatorBar.yesOpenBar:before {
    content: "\f106"
}

.widget.widget_search input[type=search] {
    width: 68%;
    display: inline-block;
    -webkit-appearance: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 4px 15px;
    line-height: 1;
    float: left;
    height: 45px
}

.widget.widget_search input[type=submit] {
    width: 32%;
    display: inline-block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: right;
    height: 45px
}

#page {
    width: 100%;
    height: auto;
}

p.site-title {
    margin: 0
}

.site-header {
    background: #2a3140;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-y: auto;
    min-height: 54px;
    position: fixed;
    top:0;
}

.site-content {
    padding-left: .75em;
    padding-right: .75em;
    padding-bottom: 0;
    width: 1350px;
    float: none;
    margin: 0 auto;
    height: fit-content;
}

.singlecont {
    margin-right: auto;
    max-width: 740px
}

.singlecont1 {width:100%;}

.catnizrod {
    text-align: center;
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catniz {
    padding: 0 10px;
    margin-bottom: 1.5em;
    float: left;
    width: 33.33%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catniz a {
    color: #303436;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #ff5722;
    box-shadow: 0 0 10px rgba(0,0,0,.9);
    overflow: hidden;
    padding: 45px 0;
    margin: 3px;
    float: left;
    border: 0;
    width: 100%;
    border-radius: 10px;
}

.catniz a:hover {
    color: #fff;
    text-decoration: none;
    background: #ff5722
}

.content-annina,#disqus_thread {
    background: #fff;
    padding: 0 1em;
    float: left;
    width: 100%
}

.content-annina3 {
    background: #fff;
    padding: 0 1em;
    height: 335px
}

#disqus_thread {
    padding: 1.5em
}

.content-annina-title {
    background: #fff;
    color: #000
}

.annDouble {
    padding: 0px
}

header.entry-header {
    padding: 0
}

header.entry-header2 {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

header.entry-header3 {
    padding: 0
}

footer.entry-footer {
    padding-bottom: 1.5em
}

.entry-featuredImg {
    position: relative;
    margin-left: -1em;
    margin-right: -1em;
    overflow: hidden;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 5px
}

.entry-featuredImg img {
    width: 100%;
    float: left;
    display: block;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    object-fit: cover;
    height: 200px
}

.entry-featuredImg a img {
}



span.overlay-img {
    background: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}



.entry-featuredImg.annina-loader {
    background-image: url(./images/annina-loading.gif);
    background-repeat: no-repeat;
    background-position: center
}

body.single .content-area,body.page .content-area {
    width: 100%;
    padding: 0 .75em;
    margin: 0 auto
}

body.single .widget-area,body.page .widget-area {
    float: left;
    width: 33%;
    padding: 0 .75em
}

.none404 {
    padding: 0 .75em
}

.edit-link {
    display: block
}

.read-more {
    display: block;
    float: right
}

header.page-header {
    padding: 0 .75em;
    text-align: center;
    margin-top: 65px
}

footer.site-footer {
    padding: 0;
    float: left;
    width: 100%;
    color: #6f6f6f;
    margin-bottom: 0px
}

.entry-title {
padding: 10px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.site-title,.page-title {}

.page-title {
    font-weight: 700;
    font-size: 37px;
    line-height: 51px;
    margin:30px 0px;
}

.page-title span {
    font-weight: 700
}

.site-description {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    margin: -12px 0 5px 0
}

.taxonomy-description {
    font-size: 18px;
    font-size: 18px;
    padding: 0 10px;
    background: #fff;
    margin: 0 12px;
    max-width: 950px;
    margin: 0 auto
}

.taxonomy-description ul {
    margin: 0 0 .5em 3em
}

.taxonomy-description li {
    padding: 4px 0
}

.taxonomy-description p {
    margin-bottom: 13px;
    line-height: 1.6;
    float:left;
    color:#fff;
}

.tagcloud a {
    background: #dd4c39;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    margin: 2px 0;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.tagcloud a:hover {
    -o-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    border: 1px solid #dd4c39;
    transition: all 0s ease-in-out;
    background: 0 0;
    color: #dd4c39
}

.socialLine {
    padding: 10px 10px;
    background: #205686;
    font-size: 31px
}

.text-copy {
    float: left;
    font-size: 16px;
	width: 100%;
text-align: center;
color:#fff;
}

.text-copy a {
    padding: 2px 6px!important;
    margin: 3px 5px!important;
    color:#fff;
}

.top-search {
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    float: right;
    padding: 6px
}

#search-full {
    background: rgba(255,255,255,.97);
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    display: none
}

.search-container {
    position: relative;
    top: 47%;
    width: 100%;
    max-width: 930px;
    padding: 0 1.5em;
    margin: 0 auto
}

#close-search {
    display: inline-block;
    cursor: pointer;
    float: right;
    position: fixed;
    top: 130px;
    right: 50px;
    font-size: 18px
}

.entry-meta,.edit-link,.tags-links {
    color: #000;
    margin: 0 0 7px 5px;
    padding: 5px 5px;
    float: left;
    font-size: 15px
}

.read-more {
    color: #24f;
    float: right;
    font-size: 15px;
    padding: 0 0!important;
    margin: 0 0!important;
    font-weight: 700
}

.khleb a {
    font-size: 14px;
    color: #000
}

.khleb p {
    font-size: 14px;
    color: #000;
    margin: 5px 0;
    margin-top: 10px;
}

.entry-meta a {
    color: #000
}

.page-links span {
    background: rgba(0,0,0,.03);
    padding: 5px 8px;
    border-radius: 0
}

.page-links a span {
    background: rgba(0,0,0,.05)
}

.sticky {

}

.sticky:before {
    display:none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02e";
    position: absolute;
    right: 6%;
    margin-top: -3px;
    z-index: 9;
    font-size: 200%;
    color: #dd4c39
}

.hentry {
    margin: 0
}

.anninamas.hentry {
    padding: 0 .75em;
    margin-bottom: 1.5em;
    float: left
}

.podvalsing {
    width: 100%;
    float: left;
    padding: 20px 0
}

.anninamas,.grid-sizer {
    width: 33.33%
}

.anninamassing,.grid-sizer {
    width: 33.33%
}

.anninamassing.hentry {
    padding: 0 .75em;
    margin-bottom: 1.5em;
    float: left;
    width: 25%
}

.w2 {
    width: 40%
}

.reklamapod {
    background: #fff;
    text-align: center;
    padding: 0 22px
}

.potegu {
    padding-top: 0px;
    margin-top: 0px;
    background: #fff;
    width: 100%;
    text-align: left;
    float: left;
    display: contents;
}

.potegu2 {
    padding: 12px 0!important;
    margin: 10px 10px 10px 0;
    background: #fff;
    width: 100%;
    text-align: left;
    float: left;
    border: 1px solid#eee;
    box-shadow: 0 0 10px rgba(0,0,0,.5);display: contents;
}

.potegu5 {
    margin: 0 10px 10px 0;
    background: #fff;
    width: 100%;
    text-align: left;
    float: left
}

.esche {
    padding: 23px 0 14px 0!important;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Proxima Nova Regular';
    float: left
}

.esche a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 23px;
    color: #fff;
    border: 2px solid #ff5722;
    background: #ff5722;
    border-radius: 7px
}

.esche2 {
    margin: 0 auto;
    width: 100%;
    float: left;
    font-family: 'Proxima Nova Regular';
    text-align: right
}

.esche2 a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 9px;
    color: #000;
    border-bottom: 2px solid #000;
    border-style: dotted
}

.pokazvse {
    padding: 0!important;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'Proxima Nova Regular';
    float: left;
    margin-bottom: 72px
}

.pokazvse a {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 22px 42px;
    background: #afafaf;
    color: #fff
}

h2.potegu {
    font-size: 25px;
    padding: 25px 26px 23px 22px!important;
    text-decoration: underline;
    text-decoration-color: #205686
}

.potegu ul {
    margin: 0;
    padding: 0 0 0 40px;
    color: #205686;
    margin-left: 5px
}

.potegu ul li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: .8em 0;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    margin-left: 15px
}

.potegu ul li a {
    color: #000;
    border-bottom: none
    
}

.potegu2 ul {
    margin: 0;
    padding: 0 0 0 20px;
    color: #205686;
    margin-left: 5px;
    float: left;
    width: 95%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.potegu2 ul li {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    margin-left: 0;
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.potegu2 ul li a {
    color: #000;
    border-bottom: none;
    padding-right: 10px
}

h2.potegu {
    font-size: 25px;
    padding: 25px 26px 23px 22px!important;
    text-decoration: underline;
    text-decoration-color: #205686;
    text-align: center
}

.fbblock {
    margin: 0 0 21px 3px;
    float: right
}


.ya-share2__link {
    border-bottom: none!important
}

.reklamapodin {
    margin: 10px;
    width: 580px;
    height: 400px
}

.rekverh {
    margin: 0 15px 0 0;
    background: #fff;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%
}

.kartinka {
    width: 40%
}

.byline,.updated:not(.published) {
    display: none
}

.single .byline,.group-blog .byline {
    display: inline
}

.page-content,.entry-content,.entry-summary {
    padding: 0px 0 15px 0;
    word-wrap: break-word;
    font-size: 18px;
    text-align: left;
    width: 100%;
    line-height: 1.7em;
    float: left;
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-flow: row nowrap;
flex-direction: row-reverse;
background: #131313;
}

.entry-content a {
    border-bottom: 1px solid #24f;
    border-bottom-style: dotted
}

.sidebar {
display: flex;
flex-flow: column;
margin-left: 20px;
width:400px;
}

.sidebarblock {
position: -webkit-sticky;
position: sticky;
top: 10px;
width: 400px;
}

.sidebarblocknofix {
position: initial;
top: 100px;
margin: 15px auto;
flex: none;
height: auto;
display:block;
}

  .sidebarblocknofix h2 {  margin: 0px 0 10px;}
.sidebarblocknofix ol {margin: 0 0 0px 20px;font-weight: 700;}

.sidebarblocknofix li {padding: 5px 0;}

.sidebarblocknofix a {border-bottom: 1px solid #060a1c;
    color: #0a0e28;
    border-bottom-style: dotted;
    font-weight: 700;}

.insidebarblocknofix {
margin: 5px 0px;
border: 1px solid#eee;
padding: 10px 20px;
margin-top: 0px;
font-size: 16px;
text-align: left;
border-radius: 10px;
line-height: 24px;
}

 .rsya {
}

 .rsyaK {
    display: block;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0px;
    left:0;
    z-index: 9;
    background: #f5f5f5;
    height: 110px;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 10px;
    max-height:330px;
}


.blocksoc {
    width: 100%;
    padding: 7px 0 0 10px;
height: max-content;
    position: relative;
background: none;
border: 0px solid;
float: left;
margin-bottom: 20px;
}

.blocksockusok {
    margin: 5px auto;
    max-width: 100%;
}

#ya-site-form0 .ya-site-form__submit {
        width: 90px !important;
 color: #000 !important;
    background: #fff;
}

.ya-site-form__submit:hover {
    color: #000!important;
    background: #fff;
}

#ya-site-form1 .ya-site-form__submit {
        width: 90px !important;
}

.entry-summary2 {
    margin: 10px 0 0;
    word-wrap: break-word
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.blog .format-aside .entry-title,.archive .format-aside .entry-title {
    display: none
}

aside ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

aside ul li {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: .8em 0;
    font-size: 17px;
    line-height: 22px
}

aside ul li:last-child {
    border-bottom: 0
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-title {
    margin-bottom: 1.5em
}

#comments ol {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1em
}

#comments ol li {
    margin-bottom: 1.5em;
    padding: 0
}

#comments ol .comment-respond {
    padding: 0;
    margin: 3em 0
}

#comments ol article {
    margin: 0 0 3em;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

#comments ol ol {
    padding-left: 5%
}

#comments article footer img {
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

#comments article .comment-content {
    clear: both;
    padding-top: 1em
}

#comments .reply {
    background: rgba(0,0,0,.05);
    padding: 3px 8px;
    display: inline-block;
    position: absolute;
    line-height: 1;
    border-radius: 4px;
    top: 0;
    right: 0
}

#comments .comment-meta {
    font-weight: 300
}

.comment-reply-title small {
    float: right
}

.comment-awaiting-moderation {
    color: red;
    margin: 0;
    font-weight: 700
}

.comments-area {
    padding: 1.5em;
    overflow: hidden
}

.infinite-scroll .paging-navigation,.infinite-scroll .navigation.pagination,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

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

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

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    padding: .8075em 0;
    font-size: 75%
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

#clearad {display:none;}

/* СОКРАЩЕНИЕ ОПИСАНИЯ ТЕСТА

.fca_qc_quiz_description {
max-height: 30vh;
border: 0px solid gray;
overflow: hidden;
}
.fca_qc_quiz_description.show {
height: auto;
max-height:10000px;
}

.textt {
position: relative;
overflow: hidden;
}

.readmore {
position: absolute;
    width: 100%;
    text-align:right;
    top: calc(30vh - 30px);
    height: 30px;
    left: 0;
    color: #979595;
    cursor: pointer;
    font-size: 12px;
    background: linear-gradient(#ffffff8c, #ffffff);
}
.readmore::before {
content: attr(data-more);
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #979595;
}
.fca_qc_quiz_description.show .readmore {
position: relative;
top: auto;
display: block;
}
.fca_qc_quiz_description.show .readmore::before {
content: attr(data-less)
}
*/

/*НОВОЕ СВОРАЧИВАНИЕ ТЕСТА
.fca_qc_quiz_description {
max-height: auto;
border: 0px solid gray;
overflow: hidden;
}*/
/*
#a:before {
content: "Развернуть описание";
border: 0px solid gray;
overflow: hidden;
width: calc(100% - 10px);
position: absolute;
left: 0;
bottom: 90px;
text-align: right;
background: linear-gradient(#ffffff8c,#fff);
font-size: 0;
border-radius: 10px;
}*/



	.tab {position: relative;}
	.tab input {
                                position: absolute;
                                opacity: 0;
                                z-index: -1;
                                height: 0px;
                                right: 0px;
                                bottom:100px;
                            }
	
                            .tab input:checked ~ .fca_qc_quiz_description {
                                max-height: 10000vh;
                            }/* Icon */
                            .tab label::after {
                                display: inline-block;
                                transition: all .35s;
                                margin: 0 10px;
                                font-size: 13px;
                                color: #828282;
                            }

                            .tab input[type=checkbox] + label::after {
                                content: "▼";
                                position: absolute;
right: -10px;
background: #fff;
width: 30px;
height: 30px;
border-radius: 20px;
padding-top: 2px;
bottom:100px;
z-index: 9999;
box-shadow: 0em 0 3.4em grey;
                            }

                            .tab input[type=radio] + label::after {
                                content: "▼";
                            }

                            .tab input[type=checkbox]:checked + label::after {
                                transform: rotate(180deg);
                            }


input[type=checkbox].hidden{
  opacity: 0;
}
.hidden {display:none;}

                            .tab input[type=radio]:checked + label::after {
                                transform: rotateX(180deg);
                            }
		
#b:checked ~ #a {
    height:auto;
max-height:100vh !important;
}


@media all and (max-width:1450px) {
 .site-content {

        width: 1200px;

        
    }  }

@media all and (max-width:1366px) {
    
    
    .anninamas,.grid-sizer {
        width: 33.33%
    }

    .anninamassing,.grid-sizer {
        width: 33.33%
    }

    .anninamassing.hentry {
        padding: 0 .75em;
        margin-bottom: 1.5em;
        float: left;
        width: 25%!important
    }

    .w2 {
        width: 100%
    }

    .site-content {
        padding-left: .75em;
        padding-right: .75em;
        padding-bottom: 0;
        width: 1050px;
        float: none;
        margin: 0 auto
        
    }

    .metki a {
        padding: 0 5px
    }

    .otstup {
        margin: 0 auto!important;
        text-align: center;
        float: left;
        width: 100%
    }

    .annCenter2 {
        text-align: center;
        width: 170px;
        padding: 9px;
        float: left
    }

    .rekverh {
        margin: 0;
        background: #fff;
        padding: 10px 0 10px 0;
        text-align: center;
        width: 100%
    }

    h1,p.site-title {
        font-size: 21px
    }

    .site-description {
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 17px;
        margin: -12px 0 5px 0
    }
			.owl-prev {
position: absolute;
    top: 40%;
    left: 0px;	
	opacity: 0.9;
	border-radius:0px 10px 10px 0px !important;			
}

.owl-next {
position: absolute;
    top: 40%;
    right: -10px;	
	opacity: 0.9;
	border-radius:10px 0px 0px 10px !important;	
}
}

@media all and (max-width:1180px) {
        .site-content {max-width:100%;}

    
    .anninamas,.grid-sizer {
        width: 50%
    }

    .anninamasing,.grid-sizer {
        width: 50%
    }

    .w2 {
        width: 100%
    }

    .anninamassing.hentry {
        padding: 0 .75em;
        margin-bottom: 1.5em;
        float: left;
        width: 50%!important
    }

    .site-content {
        padding-left: .75em;
        padding-right: .75em;
        padding-bottom: 0;
        width: 100%;
        float: none;
        margin: 0 auto
    }

    body.single .content-area,body.page .content-area,body.single .widget-area,body.page .widget-area {
        width: 100%;
        float: none!important
    }

    .rekverh {
        margin: 0;
        background: #fff;
        padding: 10px 0 10px 0;
        text-align: center;
        width: 100%
    }

    h1,p.site-title {
        font-size: 19px
    }

    .site-description {
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 15px;
        margin: -12px 0 5px 0
    }

    .catniz {
        width: 50%
    }

    .catniz a {
        padding: 20px 0;
        margin: 0 2px;
        font-size: 20px
    }
}

@media all and (max-width:1100px) {
    body.single .content-area,body.page .content-area,body.single .widget-area,body.page .widget-area {
        width: 100%;
        float: none!important
    }

  .podaryu {padding: 0px !important;background: #f2f3f3;}


    .site-header {
        width: 100%
    }

    .site-content {
        float: none;
     width: 100%;
    }
    
    .singlecont {
    margin: 0 auto;
    max-width: 640px
}

    .socialLine {
        padding: 10px 10px;
        background: #205686
    }

    .footerbrick {
        width: 50%
    }

    .footerbrick2 {
        width: 50%
    }

    .metki a {
        display: block;
        text-decoration: none;
        padding: 2px 12px;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: 300;
        font-weight: 700;
        font-size: 15px
    }

    .anninamas,.grid-sizer {
        width: 50%
    }

    .anninamasing,.grid-sizer {
        width: 50%
    }

    .w2 {
        width: 100%
    }

    .anninamassing.hentry {
        padding: 0 .75em;
        margin-bottom: 1.5em;
        float: left;
        width: 50%!important
    }

    .catniz {
        width: 50%;
    }
	
}

@media screen and (max-width:985px) {
    body.single .content-area,body.page .content-area,body.single .widget-area,body.page .widget-area {
        width: 100%;
        float: none!important;
        padding: 0 10px
    }
    
    .ubratext {display:none;}
    
    .zakritt {
padding: 6px;
       margin: 3px auto;
    background: #dbdbdb;
    border-radius: 4px;
    border: 0px solid rgb(42, 49, 64);
    z-index: 2147483647;
    line-height: 10px;
    font-size: 13px;
    float: initial;
    display: block;
    width: 90%;
}



    

    #secondary {
        margin-top: 1.5em;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        column-count: 2;
        column-gap: 15px
    }

    #secondary aside {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid
    }

    #yandex_ad1 {
        margin: 0 auto;
        overflow: hidden;
        float: left;
        width: 100%
    }

	
	.zagolba a {
    font-size: 40px;
		line-height:40px;
}
	
		.zagolba2 a {
    font-size: 40px;
			line-height:40px;
}
	
	.frazologtext {
    font-size: 16px;
    padding: 17px 10px;
}
		.frazologtext2 {
    font-size: 16px;
    padding: 17px 10px;
}
	
	
	.frazolog {
    background-size: 32%;}

	.frazolog4 {
    background-size: 32%;}
	
.frazolog2 {
    background-size: 32%;}
	
.frazolog3 {
    background-size: 32%;}

    .fonzagolovka {
        width: 100%;
        height: 70vh;
        background: url(https://na-dostupnom.ru/wp-content/uploads/2019/04/books-1866844_1920-1.jpg);
        background-attachment: fixed;
        background-size: cover
    }

    #toTopi {
        bottom: 15px
    }

    .socb {
        padding: 20px;
        width: 100%;
        float: left
    }

    .main-navigation {
        display: block;
        width: 97%
    }

    .page-content,.entry-content,.entry-summary {
        width: 100%;
        margin: 0 auto;
        line-height: 1.6em;
display: block;
background: #131313;

    }

.site-content {
        float: none;
        width: 100%;
    }




    .singlecont {
        margin: 0 auto;
        width: 100%
    }

    .potegu ul li {
        border-bottom: 1px solid rgba(0,0,0,.05);
        padding: .8em 0;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 700
    }

    .footerbrick {
        width: 100%
    }

    .footerbrick2 {
        width: 100%
    }

    .sidebar {
    display: block;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    height: 0;
    position: fixed;
    bottom: 0px;
    left:0;
    z-index: 9;
    background: #f5f5f5;
}


    .rsya {
    display: block;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0px;
    left:0;
    z-index: 9;
    background: #f5f5f5;
    height: max-content;
    max-height:100px;
    border: 0px solid #eee;
    padding: 0px;
}



#iks3 {
display: block;
    color: #000;
    bottom: 100px;
    width: 20px;
    background: #e4e4eec4;
    border: 0 solid #eee;
    margin-top: -25px;
    margin-left: 8px;
    padding: 1px !important;
    border-radius: 5px 5px 0px 0px;
    height: 20px;
    font-size: 10px;
}

#ochistka {max-height:17vh;}

    .sidebarblock {
position: relative;
top: 0px;
width: 100%;
margin:0 auto;
max-height:17vh;
}


.avh {max-height:calc(30vh - 20px) !important;}
.bvh {display:none !important;border:0px solid #fff !important; padding:0;}

	
	.entry-title {

    font-weight: 700;
}
	
	.page-title {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
}
	h3.zagolowl {
      margin: 17px 0 8px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
	color: #000;
    }
    
    .zagol-knigi {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
        .kartinka-kn {width: 90px;    padding: 5px 10px 5px 0px;
    float: left;}
    
    
    .kartinka-kn img {width:100%;object-fit: cover;}

.leftk {width: calc(100% - 90px);
    float: left;}
    
   .tsena {
    width: auto;
    float: left;
    text-decoration: underline;
    margin: 3px 5px 3px 0px;    font-size: 12px;
}

.kupit {
    width: auto;
    float: left;
    font-size: 11px;
}

.kupit a {
    color: rgb(255, 255, 255);
    background: rgb(255, 76, 0);
    padding: 2px 7px;
    overflow: hidden;
    margin: 0px auto;
    float: left;
    border-bottom: none !important;
}	



h1.title-kn {
font-size: 23px;
    margin: 20px 5px 15px;
    color: #000;
    text-align: left;
    line-height: 31px;
    float: right;
    text-align: center;font-weight: 600;

}

.kniga-content {
font-size: 15px;
    padding-left: 0px;
}
    
.kniga-thumb  {
    width: 100%;
    margin-bottom: 20px;
    max-height: 870px;
    object-fit: cover;
    float: left;
    margin: 0 auto;
    padding: 0 20%;
}  

.opis-kn {
text-align: left;
    float: left;
    width: 100%;padding-left: 0px;
}


.avtor-knigi {
margin: 30px 0 13px;
    color: #696969;
    font-weight: 700;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.fragment-knigi {
  background: #eee;
    color: #636363;
    padding: 9px;
    font-weight: 700;
    border: 1px solid #cacaca;
    border-radius: 3px;
    float: left;
    border-bottom: 1px solid #cacaca !important;
    margin: 18px 5px;
}




.page-title {
    font-weight: 700;
    font-size: 23px
}

header.page-header {
    padding: 0 .75em;
    text-align: center;
    margin-top: 65px;
}

h2.rekomend {color:#000000;margin-top: 0px;font-size: 27px; padding: 0 10px; text-decoration: underline;}

a.drugie2 {margin-top: -5px;
margin-bottom: 30px;width:100%; text-align:center;color: #3b220f; background: #ffffff; padding: 10px; text-decoration: none; border: 1px solid; float: left; border-radius: 10px;}



.fa-vk {color:#000;}
.fa-facebook {color:#000;}
.fa-twitter  {color:#000;}

	.frazolog4 {
	    background:none;padding-bottom:0px;
	    color:#000;}
	    
	    	.frazolog3 {
	    background:none;
	    color:#000;}
    
a.drugie {color:#000;}

    .text-copy {
        float: none;
        color:#000;
        text-align: center
    }
    
    .text-copy a {
color:#000;
    }
    
    .slovar {color: #a1a1a1;
font-weight: 700;
font-size: 17px;
line-height: 23px;
border: 0px solid #eee;
padding: 3px;
    background:#fff;
}

.slovar a {font-weight: 700;
font-size: 17px;
padding: 0 5px;
border: none;
color: #304675;}


.stroka {
border: 0px solid #eee;
padding: 0px;
margin: 10px 0px 20px 0px;
display:flex;    
position: relative;
}

.strokaimg {width:70px;height:70px;flex: none;margin-right:10px;}

.strokaimg img {width:70px;height:70px;flex: none;border:0px solid#eee;border-radius:50px;object-fit: cover;}

.stroka2 {
border: 0px solid #eee;
padding: 0px;
margin-left: 10px;
margin-bottom: 20px;
display:flex;    
position: relative;width:100%;
}

.related2 h2 {font-size: 25px;text-decoration:underline;}
.related2 h3 {font-size: 17px;margin-bottom: 0px;}

.strokaimg3 {width:120px;height:100px;flex: none;margin-right:10px;}

.strokaimg2 {width:80px;height:80px;flex: none;margin-right:10px;}

.strokaimg2 img {width:80px;height:80px;flex: none;border:0px solid#eee;border-radius:5px;object-fit: cover;}



.out {
  transform: translateY(-55px);
}

.plashka {width: 100%;
padding: 10px;
}

h2.h2link {
font-size: 25px;margin-left: 10px;}
h3.h3link {font-size: 17px;color:#000;line-height: 25px;}
}

.plashka p {float: left;
font-size: 15px;
line-height: 20px;
color: rgb(69, 67, 67);
width:100%;
}


@media all and (max-width:830px) {

.fca_qc_quiz p {padding: 0 5px;}
.sdvig {max-height:0px;padding:0px;}
.sdvigmob {max-height:150px;}

.ukulelehah {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    background: radial-gradient(circle farthest-corner at 100px 50px,#eecfba 7.98%,#c5dde8 53.78%);
    min-height: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    display: flex;
    font-weight: bolder;
    max-width: 600px;
    margin: 13px auto;
}

.paartyhah {
    font-style: normal;
    font-size: 18px;
    background: blue;
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-weight: 700;
    line-height: 18px;
    margin-top: 0;
    height: 40px;
}


.adload100 {height: 100px;}

.adload280 {min-height: 0px;
background-image: none;
max-height:300px;
background-position: 50% 50%;}

.adloadm280 {display:block !important;min-height: 280px;
max-height:300px;
background-image: url(https://na-dostupnom.ru/wp-content/uploads/2022/11/adload-1.png);
background-size: 100%;
background-position: 50% 50%;}


.flip-container {
min-height: calc(100vh - 450px);
}

.sidebarblocknofix {
position: initial;
top: 100px;
margin: 15px auto;
width: 300px;
flex: none;
height: auto;
}



}
@media all and (max-width:740px) {
  
  
  #adfox_169322799251442552 {display:block;}
  
  div.fca_qc_quiz span.fca_qc_answer_span {font-size:17px !important;}
  
  
  
  
  
  .fca_qc_score_desc p {
    width: auto;
    text-align: left;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    line-height: 22px !important;
    font-size: 16px !important;
}

  
  .menyaemmestami {display: flex;
    flex-flow: column nowrap;
    flex-direction: column;
    float: left;
    margin: 0 auto;
    width: 100%;}
  .ukulele {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px !important;
    margin-bottom: 10px;
    background: radial-gradient(circle farthest-corner at 100px 50px,#eecfba 7.98%,#c5dde8 53.78%);
    min-height: 320px;
    text-align: center;
    line-height: 38px;
    font-size: 27px;
}
  
  .rsyaK {
    display: block;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    background:#eee !important;
    position: fixed;
    bottom: 0px;
    left:0;
    z-index: 9;
    background: #f5f5f5;
    height: max-content;
    max-height:100px;
    border: 0px solid #eee;
    padding: 0px;
}
    

.readmore {
position: absolute;
    width: 100%;
    text-align:right;
    top: calc(25vh - 30px);
    height: 30px;
    left: 0;
    color: #979595;
    cursor: pointer;
    font-size: 12px;
    background: linear-gradient(#ffffff8c, #ffffff);
}  
   
   .potegu {
    padding-top: 10px;
    margin-top: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    float: left;
    display: contents;
}
   
   
    
}


@media all and (max-width:640px) {
    .anninamas,.grid-sizer {
        width: 100%
    }
    
    
.adfoxvgruppe {max-height:370px;padding: 0px;}

    
    #clearad {display:block;max-width:25px;max-height:25px;}
    
div.fca_qc_quiz {
    padding: 3px 5px 15px 5px !important; 
}
.fca_qc_score_text {
    margin: 0px 0 10px 0 !important;
}

.fca_qc_score_title {
    font-size: 30px !important;
    line-height: 35px !important;
}

footer.site-footer {
    margin-bottom: 100px;
}

.skritnamobilah {display:none;}


    .anninamassing,.grid-sizer {
        width: 100%
    }

    .w2 {
        width: 100%
    }

    #secondary {
        -webkit-column-count: auto;
        -webkit-column-gap: initial;
        -moz-column-count: auto;
        -moz-column-gap: initial;
        column-count: auto;
        column-gap: initial
    }


    #secondary aside {
        -webkit-column-break-inside: initial;
        -moz-column-break-inside: initial;
        column-break-inside: initial
    }

    #search-full input[type=text] {
        font-size: 100%;
        padding: 1em
    }

    .post-navigation .meta-nav,.paging-navigation .meta-nav {
        padding: 1em 2em
    }

    .comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous,.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next,.navigation.pagination .nav-links .page-numbers {
        float: none;
        text-align: center;
        padding: .5em
    }

    .site-main .post-navigation,.site-main .paging-navigation {
        padding: 1.5em
    }

    .potegu2 ul li {
        width: 90%
    }

    .potegu2 ul {
        margin-left: 20px
    }

    h1.entry-title {
        font-size: 24px;
        line-height: 33px;
        margin: 0;
    }
    
    .entry-title {padding:7px 0;}

    .anninamassing.hentry {
        padding: 0 .75em;
        margin-bottom: 1.5em;
        float: left;
        width: 100%!important
    }

    .page-content,.entry-content,.entry-summary {
        width: 100%;
        margin: 0 auto;
        font-size: 16px
    }

    .catnizrod {
        padding: 0 10px
    }

    .catniz {
        width: 50%;
        margin-bottom: 14px;
        padding: 0 6px
    }

    .catniz a {
        padding: 9px 0;
        margin: 0;
        font-size: 15px;
        text-transform: inherit
    }
}

@media all and (max-width:579px) {
    .form-allowed-tags {
        display: none
    }

.quotes-llama-widget-random {
margin-top: 0px;
padding: 5px;
display: grid;
width: 100%;
}

.quotes-llama-auto img, .quotes-llama-widget-random img {margin: 20px auto;}

    .site-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    #comments .reply {
        position: absolute;
        margin-bottom: 1.5em
    }
    
    
}


@media all and (max-width:370px) {
     .fca_qc_score_title {
    font-size: 23px !important;
    line-height: 27px !important;
}


.fca_qc_score_text {
font-size: 14px !important;
}
    
}

@media all and (max-width:359px) {
    
 img.fca_qc_quiz_description_img, img.fca_qc_quiz_question_img {
    max-height: 32vh !important;

}
    
    
    
    .annCenter2 {
        text-align: center;
        width: 150px;
        padding-top: 9px;
        padding-right: 9px;
        padding-bottom: 9px;
        padding-left: 9px;
        float: left;
    }
    
     
     .fca_qc_score_title {
    font-size: 20px !important;
    line-height: 25px !important;
}

.fca_qc_score_text {
font-size: 14px !important;
}
    
}
