@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('fonts/fontello-fbb3dd2f/css/fontello.css');

:root {--main-color: #333; --main-dark-color: #111; --main-light-color: #24c; --font-main-size: 15px; --font-main: 'Open Sans', sans-serif; --font-hdr: 'PT Serif', sans-serif; --font-news: 'PT Serif', serif;}

html, body	{width: 100%; padding: 0; margin: 0; }
body { background: #ddd; 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%; }

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

.wrap { width: 1220px; margin: 0px auto; position: relative;}
.indexpage .wrap { width: 1220px; }

.white {color: #fff;}

header {background: #000; height: 86px; color: #fff; position: relative; z-index: 1002; width: 100%; box-shadow: 0 5px 35px rgb(0 0 0 / 25%);}
header .wrap {position: relative;}

#header-logo {display: block; float: left;}
#header-logo svg {height: 80px; margin-top: 15px;}
#header-logo:hover svg {opacity: .75;}

body.show {padding-top: 54px;}
body.show header {position: fixed; top:0; left: 0; height: 44px;}
body.show header #header-logo {}
body.show header #header-logo svg {height: 44px; margin-top: 5px;}
body.show header #header-logo:hover svg {fill: #c00;}
body.show #header-menu {bottom: 2px; right: 240px;}
body.show #header-menu a {bottom: 2px; font-size: 15px; margin: 0 0 0 15px;}
body.show #header-social, body.show #header-slogan {display: none;}
body.show #top-search-form {top: 9px;}
body.show #top-search-form #top-search-input {width: 220px; background: #ccc;}

#header-menu {display: block; position: absolute; right: 0; bottom: 8px; height: 40px;}
#header-menu a, #header-menu-all a {display: inline-block; color: #fff; font-size: 17px; font-weight: normal; margin: 0 0 0 24px; text-decoration: none; padding-bottom: 2px;}
#header-menu a:hover, #header-menu a:active, #header-menu a.active {border-bottom: 2px solid #ccc; padding-bottom: 3px;}
#header-menu a.active {border-bottom: 2px solid #c00;}

#header-social {position: absolute; top: 9px; right: 280px; font-size: 18px;}
#header-social a {color: #fff; opacity: .4; margin-left: 5px;}
#header-social a:hover {opacity: 1;}
#header-social a.telegram {font-size: 22px;}

#header-slogan {position: absolute; top: 17px; left: 278px; font-size: 13px; color: #777; font-weight: bold; text-transform: uppercase; letter-spacing: 3px;}

.menu-button {cursor: pointer;}

#top-search {display: inline-block; float: right; margin: 6px 6px 0 10px; cursor: pointer; color: var(--main-light-color); font-size: 36px; z-index: 1;}
#top-search:hover {color: var(--main-light-color);}

#top-search-form {position: absolute; top: 12px; right: 0; z-index: 2;}
#top-search-form i {color: #000; font-size: 20px; cursor: pointer; position: absolute; right: -8px; top: -6px;}
#top-search-form i:hover {text-shadow: 0 0 15px rgba(0,0,0,.5);}
#top-search-form input {font-size: 16px; padding: 4px 26px 4px 7px; border: 0; border-radius: 3px;}
#top-search-form #top-search-input {width: 250px; background: #ccc;}
#top-search-form #top-search-input:focus { background: #fff;}
#top-search-form #top-search-submit {width: 125px; cursor: pointer; background: #666; color: #fff;}
#top-search-form #top-search-submit:hover {background: #888;}
header.show #top-search-form {display: block;}


section {flex: 1; margin-top: 20px; padding-bottom: 20px;}
section .wrap {}

article {padding: 25px 40px; background: #fff; border-radius: 10px; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between;}
article > #grid_left {width: 760px;}
article > #grid_right {width: 340px;}
#grid_left *::selection { background-color: var(--main-light-color); color: #fff;}

.indexpage #grid_left {width: 770px;}
.indexpage article {flex-direction: row-reverse;}


#menu-footer {text-align: center; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 4px solid #000;}
#menu-footer a {display: inline-block; color: #fff; padding: 5px 15px; border-left: 1px dotted #999; text-transform: uppercase; color: #333; font-weight: bold; font-size: 14px;}
#menu-footer a:first-child {border: none;}

footer {min-height: 100px; padding: 0 0 50px; font-size: 14px; }
footer a {font-size: 16px;}
footer a:hover {}
footer #copyright {width: 500px; }
#footer-logo {float: left; height: 60px; margin-right: 30px; border-right: 2px solid #fff; padding-right: 30px;}
#footer-logo svg {width: 130px;}
.mobileversion #footer-logo {float: none; border: none;}



#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: 50px;}
.mobileversion #header-logo {float: none; height: 44px; width: 133px; margin-left: 55px;}
.mobileversion #header-logo svg {margin: 0; height: 56px;}

.mobileversion section {background: #fff;}
.mobileversion #nws_pin_arr {display: none;}
.mobileversion.indexpage h1 {display: none;}
.mobileversion h1 {color: var(--main-color); font-size: 26px; line-height: 1.2;}
.mobileversion #nws_pin {margin-bottom: 20px;}

.mobileversion footer {border-top: 4px solid var(--main-light-color); padding-top: 10px;}
.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: bold;}
h1 {font-size: 40px; margin: 0 0 20px 0; color: var(--main-color);}
.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: 15px 0;}
iframe {border: none;}

.inp {padding: 5px 5px; border: 1px solid #aaa;}
.inp1 {padding: 4px 10px; font-weight: bold; text-transform: uppercase; cursor: pointer;}

.w100p {width: 100%;}
.w50p {width: 50%; float: left;}
.mobileversion .w50p {width: 100%; float: none;}

.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;}

.f8 {font-size: 11px !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;}
.redtr {background: #fdd;}
.redicon {color: #d00 !important;}
.grey {color: #abc;}
.bold {font-weight: bold;}
.boldf {font-weight: bold; color: var(--main-color) !important; font-size: 15px !important;}

.alertDiv {background: #fee !important; color: #c00 !important; padding: 15px 20px 25px;}

.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);}

a.butt {display: inline-block; text-align: center; padding: 5px 10px; border: 2px solid var(--main-color); border-radius: 5px; background: #fff;}
a.butt:hover {border-color: var(--main-light-color); text-decoration: none; box-shadow: 0 0 10px rgba(0,0,0,.3);}

.greybutt {display: inline-block; background: #666; color: #fff; padding: 5px 10px;}
.greybutt:hover {background: var(--main-light-color); color: #fff; text-decoration: none;}

.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;}


.infoDiv {padding: 15px 20px; border: 1px solid var(--main-light-color); background: #eee; margin-bottom: 15px;}
.butt_close:before {content: '\e81d'; font-size: 18px; font-family: 'fontello'; color: var(--main-light-color);}

/*  */

.last_news div {padding: 8px 0; border-bottom: 1px dotted #bbb;}
.last_news span {color: var(--main-light-color); font-family: var(--font-main); font-size: 11px; margin: 5px 0; display: block;}
.last_news {padding-top: 10px;}
.last_news a {color: var(--main-color); font-size: 14px; font-family: var(--font-news);}
.last_news a:hover {color: var(--main-color);}
.last_news i {color: var(--main-light-color); font-size: 13px;}

.runews_one {font-family: var(--font-news); font-size: 18px; padding-left: 70px;}
.runews_one img {height: auto;}
.runews_one .mainPic {margin: 0 0 20px -70px; width: calc(100% + 70px); max-width: none; position: relative;}
.runews_one .mainPic img {width: 100%; display: block; margin-top: 10px;}
.runews_one .mainPic span {display: block; font-family: var(--font-main); font-size: 14px; color: #fff; margin: 8px 0 20px; text-align: center; position: absolute; width: 100%; bottom: 0; padding: 0 15px; text-shadow: 0 0 5px #000, 0 0 10px #000;}
.runews_one .mainPic div::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: .8;
    width: 100%; height: 100%; background-image: linear-gradient(to bottom,transparent 80%,black 100%); background-repeat: repeat-x;}

.mobileversion .mainPic {margin: 0; width: 100%; max-width: 100%;}
.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;}

.runews_unactive {border: 1px solid #d00 !important; background: #fdd !important;}
.news_one_top {font-size: 13px; color: var(--main-color); margin-bottom: 10px;}

.news_tags_all {padding: 10px 20px; background: #eee; margin: 15px 0; border-radius: 10px;}
.news_tags {margin: 10px 0; font-size: 14px;}
.news_tags span {display: inline-block; width: 70px; font-weight: bold;}
.news_tags i {font-size: 16px;}
.news_tags2 a {display: inline-block; line-height: 1; vertical-align: baseline; background-color: var(--main-light-color); color: #fff; margin: 0 0 5px 2px; position: relative; padding: 4px 10px; border-radius: 1px;}
.news_tags2 a:hover {text-decoration: none; background: var(--main-color); color: #fff;}

.news_tags a:before {content: '#'; color: #666;}

.mobileversion .runews_one {padding: 0;}
.mobileversion .news_one_top div {float: none !important;}

.news_related {background: #eee; color: var(--main-color); margin-left: -70px; width: 760px; max-width: none; font-family: var(--font-main); font-size: 16px; line-height: 20px; border-right: 4px solid var(--main-light-color); border-radius: 10px;}
.news_related img {float: left; margin-right: 20px; border-radius: 10px 0 0 10px;}
.news_related b {display: block; padding: 10px 0 0;}
.news_related a {display: block; padding: 6px 0;}
.mobileversion .news_related {max-width: 100%; width: 100%; margin-left: 0; padding-left: 10px;}
.mobileversion .news_related img {margin-left: -10px;}

.news_list_all {}
.news_all {background: #eee; margin-bottom: 10px; padding: 10px 15px; position: relative; font-size: 16px; transition: all .2s ease-in-out; border-radius: 10px; }
.news_all a {color: var(--main-color); }
.news_all a:hover {text-decoration: none;}
.news_all .news_title {display: block; float: right; width: 460px; font-family: var(--font-hdr); font-weight: bold; font-size: 20px; color: var(--main-color); letter-spacing: -.5px; line-height: 1.1; margin-bottom: 5px;}
.news_all a.news_title:hover {color: var(--main-light-color);}
.news_all .news_edit {position: absolute; top: 5px; right: 10px; }
.news_all .news_thumb {position: relative; float: left; width: 250px; height: 186px; overflow: hidden; border: 1px solid #fff; border-radius: 10px;}
.news_all .news_thumb img {display: block; width: 250px; height: 186px;}
.news_all .news_descr {display: block; float: right; width: 460px; font-family: var(--font-hdr); line-height: 1.3;}
.news_all .news_top {display: block; float: right; width: 460px; font-size: 12px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #666;}
.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;}


.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.1; font-size: 20px; text-shadow: 0 -1px 0 rgba(0,0,0,.5);}


.co_blocks {margin: 0 0 15px; max-width: none; position: relative;}
.co_block {display: block; float: left; position: relative; margin: 5px; width: 375px; height: 230px; z-index: 1; overflow: hidden; transition: all .15s ease-in-out; border: 1px solid var(--main-light-color); border-radius: 10px;}

#news_similar {width: 780px; max-width: none;}
#news_similar .co_block {width: 245px; height: 300px;}
#news_similar .co_content {height: 300px;}

.mobileversion #news_similar {width: 100%; max-width: 100%;}
.mobileversion #news_similar .co_block {width: 100%; height: 230px;}

#grid_right .co_block {width: 340px;}
.co_content {position: relative; width: 100%; height: 230px; overflow: hidden; color: #fff;}
.co_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;}
.co_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; }
.co_block:hover {box-shadow: 0 0 25px rgba(0,0,0,.5);}
.co_block:hover .co_img {filter: sepia(80%) brightness(75%) saturate(20%) contrast(100%);}
.co_link span {display: block; z-index: 3; position: absolute; bottom: 20px; left: 20px; right: 20px; font-family: var(--font-hdr); line-height: 1.1; font-size: 17px; font-weight: bold; color: #fff; text-shadow: 2px 2px 8px rgba(0,0,0,.75);}
.co_link:hover {color: #fff; text-decoration: none;}
.co_link::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 4;}
.co_block_h {display: none;}

a.news_category {position: absolute; top: 10px; right: 10px; display: block; background: #fff; color: var(--main-light-color); padding: 1px 5px; font-size: 11px; text-transform: uppercase; font-weight: bold; z-index: 6;}
a.news_category:hover {background: var(--main-color); color: #fff; text-decoration: none;}

/*
.co_blocks .co_block:nth-child(1), .co_blocks .co_block:nth-child(2) {width: 395px; height: 280px;}
.co_blocks .co_block:nth-child(1) .co_content, .co_blocks .co_block:nth-child(2) .co_content {height: 280px;}
.co_blocks .co_block:nth-child(1) .co_link span, .co_blocks .co_block:nth-child(2) .co_link span {font-size: 24px; bottom: 20px; line-height: 1.2;}
*/

.co_block b {display: none;top: 10px; z-index: 5; padding: 2px 5px; height: 22px; background: rgba(0,0,0,.5); color: #fff;}

a.co_blocks_h {display: inline-block; position: relative; z-index: 3; top: -7px;}
a.co_blocks_h:hover {text-decoration: none;}
a.co_blocks_h h3 {text-transform: uppercase; margin: 0; font-size: 40px; transition: .3s all ease;}
a.co_blocks_h:hover h3 {color: var(--main-light-color);}

.mobileversion .co_blocks {margin: 0 -15px 15px; top: 0; background: #000;}
.mobileversion .co_blocks .co_block {width: 100%; height: 340px; margin: 0 0 5px 0; float: none; border: none;}
.mobileversion .co_blocks .co_block .co_content {height: 340px;}
.mobileversion .co_blocks .co_block:nth-child(2), .mobileversion .co_blocks .co_block:nth-child(3), .mobileversion .co_blocks .co_block:nth-child(4), .mobileversion .co_blocks .co_block:nth-child(5) {height: auto; padding: 0 15px;}
.mobileversion .co_blocks .co_block:nth-child(2) .co_content, .mobileversion .co_blocks .co_block:nth-child(3) .co_content, .mobileversion .co_blocks .co_block:nth-child(4) .co_content, .mobileversion .co_blocks .co_block:nth-child(5) .co_content {height: auto; padding: 10px 0; border-top: 1px dotted #fff;}
.mobileversion .co_blocks .co_block:nth-child(2) .co_img, .mobileversion .co_blocks .co_block:nth-child(3) .co_img, .mobileversion .co_blocks .co_block:nth-child(4) .co_img, .mobileversion .co_blocks .co_block:nth-child(5) .co_img {display: none;}
.mobileversion .co_blocks .co_block:nth-child(2) .co_link span, .mobileversion .co_blocks .co_block:nth-child(3) .co_link span, .mobileversion .co_blocks .co_block:nth-child(4) .co_link span, .mobileversion .co_blocks .co_block:nth-child(5) .co_link span {line-height: 1.1; font-size: 17px; position: static;}
.mobileversion .co_blocks .co_block:nth-child(2) .co_content::before, .mobileversion .co_blocks .co_block:nth-child(3) .co_content::before, .mobileversion .co_blocks .co_block:nth-child(4) .co_content::before, .mobileversion .co_blocks .co_block:nth-child(5) .co_content::before {display: none;}
.mobileversion a.co_blocks_h {display: none;}
.mobileversion a.co_block_h {display: block; position: absolute; top: 15px; left: 15px; padding: 2px 10px; background: #fff; color: var(--main-light-color); z-index: 5; font-weight: bold; font-size: 22px; text-transform: uppercase;}

.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: #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;}
.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-title {margin: 0 0 15px 0;}
.block {margin: 0 0 15px 0; padding: 10px 15px; background: #eee; border-radius: 10px;}
.block-title a, .block h3 {color: var(--main-color); font-family: var(--font-hdr); font-weight: bold; line-height: 1; font-size: 28px; border-bottom: 2px solid #c00; padding-bottom: 10px;}
.block-title a:hover {text-decoration: none;}



/* 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;}


