@charset "UTF-8";
@font-face {
		font-family: 'UbuntuCondensed'; 
		src: url('../fonts/ubuntu-condensed-regular.woff') format('woff');
		font-display: swap;
}
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Regular.woff') format('woff');
		font-display: swap;
}
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Italic.woff') format('woff');
		font-display: swap;
		font-style:italic;
}
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Bold.woff') format('woff');
		font-display: swap;
		font-weight:bold;
} 
@font-face {
    font-family: 'GOST';
    font-style: normal;
    font-weight: 300;
    src: local('GOST type A'), url('../fonts/gosta.woff') format('woff');
}



* {
  padding: 0;
  margin: 0;    position: relative;
  box-sizing: border-box;    
}
*, ::after, ::before {
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #CDCAE6;
  background: #312F50;
}

::selection {
  color: #CDCAE6;
  background: #312F50;
}
* {
    box-sizing: border-box;
	outline:none;
}
body {font-family:'UbuntuCondensed','Arial', sans-serif;font-size:14px;opacity:0;transition:all 0.3s  ease;}
body.loaded {opacity:1;}
.wrap {
    width: 100%;
    display: block;
    max-width: 1360px;
    font-size: 0;
    margin: 0 auto;
}
body {
    background: #fafafa;
    margin: 0;
    padding: 0;
 }
a {cursor:pointer;text-decoration:none;}


#general #navigator {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    overflow: hidden;
    background: #ccc;
}
#general #themes {
	background: #333;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
}
#general #content {
    display: inline-grid;
    vertical-align: top;
    width: calc(100% - 480px);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.newsItems .newsitem {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 390px;
    margin: 0;
    border: 1px solid #ccc;
    margin: -1px 0 0 -1px;
    padding: 24px 24px 17px;
}
.newsItems .newsitem .img {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
}
.newsItems .newsitem .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsItems .newsitem .preview {
    height: calc(100% - 220px - 24px);
}
.newsItems .newsitem .preview .titl {
    font: normal 18px/24px 'Ubuntu', Arial, sans-serif;
    color: #131313;
    display: block;
    margin-bottom: 12px;
}
.newsItems .newsitem .preview .date {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #999;
}
#general .generalItems.newsItems .newsitem {
    width: 50%;
    padding: 0;
    background: #343439;
    height: 400px;
    margin: 0;
    border: none;
}
#general .generalItems.newsItems .newsitem .img {
    height: 100%;
}
#general .generalItems.newsItems .newsitem .preview {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgb(57 57 60 / 77%);
    padding: 16px 24px;
    backdrop-filter: blur(10px);
}
#general .generalItems.newsItems .newsitem .preview .titl {
    color: #f5f5f5;
}
#general .generalItems.newsItems .newsitem .preview .date {
    display: block;
    position: absolute;
    right: 24px;
    left: auto;
    bottom: 16px;
    font-size: 16px;
}
#general .generalItems.newsItems {
    font-size: 0;
    padding: 0;
    margin: 0;
}
#general .generalItems.newsItems .newsitem:first-child {
    border-right: 1px solid rgb(26 26 26 / 72%);
}
body.page_home {
    padding-top: 50px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.50);
}
header .wrap {
    height: 50px;
    padding: 0 24px;
    display: grid;
    gap: 20px;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    grid-template-columns: 250px 1fr 50px;
}
header .logo {
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background-position: center left;
    background-repeat: no-repeat;
}
header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center LEFT;
    DISPLAY: BLOCK;
}
header nav {
    width: 100%;
    height: 50px;
    display: flex;
    gap: 20px;
    color: #333;
    font-size: 18px;
    align-items: center;
}
header nav a {
    font: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0 20px;
    transition: all 0.3s ease;
    height: 100%;
    align-items: center;
    display: flex;
}
header nav a:hover, header nav a.active {
    background: #ff0000;
    color: #fff;
}


 .newsItems .newsitem .preview .date { 
    font-family: 'GOST', 'Ubuntu', sans-serif;
    font-size: 15px;
}


#content.newsItems .newsitem {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
}


#day_hero {
    margin-bottom: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}
#day_hero a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
}
#day_hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover; 
}
#day_hero b {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 12px;
    display: block;
    color: #343434;
}
.widg {
    padding: 8px;
    background: #ebebeb;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
.widg > span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 8px;
}
.widg > div {
    display: grid;
    gap: 4px;
    align-items: center;
}
.widg > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}



#video_informer {
    margin: 20px 0;
}
#video_informer iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 240 / 150;
}



#photo_hero .openImage {
    width: 100%;
    display: block;
    height: auto;
    aspect-ratio: 100 / 150;
    overflow: hidden;
}
#photo_hero .openImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
#photo_hero > b {
    display: block;
    position: absolute;
    font-size: 19px;
    color: #fff;
    background: #000000a8;
    z-index: 1;
    padding: 4px 8px;
    font-family: 'GOST';
}



.themes > b {
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 6px 12px;
    width: 100%;
    white-space: nowrap;
    font-family: 'Ubuntu';
    background: #353535;
    color: #eee;
}
.themes .nthem {
    display: block;
    margin-bottom: 4px;
    color: #323232;
    font-size: 14px;
    padding: 6px 12px;
}
.themes .nthem a {
    color: #f1f1f1;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    line-height: 1.3;
}
.themes .nthem span {
    display: block;
    opacity: 0.7;
    font-size: 13px;
    font-family: 'GOST';
    color: #fff;
}

main {
    margin: 24px 0; 
}
main > .wrap {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 20px;
}
body {
    padding-top: 50px;
	background: #ededed;
}

article .wrap {
    background: #fff;
    padding: 24px;
    border: 1px solid #eee;
}
article img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 20px auto;
}
article img:first-child {
    margin-top:0;
}
article h1 {
    display: block;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.3;
}
article h2 {
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 26px;
}
article h3{
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 22px;
}
article .text {
    font-size: 18px;
    font-family: 'Ubuntu';
    line-height: 1.3;
    color: #45454b;
}
article p {
    display: block;
    margin-bottom: 16px;
}
article .text a {
    text-decoration: underline;
    color: #0095da;
}
article blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left: 4px solid #e9e9e9;
    font-style: italic;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
[itemprop="author"] {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    opacity: 0.3;
}
article time {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    opacity: 0.5;
}

aside {
    background: #414147;
}
article .tags {
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
article .tags a {
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    margin-bottom: 12px;
    margin-right: 12px;
    font: normal 12px / 26px Open Sans, sans-serif;
    padding: 0 14px;
    text-decoration: none;
}
article .tags a:hover {
    text-decoration: underline;
}



.footer {
    margin: 0;
    border-top: 9px solid #ff0000;
    background: #1a1a1a;
    padding: 0;
    position: relative;
    z-index: 2;
}
.footer__social {
    min-height: 80px;
    background: #262626;
    display: flex;
    box-sizing: border-box;
    padding: 24px 64px;
    width: 100%;
}
.footer__social p {
    color: #ddd;
	font-size: 16px;
    padding-top: 3px;
    display: inline-block;
    margin: 0;
}
.footer .soc-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    margin-left: 16px;
}
.footer .soc-button.vkontakte {
    background: #4680c2 url(../img/icon-vkontakte-white.svg) 50% 50% no-repeat;
    background-size: 20px 20px;
}
.footer .soc-button.telegram {
    background: #08c url(../img/telegram_soc_but.svg) 50% 50% no-repeat;
    background-size: 60%;
}
.footer__list {
    padding: 0 64px;
}
.footer__title {
    margin: 30px 0;
	font-size: 18px;
    color: #555;
}
.footer__programs {
    webkit-columns: 4;
    -ms-columns: 4;
    -o-columns: 4;
    -webkit-columns: 4;
    column-count: 4;
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}
.footer__programs li {
    padding: 0 24px 6px 0;
    line-height: 16px;
}
.footer__programs li a {
    font-size: 16px;
    color: #999;
}
.footer__programs li a:hover {
    text-decoration:underline;
}
.footer__holder {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 64px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}
.footer__info {
    margin: 0;
    width: 75%;
    font-size: 15px;
}
.footer__info p a {
    color: inherit;
}
.footer__info p { 
    color: #666;
    margin: 0 0 16px;
}
.footer__counters {
    padding: 36px 0 0;
    box-sizing: border-box;
    width: 25%;
}


header .btns {
    height: 50px;
    width: 100%;
    max-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openmenu {
    height: 20px;
    width: 20px;
    background: transparent url(../img/icon-burger-white.svg) 50% no-repeat;
    background-size: 100%;
    display: block;
    font-size: 0;
    cursor: pointer;
	    filter: invert(1);
}
.menuopened .openmenu {
background-image:url(../img/icon-close-white.svg);
}
.introtext {
    background: #eee;
    font-size: 17px;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #444;
}
article img {
    max-height: 550px;
}

.text table {
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid #ccc;
}
.text table td {
    border: 1px solid #ccc;
    padding: 4px 8px;
}
.hitcounter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    max-width: 100px;
    filter: invert(1);
}


 .tableintext {
    margin: 20px 0;
    width: 100%;
    overflow: auto;
}
.tableintext table th {
    padding: 8px;
    border: 1px solid #ccc;
    background: #eee;
    text-transform: uppercase;
}
.tableintext table td {
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: transparent;
}
.tableintext table {
    font-size: 14px;
}























