@import url('fonts/fontello-f5f6af4e/css/fontello.css');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap');

:root {--main-color: #900; --main-dark-color: #300; --main-light-color: #f66; --font-main-size: 18px; --font-main: 'Source Serif 4', serif; --font-hdr: 'Source Serif 4', serif; --font-alt: 'Fira Sans', sans-serif; }

html, body	{width: 100%; padding: 0; margin: 0; }
body { background: #fff; 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);}


.image-container {margin-bottom: 15px;}
.image-container img {display: block; margin-bottom: 10px;}
.image-container span {color: #666; font-size: 13px; font-family: var(--font-alt);}
.entry-info {padding: 2px 15px; background: #fdd; font-size: 16px; font-weight: bold; color: var(--main-color);}
.entry-info time {margin-right: 10px;}
.entry-info mark {background: #fdd;}

article, aside, footer, header, nav, section {display: block;}

.wrap { width: 1130px; margin: 0px auto; position: relative;}
.indexpage .wrap { width: 1130px; }

#grid_left {float: left; width: 660px; margin-left: 20px; position: sticky; top: 100px;}
#grid_right {float: right; width: 350px; position: sticky; top: 100px;}
#grid_left *::selection { background-color: var(--main-light-color); color: #fff;}
.indexpage #grid_left {width: 780px; float: right;}
.indexpage #grid_right {width: 290px; float: left;}

.white {color: #fff;}

header {position: fixed; z-index: 1001; width: 100%; background: rgba(255,255,255,.7); color: #000; border-bottom: 1px solid #ccc; transition: all .15s ease-in-out; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
header .wrap {position: relative;}
header #header {position: relative; z-index: 1000;}

#header-logo {display: inline-block; width: 150px; height: 50px; margin: 15px 0;}
#header-logo svg {display: inline-block; width: 150px; height: 50px;}
.mylogo .st0 {fill-rule:evenodd;clip-rule:evenodd;fill:#D12;}
.mylogo .st1 {fill-rule:evenodd;clip-rule:evenodd;fill:#000;}
.mylogo:hover .st1 {fill:#D12;}

#mob-menu {display: none;}
#mob-menu-div {display: none;}

#header-menu {display: block; text-align: center; position: absolute; right: 0; top: 24px;}
#header-menu a {display: block; float: left; color: #000; font-size: 17px; font-weight: normal; padding: 3px 16px; text-transform: uppercase; font-family: var(--font-alt); border-right: 1px solid var(--main-light-color);}
#header-menu a:last-child {border: none;}
#header-menu a:hover {text-decoration: none; color: var(--main-light-color);}
#header-menu a.active {color: var(--main-color); border: 1px solid var(--main-light-color); font-weight: normal; margin-left: -1px; margin-top: -1px;}


#top-search-form {margin-bottom: 15px; position: relative;}
#top-search-form input {font-size: 16px; height: 38px; padding: 5px 45px 5px 15px; border: 1px solid var(--main-color); width: 100%; background: #eee;}
#top-search-form #top-search-input:focus { background: #fff;}
#top-search-form #top-search-submit {cursor: pointer; color: var(--main-color); position: absolute; right: 0px; top: 1px; font-size: 28px;}
#top-search-form #top-search-submit:hover {color: #c00;}

section {flex: 1; margin-top: 82px; background: #fff;}
section .wrap {background: #fff;}


article {padding: 20px;}
/* .indexpage  article {padding: 20px 0;} */

footer {min-height: 100px; padding: 0 0 50px; color: #fff; background: var(--main-color); z-index: 9;}
footer a {color: #fff;}
footer .menu-footer {margin-top: 30px; float: right;}
footer .menu-footer a {display: inline-block; color: #fff; padding: 0px 9.8px; border-left: 1px dotted #fff; text-transform: uppercase; font-size: 16px; font-weight: normal; font-family: var(--font-alt);}
footer .menu-footer a:hover {}
footer .menu-footer a:first-child {border: none;}
footer .mylogo .st0 {fill: #F99;}
footer .mylogo .st1 {fill: #FFF;}
footer .mylogo:hover .st1 {fill: #F99;}


footer #copyright {width: 220px; font-size: 14.5px; margin-top: 20px;}
footer #copyright svg {width: 155px; margin-bottom: 15px;}
footer #copyright p {font-family: var(--font-alt); font-size: 13px;}

.mshow footer {position: fixed; top: 55px; bottom: 0; left: 0; right: 0;}


#toTop {position: fixed; bottom: 40px; right: 40px; z-index: 9999; font-size: 48px; color: var(--main-light-color); opacity: .5; cursor: pointer; transform: translateY(100px);}
#toTop.show {transform: translateY(0);}
#toTop:hover {opacity: .85;}

#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 #header-menu-wrap {z-index: 12; padding: 0 5px; background: var(--main-color);}
.mobileversion .wrap {width: 100%; padding: 0 15px;}
.mobileversion section {padding-top: 70px;}
.indexpage.mobileversion section {padding-top: 55px;}
.mobileversion #header-logo {float: none; margin: 10px 0; height: 30px;}
.mobileversion #header-logo img {width: 150px;}
.mobileversion .mob-icon {color: #fff; font-size: 32px; padding: 3px 0; margin-top: 3px;}
.mobileversion .mob-icon.header-search {position: absolute; top: 0; right: 5px;}
.mobileversion #search-form {z-index: 10; background: var(--main-color); width: 100%; padding: 15px 0; text-align: center; position: absolute; transform: translateY(-135px);}
.mobileversion #search-form.show {transform: translateY(-0);}
.mobileversion #search-form input#input-search {width: 100%; margin-bottom:10px; font-size: 18px; padding: 5px 15px; border: 0;}
.mobileversion #search-form div div {color: #abc; margin-bottom: 5px;}
.mobileversion section {background: #fff;}
.mobileversion #nws_pin_arr {display: none;}
.mobileversion.indexpage h1 {display: none;}
.mobileversion h1 {color: var(--main-color); font-size: 32px; text-transform: none;}
.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 * {transition: all .15s ease-in-out;}
.ani2, .ani2 * {transition: all .2s ease-in-out;}
.ani3, .ani3 * {transition: all .3s 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-hdr); font-weight: 700;}
h1 {font-size: 42px; margin: 0 0 20px -40px; color: var(--main-color); font-family: var(--font-hdr); font-weight: 900; line-height: 1.1; max-width: none; width: 720px;}
.indexpage h1 {display: none; height: 5px; margin: 0; padding-top: 10px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}

p {margin: 0 0 10px 0;}
.news_one p {line-height: 1.4;}
iframe {border: none;}

.inp {padding: 3px 7px; border: 1px solid #aaa;}
.inp1 {padding: 3px 7px; font-weight: bold; text-transform: uppercase;}

.w100p {width: 100%;}
.w50p {width: 50%;}
.w100 {width: 100px;}
.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;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}

.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;}
.clearfix::after {content: ""; clear: both; display: table;}

.red {background: #fee !important; border: 1px solid #d00 !important; color: #d00 !important;}
.grey {color: #abc;}
.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: 5px 10px; font-family: var(--font-alt); 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 div img {float: left; width: 100px; margin: 2px 10px 0 0 ;}
.last_news div span {display: block;}
.last_news div div {float: left; width: 230px;}
.indexpage .last_news div img {display: none;}
.indexpage div span {float: none;}
.indexpage .last_news div div {float: none; width: 100%;}

.last_news>div {padding: 15px 0; border-bottom: 1px dotted var(--main-light-color); position: relative;}
.last_news {line-height: 1.1; padding-top: 0;}
.last_news a {color: #000; font-size: 16px;}
.last_news a:hover {color: var(--main-dark-color);}
/* .last_news i {color: var(--main-color); font-size: 14px;} */
.last_news span {background: #fff; color: var(--main-color); font-family: var(--font-alt); font-size: 13px; margin-bottom: 5px; text-transform: uppercase;}
.last_news span a {color: var(--main-color); font-size: 12px; font-family: var(--font-alt);}

.last_news.last_news_also {padding-top: 10px; border-top: 1px solid #ccc;}
.last_news.last_news_also div div {float: none; width: 100%;}

.news_unactive {border: 1px solid #d00 !important; background: #fee !important;}
.news_one_top {font-size: 14px; color: var(--main-color); padding: 3px 15px; width: 100%;}
.news_tags {margin-bottom: 15px; font-size: 0px;}
.news_tags i {font-size: 15px;}
.news_tags span {font-size: 15px; color: var(--main-color);}
.news_tags a {display: inline-block; padding: 2px 8px; background: var(--main-color); color: #fff; margin: 0 3px 3px 0; font-size: 14px; font-family: var(--font-alt);}
.news_tags a:hover {text-decoration: none; background: var(--main-light-color); color: #fff;}


.news_similar {display: block; max-width: none; width: 720px; margin: 0 0 15px -40px; background: #eee; color: var(--main-color);}
.news_similar img {display: block; float: left;}
.news_similar span {display: block; float: right; width: 600px; padding: 10px 20px; font-weight: bold;}


.news_list_all {}
.news_all {margin-bottom: 15px; padding-bottom: 15px; position: relative; font-size: 15px; transition: all .2s ease-in-out; border-bottom: 1px solid #999;}
.news_all:hover {}
.news_all a {color: var(--main-color);}
.news_all a:hover {text-decoration: none;}
.news_all .news_title {display: block; float: right; width: 430px; font-family: var(--font-hdr); font-weight: bold; font-size: 20px; color: var(--main-color); letter-spacing: 0; line-height: 1.2; margin-bottom: 10px;}
.news_all a.news_title:hover {color: var(--main-light-color);}
.news_all .news_edit {position: absolute; top: 0px; right: 0px; }
.news_all .news_thumb {position: relative; float: left; width: 210px; height: 152px; overflow: hidden;}
.news_all .news_thumb img {display: block; width: 210px; height: 152px; max-width: none;}
.news_all .news_descr {display: block; float: right; width: 430px; }
.news_all .news_top {display: block; float: right; width: 430px; font-size: 12px; font-family: var(--font-alt); margin-bottom: 5px; }
.news_all .news_top time {font-family: var(--font-alt); font-size: 12px;}
.news_all .news_top i {margin-left: 10px; color: var(--main-color); text-decoration: none;}
.news_all .news_top i:nth-child(1) {margin: 0;}
a.news_category {position: absolute; top: 0px; right: 0px; display: block; background: #fff; color: var(--main-color); padding: 2px 7px; font-family: var(--font-alt); font-size: 13px; text-transform: uppercase; font-weight: bold; z-index: 6;}
a.news_category:hover {background: var(--main-color); color: #fff; text-decoration: none;}

.mobileversion .news_all {}
.mobileversion .news_all .news_thumb {float: none; max-width: none; width: calc(100% + 30px); height: 200px; margin: 0 -15px 10px -15px; border: none;}
.mobileversion .news_all .news_thumb img {width: 100%; height: auto; position: relative; top: -20px;}
.mobileversion .news_all .news_descr {float: none; width: 100%; padding-bottom: 0;}
.mobileversion .news_all .news_top {float: none; width: 100%; margin-bottom: 5px;}
.mobileversion .news_all .news_title {float: none; padding-bottom: 5px;}
.mobileversion .news_all .news_title::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; 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.2; font-size: 18px; font-weight: bold; text-shadow: 0 -1px 0 rgba(0,0,0,.8);}
.news_thumbs * {transition: .3s all ease;}

#news_similar a.news_thumb_link {float: left; margin: 0 10px 10px 0; z-index: 5; height: 200px; position: relative; overflow: hidden;}
#news_similar a.news_thumb_link:nth-child(odd) {margin-right: 0;}
#news_similar a.news_thumb_link::before {position: absolute; width: 100%; bottom: 0; top: 0; left: 0; content: ''; opacity: 0.85; z-index: 2; background-image: linear-gradient(to bottom,transparent 0%,black 100%); background-repeat: repeat-x;}
#news_similar .news_thumb {width: 325px; height: 200px; margin: 0; }
#news_similar .news_thumb img {width: 335px; height: 248px;}
#news_similar a.news_thumb_link:hover .news_thumb img {transform: scale(1.15);}

.nw_blocks {max-width: none; position: relative;}
.nw_block {display: block; float: left; position: relative; margin: 1px; width: 258px; height: 320px; z-index: 1; overflow: hidden; transition: all .15s ease-in-out;}
.nw_content {position: relative; width: 100%; height: 320px; 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: .3s all ease; }
.nw_block:hover .nw_img {transform: scale(1.15);}
.nw_link span {display: block; z-index: 3; position: absolute; bottom: 20px; left: 0; right: 15px; font-family: var(--font-hdr); line-height: 1.0; font-size: 18px; font-weight: bold; color: #fff; text-shadow: 2px 2px 8px rgba(0,0,0,.75); border-left: 10px solid var(--main-color); padding-left: 12px;}
.nw_link:hover {color: #fff; text-decoration: none;}
#news_slider .nw_link:hover span, .nw_link:hover span {border-color: var(--main-light-color);}
.nw_link::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 4;}
.nw_block_h {display: none;}

.nw_block b {top: 10px; z-index: 5; padding: 2px 5px; height: 22px; background: rgba(0,0,0,.5); color: #fff;}

a.nw_blocks_h {position: absolute; z-index: 2; top: 20px; left: 0; right: 0;}
a.nw_blocks_h:hover {text-decoration: none;}
a.nw_blocks_h h3 {text-transform: uppercase; margin: 0; font-size: 30px; text-align: center; color: #fff; text-shadow: 0 0 3px rgba(0,0,0,.5); letter-spacing: 0px; font-size: 38px;}
a.nw_blocks_h:hover {color: var(--main-light-color);}
a.nw_blocks_h:hover h3 {color: var(--main-light-color);}

#news_pin {}
#news_pin .nw_block {width: 350px; height: 230px;}
#news_pin .nw_content {height: 230px;}
#news_pin .nw_link span {font-size: 18px; line-height: 1.3;}

.mobileversion .nw_blocks {margin: 0 -15px 15px; top: 0; background: #000;}
.mobileversion .nw_blocks .nw_block {width: 100%; height: 340px; margin: 0 0 5px 0; float: none;}
.mobileversion .nw_blocks .nw_block .nw_content {height: 340px;}
.mobileversion .nw_blocks .nw_block:nth-child(2) .nw_link span {font-size: 30px;}
.mobileversion .nw_blocks .nw_block:nth-child(3), .mobileversion .nw_blocks .nw_block:nth-child(4), .mobileversion .nw_blocks .nw_block:nth-child(5) {height: auto; padding: 0 15px;}
.mobileversion .nw_blocks .nw_block:nth-child(3) .nw_content, .mobileversion .nw_blocks .nw_block:nth-child(4) .nw_content, .mobileversion .nw_blocks .nw_block:nth-child(5) .nw_content {height: auto; padding: 10px 0; border-top: 1px dotted #fff;}
.mobileversion .nw_blocks .nw_block:nth-child(3) .nw_img, .mobileversion .nw_blocks .nw_block:nth-child(4) .nw_img, .mobileversion .nw_blocks .nw_block:nth-child(5) .nw_img {display: none;}
.mobileversion .nw_blocks .nw_block:nth-child(3) .nw_link span, .mobileversion .nw_blocks .nw_block:nth-child(4) .nw_link span, .mobileversion .nw_blocks .nw_block:nth-child(5) .nw_link span {line-height: 1.1; font-size: 22px; position: static;}
.mobileversion .nw_blocks .nw_block:nth-child(3) .nw_content::before, .mobileversion .nw_blocks .nw_block:nth-child(4) .nw_content::before, .mobileversion .nw_blocks .nw_block:nth-child(5) .nw_content::before {display: none;}
.mobileversion .nw_blocks_c {margin: 0 -15px; background: var(--main-color); max-width: none;}
.mobileversion a.nw_blocks_h {display: none;}
.mobileversion a.nw_block_h {display: block; position: absolute; top: 15px; right: 15px; padding: 2px 10px; background: #000; color: #fff; z-index: 5; font-weight: bold; font-size: 22px; font-family: var(--font-hdr); text-transform: uppercase;}


.mainPic {position: relative; margin-bottom: 15px; max-width: none; width: 720px; margin-left: -40px;}
.mainPic img {width: 100%; display: block; margin-top: 5px; margin-bottom: 10px;}
.mainPic a, .mainPic a:hover {color: var(--main-color);}
.mainPic span {display: block; text-align: center; font-family: var(--font-alt); font-size: 13px; width: 100%; }
.mainPic div {}

.mobileversion .mainPic {width: 100%; margin: 0;}
.mobileversion .mainPic div {}
.mobileversion .mainPic img {margin: 0 -15px 15px  -15px; max-width: none; width: calc(100% + 30px); border-radius: 0;}
.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; font-family: var(--font-alt);}
.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 {}

.alertDiv {background: #fee !important; color: #c00 !important; padding: 15px 20px 25px; margin-bottom: 15px;}
.infoDiv {padding: 15px 20px; border: 1px solid #ccc; background: #eee; margin-bottom: 15px;}
.butt_close:before {content: '\e81d'; font-size: 18px; font-family: 'fontello'; color: var(--main-color);}

/*  */

a {color: #06c; text-decoration: none; }
a:hover {color: #06c; 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; font-size: 14px;}
.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 {font-family: var(--font-hdr); font-weight: bold; font-size: 30px; margin-bottom: 10px; padding: 0px 0px 5px 0; border-bottom: 2px solid var(--main-color);}
.block-title a, .block h3 {font-family: var(--font-hdr); color: var(--main-color);}
.block-title a:hover {text-decoration: none;}

#sec-nav {height: 90%;}
#regions-mobile {overflow-y: scroll; overflow-x: hidden; height: 90%;}

/* 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(/ico/oWinClose.png) top no-repeat;}
.oWinCloseButt:hover { background-position: bottom;}

/*  */

.select2-container {font-size: 12px;}
.select2-results {font-size: 14px;}

.bgCont {background: right bottom no-repeat url('/upload/bg.png'); padding-bottom: 90px;}

.editorial-team-grid {
  margin-top: 1.5rem;
}
.editorial-card {
  padding: 1.25rem 0;
  display: flex;
  gap: 14px;
}
.editorial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  flex-shrink: 0;
  overflow: hidden;
}
.av-red    { background: #FAECE7; color: #993C1D; }
.av-blue   { background: #E6F1FB; color: #185FA5; }
.av-teal   { background: #E1F5EE; color: #0F6E56; }
.av-purple { background: #EEEDFE; color: #534AB7; }
.av-amber  { background: #FAEEDA; color: #854F0B; }
.av-green  { background: #EAF3DE; color: #3B6D11; }
.editorial-name {
  font-weight: bold;
  margin: 0 0 2px;
}
.editorial-role {
  font-size: 11px;
  color: #993C1D;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 8px;
}
.editorial-bio {

}


@media screen and (max-width: 600px) {

.wrap {width: 100%; padding: 0 15px;}
article {padding: 20px 0;}
section {margin-top: 60px;}
h1 {font-size: 30px; text-transform: none; max-width: 100%; width: 100%; margin: 10px 0;}
#grid_left, #grid_right, .indexpage #grid_left, .indexpage #grid_right {float: none; width: 100%; margin: 0; position: relative; top: 0;}

#header-logo {width: 135px; height: 40px; margin: 9px 0 8px;}
#header-logo svg {width: 135px; height: 40px;}

#mob-menu {display: inline-block; position: absolute; top: 10px; right: 10px; font-size: 31px; cursor: pointer;}
#mob-menu-div {display: block; position: fixed; z-index: 11000000; height: 100vh; top: 100vh; bottom: 0; left: 0; right: 0; background: var(--main-color); color: #fff; padding: 20px 50px; transition: all .5s ease-in-out;}
.show-menu #mob-menu-div {top: 55px;}
.mob-menu-list a {display: block; color: #fff; font-size: 20px; padding: 8px 0; border-bottom: 1px solid var(--main-light-color);}
#mob-menu-div form {position: relative;}
#mob-menu-div input {font-size: 20px; padding: 10px 60px 10px 20px; width: 100%; background: var(--main-dark-color); border: 1px solid var(--main-light-color); color: #fff;}
#mob-menu-div i {cursor: pointer; color: var(--main-light-color); position: absolute; right: 2px; top: 2px; font-size: 36px;}

.nw_block, .nw_content {width: 100%; height: 250px;}
.nw_block .nw_link span {font-size: 20px;}

.last_news a {font-size: 18px;}
.boldf {font-size: 18px !important;}

.last_news span, .last_news span a {font-size: 15px;}

.mainPic {width: 100%; margin: 0;}
.mainPic div {}
.mainPic img {margin: 0 -15px 15px -15px; max-width: none; width: calc(100% + 30px); border-radius: 0;}
.mainPic span {display: none;}
.mainPic div::after {display: none;}
.news_one {width: 100%;}
.news_one_top {padding: 0;}

#header-menu {display: none;}

footer .menu-footer {float: right; width: 140px; text-align: left; margin-top: 15px;}
footer .menu-footer a {display: block; padding: 5px; font-size: 17px; border: none;}
footer #copyright {width: 180px;}


.news_all .news_thumb {float: none; width: 100%; height: auto;}
.news_all .news_thumb img {width: 100%; max-width: 100%; height: auto;}
.news_all .news_top {font-size: 14px; margin-top: 5px;}

.news_similar {margin: 0 -15px 10px -15px; width: calc(100% + 30px);}
.news_similar span {width: calc(100% - 120px); padding: 10px;}


} 


