/*
style-fonts
style-default
*/


/*
* Cache style-fonts Start 
**/

/*** CSS Generated by Andryushkin.ru* All fonts for the site https://andryushkin.ru/fonts/**//*@font-face {    font-family: 'PTSans';    src: local('PTSans'),         local('PTSans-Regular'),         url('../fonts/PTSans-Regular.ttf') format('truetype'),         url('../fonts/PTSans-Regular.eot?'),         url('../fonts/PTSans-Regular.woff') format('woff');     font-weight: 400;    font-style: normal;}*/

/*
* Cache style-fonts End 
**/



/*
* Cache style-default Start 
**/


* {
    box-sizing: border-box;
    outline: 0;
}

input, textarea, select {
    border-radius: 0;
    vertical-align: middle;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input::-webkit-clear-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; 
}

html, body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 130%;
    width: 100%;
    box-sizing: border-box;
}

body {
    background-color: #f4f4f4; 
}

html {
    margin: 0 !important;
}


.site_no_print {
    display: none;
}



p {
    margin: 5px 0;
}

.wrap-document {
    max-width: 1260px;
    margin: 0 auto;
    background-color: #fafafa;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}

.main {
    border-left: none;
    min-height: 800px;
    display: flex;
    justify-content: space-between;
}

.main-border, 
body.home .main {
    border: 1px solid #dfe4e6;
}

.main-sidebar {
    width: 135px; 
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
}

body.single-news .main-sidebar,
body.single-mainnews .main-sidebar,
body.tax-statyi-polzovateley_category .main-sidebar {
    margin-top: 0;
    margin-left: 0;
}

.main-content {
    width: calc(100% - 150px);
}

body.tax-statyi-polzovateley_category .main-content {
    border: 1px solid #dfe4e6;
    padding: 0 40px;
}

.main-flex .main-content {
    display: flex;
    flex-direction: column;
}



body.archive .main-border .main-content, 
.main-border .main-content {
    padding-left: 15px; 
    padding-right: 30px; 
    border: 0;
}

body.tax-enciklopedia_cat .main-content {
    padding: 0;
    border: 0;
}

body.post-type-archive .main-content {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #dfe4e6; 
}

.main[data-template="single-stati"],
.main[data-template="single-docs"] {
    box-shadow: 0px 1px 0px inset #707070;
    border-top: 1px solid #707070;
}

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

body.admin-bar {
    padding-top: 32px;   
}

body.header-window-active {
    overflow: hidden;
}

header {
    position: relative;
}

iframe {
	border: 0; 
	outline: 0; 
    max-width: 100%; 
}

hr {
    clear: both;
}

p:empty {
    display: none;
}

.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}

.f-app .svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.f__text {
    font-size: 10px;
}

.f__platform {
    display: block;
    font-size: 17px;
    margin-top: -6px;
}


.header-first {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc; 
    padding: 10px;
    padding-left: 40px;
}

.header-first_time {
    width: 300px; 
    font-size: 12px;
}

.header-first_apps {
    display: flex;
    justify-content: flex-end;
    width: 227px;
}

.header-first_apps a {
    display: inline-block;
    margin: 0 10px;
}
.header-first_apps .f__text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #000; 
}

.header-first_apps a img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.header-first_nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-first_nav > div {
    margin-left: 15px;
}

.header-first_nav .dl-login .strip-login {
    width: 92px;
    display: inline-block;
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    line-height: 14px;
}

.toggle-menu {
    position: relative;
    width: 24px; 
    height: 24px; 
    display: inline-block; 
}

.toggle-menu span {
    top: 50%; 
    margin-top: -1px;    
}

.toggle-menu span,
.toggle-menu span::after,
.toggle-menu span::before {
    height: 2px; 
    width: 24px; 
    background-color: gray; 
    content: ""; 
    display: inline-block;
    position: absolute;
    transition: all .2s linear; 
    left: 0px;
}

.toggle-menu span::before { 
    top: -8px; 
}
.toggle-menu span::after {
    bottom: -8px; 
}

.toggle-menu:hover span {
    transform: rotate(45deg); 
}

.toggle-menu:hover span::after, 
.toggle-menu:hover span::before {
    transform: rotate(-90deg);
    top: 0px;
}


[data-notification="1"] {
    position: relative;
    overflow: unset !important;
}
[data-notification="1"]::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    content: "";
    top: -2px;
    right: -2px;
}




.header-primary {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 40px;
    padding-bottom: 5px; 
}

.header-primary_search,
.header-primary_logo {
    padding-bottom: 10px; 
}

.header-primary_logo img {
    width: 244px;
    height: 60px;
}

.header-primary_search {
    flex: 1;
    margin: 0 40px;
}

.header-search {
    border: 1px solid #a0a0a0;
    display: flex;
    width: 100%;
}
.header-search input[type="search"] {
    border: 0;
    outline: unset;
    flex: 1;
    padding: 10px;
}
.header-search button[type="submit"] {
    border: unset;
    background-color: #fff;
    outline: unset;
    padding-top: 5px;
    cursor: pointer;
}

.header-primary_mark {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.link-mark {
    display: inline-block;
    padding: 10px;
    padding-left: 34px;
    background-color: #ff9106;
    text-align: right;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    transition: opacity 100ms linear; 
    cursor: pointer;
}
.link-mark-ads {
    background-color: #84bd5a;
}
.link-mark:hover {
    opacity: .75; 
}
.link-mark::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #fafafa;
}


.header-nav {
    padding-bottom: 20px;
    height: 125px;
}
.header-nav .menu {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 40px;
    background-color: #d4e9fc; 
}

.header-nav .menu > li {
    display: inline-block;  
}

.header-nav .sub-menu {
    position: absolute;
    z-index: 3;
    display: none;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.header-nav .sub-menu li {
    display: inline-block;
    width: calc(100% / 5);
    border-right: 1px solid #dfe4e6;
}
.header-nav .sub-menu li:last-child {
    border-right: 0; 
}

.header-nav .menu a:hover,
.header-nav .menu-item-has-children:hover > a {
    color: #339edd; 
}

.header-nav .menu-item-has-children:hover .sub-menu {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.header-nav .menu a {
    padding: 15px 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #3072ad;
}

.header-nav .sub-menu li a {
    padding-left: 40px;
    padding-right: 4px;
    font-size: 14px;
}

.header-nav .sub-menu li:last-child a {
    padding-right: 30px;
}

.header-nav .sub-menu a:hover {
    background-color: #e5f3ff; 
    color: #78b9f4; 
}


@keyframes opacityMenuShow {
    from {
        opacity: 0; 
    } to {
        opacity: 1;
    }
}

.last-menu {
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
    margin: 0;
}
.last-menu li {
    display: inline-block;
    margin-right: 38px;
}
.last-menu li a {
    display: flex;
    align-items: center;
    color: #acafb2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 10px;
}

.last-menu li:last-child a {
    margin-left: -3px;
}

@media (max-width: 1260px) {
    .last-menu {
        justify-content: space-between;
    }
    .last-menu li {
        margin-right: 0;
    }
    .last-menu li:first-child a {
        padding-left: 36px;
    }
    .last-menu li:last-child a {
        padding-right: 40px;
        margin-right: -1px;
        margin-left: 0px;
    }
}


.last-menu li a:hover {
    color: #94aeca; 
}
.last-menu li a span.lrt-title {
    margin-left: 10px;
    line-height: 100%;
}

.last-menu li a span.lrt-image {
    width: 26px;
    height: 26px;
}
.last-menu li a img {
    width: 26px;
    height: 26px;
}


.last-menu li a .svg path {
    fill: #76b5ed;
}

.kniga-pamjati p {
    text-align: justify;
    text-indent: 20px;
}

.ads-insert {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}





.wrap-document .ads-insert[data-uid="adfox_164683853807336283"] {
    height: 90px;
}


.ads-insert[data-uid="adfox_158200287597779982"],
.ads-insert[data-uid="adfox_158200244829513930"],
.ads-insert[data-uid="adfox_158167013752562966"] {
    height: 600px;
    overflow: hidden;
}

.ads-insert[data-uid="adfox_16001452750723045"] {
    height: 973px; 
}

.ads-insert[data-uid="adfox_1612415336369320"] {
    height: 250px; 
}

.ads-insert[data-uid="8020272665"] {
    height: 280px;
}

.ads-insert[data-uid="adfox_16001452207499293"],
.ads-insert[data-uid="R-A-164127-37"],
.ads-insert[data-uid="R-A-164127-64"],
.ads-insert[data-uid="R-A-164127-67"],
.ads-insert[data-uid="R-A-164127-36"] {
    height: 90px;
}
.ads-insert[data-uid="R-164127-36"] {
    height: 110px;
}

.svg {
    width: 24px; 
    height: 24px;
    overflow: hidden;
    display: inline-block; 
    vertical-align: middle;
}

.svg svg {
    width: 100%; 
    height: 100%; 
    display: block;
}

.container {
    padding: 0 40px;
}

.d-flex {
    display: flex; 
}

.gallery.albums {
    height: 250px;
}

.item-views,
.item-date {
    font-size: 10px;
    display: inline-block;
    width: 100px;
}

.item-views::before,
.item-date::before {
    display: inline-block;
    width: 16px; 
    height: 20px; 
    margin-right: 5px;
    content: ""; 
    vertical-align: middle;
    background-image: url(../svg/s-calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

.item-date::before {
    width: 16px;
}

.item-views::before {
    background-image: url(../svg/s-view.svg);
    height: 20px;
}

.morfius {
    display: flex; 
    height: 100%;
}
.morfius-block {
}

.morfius-news {
    flex: 1;
    border-right: 1px solid #dfe4e6;
    padding: 0 20px 0 10px;
    display: flex;
    flex-direction: column;
}
.morfius-sidebar {
    width: 344px;
}

.feeds-wrapper {
    flex: auto;
}

a {
    text-decoration: none; 
    color: #336699; 
    cursor: pointer;
}

.breadcrumbs a {
    color: #336699; 
}

p a {
    text-decoration: underline; 
}

.ads {
    margin: 10px 0;
}

.home-feeds h3,
.theme-day h3 {
    font-size: 18px;
    color: #313945;
    font-weight: normal;
}

.theme-day .post a {
    font-family: sans-serif;
    letter-spacing: .2px;
    font-weight: 600;
    display: block;
    margin: 10px 0;
    font-size: 16px;
}

.home-feeds .post {
    padding: 10px 0;
    border-bottom: 1px solid #aeaeae; 
}
.home-feeds .post:first-child {
    border-top: 1px solid #aeaeae; 
}

.home-feeds .post a {
    display: block;
    font-size: 15px;
}

.post a:hover {
    color: #8cb2d8; 
}

.news-post-first .feed-time {
    display: none;
}

.home-feeds .news-post-last {
    display: flex;
    justify-content: space-between;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin-top: 15px;
}

.news-post-last a {
    width: calc(100% - 50px);
}

.news-post-last .feed-time {
    font-size: 14px;
    color: #464646;
}

.line-feeds .post {
    margin: 10px 0;
    border-bottom: 1px solid #c7ccd0;
}

.line-feeds .post-hide {
    display: none;
}

.line-feeds .post-description {
    font-size: 15px;
    line-height: 21px;
}

.line-feeds .post_flex {
    display: flex; 
    justify-content: space-between;
}

.line-feeds .post_flex img,
.line-feeds .post_flex .post_img {
    width: 142px; 
    height: 91px;
} 

.line-feeds .post_flex img {
    display: block;
}

.line-feeds .post_link {
    width: calc(100% - 300px);
    font-size: 16px;
    font-weight: bold;
}


.line-feeds .item-views,
.line-feeds .item-date {
    width: auto;
}




.home-video {
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 20px auto;
    padding: 15px 17px 15px 17px;
}

.home-files h3,
.home-video h3 {
    margin: 0;
    margin-top: -2px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #313945;
    display: block;
    border-bottom: 1px solid #c7ccd0;
}

.home-video a {
    position: relative;
    display: block;
}

.albums-video a::before,
.home-video a::before {
    display: inline-block;
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/youtube_icon.png); 
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 2;
}

.home-video a:hover::before {
    zoom: 1.1;
}

.home-video a span {
    display: block;
    margin-bottom: 10px;
    color: #313945;
}

.home-video img {
    width: 100%; 
    display: block;
    height: 160px;
}

.home-files {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffeddd;
    overflow: hidden;
    padding: 15px 20px 5px 20px;
}

.home-files-list a {
    display: block;
    padding-left: 15px;
    padding-bottom: 3px;
    border-left: 4px solid #afafaf;
    margin: 10px 0;
    font-size: 13px;
    line-height: 16px;
}

.home-files .links-right a {
    color: #336699; 
}

.links-right a {
    color: #313945; 
}

.links-right {
    text-align: right;
    margin: 10px 0;
}

.links-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links-flex a.link {
    color: #313945; 
}
.links-flex a.link:hover {
    text-decoration: underline;
}

.home-blocks {
    width: calc(100% - 40px); 
    margin: 0 auto;
}

.finder-loading, 
.pg-loading {
    position: relative;
}

.listposts-loader.animation-loader::before,
.pg-loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center 140px; 
}


.category-description,   
.wrap-single {
	font-size: 17px; 
	line-height: 20px;  
}

.memorial-photo {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 { 
    color: #313945; 
    line-height: 120%;
    margin: 10px 0;
}

h1 {
    font-size: 30px;
    font-family: serif;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: .3px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.border-bottom {
    border-bottom: 1px solid #dfe4e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.su-table {
    margin-bottom: 10px !important;
}

.su-table td {
    vertical-align: top; 
}

.wrap-single h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0;
}

.wrap-single-documents h1 {
    text-align: left;
}

.wrap-single-stati h1 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    width: 746px;
}

.stati-cat-h2,
.stati-title {
    border-bottom: 1px solid #dfe4e6;
    padding-bottom: 15px;
    text-align: left;
    margin: 15px 0;
    font-size: 32px;
    line-height: 36px;
}

.stati-title .alignright {
	float: right;
}

.archive-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfe4e6;
    padding-bottom: 14px;
    margin: 15px 0;
}
.archive-title.border-top {
    border-top: 1px solid #dfe4e6;
    margin-top: 0px; 
    padding-top: 15px;
}

.archive-title h1 {
    margin: 0;
    flex: auto;
    text-align: left; 
    line-height: 100%; 
}

.archive-title .button-light {
    margin-left: 10px;
}

body.post-type-archive .pagination {
    padding: 0; 
}

body.post-type-archive .archive-title {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
}
body.post-type-archive .button-light {
    background-color: #336699;
    padding: 5px 10px;
}

.category-all-posts {
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
    padding: 15px 0;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.category-all-posts h2 {
    margin: 0;
    font-size: 18px;
}
.category-all-posts a {
    text-decoration: underline; 
    color: #3072ad; 
}
.category-all-posts a:hover {
    color: #313945; 
    text-decoration: unset; 
}

.post-date-time + h1 {
    margin-top: 0;
}

.breadcrumbs .post-date-time {
	float: right;
    line-height: 10px;
}



.breadcrumbs + .ads-insert {
    margin-top: 0;
}

.single-content {
    margin-top: 10px;
    min-height: 918px;
}

.jumping-content .ads-insert,
.single-content .ads-insert { 
    max-height: 400px;
    width: 100%; 
    overflow: hidden;
}

.single-content > div, 
.single-content > table {
	clear: both; 
}

.news-content .single-content {
    min-height: unset;
    flex: auto;
}

.wrap-single-news {
    border: 1px solid grey;
    position: relative;
    min-height: 1259px;
}

.news-content {
    width: calc(100% - 250px);  
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news-content h1 {
    font-size: 30px;
    line-height: 34px;
    font-family: sans-serif;
    margin-bottom: 0;
}

.news-content > div {
    margin: 0; 
    margin-top: 10px; 
}

.news-content > div.line-download {
    margin: 0;
}

.news-side {
    width: 250px;
    border-left: 1px solid #a0a0a0;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.feed-posts {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feed-posts .title {
    margin: 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}


.scroll::-webkit-scrollbar-track {
    background-color: transparent; 
}

.scroll::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #d2d2d2; 
    border: 0;
}


.list-posts {
    height: 100%;
    overflow-y: auto;
    flex: auto;
}

.list-posts .item {
    margin: 10px 0;
    border-bottom: 1px solid #dfe4e6;
}
.list-posts .item:last-child {
    border-bottom: 0px; 
}
.list-posts .item a {
    display: block;
    padding: 0 15px;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}
.list-posts .item a:hover {
    color: #369;
}

.list-posts .date {
    display: block;
    color: #ababab;
    margin: 8px 0;
    font-size: 11px;
}

.category-description > p, 
.single-content p {
	text-indent: 20px;
	margin: 0; 
	margin-bottom: 5px;
	display: block;
}

.single-content .wp-caption-text {
    margin: 10px 0;
}

.wp-caption > a {
    display: block;
    padding: 5px 5px 0px 5px;
}

.wrap-single-news .single-content > p {
    line-height: 21px;
    font-size: 17px;
}

.page-content {
    font-size: 16px;
    line-height: 130%;
}

.page-content > p {
    text-indent: 20px;
    margin: 10px 0;
}

.category-description a,
.single-content a {
    color: #4692D8;
    text-decoration: underline;
}


.su-quote {
    background: #d4e9fc;
    border-left: 6px solid #339edd;
    font-size: 1em;
    font-style: italic;
    color: #014660;
    text-indent: 0px !important;
    clear: both;
}

.su-quote-inner {
    padding: 0 !important;
}

.su-quote-style-default {
    font-style: italic;
    margin-bottom: 20px !important; 
    padding: 2em !important;
}
.su-quote-style-default p {
    margin: 0;
}
.su-quote.su-quote-style-default:after, 
.su-quote.su-quote-style-default:before {
    display: none;
}


.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%; 
}

.wp-caption img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.wrap-page > div,
.wrap-single > div,
.wrap-page img,
.wrap-single img {
    max-width: 100%; 
}

.catalog-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-box .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
    border: 0;
    box-shadow: 0px 1px 2px rgba(50,50,50, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(50,50,50, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(50,50,50, 0.4);
    width: calc(100% / 5 - 10px);
    height: 60px;
    color: black;
    background-color: #f0f0f0;
    text-decoration: none;
    font: 400 13.3333px Arial;
    font-weight: bold;
    padding: 7px 5px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.catalog-box .link:hover, 
.catalog-box .link.active {
    background-color: #4f84b8;
    color: #FFFFFF;
}

.links-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 150px; 
    padding-right: 50px;
    margin-top: -6px;
}

.links-line {
    text-align: center;
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 5px 0;
    margin-top: 0;
}

.links-box > div {
    width: 50%; 
}

.links-line a,
.links-box a {
    display: inline-block;
    padding: 6px 7px;
    font-size: 24px;
    font-family: Times;
}

.links-line a {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4692D8;
    line-height: 16px;
    padding: 4px 8px 2px;
}

.links-box a:hover,
.links-line a:hover {
    color: #ec9b2f; 
}

.links-line a.active,
.links-box a.active {
    background-color: #4f84b8;
    color: #fff;
    border-radius: 3px;
}
.links-line a.active {
    background-color: #ec9b2f;
}

.encik-breadcrumbs {
    padding: 10px 0;
    border-top: 2px solid #dadada;
    font-size: 12px;
    color: #ababab;
}

.images-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.images-box a {
    display: inline-block;
    width: calc(100% / 2 - 15px);
    text-align: center;
    margin-bottom: 15px;
}

.images-box span {
    display: block;
}

.images-box img {
    width: 100px; 
    height: 100px; 
    object-fit: contain;
}


.wrap-finder-search {
    width: calc(100% - 100px);
    border-left: 2px solid black;
}

.media-box, 
.wrap-finder {
    border: 1px solid #dfe4e6;
    flex: auto;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

.media-box-title {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfe4e6;
    background-color: #f6f6f6; 
}

.media-box-title > .media-select,
.media-box-title > form {
    margin: 0 !important;
    width: calc(55% / 2 - 10px);
}

.media-box-title > h3 {
    width: 45%;
}

.media-box-title > .media-select select {
    max-width: 100% !important;
    width: 100%; 
    border: 1px solid #dfe4e6;
    border-radius: 6px;
    padding: 9px;
}

.catalog-search {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dfe4e6;
    border-radius: 5px;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 20px auto;
    position: relative;
}

.catalog-search select,
.catalog-search input[type="search"] {
    padding: 10px;
    flex: 1;
    border: 0;
    outline: unset;
}

.tests-search input[type="search"] {
    padding: 11px 10px;
}

.catalog-search select {
    border-left: 1px solid #dfe4e6;
}

.catalog-search button[type="submit"] {
    border: 0; 
    background-color: unset; 
    outline: 0;
}

.catalog-search button[type="submit"] .svg * {
    fill: gray;
}

.catalog-search button[type="submit"] .svg {
    width: 22px;
    height: 21px;
}

.catalog-search > span {
    display: inline-block;
    padding: 5px;
    background-color: #fff; 
    position: absolute;
    right: 0px;
    top: 0px;
}
.catalog-search > span .svg {
    padding: 3px;
}

.posts-finder {
    flex: auto;
    background-color: #fafafa;
        display: flex;
    flex-direction: column;
}

.encik-finder {
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
    padding: 10px 0;
}

.encik-empty {
    display: none; 
}

.encik-empty p {
    font-size: 13px;
    line-height: 23px;
    margin: 7px 0;
}

.encik-empty .h1 {
    font-size: 40px;
    color: #807F7F;
    font-family: Times;
    line-height: 150%;
    text-align: center;
}

.finder-result[data-search="0"] + .encik-empty {
    display: block;
    padding: 0 20px;
}

.seo-content,
.finder-result {
    padding: 0 22px;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 562px;
    flex: auto; 
}

.wrap-catalog-search {
    background-color: #f6f6f6; 
    padding: 20px; 
}
.wrap-catalog-search .catalog-search {
    margin: 0; 
    width: 100%; 
}

.wrap-finder-search .seo-content,
.wrap-finder-search .finder-result {
    height: 336px;
    display: none;
}
.wrap-finder-search .finder-result[data-search="1"] {
    display: flex;
}

.seo-content p,
.finder-result li {
    margin: 10px 0;
    display: block;
}

.seo-content a, 
.seo-content p,
.finder-result li .link-post,
.finder-result li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #4f84b8;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.finder-result li .link-post:hover,
.finder-result li a:hover {
    text-decoration: underline;
}

.wrap-media .finder-result li .link-post:hover {
	text-decoration: none;
} 

.wrap-media .terms-finder li .link-post, 
.wrap-media .finder-result li .link-post {
	font-size: 16px; 
	font-weight: normal;
	color: #336699;
	cursor: pointer;
}

.finder-result li.empty {
    font-size: 16px;
}

.archive-description {
	font-size: 15px; 
	line-height: 19px;
}

.news-date {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0;
}

.news-image {
    position: relative;
    margin: 10px 0;
}

.news-image img {
    display: block;
    height: 400px;
    width: 100%;
}

body.single-mainnews .news-image img,
body.single-news .news-image img {
    height: 400px;
    object-fit: fill;
}

body.single-mainnews .news-image img[src*="default.svg"] {
    object-fit: cover;
}

.news-image .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
}
.news-image .caption:empty {
    display: none;
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.alignleft {
    float: left; 
    margin-right: 10px; 
    margin-bottom: 10px; 
}


.button {
    display: inline-block;
    width: 240px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background-color: #144570; 
}

.button:hover {
    background-color: #10304b; 
}

.buttons-small {
    margin: 15px 0;
    border-bottom: 1px solid #dfe4e6;
    padding-bottom: 15px;
}

a.button-light,
.button-light {
    background-color: #4f84b8;
    font-size: 13px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    display: inline-block;
    border: 0;
    font-family: sans-serif;
    cursor: pointer;
}

.button-light:hover {
    background-color: #336699; 
}

.button-download {
    min-width: 100px;
    cursor: pointer;
    font-family: Arial;
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #336999;
    box-shadow: 1px 1px 3px 0px #A59B9B;
    font-size: 14px;
}

.button-download .svg {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.button-download .svg * {
    fill: white; 
}


.buttons-small .button-light {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10px;
}

.buttons-small .button-light + .button-light {
    margin-left: 5px;
}


.breadcrumbs {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dfe4e6;
    margin: 10px 0;
    font-size: 12px;
}

.breadcrumbs::after {
    display: block;
    clear: both;
    content: ''; 
}

.breadcrumbs + h1 {
    margin-top: -3px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dfe4e6;
}

[data-template="single-docs"] .breadcrumbs + h1 {
    border-bottom: 0;
    max-width: 730px;
    text-align: left;
}

.delim,
.bread-text {
    color: #afafaf; 
}

.e-warning {
    margin: 15px auto;
    text-align: center;
    box-shadow: 1px 1px 5px -1px #a2a2a2;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 16px;
}

[data-template="single-docs"] .jumping-content > div {
    margin: 0;
    margin-top: 10px;
}
[data-template="single-docs"] .jumping-content {
    padding-bottom: 10px;
}

.e-warning span {
	font-weight: bold; 
	color: red; 
}

.relative {
    position: relative;
}

.iframe-docs {
    width: 100%;
    margin: 10px auto;
    height: 1030px;
    position: relative; 
    overflow: hidden;
    flex: auto;
}

.iframe-docs iframe {
    position: absolute;
    top: -54px;
    left: 0px;
    width: 100%;
    height: calc(100% + 54px);
    border: 0;
}

.archive-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}

.archive-posts .post {
    width: calc(100% / 4 - 10px); 
    margin-bottom: 10px;
    min-height: 330px;
}

.tax-memorial_category .archive-posts {
    margin-top: 0;
        flex: auto;
}

.tax-memorial_category .archive-posts .post {
    width: calc(100% / 4 - 10px);
    text-align: center;
}

body.post-type-archive .archive-posts {
    margin: 5px 0;
}

/*
body.post-type-archive .archive-posts .post {
    height: 329px;
    overflow: hidden;
}
*/

.post a {
    display: block;
}

.post img {
    display: block;
    width: 100%;
}

.post .post-title {
    display: block;
    font-weight: 600;
    margin: 10px 0;
    word-break: break-word;
    font-size: 15px;
    line-height: 19px;
}

.post .post-description {
    color: #000; 
    font-size: 15px;
    margin: 10px 0; 
}

.archive-posts .post .post-description {
	font-size: 13px;
    line-height: 17px;
}

.post-date-time {
    margin: 5px 0;
    display: block;
    font-size: 11px;
    font-family: Arial;
    color: #336699;
}

.post-date-time > span {
    margin-right: 10px;
}

.views .svg,
.post .svg {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: text-top;
}

.post-date-time .view::before,
.panel-downloads .date::before,
.post-date-time .date::before,
.post-date-time .time::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    vertical-align: text-top;
    content: "";
    display: inline-block;
    background-image: url(../svg/s-calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.panel-downloads .date {
    margin-right: 20px;
    font-size: 14px;
}

.panel-downloads .date + .views {
    margin-right: auto;
}

.panel-downloads .date::before {
    width: 15px;
    height: 15px;
    filter: brightness(0);
    margin-right: 7px;
}

.breadcrumbs .post-date-time .date::before {
    background-image: url(../svg/s-calendar.svg);
}

.post-date-time .time::before {
    background-image: url(../svg/post-clock.svg);
}
.post-date-time .view::before {
    background-image: url(../svg/views.svg);
}

.views {
	font-size: 14px;
}
.wrap-single-news .views {
    margin-left: 5px;
}
.views .svg {
    width: 14px;
    height: 14px;
}

.wrap-news-image {
    justify-content: space-between;
    align-items: flex-start;
}

.wrap-news-image .news-image {
    width: calc(100% - 244px); 
}

body[data-subscribe="1"] .wrap-news-image .news-image {
    width: 100%;
}

body.single-mainnews[data-subscribe="1"] .news-image img, 
body.single-news[data-subscribe="1"] .news-image img {
    height: auto;
}

.wrap-news-image .ads-insert {
    width: 240px; 
}

.archive-height .post a.post-link {

}

.archive-height .post .post-description {
    display: block;    
    margin: 1px 0;
}


.form_options label {
    display: inline-block;
    width: 100px;
}

.flexsub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
    padding: 15px 0;
    width: 100%; 
}

.flexsub-title {
    font-family: Times;
    font-size: 20px;
    color: #545454;
}

.flexsub-content {
    padding-left: 10px; 
}

select[name="redirect"] {
    padding: 7px;
    max-width: 200px;
}

#penscalc {
    padding: 15px;
    background-color: #f0f0f0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#penscalctitle {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
}
#penscalc input[type="radio"] {
    margin: 0;
    margin-right: 5px;
}
#penscalc input[type="number"] {
    padding: 10px 5px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}
#penscalc input[type="number"].input-error {
    border-color: red;
}


.calc-group {
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}



body.logged-in #pct-itogo {
    min-height: 70px;
    position: relative;
}

.wrap__subscribe-alert {
    text-align: right;
    position: absolute;
    right: 0;
    width: max-content;
}

.subscribe-alert {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid orange;
    border-radius: 10px;
    font-size: 14px;
}
.btn-subscribe {
    display: inline-block;
    background-color: orange;
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.calc-group button[type="submit"] {
    padding: 10px 20px;
    border-radius: 0;
    vertical-align: middle;
}



.calc-inv {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#pctinv {
    margin-top: 15px;
}
.pctname {
    color: #424242;
    font-size: 16px;
}

.pctfield {
    font-size: 18px;
}

.table-scroll {
    width: 100%; 
    overflow-x: auto;
}

.toc-block {
    margin: 0 0 15px 0;
}

.toc-title {
    font-size: 20px;
    color: #222;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

.toc { 
    background-color: #fbfbfb;
    border: 1px solid #dfe4e6; 
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.toc li {
    margin: 4px 0;
    display: block;
}
.toc li a {
    color: #000; 
}
.toc li a:hover {
    text-decoration: underline;
    color: #4692d8; 
}
.toc li.toc-h3 {
    padding-left: 22px; 
}
.toc li.toc-h4 {
    padding-left: 35px; 
}

.toc-number {
    margin-right: 5px;
    color: #504949;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
}

.v-razrabotke {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    padding: 20px 30px;
    position: relative;
    background-image: url(../img/background-v-r.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -40px;
    margin-right: -40px;
}

.v-razrabotke p,
.v-razrabotke h1 {
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    color: gray;
    text-align: left;
}

.v-razrabotke p {
    color: #3072ad;
    margin: 20px auto;
    max-width: 780px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}

.v-razrabotke .v-linear {
    height: 4rem;
    background-image: url(../img/linear-ya.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.v-donate {
    padding: 25px;
    box-sizing: border-box;
    background-image: url(../img/background-ya-form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.73);
    -moz-box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.73);
    box-shadow: 0px 0px 30px 0px rgba(100, 100, 100, 0.73);
}
.v-donation .donate {
    width: 400px;
    margin: 3vh auto;
}

.calculator-gdzs-app {
    background-color: #eee;
    box-sizing: border-box;
    padding: 10px 15px;
}

.calculator-gdzs-app input,  
.calculator-gdzs-app select{
    width: 100%;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 8px;
    max-width: 300px;
    outline: 0; 
}

.calculator-gdzs-app input[type="button"] {
    cursor: pointer;
    border: 1px solid #cecece;
    background: #f6f6f6;
    box-shadow: inset 0px 20px 20px #ffffff;
    border-radius: 8px;
    padding: 8px 14px;
    width: 100%;
    max-width: 100%;
}
.calculator-gdzs-app input[type="button"]:hover {
    box-shadow: inset 0px -20px 20px #ffffff;
}
.calculator-gdzs-app input[type="button"]:active {
    margin-top: 1px;
    margin-bottom: -1px;
    zoom: 1;
}

.calculator-gdzs-app #bigdiv{
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.page-template-page-shedule-new input[type="date"] {
    border: 1px solid gray;
    padding: 3px 6px;
    margin: 7px 0px;
    border-radius: 3px;
}

.border-top-bottom {
    border-top: 2px solid #dadada;  
    border-bottom: 2px solid #dadada; 
    margin: 10px 0; 
}

.wrap-media h3,
.wrap-media h1 {
    font-family: Times;
    font-weight: normal;
    font-size: 24px;
    margin: 5px 0;
}

.wrap-media h1 {
    text-align: center;
}

.media-title {
    border-top: 2px solid #dadada;
}

.comment {
    padding: 7px 9px;
    font-size: 12px;
    line-height: 14px;
}
.comment p {
    margin: 0; 
}

.memorial-finder[data-finder="0"],
.media-finder[data-finder="0"] {
    display: none; 
}

.media-finder ul {
    padding-left: 0;
    margin: 10px 0;
}

.media-finder .empty {
    padding: 10px;
}

.media-finder img {
    display: block;
}

.single-album,
.terms-finder {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
    padding-left: 10px;
    margin: 0;
}

.memorial-finder[data-finder="1"]  + .terms-finder, 
.media-finder[data-finder="1"] + .terms-finder {
    display: none;
}

.wrap-media .posts-finder,
.wrap-media .terms-finder {
    height: 649px;
    overflow-y: auto;
}

.media-finder li, 
.single-album li,
.terms-finder li {
    display: inline-block;
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    background-color: white;
    box-shadow: 0px 2px 3px -1px #c1c1c1;
    padding: 10px;
}

.wrap-media .terms-finder li .link-post, 
.wrap-media .finder-result li .link-post, 
.single-album li a,
.terms-finder li a { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: relative;
}
.single-album li a {
    height: auto;
}

.wrap-media .terms-finder li .link-post:hover, 
.wrap-media .finder-result li .link-post:hover, 
.single-album li a:hover,
.terms-finder li a:hover {
    color: #4692D8; 
}

.single-album .comment,
.terms-finder .comment {
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

.ahtung {
    font-size: 13px;
    border-bottom: 1px solid #dfe4e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bold-red {
    font-weight: bold;
    color: #880015;
    text-decoration: underline;
}

.bold-black {
    font-weight: bold;
    color: black;
}

.wrap-ads-popup {
    display: none; 
}

.archive .post img {
    height: 120px; 
}

body.post-type-archive-kompanii .post img {
    object-fit: contain;
    object-position: center;
}

.albums {
    margin: 0 -4px;
}

.albums[data-loaded="0"] {
    display: flex !important;
    justify-content: space-between;
}

.albums[data-loaded="0"] .albums-item {
    display: none;
    width: calc(100% / 5 - 8px); 
}

.albums[data-loaded="0"] .albums-item:nth-child(-n+5) {
    display: inline-block; 
}

.albums-item {
    padding: 4px;
}

.albums-item .comment {  
    padding: 0;
    margin-top: 10px;
}

.albums a {
    display: block;
    overflow: hidden;
    position: relative;
}

.albums.owl-carousel a {
    border-radius: 10px;
}

.albums.owl-carousel a:hover {
    box-shadow: 0 0 0 3px #ff7600;
}

.albums img {
    display: block;
    width: 100%; 
    height: 120px;
}

.albums-video .albums-item a::before {
    background-color: rgba(0,0,0,.3); 
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    content: ""; 
}

.terms-finder .alb-item img {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.terms-finder .alb-item {
    flex-direction: column;
    justify-content: center; 
    position: relative;
}



.jumping {
	display: flex;
	justify-content: space-between;
    flex: auto;
}
.jumping-content {
	border: 1px solid #dfe4e6; 
	width: calc(100% - 284px); 
	padding: 0 10px;
}
[data-template="single-docs"] .jumping-content {
    display: flex;
    flex-direction: column;
}
.jumping-side {
    width: 324px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: -40px;
    padding: 0 15px;
}

.jumping-side > .block-sticky > div:last-child,
.jumping-side > div:last-child {
	margin-bottom: 0 !important;
}

.jumping-side .subscribe {
	padding: 8px;
	margin: 15px 0; 
}

.jumping-side .subscribe-title {
	font-size: 14px;
}

.jumping-side .subscribe-form-flex button {
	font-size: 9px;
}

.jumping-side .subscribe-form-flex {
	margin: 10px 0;
}

.jumping-side .socials {
	padding: 20px 10px;
	margin: 15px 0;
    min-height: 192px;
}
.jumping-side .socials .svg {
    width: 20px;
    height: 20px;
}

.wrap-block-sticky {
	flex: auto;
    margin-top: -11px;
}

.block-sticky {
	position: sticky; 
	top: 10px; 
}

body.admin-bar .block-sticky {
    top: 40px;
}

.left-menu + .block-sticky {
    margin-top: 10px; 
    margin-bottom: 1px;
}


.left-menu + .block-sticky[data-iframe="1"] {
    margin-top: 0;
}

[data-template="single-docs"] .jumping-side .ads-insert {
    width: 320px;
    margin: 0;
    margin-left: -13px;
}
[data-template="single-stati"] .jumping-side .ads-insert {
	margin-top: 0px;
}


.themeday {
	position: relative;
}
[data-template="single-docs"] .themeday {
    margin-bottom: 15px;
}

.themeday-title {
    font-size: 20px;
    color: #222;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

[data-template="single-docs"] .themeday-title {
    position: absolute;
    top: -40px;
}

.themeday .item img {
	display: block;
	width: 100%; 
	height: 180px;
}

.themeday .item span {
	position: absolute;
	bottom: 0px; 
	background-color: rgba(0,0,0,.6); 
	color: #fff; 
	display: block;
	width: 100%; 
	padding: 10px;
	font-weight: bold;
    font-size: 16px;
}

@media (max-width: 374px) {
    .archive-posts .post {
        width: 100%;
    }

    .archive .post img {
        height: 160px;
    }

    select[name="redirect"] {
        max-width: 184px;
    }
} 

.archive.tax-memorial_category .post img {
    width: 188px;
    height: 256px; 
    margin: 0 auto;
}

.cookie-policy {
    position: fixed;
    bottom: -1000px;
    z-index: 99999;
    width: 100%;
}

.cookie-policy .cookie-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 60px 20px 45px;
    box-sizing: border-box;
    background-color: #e3ebee;
    color: #626567;
    position: relative;
    box-shadow: 0 0 3px #b9b9b9;
}

.cookie-container a {
    color: #3072ad; 
}

.cookie-accept-mobile,
.cookie-accept {
    display: block;
    text-decoration: none;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    font-size: 37px;
    line-height: 39px;
    color: gray;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;

}

.cookie-policy-show {
    bottom: 0px;
    transition: bottom 2s ease-out .2s; 
}
.cookie-policy-hide {
    bottom: -1000px;
    transition: bottom 2s ease-out .2s; 
}

.cookie-policy-mobile {
    display: none;
}


.arch_list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
body.page-template-page-archives-new .arch_list + .ads-insert {
    border-bottom: 0; 
    margin-bottom: 0;
}

.arch_list li {
    display: inline-block;
    width: calc(100% / 3);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.arch_list li a span {
    display: block;
    font-size: 16px;
    color: #3072ad;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
}

.arch_list a:hover {
    opacity: .8;
}

.arch_list img {
    max-width: 90%;
    display: block;
    margin: 10px auto;
}

.left-menu.full-menu {
    height: 100%;
}

.left-menu {
    padding: 0;
    margin: 0;
    background-color: #384e66; 
}
.left-menu li {
    display: block; 
    position: relative;
}
.left-menu h3,
.left-menu h2 {
    font-size: unset;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.left-menu li a {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding-left: 16px;
    border-bottom: 1px solid #4d6784;
}

.left-menu li > h3 > a:hover,
.left-menu li > h2 > a:hover,
.left-menu li > noindex > a:hover,
.left-menu li.current-menu-parent > a,
.left-menu li > a:hover {
    background-color: #134b8a; 
}

.left-menu .sub-menu li a,
.left-menu li.small-one-line a,
.left-menu li.small-two-lines a {
    font-size: 14px;
}


.left-menu li.current_page_item a,
.left-menu li.current-menu-item > a {
    background-color: #134b8a; 
    position: relative;
}

.left-menu > li.current-menu-item > noindex > a::before, 
.left-menu > li.current-menu-parent > a::before, 
.left-menu > li.current-menu-item > a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff;
    margin-left: -9px;
}

.left-menu .sub-menu {
    display: none;
}
.left-menu li:hover .sub-menu {
    display: block;
} 
.left-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #384e66;
    z-index: 9999;
    width: 100%;
    padding: 0;
}

.left-menu li.reverse .sub-menu {
	top: unset; 
	bottom: 0;
}

.title-reverse span {
    display: none;
}
.title-reverse::after {
    content: attr(data-title) !important;
    display: inline-block !important;
    line-height: 18px;
    width: 98% !important;
}



.flexnews {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 10px;
    padding-top: 17px;
}

.flexnews .theme-day,
.flexnews .home-feeds {
    width: calc(50% - 5px); 
}

.flexnews .theme-day .post {
    border-top: 1px solid #aeaeae;
    padding-top: 10px;
}


.article p {
    text-indent: 20px;
}

.article {
    margin: 10px 0;
    font-size: 16px; 
    line-height: 22px;
}

.wrap-gdzs h1 {
    font-size: 24px;
    font-family: Times;
    margin-bottom: 0;
    font-weight: normal;
}

.wrap-gdzs h2 {
    font-size: 18px;
    line-height: 120%;
    font-family: sans-serif;
    margin: 8px 0;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
}

.wrap-pensii h1 {
    font-size: 28px;
    font-family: sans-serif;
    font-weight: normal;
    margin: 25px 0 14px 0;
    line-height: 100%; 
}

.wrap-pensii h2 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 100%;
    margin: 14px 0 18px 0;
}

.shedule_btn {
    display: block;
    width: 175px;
    margin: 5px auto 20px auto;

    padding: 5px 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#939596));
    background: -moz-linear-gradient(top, #ededed, #939596);
    background: -o-linear-gradient(top, #ededed, #939596);
    background: -ms-linear-gradient(top, #ededed, #939596);
    position: relative;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    box-shadow: 1px 1px 3px 0px #A59B9B;
    cursor: pointer;
}

.form_options input[type="radio"] {
    vertical-align: baseline;
}


.memorial-header {
    margin-bottom: 20px;
}
.memorial-header h4 {
    max-width: 800px;
    margin: 0 auto;
}

.terms-memorial {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
}

.terms-memorial .link {
    width: calc(100% / 5);
    text-align: center;
    padding: 5px;
}

.terms-memorial img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

.su-youtube iframe {
    width: 600px;
    height: 400px;
}

.tax-statyi-polzovateley_category .archive-posts {
    border-bottom: 1px solid #dfe4e6;
}

.ads-insert + .archive-posts {
    border-top: 1px solid #dfe4e6;
    padding-top: 15px;
}

.category-description + .ads-insert {
    border-top: 1px solid #dfe4e6; 
    padding-top: 10px;
}


body.page-template-page-archives-new .ads-insert {
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
    padding: 10px 0;
    margin-top: 5px;
}

.search-title {
	font-size: 19px;
	line-height: 24px;
}

body.search .wrap-block-sticky {
	margin-top: 0;
}

body.page-id-227844 .jumping-side,
body.search .jumping-side {
	margin-right: 0; 
	margin-left: 20px; 
	padding: 0;
}

body.page-id-227844 .jumping-content,
body.search .jumping-content {
	padding: 0; 
	border: 0;
}

.wrap-search .catalog-search button[type="submit"] {
	padding: 0 10px;
}
.wrap-search .catalog-search {
	width: 100%;
}

.s-flex {
	justify-content: flex-start;
	margin-top: 10px;
}

.s-flex p {
	width: 100%;
}

.s-flex .search_permalink {
	margin-right: 10px;
}

.s-flex .search_permalink img {
	display: block;
    width: 150px;
    margin-right: 10px;
    border-radius: 5px;
    height: 90px;
}

.f404 {
    justify-content: space-around;
}

.tx404 {
    font-weight: bold;
    color: #626f78;
    font-size: 16px;
    line-height: 22px !important;
}

.tx404, 
.im404 {
    text-align: center;
    padding: 30px;
    width: 50%;
    max-width: 430px;
}

.nav404 {
    justify-content: space-between;
    margin-top: 10px;
}

.n4item {
    width: calc(100% / 4 - 10px); 
}

.nav404 .title {
    display: block;
    text-align: center;
    margin: 10px auto 20px auto;
    padding: 15px 25px 15px 25px;
    border: 1px solid #e2e4e3;
    text-decoration: none;
    color: #222222;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: white; 
}


.n4block .subscribe {
    padding: 15px 10px;
}

.n4block .socials {
    padding: 18px 10px 19px 10px;
}

.n4block .subscribe-form-flex {
    
}
 
.n4block .subscribe-form-flex input[type="email"] {
    width: 120px;
}

.n4block .checkbox-label {
    font-size: 13px;
}


.n4block .subscribe-title { 
    font-size: 14px;
    line-height: 18px;
}

.n4block .socials-description {
    font-size: 15px;
}

.n4block .socials-links {
    zoom: .90;
}

.n4block .socials-title {
    font-size: 16px; 
}

.n4block .socials .svg {
    width: 18px; 
    height: 18px;
}

.n4ads {
    height: 400px;
}
.n4post {
    background-color: #ecf0f1;
    height: 400px;
    position: relative;
}

.n4post .post-date-time, 
.n4post .post-link, 
.n4post .post-description {
    display: block;
    padding: 0 10px;
}

.n4post .post-description {
    font-size: 12px;
    line-height: 16px;
}

.n4post .post-date-time {
    position: absolute;
    bottom: 0px;
    background-color: #ecf0f1;
    width: 100%;
    margin: 0;
    padding: 6px 10px;
    color: #000;
}

.n4post img {
    height: 152px;
}


.maxwell {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.maxwell-item {
    height: 190px;
}

.maxwell-item a {
    height: 100%;
}

.maxwell-item .post {
    position: relative;
    height: 100%;
}

.maxwell-item .post img {
    height: 100%;
    display: block;
}

.maxwell-item:first-child {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
    height: calc(190px * 2 + 10px);
}

.maxwell-item .post .post-link {
    display: block;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}
.maxwell-item .post .post-title {
    font-size: 16px;
    font-family: Arial;
    line-height: 20px;
}

.maxwell-item .post .post-title-large {
    font-size: 14px;
    line-height: 18px;
}

.hed-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.hed-title .button-light {
    margin-left: 10px;
}

.hed-title h1 {
    margin: 0;
    flex: auto;
    color: #313945;
    font-size: 26px;
}


.maxwell + .pagination {
    margin-top: 10px;
}

.news-nav {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    background-color: #fff;
}

.news-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px;
}

.news-nav ul li {
    display: inline-block;
}
.news-nav ul li a {
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 25px;
}
.news-nav ul li a:hover, 
.news-nav ul li.current-menu-item a { 
    background-color: #D4E9FC;
}

.main-maxwell-archive .main-content,
.main-maxwell-category .main-content {
    width: calc(100% - 175px);
}

.main-maxwell-category .maxwell-item:first-child {
    height: calc(198px * 2 + 10px);
}

.main-maxwell-category .maxwell-item {
    height: 198px;
}


.doc-file img {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto;
}

.doc-file .post-title {
    display: block;
}

.icon-doc {
    object-fit: contain;
    margin-bottom: 15px;
}

.arhiv-voprosov {
    float: right;
    font-size: 12px;
    color: #366699;
}

.arhiv-voprosov:hover {
    text-decoration: underline;
}





.header__color-nav {
    display: flex;
    padding-right: 22px;
    padding-left: 10px;
    margin-left: -40px;
    gap: 24px;
}
.header__color-nav a {
    height: 53px;
    display: inline-flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -10px;
}

.header__color-nav a span {
    display: block;
    padding: 1px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 0px;
    min-width: 138px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.header__color-nav a::before, 
.header__color-nav a::after {
    transform: skewX(20deg);
    height: 53px;
    width: 22px;
    content: '';
    display: block;
}

.header__color-nav a:first-child::before {
    transform: unset;
}
.header__color-nav a:last-child::after {
    
}

.header__color-nav a::after {
    margin-right: -10px;
}

.header__color-nav a::before {
    margin-left: -10px;
}

.h-blue::after,
.h-blue::before,
.h-blue {
    background-color: #448ccc;
}

.h-blue:hover::after,
.h-blue:hover::before,
.h-blue:hover {
    background-color: #3c85c5;
}

.h-green::after,
.h-green::before,
.h-green {
    background-color: #48beab;
}

.h-green:hover::after,
.h-green:hover::before,
.h-green:hover {
    background-color: #41b3a1;
}

.h-yellow::after,
.h-yellow::before,
.h-yellow {
    background-color: #eeb868;
}

.h-yellow:hover::after,
.h-yellow:hover::before,
.h-yellow:hover {
    background-color: #e7b263;
}

.h-purple::after,
.h-purple::before,
.h-purple {
    background-color: #c8a6e8;
}

.h-purple:hover::after,
.h-purple:hover::before,
.h-purple:hover {
    background-color: #c29ee3;
}



.header-first_sotr {
    background-color: #fbf1e8;
    position: relative;
    height: 30px;
    margin-right: 70px;
}

.header-first_sotr::before {
    position: absolute;
    height: 53px;
    width: 100%;
    background-color: #fbf1e8;
    left: -40px;
    top: -12px;
    content: '';
    display: block;
}

.header-first_sotr::after {
    position: absolute;
    height: 53px;
    width: 100px;
    background-color: #fbf1e8;
    right: -30px;
    top: -12px;
    content: '';
    display: block;
    transform: skewX(20deg);
}

.header-first_sotr > a {
    z-index: 1;
    position: relative;
    display: flex;
    width: 180px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #000;
}
.header-first_sotr > a strong {
    font-weight: bold;
}

.header-first_sotr > a::before {
    width: 34px;
    height: 34px;
    content: '';
    display: inline-block;
    background-image: url(../svg/hand-shake.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-first_sotr > a span {
    display: inline-block;
    width: calc(100% - 50px);
}

.morenews-loader.animation-loader, 
.themeday-loader.animation-loader {
    height: 180px; 
    width: 100%; 
    background-color: rgb(0 0 0 / 4%);
}


.cntr1 {
    min-height: 384px;
}


.input-captcha {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.input-captcha input[name="captcha"] {
    height: 40px;
    border: unset;
    width: calc(100% - 100px);
    max-width: 140px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
}

.input-captcha img {
    width: 100px; 
    height: 40px;
}

[data-counter],
.views .up-view {
    opacity: 0; 
    transition: opacity 500ms;
}

@keyframes showCounters {
    from { opacity: 0; }
    to { opacity: 1; }
}




.wrap-konsult {
    margin-left: -30px;
    margin-right: -30px;
}

.wrap-konsult .breadcrumbs {
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
    padding: 10px 0;
    margin-top: 0;
}

.kl-main {
    width: 100%;
    justify-content: space-between;
}

.kl-main-content {
    width: calc(100% - 320px);
}

.kl-main-side {
    width: 300px;
}

.kl-main-side .ads-insert {
    position: sticky;
    top: 20px;
}

.kl-h1 {
    font-size: 32px; 
    line-height: 120%; 
    font-family: sans-serif;
    margin: 0px;
    color: black;
}

.h2-subtitle {
    font-size: 18px;
}


.cntr.d-flex input[type="radio"] {
    margin-left: 0;
}

.cntr.d-flex {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 29px;
    margin-bottom: 20px;
}

.cntr.d-flex .cntr-left {
    max-width: 460px;
}

.cntr.d-flex .shedule_btn {
    margin-bottom: 0;
}

.first_title select {
    border: 1px solid grey;
    padding: 3px;
    border-radius: 3px;
}



.panel-downloads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 15px 0;
    border-top: 1px solid #dfe4e6;
    border-bottom: 1px solid #dfe4e6;
    gap: 10px;
}

.donate-big {
    width: 100%;
    height: 214px;
    border: 1px solid #dde5e7;
    background-color: #fff;
    overflow: hidden;
}

.donate-big .yandex-donate {
    width: calc(102% + 4px);
    margin-top: -2px;
    margin-left: -2px;
}


.site-login {
    cursor: pointer;
    color: #3072ad;
}
.site-login img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.site-login span {
    display: inline-block;
    border-bottom: 1px dashed #3072ad;
    line-height: 120%;
}
.site-login span:hover {
    opacity: .9;
}


.su-carousel {
    max-width: 100%;
}





@media screen and (max-width: 767px) {
    .cookie-policy {
        display: none;
    }

    a.cookie-accept-mobile {
        color: #333333;
    }

    .cookie-policy-mobile.cookie-policy-hide {
        display: none; 
    }

    .cookie-policy-mobile {
        display: block;
        position: fixed; 
        bottom: 0;
        left: 0px; 
        width: 100%; 
        z-index: 2147483647; 
        background-color: hsla(0,0%,100%,.95);
        box-shadow: 0 0 48px rgba(17,56,86,.2);
    }
    .cookie-policy-mobile .cookie-container {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 12px 52px 12px 24px;
        color: #626567;
        line-height: 18px;
        font-size: 14px;
    }
} 

@media (max-width: 1250px) {
    .last-menu li a {
        font-size: 12px;
    }
    .last-menu li a .svg {
        width: 28px;
        height: 28px;
    }

    .breadcrumbs .post-date-time {
        float: unset;
    }

}



@media (max-width: 1000px) {
    .container {
        padding: 0 20px;
    }
    
    .main-sidebar-end,
    .main-sidebar {
        display: none !important;
    }

    .main-content {
        width: 100%;
    }

    .header-nav .menu a {
        font-size: 14px;
    }

    .header-nav .sub-menu li a {
        padding: 10px;
        padding-left: 20px;
        font-size: 13px;
    }

    .header-nav .menu {
        padding: 0 20px;
    }

    .header-primary {
        padding-left: 20px;
    }
    .last-menu li:first-child a {
        padding-left: 16px;
    }
    .last-menu li a span {
        margin-left: 5px;
    }
    .last-menu li a img {
        width: 23px;
        height: 23px;
    }
    .last-menu li a {
        font-size: 9px;
    }
    .last-menu li:last-child a {
        padding-right: 20px;
    }
}

@media (max-width: 900px) {
    .flexnews {
        flex-direction: column;
    }

    .flexnews .theme-day, 
    .flexnews .home-feeds {
        width: 100%;
    }

    .line-feeds .post_flex img, .line-feeds .post_flex .post_img {
        display: none;
    }

    .line-feeds .post_link {
        width: calc(100% - 130px);
    }


}


@media (min-width: 1200px) {

    .morfius-news {
        width: 684px;
        flex: unset;
    }
}



/*
* Cache style-default End 
**/

