* {
    margin: 0;
    padding: 0;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@font-face{font-family:FontAwesome;src:url(/font/fontawesome-webfont.eot);src:url(/font/fontawesome-webfont.eot) format("embedded-opentype"),url(/font/fontawesome-webfont.woff2) format("woff2"),url(/font/fontawesome-webfont.woff) format("woff"),url(/font/fontawesome-webfont.ttf) format("truetype"),url(/font/fontawesome-webfont.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}
html{background-image: url(/bg_body.jpg);background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;}
.clr {
    clear: both;
    width: 100%;
    height: 3px;
    display: inline-block;
}
.prew, #prew {
	margin-bottom: calc(var(--gridspacing,30px));
    padding: 0 calc(var(--gridspacing,30px)/ 2);
    clear: inherit;
    vertical-align: top;
    background: #5e5e5ec9;
    border: 1px solid #656565;
    box-shadow: 0 0 20px #101010;
    width: 30%;
    float: left;
    min-width: 300px;
    margin-right: calc(var(--gridspacing,30px));
}
body {
    background-color: #fff0;
    color: #222534;
    font: normal normal 1em Oswald,Arial,Helvetica,sans-serif;
    letter-spacing: 0.06em;
    background-size: 6px 6px;
    background-image: -webkit-linear-gradient( 135deg , #ffffff85 44%, #ffffffa3 45%, #ffffff00 54%, #ffffff85 55%);
    background-image: linear-gradient( -45deg , #ffffff85 44%, #ffffffa3 45%, #ffffff00 54%, #ffffff85 55%);
    background-repeat: repeat;
}
.header__icons-i1, .header__icons-i2, .header__icons-i3, .header__icons-i4, .header__icons-i5, .header__icons-i6, .header__icons-i7 {
    background: none;
	width: inherit;
}
.header__icons a {
    color: #fff;
    line-height: 0.5em;
    background-color: #10182f3d;
    border-radius: 6px;
    border: 1px solid #39497aaa;
    padding: 0.9em 0.3em;
    border-bottom: 1px solid #8f4982;
    margin-top: 3px;
    letter-spacing: 0.001em;
    font-size: 0.9em;
}
.header__icons {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    max-width: 1450px;
    margin: 0 auto;
}
.header__icons span {
    display: inline-block;
    padding: 0;
    background: none;
}
.header__icons li:first-child {
    margin-left: 6px;
}
.header__icons li {
    margin-left: 6px;
}


header, .header {background-color: #fff0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    height: inherit;
    position: relative;
    z-index: 2;
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    background: #282828 url(/bg_header.jpg);
    box-shadow: 0px 1px 12px #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 95px;
    border-bottom: 2px solid #686868;
    padding-top: 5px;
    display: inline-block;
}
.header::before {
    background: #282828 url(/bg_header.jpg);
    background-size: cover;
}
.header__inner {
    display: block;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
}
.post-head {
    margin: 0 1%;
}
.wrapper {
    width: 100%;
}
.middle {
    background: #ffffffd6;
    max-width: 1180px;
    border-right: 3px solid #5278bc;
    border-left: 3px solid #5278bc;
    box-shadow: 0 0 20px black;
    margin: 0 auto;
	padding-top:10px;
}
.header__nav {
    position: relative;
    top: inherit;
    left: 0;
    width: 1054px;
    padding: 0 0 0 3px;
    height: 46px;
    background: #7e4c579e;
    margin: 0 auto;
}
a {
    color: #0281ff;
}
.logo {
    margin: auto;
    display: block;
    margin-top: 4px;
    font-size: 2.2em;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    width: auto;
    height: 76px;
    padding: 3px;
    vertical-align: middle;
    text-align:center;
	text-decoration: none;
}
.logo img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    vertical-align: sub;
}
.logo a {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font: normal normal 1em Oswald,Arial,Helvetica,sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.0em;
    vertical-align: super;
	border: none;
}
main {
    min-height: calc(100vh - 309px);
    background-color: inherit;
    padding: 0 1%;
    max-width: 1450px;
    margin: 0 auto;
}
.main_1450 {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 1%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgb(122 122 122 / 68%);
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    -ms-box-shadow: 0 0 20px #000000;
    -o-box-shadow: 0 0 20px #000000;
    -khtml-box-shadow: 0 0 20px #000000;
}
.width_absol_100 {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    background: #F8F8FB;
}
.header-nav__link, .header-menu, nav {
    background: #333;
    transition: all 0.3s ease;
    color: #cc0024;
    display: grid;
    font: normal normal 0.8em Oswald,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    list-style: none;
    background-image: linear-gradient(to bottom, rgb(72 72 72 / 70%) 0%, rgb(110 110 110 / 70%) 50%, rgb(53 53 53 / 70%) 51%, rgb(16 16 16 / 70%) 100%);
    border-left: none;
    box-shadow: 0 0 0 1px #333333 inset;
    border-top: 1px solid #686868;
    border-right: none;
    border-bottom: 1px solid #56565666;
    padding: 4px 2% 6px 1%;
    text-align: center;
    min-height: 44px;
    line-height: 2.0em;
    width: -webkit-fill-available;
    border-radius: 3px;
    z-index: 10;
}
.header-nav__link a, .header-nav__link ul li a, .header-menu a, .header-menu ul li a, nav a, .header_menu ul li a {
    color: #fff;
    font: normal normal 1.1em Oswald,Arial,Helvetica,sans-serif;
}
footer, footer.footer, footer#footer {
    background-color: #383838;
    background: #383838;
    padding-top: 45px;
    padding-bottom: 80px;
    text-transform: none;
    border-top: 2px solid #565656;
    box-shadow: 0 0 10px black;
    padding: 30px 20% 20px;
    position: relative;
    z-index: 10;
    border-top: 2px solid #dadada;
	margin: 0;
}
.footer__copyright {
    background: none;
	padding: 0;
}
.footer::before {
    background: #383838;
}
@media (max-width: 900px){
footer {
    padding: 30px 10% 20px;
}
}
@media (max-width: 600px){
footer {
    padding: 30px 5% 20px;
}
}
footer a, footer ul li a, .footer a {
    color: #ffffff;
    border-bottom: 0;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
footer p{color:#fff;}
.r1 {
    max-width: 1450px;
    background-color: #1c1c1cb5;
    box-shadow: 0px 0px 20px 0px rgb(161 19 105);
    border-radius: 0;
    border-right: 1px solid #b57ca8;
    border-left: 1px solid #b57ca8;
    margin: 0 auto;
    min-height: 70vh;
    display: block;
    padding: 10px 0.5%;
	width: 100%;
}

img.mark_norm {
    width: 83px;
    height: 20px;
    max-width: 83px;
}
/* nav.footer-main-nav, nav.footer-nav, div#ez-toc-container nav, .fixed-panel .wrapper, nav.main-cats__nav, nav.pagination, nav.calc__subcats{
	background:none;
	box-shadow:none;
	border:none;
	
} */
.popular:before {
    content: '';
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    z-index: 1;
    background: #f7f8fa00;
}
.popular {
    margin: 0px 4px 22px;
    padding: 20px 46px 0;
    position: relative;
    text-align: center;
}
@media (max-width: 450px){
.logo a {
    zoom: 0.6;
    vertical-align: bottom;
    display: inline-block;
}
.logo {
    height: 40px;
}
}