@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('fonts/fontello-a12e9d60/css/fontello.css');

/*:root {--main-color: #8739B2; --main-dark-color: #440A64; --main-light-color: #c39cd8; --font-main-size: 16px; --font-main: "Noto Sans", sans-serif;} var(--font-hdr)*/
:root {--main-color: #115484; --main-dark-color: #0a314d; --main-light-color: #5a8aad; --font-main-size: 16px; --font-main: "Roboto", sans-serif; --font-hdr: "Oswald", sans-serif;}

html, body	{width: 100%; padding: 0; margin: 0; }
body { background: var(--main-dark-color) url(images/debut_dark.png); font-size: var(--font-main-size); font-family: var(--font-main); color: #333; display: flex; min-height: 100vh; flex-direction: column;}
* {box-sizing: border-box;  max-width: 100%; font-family: var(--font-main);}

article, aside, footer, header, nav, section {display: block;}

.wrap { width: 1080px; margin: 0px auto; position: relative;}
.indexpage .wrap { width: 1170px; }
.indexpage #st-2 { display: none; }
#grid_left {float: left; width: 680px; position: relative;}
#grid_right {float: right; width: 300px;}
#grid_left *::selection { background-color: var(--main-light-color); color: #fff;}
.indexpage #grid_left {width: 770px;}

.white {color: #fff;}

header {height: 70px;}
header .wrap {}
header span {text-transform: uppercase; font-size: 12px; letter-spacing: 2.5px; position: absolute; top: 50px; color: #fff;}
header #header-help {display: block; float: left; margin: 12px 0 0 300px;}
.indexpage header #header-help {margin-left: 350px;}

#header-menu-wrap {z-index: 12; padding: 0 5px; background: var(--main-color);}
#header-logo {display: inline-block; height: 30px; position: absolute; top: 15px; left: 0;}
#header-logo img {height: 30px;}
#header-logo:hover {opacity: .75;}
#top-search {display: inline-block; float: right; margin: 7px 5px 0 10px; cursor: pointer; color: #333; font-size: 32px;}
#header-social {float: right; margin-top: 8px;}
#header-social a {display: inline-block; color: #fff; font-size: 20px; opacity: .4;}
#header-social a:hover {opacity: 1; color: #fff;}
#header-social a.telegram {font-size: 27px; position: relative; top: 3px;}
#header-social a.instagram {font-size: 27px; position: relative; top: 3px; left: -3px; margin-right: 5px;}
#header-social a.google_news {font-size: 26px; position: relative; top: 3px; left: -15px; margin: 0 5px;}
#header-social a.mobile {font-size: 25px; position: relative; top: 3px; left: -8px;}
#search-form {z-index: 11; background: var(--main-color); width: 100%; padding: 15px 0 17px; text-align: center; position: absolute; }
#search-form input {font-size: 22px; padding: 5px 15px; border: 1px solid #999;}
#search-form input#input-search {width: 500px;}

#top-menu {background: #eee; border-bottom: 2px solid #ddd; padding: 0; position: relative; overflow: hidden; height: 52px;}
#top-menu a {display: block; float: left; padding: 13px 19px 0; margin: 0; height: 50px; color: var(--main-color); font-size: 18px; font-weight: normal; text-transform: uppercase; text-decoration: none; font-family: var(--font-hdr); border-right: 1px solid #ccc;}
#top-menu a:hover, #header-menu a:active, #header-menu a.active {background: #ddd; border-bottom: 2px solid var(--main-color); }
#top-menu-inner {width: 100%;}
#top-menu-search {background: #ccc; height: 52px; padding: 8px 6px;}
#top-menu-search i {color: #fff; font-size: 32px; float: right; cursor: pointer;}
#top-menu-search i:hover {text-shadow: 0 0 15px rgba(0,0,0,.5);}
#top-menu-search input {font-size: 22px; padding: 5px 15px; border: 1px solid #999;}
#top-menu-search #top-search-input {width: 75%;}
#top-menu-search #top-search-submit {width: 20%; cursor: pointer;}
#top-menu-search #top-search-submit:hover {box-shadow: 0 0 15px rgba(0,0,0,.5);}
#top-menu.show #top-menu-inner {transform: translateY(-52px);}
#top-menu.show #top-menu-search {transform: translateY(-52px);}

section {flex: 1; margin-top: 0px; padding-bottom: 20px;}
section .wrap {background: #fff;}
article {padding: 15px 30px;}
footer {min-height: 100px; padding: 20px 0 50px; color: #fff;}

footer a {display: block; color: #fff; opacity: .7;}
footer a:hover {color: #fff; opacity: 1;}

footer #copyright {width: 250px; font-size: 14px;}

.menu-footer {border-left: 1px solid var(--main-color); padding-left: 15px;}

#toTop {position: fixed; bottom: 30px; right: 40px; z-index: 9999; font-size: 48px; color: #fff;; opacity: 0; cursor: pointer; transform: translateY(50px);}
#toTop.show {opacity: .3; transform: translateY(0);}
#toTop:hover {opacity: .7;}


#mob-header {position: fixed; top: 0; left: 0; right: 0; z-index: 10; border-bottom: 5px solid #ccc; text-align: center; background: var(--main-color);}
.mobileversion .wrap {width: 100%; padding: 0 15px;}
.mobileversion section {padding-top: 65px;}
.mobileversion #header-logo {float: none; margin: 10px 0; position: static;}
.mobileversion .mob-icon {color: #fff; font-size: 32px; padding: 3px 0; margin-top: 3px;}
.mobileversion #search-form {transform: translateY(-135px);}
.mobileversion #search-form.show {transform: translateY(-0);}
.mobileversion #search-form input#input-search {width: 100%; margin-bottom:10px;}
.mobileversion section {background: #fff;}
.mobileversion #nws_pin_arr {display: none;}
.mobileversion.indexpage h1 {display: none;}
.mobileversion h1 {color: var(--main-color); font-size: 32px;}
.mobileversion #nws_pin {margin-bottom: 20px;}

.mobileversion footer #copyright {float: none; margin-top: 20px;}
.mobileversion #news_similar .news_thumb {width: 100%; height: 200px;}
.mobileversion #news_similar .news_thumb img {width: 100%; height: 248px;}
.mobileversion .news_thumbs a.news_thumb_link {width: 100%; height: 248px;}

#shareSoc {position: absolute; width: 40px; left: -80px; top: 0; background: #fff; padding: 5px;}
#shareSoc a {display: inline-block; width: 30px; height: 30px; background: var(--main-color); color: #fff; padding: 3px 0 0 0; text-align: center; position: relative; margin-bottom: 5px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; border: 1px solid var(--main-color);}
#shareSoc a:last-child {margin: 0;}
#shareSoc a.share-facebook {background: #4267b2; border-color: #4267b2;}
#shareSoc a.share-facebook:hover {color: #4267b2;}
#shareSoc a.share-twitter {background: #1da1f2; border-color: #1da1f2;}
#shareSoc a.share-twitter:hover {color: #1da1f2;}
#shareSoc a.share-twitter i {font-size: 14px;}
#shareSoc a.share-vk {padding: 4px 3px 0 0; background: #5181b8; border-color: #5181b8;}
#shareSoc a.share-vk:hover {color: #5181b8;}
#shareSoc a.share-ok {background: #f58220; border-color: #f58220;}
#shareSoc a.share-ok:hover {color: #f58220;}
#shareSoc a.share-telegram {background: #2ca5e0; border-color: #2ca5e0;}
#shareSoc a.share-telegram:hover {color: #2ca5e0;}
#shareSoc a.share-messenger {background: #008aff; border-color: #008aff;}
#shareSoc a.share-messenger:hover {color: #008aff;}
#shareSoc a.share-whatsapp {background: #45c455; border-color: #45c455;}
#shareSoc a.share-whatsapp:hover {color: #45c455;}
#shareSoc a.share-whatsapp i {font-size: 20px;}
#shareSoc a.share-viber {background: #7c529e; border-color: #7c529e;}
#shareSoc a.share-viber:hover {color: #7c529e;}
#shareSoc a.share-viber i {font-size: 20px; }
#shareSoc a i {line-height: 1;}
#shareSoc a:hover {background: #fff;}

#shareSoc.sticky-box-fixed { position: fixed; top:80px; z-index:99999; }
.indexpage #shareSoc {display: none;}


/*  */

.ani, .ani * {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	}

h1, h2, h3, h4, h5, h6 {color: var(--main-color); line-height: 1; letter-spacing: -1.5px; margin: 10px 0 10px 0; font-family: var(--font-main); font-weight: bold;}
h1 {font-size: 46px; margin: 0 0 20px 0; color: var(--main-color);}
.indexpage h1 {display: none; height: 5px; margin: 0; padding-top: 10px;}
h2 {font-size: 40px;}
h3 {font-size: 34px;}
h4 {font-size: 28px;}
h5 {font-size: 22px;}

p {margin: 0 0 10px 0;}
iframe {border: none;}

.inp {padding: 3px 7px; border: 1px solid #aaa;}
.inp1 {padding: 3px 7px; font-weight: bold; text-transform: uppercase;}

.w100p {width: 100%;}
.w150 {width: 150px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w600 {width: 600px;}

.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}

.f8 {font-size: 12px !important;}
.f9 {font-size: 14px !important;}
.f24 {font-size: 24px !important;}
.f36 {font-size: 36px !important;}

.ilink {cursor: pointer;}

.hidden {display: none;}
.center {text-align: center;}

.fleft {float: left;}
.fright {float: right;}
.clear {clear: both;}

.red {background: #fee !important; border: 1px solid #d00 !important; color: #d00 !important;}
.bold {font-weight: bold;}
.boldf {font-weight: bold; color: var(--main-color) !important; font-size: 16px !important;}

.iconf {color: var(--main-color);}
.buttf, a.buttf {display: inline-block; background: var(--main-color); color: #fff; padding: 2px 6px;  font-size: 12px; text-transform: uppercase; letter-spacing: 0; font-weight: bold; text-align: center;}
.buttf:hover {text-decoration: none; color: #fff; background: var(--main-light-color);}

.qte {padding: 0 5px 15px 15px; border-left: 5px solid var(--main-light-color); color: var(--main-dark-color); background: #eef;}
.qte::before {content: '\e833'; font-size: 36px; font-family: 'fontello'; color: var(--main-light-color); margin-right: 10px; position: relative; top: 5px; line-height: 1;}

/*  */

.last_news span {display: block; font-size: 11px; margin-top: 5px;}
.last_news {line-height: 1.25;}
.last_news a {color: #333; font-size: 15px;}
.last_news a:hover {color: var(--main-color);}
.last_news i {color: var(--main-color); font-size: 14px;}
.last_news span::after {display: block; content: ''; height: 5px; width: 100%; background: url(images/divider.png) center center no-repeat; margin: 5px 0;}

.news_unactive {border: 1px solid #d00 !important; background: #fee !important;}
.news_top {font-size: 13px; color: #666; margin-bottom: 10px;}
.news_top i {color: var(--main-color);}
.news_tags {margin: 15px 0; font-size: 14px;}
.news_tags i {font-size: 16px;}
.news_tags a {display: inline-block; line-height: 1; vertical-align: baseline; background-color: var(--main-light-color); color: #fff; margin: 0 0 5px 18px; position: relative; padding: 6px 10px 6px 12px; border-radius: 0 .28571429rem .28571429rem 0;}
.news_tags a:before {position: absolute; -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); transform: translateY(-50%) translateX(50%) rotate(-45deg); top: 50%; right: 100%; content: ''; background-color: inherit; width: 18px; height: 18px;}
.news_tags a:after {position: absolute; content: ''; top: 50%; left: -1px; margin-top: -3px; background-color: #fff!important; width: 5px; height: 5px; box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3); border-radius: 500rem;}

.news_tags a:hover {text-decoration: none; background: var(--main-color); color: #fff;}

.news_read_also {padding: 10px 15px; background: #eee; border: 0 dashed var(--main-color); color: var(--main-color);}


.news_all {background: #eee; margin-bottom: 10px; padding: 15px; position: relative; font-size: 14px; transition: all .2s ease-in-out;}
.news_all:hover {background: #fff; box-shadow: 0 0 20px #ddd;}
.news_all a {color: #333;}
.news_all a:hover {text-decoration: none;}
.news_title {font-family: var(--font-hdr); font-size: 20px; color: var(--main-color); letter-spacing: -.5px; line-height: 1.1; margin-bottom: 5px;}
.news_edit {position: absolute; top: 0; right: 0; }
.news_date {display: none;}
.news_thumb {position: relative; float: left; margin: -10px 15px -10px -10px; width: 230px; height: 170px; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; overflow: hidden;}
.news_thumb img {display: block; transition: all .2s ease-in-out; width: 230px; height: 170px;}
.news_thumb::after {content: ''; z-index: 2; display: block; position: absolute; top:0; left: 0; bottom: 0; right: 0; border: 6px solid var(--main-color); opacity: .5; transition: all .2s ease-in-out;}

.mobileversion .news_all {padding: 10px 15px 15px 15px;}
.mobileversion .news_thumb {float: none; max-width: none; width: calc(100% + 10px); height: 200px; margin: 0 -5px 10px -5px;}
.mobileversion .news_thumb::after {display: none;}
.mobileversion .news_thumb img {width: 100%; height: auto; position: relative; top: -10px;}
.mobileversion .news_descr {float: none; width: 100%; padding-bottom: 20px;}
.mobileversion .news_bottom {right: 15px; left: 15px; width: auto;}

a.news_thumb_link:hover .news_thumb img, .news_all:hover .news_thumb img {transform: scale(1.05); filter: none;}
a.news_thumb_link:hover .news_thumb::after, .news_all:hover .news_thumb::after {border-width: 1px; opacity: 1; }
.news_descr {float: right; width: 410px; padding-bottom: 20px;}
.news_bottom {position: absolute; bottom: 7px; right: 15px; width: 410px; font-size: 12px; padding-top: 5px; margin-top: 5px; border-top: 1px solid var(--main-color);}
.news_all a.news_category {float: right;  position: relative; top: -5px;}
.news_bottom i { margin-left: 10px; color: var(--main-color); text-decoration: none;}
.news_bottom i:nth-child(3) {margin: 0; position: relative; top: -1px;}

.news_thumbs a.news_thumb_link {display: block; position: relative; float: left; margin: 0 10px 10px 0; width: 335px; height: 248px; z-index: 5;}
.news_thumbs span {position: absolute; bottom: 15px; left: 15px; right: 15px; color: #fff; z-index: 6; font-family: var(--font-hdr); line-height: 1.1; font-size: 20px; text-shadow: 0 -1px 0 rgba(0,0,0,.5);}
.news_thumbs .news_thumb::before {position: absolute; width: 100%; bottom: 0; top: 30%; left: 0; content: ''; opacity: 0.75; z-index: 1; transition: .6s all ease; background-image: linear-gradient(to bottom,transparent 0%,black 100%); background-repeat: repeat-x;}

a.news_category {display: inline-block; background: var(--main-color); color: #fff; padding: 0 5px; font-size: 12px; text-transform: uppercase; letter-spacing: 0; font-weight: bold; text-align: center;}
a.news_category:hover {background: var(--main-light-color); color: #fff; text-decoration: none;}

#news_similar a.news_thumb_link {float: left; margin: 0 10px 10px 0; z-index: 5; height: 200px;}
#news_similar a.news_thumb_link:nth-child(odd) {margin-right: 0;}
#news_similar .news_thumb {width: 335px; height: 200px; margin: 0; }
#news_similar .news_thumb img {width: 335px; height: 248px; filter1: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-155deg) saturate(100%);}

.nw_blocks {margin: -55px -30px 20px -20px; max-width: none;}
.nw_block {display: block; float: left; position: relative; margin: 5px; width: 260px; height: 180px; z-index: 1; overflow: hidden; transition: all .15s ease-in-out;}
.nw_content {position: relative; width: 100%; height: 180px; overflow: hidden; color: #fff;}
.nw_content::before {position: absolute; width: 100%; bottom: 0; top: 0; left: 0; content: ''; opacity: 0.85; z-index: 2; transition: .6s all ease; background-image: linear-gradient(to bottom,transparent 0%,black 100%); background-repeat: repeat-x;}
.nw_img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; float: left; position: relative; z-index: 1; transition: .6s all ease; }
.nw_text {position: relative; font-size: 14px; padding: 8px 15px 0 15px; line-height: 1.3; height: 75px; overflow: hidden; text-overflow: ellipsis;}
.nw_link span {display: block; z-index: 3; position: absolute; bottom: 14px; left: 15px; right: 15px; font-family: var(--font-hdr); line-height: 1.1; font-size: 18px; color: #fff; text-shadow: 2px 2px 8px rgba(0,0,0,.75);}
.nw_link:hover {color: #fff; text-decoration: none;}
.nw_link::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 4;}

.nw_blocks .nw_block:nth-child(1) {width: 530px; height: 370px;}
/*.mobileversion .nw_blocks .nw_block:nth-child(1) {height: 310px;}*/
.nw_blocks .nw_block:nth-child(1) .nw_content {height: 310px;}
.nw_blocks .nw_block:nth-child(1) .nw_link span {font-size: 28px; bottom: 20px; line-height: 1.2;}
.nw_block b {display: none;top: 10px; z-index: 5; padding: 2px 5px; height: 22px; background: rgba(0,0,0,.5); color: #fff;}

a.nw_blocks_h {display: inline-block; position: relative; top: 30px; z-index: 3; background: rgba(0,0,0,.35); padding: 5px 20px;}
a.nw_blocks_h:hover {background: #000; text-decoration: none;}
a h3 {text-transform: uppercase; color: #fff; margin: 0; font-size: 44px; letter-spacing: -2px;}

.mobileversion .nw_blocks {margin: -45px -15px 0;}
.mobileversion .nw_blocks .nw_block {width: 100%; height: 220px; margin: 0 0 5px 0;}
.mobileversion .nw_blocks .nw_block .nw_content {height: 220px;}
.mobileversion .nw_blocks .nw_block:nth-child(3), .mobileversion .nw_blocks .nw_block:nth-child(4), .mobileversion .nw_blocks .nw_block:nth-child(5) {display: none;}
.mobileversion a.nw_blocks_h {top: 20px;}
.mobileversion a.nw_blocks_h h3 {font-size: 34px;}
.mobileversion a.nw_blocks_h h3::before {width: 24px; height: 24px;}

.mainPic img {width: 100%; display: block;}
.mainPic span {display: block; font-size: 12px; color: #fff; margin: 5px 0 15px; text-align: center; position: relative; z-index: 4; top: -24px;}
.mainPic div {position: relative; }
.mainPic div::after {content: ''; z-index: 3; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid var(--main-color); opacity: .5; border-width: 8px 8px 24px 8px;}

.mobileversion .mainPic div {margin: 0 -15px 15px  -15px;}
.mobileversion .mainPic img {max-width: none; width: calc(100% + 30px);}
.mobileversion .mainPic span {display: none;}
.mobileversion .mainPic div::after {display: none;}

.pagenate {margin: 10px 0;}
.pagenate a, .pagenate span, .pagenate b {display: inline-block; padding: 3px 9px; background: #eee; margin: 0 1px; border: 1px solid #eee;}
.pagenate span {background: var(--main-color); color: #fff; border-color: var(--main-color);}
.pagenate a:hover {background: #fff; border-color: var(--main-color); text-decoration: none;}
.pagenate b {}

/*  */

a {color: var(--main-color); text-decoration: none; }
a:hover {color: var(--main-color); text-decoration: underline; }

a.link {border-bottom: 1px dotted #09f;}
a.link:hover {border-bottom: 1px solid #c00; text-decoration: none;}

ul.cool-li {list-style: none; padding: 0 0 15px 18px; margin: 0;}
.cool-li li {background: url(/o-icon/li.png) no-repeat 0 5px; padding: 0 0 2px 22px;}

label.radio {background: #fff; border: 1px solid #666; padding: 2px 6px 2px 8px; border-radius: 2px; cursor: pointer; display: inline-block;}
label.radio:hover {background: #eee; box-shadow: 0 0 6px #bbb;}
label.radio.checked {color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.5); background: var(--main-color);}
label.radio input {margin: -3px 3px 0 -2px; vertical-align: middle;}

/*  */

.navi, a.navi, .navis a {display: inline-block; padding: 2px 5px; margin: 2px; text-decoration: none; background: #eee; color: #333; border: 1px solid #eee; cursor: pointer;}
.navi:hover, .navis a:hover {background: #ddd; color: #000; border-color: #aaa;}

table.my_table {border-collapse: collapse; border: 1px solid #ccc;}
table.my_table td, table.my_table th {padding: 3px 5px; font-size: 14px;}
table.my_table th {background: var(--main-color); color: #fff;}
table.my_table tr:nth-child(even) {background: #f2f2f2;}
table.my_table tr:hover {background: #e6e6e6;}


.block {margin-bottom: 15px;}
.block-title, .block-title a {color: var(--main-color); font-family: var(--font-hdr); font-weight: normal; line-height: 1; font-size: 26px; margin: 0 0 15px 0; text-transform: uppercase;}
.block-title a:hover {text-decoration: none;}
.block-title a::before {display: inline-block; content: ''; width: 21px; height: 21px; background: url(images/karto.svg); background-size: contain; margin-right: -4px;}
.nw_blocks_h h3::before {display: inline-block; content: ''; width: 32px; height: 32px; background: url(images/karto2.svg); background-size: contain; margin-right: -5px;}



/* oWin */

.oWins {max-width: 100%;}
.oWinOuter {position: fixed; left: 50%; top: 200px; z-index: 11000; border: 4px #aaa solid; border-radius: 4px; box-shadow: 0 5px 25px #000; display: none; min-width: 200px; max-width: 96%;}
.oWinContent {display: block; padding: 15px 20px; background: #fff;}
.oWinTitle {font-size: 24px; padding: 10px 20px; margin: 0 20px 0 0; text-shadow: 0 1px 0 rgba(255,255,255,0.5); color: #666; cursor: move; background: #ddd; width: 100%;}
#oWinOverlay { position: fixed; z-index: 1000; top: 0px; left: 0px; height:100%; width:100%; background: #000; display: none;}
.oWinCloseButt {display: block; float: right; width: 16px; height: 16px; margin: 8px 0 0 10px; background: url(/icons/oWinClose.png) top no-repeat;}
.oWinCloseButt:hover { background-position: bottom;}

/*  */

.select2-container {font-size: 12px;}
.select2-results {font-size: 14px;}


