* {
    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;
} */
html {
    background: linear-gradient(to right, rgb(232 230 226) 0%, rgb(232 230 226) 7.1%, rgb(139 139 139) 7.1%, rgb(139 139 139) 7.2%, rgb(251 245 237) 7.2%, rgb(251 245 237) 92.8%, rgb(139 139 139) 92.8%, rgb(139 139 139) 92.9%, rgb(232 230 226) 92.9%, rgb(232 230 226) 100%);
}

.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: #fff; */
    font: normal normal 1em Oswald,Arial,Helvetica,sans-serif;
    letter-spacing: 0.06em;
    background-size: 6px 6px;
    background-image: -webkit-linear-gradient( 135deg , #ffffff00 44%, #8888882b 45%, #8888881f 54%, #ffffff00 55%);
    background-image: linear-gradient( -45deg , #ffffff00 44%, #8888882b 45%, #8888881f 54%, #ffffff00 55%);
    background-repeat: repeat;
	position: relative;
}

footer#footer, footer, #footer {
	background-color: #e9dac8;
	background: linear-gradient(45deg, #ead0b2, #e9dac8);
}
.header, header, .main-navbar, header .bg-head {
    position: relative;
    height: auto;
    background: linear-gradient(to bottom, rgb(224 179 148) 0%, rgb(234 219 208) 65%, rgb(250 233 224) 66%, rgb(203 176 162) 66%, rgb(255 207 173) 100%);
}
header, .main-navbar, header .bg-head {
    -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);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    position: relative;
    /* min-height: 95px; */
    border-bottom: 2px solid #686868;
    display: inline-block;
	box-shadow: 0px 1px 12px #000000;
}
/* a {
    color: #fff5cc;
} */
.logo {
    margin: auto;
    display: block;
    margin-top: 4px;
    font-size: 3.2em;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    width: auto;
    height: auto;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    min-height: 76px;
}
.logo img {
    height: 70px;
    width: 70px;
    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;
    display: inline-block;
}
main {
    min-height: calc(100vh - 309px);
    background-color: inherit;
    padding: 0;
    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;
}
/* .header-nav__link, .header-menu, nav {
    background: #333;
    transition: all 0.3s ease;
    color: #ffffff;
    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 {
    /* background-color: #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;
    margin: 0;
    background: #383838;
	border-top:2px solid #dadada;
}
.footer-bottom {
    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;
}
.logo p {
    font-size: 0.25em;
    letter-spacing: 0.09em;
    color: #000;
    text-shadow: none;
    margin: 5px 0 0 0;
    padding: 3px;
    line-height: 1em;
    width: 100%;
    background: #fff;
    border: 1px solid #33333340;
}



@media (max-width: 1320px){
html {
     background: linear-gradient(to right, rgb(232 230 226) 0%, rgb(232 230 226) 2.1%, rgb(139 139 139) 2.1%, rgb(139 139 139) 2.2%, rgb(251 245 237) 2.2%, rgb(251 245 237) 97.8%, rgb(139 139 139) 97.8%, rgb(139 139 139) 97.9%, rgb(232 230 226) 97.9%, rgb(232 230 226) 100%);
}
.logo {
    font-size: 2.2em;
}
}

/* header.entry-header{
	background:none;
	border:none;
	box-shadow:none;
} */

.wrapper {
    width: 100%;
}
.main-menu__inner, .main-box, .description {
    max-width: 1450px;
    margin: 0 auto;
}
.description {
    border-top: 4px solid #5a9ce800;
}
article.description.single {
    padding: 0;
}
.bx-viewport {
    background: #fff;
    border: 5px solid #e7f1fd;
    box-shadow: 0 0 7px #00000085;
}
li.cat-item {
    padding-left: 9px;
}