:root {
  --ctor-accent-color: #a44aa4;
  --ctor-accent-color-dark: #743274;
  --ctor-accent-color-light: #f4e9f4;
}

html,
body,
ul,
li {
  margin: 0px;
  padding: 0px;
}

body {
  background: #f6f6f6;
  font-size: 13px;
  font-family: arial;
}

#body {
  background: #fff;
  width: 950px;
  margin: 0 auto;
  min-height: 500px;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#header {
  position: relative;
  height: 101px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 95%, rgba(164, 74, 164, 0.4612045501794467) 99%, rgba(164, 74, 164, 1) 100%);
}

#header h1 {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images.tpl/21_logo.png") no-repeat;
}

#header a.logo {
  width: 521px;
  height: 74px;
  top: 12px;
  left: 0px;
  text-indent: -3000px;
  text-decoration: none;
  position: absolute;
}

#topmenu {
  position: relative;
  /*height:32px;*/
  background: #FFFFFF;
  border-bottom: 10px solid var(--ctor-accent-color);
  padding: 0 3px;
  z-index: 9998;
}

#topmenu:after {
  content: '';
  clear: both;
  display: block;
}

#topmenu ul {
  list-style: none;
}

#topmenu ul li {
  float: left;
  background: url("/images.tpl/topmenusep.png") no-repeat right top;
  position: relative;
}

#topmenu ul li a {
  display: block;
  float: left;
  color: #646363;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 10px 8px 4px;
  font-weight: normal;
  text-transform: uppercase;
}

#topmenu ul li a:hover {
  color: #527083;
}

#topmenu ul li.last {
  background: url('/images.tpl/spacer.gif');
  padding-right: 0px;
}

#topmenu ul li a.cur {
  color: #000;
  background-color: var(--ctor-accent-color-light);
}

#topmenu li .lvl2m {
  overflow: visible;
  position: absolute;
  display: none;
  left: 0;
  top: 32px;
  width: 250px;
  z-index: 10000;
  background: white;
}

#topmenu li:hover .lvl2m {
  display: block;
}

#topmenu li.right .lvl2m {
  left: -132px !important;
  z-index: 10000;
}

#topmenu li ul {
  width: 250px;
  min-height: 50px;
}

#topmenu li ul li {
  float: none;
  width: 250px;
  position: relative;
}

#topmenu li ul li a {
  font-weight: normal;
  padding: 7px 0 7px 25px;
  color: #d5d4d4;
  min-height: 15px;
  /*background:url('/images.tpl/menu2lvl.png') repeat-y #677178;*/

  background: #82888e;
  background-image: linear-gradient(to right, #82888e 0%, #667077 100%);
  background-image: -ms-linear-gradient(left, #882888e 0%, #667077 100%);

  border: 1px solid #ababac;
  font-size: 11px;
  float: none;
}

#topmenu li ul li a:hover {
  color: #ffffff;
  /*background:url('/images.tpl/menu2lvl_h.png') repeat-y #93999e;*/



  background-image: linear-gradient(to right, #8f959b 0%, #6b757c 100%);
  background-image: -ms-linear-gradient(left, #8f959b 0%, #6b757c 100%);
}

#topmenu li ul ul {
  display: none;
  position: absolute;
  width: 250px;
  background: #e9e9e9;
  left: 250px;
  top: 0px;
  min-height: 0;
}

#topmenu li ul li:hover ul {
  display: block;
}

#topmenu li.right ul li ul {
  left: auto;
  right: 252px !important;
}

#topmenu li ul ul li {
  float: none;
  border: 1px solid #ababac;
  width: 250px;
  position: relative;
}

#topmenu li ul ul li a {
  font-weight: normal;
  width: 210px;
  padding: 7px 20px 7px 20px;
  color: #757d84;
  min-height: 15px;
  background-image: none;
  background-color: #f4f4f4;
  font-size: 11px;
  border: none;
  margin-top: 1px;
}

#topmenu li ul ul li a:hover {
  color: #000000;
  background: url('') #f4f4f4;
}

#topmenu li ul ul.large {
  width: 400px !important;
}

#topmenu li ul ul.large li {
  width: 400px !important;
}

#topmenu li ul ul.large li a {
  width: 360px !important;
}

#topbanner {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  overflow: hidden;
}

#topbanner li a {
  display: block;
  width: 180px;
  height: 22px;
  color: white;
  padding-top: 90px;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .3s all;
}
#topbanner li a:hover {
  opacity: .5;
}


#topban {
  margin-top: 1rem;
  margin-bottom: .5rem;

  overflow: hidden;
  height: 208px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#topban .left {
  width:540px;
}
#topban .right {
  width: 100%;
}

#midannounce {
  overflow: hidden;
  padding: 18px 10px 10px;
  min-height: 80px;
}

#midannounce a {
  color: #000;
  font-family: Georgia;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  display: block;
}

#midannounce b {
  margin-bottom: 5px;
  font-family: Georgia;
  display: block;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  display: block;
  text-align: center;
}

#midannounce a:hover {
  text-decoration: underline;
}

#foother {
  height: 110px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: Georgia;
  border-bottom: 1px solid #a6a4a4;
  position: relative;
  background: url("/images.tpl/bottom.png") repeat-x top #f3f1f1;
}

#foother a {
  color: #000;
  font-size: 14px;
  font-family: Georgia;
  font-size: 12px;
}

.topback {
  background: url("/images.tpl/bottom.png") repeat-x top;
  border-top: 1px solid #c5c4c4;
}

#master {
  position: absolute;
  text-align: center;
  font-family: Georgia;
  color: #000;
  right: 8px;
  top: 28px;
  font-size: 12px;
}

#copy {
  position: absolute;
  text-align: center;
  font-family: Georgia;
  color: #000;
  left: 8px;
  top: 11px;
  font-size: 12px;
}

#svidetelstvo {
  position: absolute;
  text-align: left;
  font-family: Georgia;
  color: #000;
  left: 8px;
  top: 57px;
  font-size: 12px;
}

#count {
  width: 88px;
  height: 15px;
  border: 0;
  position: absolute;
  top: 85px;
  left: 854px;
  overflow: hidden;
}

#ref {
  position: absolute;
  text-align: center;
  font-family: Georgia;
  color: #000;
  left: 8px;
  top: 28px;
  font-size: 12px;
}

.clear {
  clear: both;
}

#left {
  width: 730px;
  float: left;
  overflow: hidden;
  min-height: 300px;
  padding: 15px 15px 0 0;
}

#left_m {
  padding: 0px 0px 0 0;
  width: 237px;
  min-height: 350px;
  float: left;
  overflow: hidden;
}

#center {
  width: 473px;
  float: left;
  overflow: hidden;
  min-height: 350px;
  padding: 0px 10px 0 10px;
}

.large #center {
  width: 710px !important;
}

#center {
  color: #000;
  font-family: Georgia;
  font-size: 13px;
}

.content p,
.content h1 {
  margin: 15px 0;
}

#left .il {
  background: url("/images.tpl/lmbg.gif") repeat-y left;
  overflow: hidden;
}

#left .il2 {
  background: url("/images.tpl/lmbot.png") no-repeat bottom left;
  overflow: hidden;
}

.large .il {
  background-image: none !important;
}

.large .il2 {
  background-image: none !important;
}

#right {
  padding: 15px 0;
  width: 202px;
  float: left;
  overflow: hidden;
}

/* root element for tabs  */
ul.css-tabs {
  margin: 0 !important;
  padding: 0;
  height: 35px;
  border-bottom: 1px solid #d3d3d3;
}

/* single tab */
ul.css-tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
  float: left;
  font-size: 13px;
  display: block;
  padding: 3px 30px 5px;
  text-decoration: none;
  border: none;
  border-bottom: 0px;
  height: 17px;

  background: url() var(--ctor-accent-color) no-repeat;

  color: #ffffff;
  margin-right: 2px;
  position: relative;
  top: 2px;
  font-family: arial;
  margin-top: 8px;
}

ul.css-tabs a:hover {}

/* selected tab */
ul.css-tabs a.current {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #f8f8f8;
  color: var(--ctor-accent-color);
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  height: 20px;
  padding-top: 8px;
}

/* tab pane */
.css-panes div.intpanels {
  display: none;
  border: 1px solid #d3d3d3;
  border-width: 0 1px 1px 1px;
  min-height: 500px;
  padding: 15px 0px 5px 15px;
  background-color: #f8f8f8;
  overflow: hidden;
}

div.intpanels * {
  font-family: Georgia;
  color: #000;
}

.rigpan {
  border-top: 4px solid var(--ctor-accent-color);
  color: #000;
  font-size: 14px;
  font-family: Georgia;
  padding: 10px 0px 20px 10px;
}

.rigpan a {
  text-decoration: none;
}

.rigpan a:hover {
  text-decoration: underline;
}

.rigpan h3 {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Georgia;
  padding: 0px 2px 10px;
  display: block;
  font-size: 16px;
}

.thisday {
  display: block;
  padding: .1rem;
  text-decoration: none;
  background-color: transparent;
  transition: all .3s;
}

.thisday:hover {
  background-color: var(--ctor-accent-color-light);
  text-decoration: none !important;
}

.thisday time {
  display: block;
  margin-bottom: .5rem;
  color: var(--ctor-accent-color)
}

#rhr {
  height: 35px;
}

.hr {
  height: 26px;
  background: url("/images.tpl/hr.png") repeat-x;
  margin: 13px 0 3px;
}

.blue * {
  color: var(--ctor-accent-color);
}

.rigpan ul {
  list-style: none;
}

.rigpan a {
  font-family: Georgia;
}

#botblock {
  border: 1px solid #d4d2d2;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  zoom: 1;
  background: url("/images.tpl/botblock.png") no-repeat bottom right white;
}

#botblock * {
  color: #646262;
  font-family: Georgia;
}

#botblock li b {
  display: block;
  height: 29px;
  text-align: center;
  font-size: 14px;
  padding: 14px 0 0;
}

#botblock li {
  margin-right: 6px;
  display: block;
  width: 116px;
  float: left;
}

#botblock ul {
  display: block;
  overflow: hidden;
  background: url("/images.tpl/topw.png") top repeat-x #fbfafa;
  padding: 10px 0 10px;
  position: relative;
  min-height: 200px;
}

#botblock ul li {
  display: block;
  overflow: hidden;
  float: none;
  padding: 2px 6px;
  zoom: 1;
  width: auto;
  display: block;
}

#botblock ul a {
  font-size: 11px;
  font-family: arial;
  zoom: 1;
  text-decoration: none;
  display: block;
}

#botblock ul a:hover {
  text-decoration: underline;
}

#botblock_int {
  border: 1px solid #d4d2d2;
  overflow: hidden;
  position: relative;
  background: url("/images.tpl/botblock.png") no-repeat bottom right white;
}

#botblock_int * {
  color: #646262;
  font-family: Georgia;
}

#botblock_int li b {
  display: block;
  height: 29px;
  text-align: center;
  font-size: 14px;
  padding: 14px 0 0;
}

#botblock_int li {
  margin-right: 4px;
  display: block;
  width: 154px;
  float: left;
}

#botblock_int ul {
  display: block;
  overflow: hidden;
  background: url("/images.tpl/topw.png") top repeat-x #fbfafa;
  padding: 10px 0 10px;
  min-height: 150px;
}

#botblock_int ul li {
  display: block;
  overflow: hidden;
  float: none;
  padding: 2px 6px;
  zoom: 1;
  width: auto;
}

#botblock_int ul a {
  font-size: 11px;
  font-family: verdana;
  text-decoration: none;
  zoom: 1;
  display: block;
}

#botblock_int ul a:hover {
  text-decoration: underline;
}

.vn2 {
  overflow: hidden;
  margin: 20px 0 10px;
  width: 179px;
  float: left;
}

.vn2 h3 {
  padding: 10px 2px 10px;
  display: block;
  height: 10px;
}

.vn2 h3 a {
  font-family: Georgia;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  display: block;
}

.leftnews {
  width: 307px;
  float: left;
  padding-right: 10px;
}

.leftnews i {
  display: block;
  font-style: normal;
  color: #e72c2c;
}

.leftnews a {
  text-decoration: none;
}

.leftnews a:hover {
  text-decoration: underline;
}

.leftnews h3 {
  padding-bottom: 5px;
  color: var(--ctor-accent-color) !important;
}

.leftnews h3 a {
  color: var(--ctor-accent-color) !important;
}

.rightnews {
  float: left;
  width: 390px;
  padding-bottom: 40px;
}

.rightnews ul {
  list-style: none;
}

.rightnews ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.rightnews a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  overflow: hidden;
}

.rightnews a:hover {
  text-decoration: underline;
}

.rightnews i {
  display: block;
  font-style: normal;
  color: #e72c2c;
}

.rightnews b {
  color: var(--ctor-accent-color) !important;
  display: block;
}

.leftnews {
  font-size: 13px;
}

#tolink {
  position: absolute;
  top: 10px;
  left: 788px;
  list-style: none;
  font-size: 11px;
  color: var(--ctor-accent-color);
  font-family: arial;
  text-decoration: none;
}

#tolink:hover {
  text-decoration: underline;
}

#topnav {
  position: absolute;
  bottom: 10px;
  right: 12px;
  list-style: none;
}

#topnav li {
  float: left;
  position: relative;
  overflow: hidden;
  padding-right: 5px;
}

#topnav li a {
  padding-right: 5px;
  font-weight: normal;
  display: block;
  font-size: 11px;
  color: var(--ctor-accent-color);
  text-decoration: none;
  border-right: 1px solid #646262;
}

#topnav li a:hover {
  text-decoration: underline;
}

#search {
  position: absolute;
  left: 615px;
  bottom: 30px;
}

#searchtext {
  border: 1px solid #aeacac;
  float: left;
  background: transparent;
  width: 234px;
}

#searchbut {
  border: none;
  background: transparent;
  width: 70px;
  float: left;
  margin-left: 5px;
  height: 18px;
  display: block;
  cursor: pointer;
  background: var(--ctor-accent-color);
  color: white;
  font-size: 11px;
}

#lmenu {
  width: 224px;
  list-style: none;
  margin: 17px 0 0 5px;
}

#lmenu li {
  overflow: hidden;
  display: block;
  background: url("/images.tpl/lmenutop.png") no-repeat top;
}

#lmenu li a {
  width: 184px;
  overflow: hidden;
  display: block;
  color: #646363;
  font-family: Georgia;
  font-size: 12px;
  background: url("/images.tpl/lmenubot.png") no-repeat bottom;
  text-decoration: none;
  padding: 6px 10px 6px 30px;
}

#lmenu li:hover {
  background: none;
}

#lmenu li:hover a {
  color: var(--ctor-accent-color);
  background: none;
}

#lmenu .lvl3 {
  background-image: url();
}

#lmenu .lvl3 a {
  background-image: url();
  color: #477798;
  font-size: 10px;
  padding: 3px 10px 3px 30px;
}

#lmenu .lvl3 .cur {
  font-weight: bold;
  color: #e72c2c;
}

.calendar {
  margin: 10px auto 0px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.calendar * {
  font-size: 12px;
  font-family: Arial !important;
  padding: 0;
  margin: 0;
}

.calendar a {
  color: #636363;
}

#midscroll {
  padding: 0 54px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}

.scrollable {
  /* required settings */
  position: relative;
  overflow: hidden;
  width: 460px;
  height: 150px;

  background: url(/images/jqtools/h300.png) repeat-x;
  margin-top: 20px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
  clear: both;
  top: 20px;
}

.scrollable .items span {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: arial;
}

.scrollable .navtp {
  position: absolute;
  top: 6px;
  left: 4px;
}

.items div {
  float: left;
}

/* single scrollable item */
.scrollable img {
  float: left;
  margin: 5px 5px 5px 5px;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  height: 100px;
  border-radius: 4px;
}

/* active item */
.scrollable .active {
  border: 2px solid #000;
  position: relative;
  cursor: default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
  float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
  display: block;
  width: 9px;
  height: 14px;
  float: left;
  margin: 0px 0px;
  cursor: pointer;
  font-size: 1px;
  float: left;
}

/* left */
a.left {
  background: url("/images.tpl/pagingNav.png") top left no-repeat;
  margin-right: 5px;
}

a.left:hover {
  background-position: 0 -14px;
}

a.left:active {
  background-position: -60px 0;
}

/* right */
a.right {
  background: url("/images.tpl/pagingNav.png") top right no-repeat;
  clear: right;
  margin-left: 5px;
}

a.right:hover {
  background-position: 100% -14px;
}

a.right:active {
  background-position: -60px -30px;
}

/* disabled navigational button */
a.disabled {
  visibility: hidden !important;
}

#uynum {
  display: block;
  font-family: arial;
  margin: 0;
  padding: 0;
  height: 14px;
  float: left;
}

.newslist {
  list-style: none;
}

.newslist li {
  overflow: hidden;
  margin-bottom: 10px;
}

.newslist img {
  float: left;
  margin-right: 5px;
}

.newslist a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--ctor-accent-color-light);
}

.newslist a:hover {
  text-decoration: none;
}

.newslist i {
  display: block;
  font-style: normal;
  margin-bottom: 0.25rem;
  color: var(--ctor-accent-color) !important;
}

.newslist b {
  color: var(--ctor-accent-color-dark) !important;
  display: block;
  margin-bottom: 0.5rem;
}

.bg_midnews {
  width: 302px;
  height: 155px;
  padding: 5px 0 0 4px;
  background: url("/images.tpl/bg_midnews.png") no-repeat;
  margin-bottom: 8px;
  text-align: left;
}

.bg_midnews img {
  border: 1px solid #e7e6e3;
  width: 295px;
  height: 147px;
}

.bg_minnews {
  width: 149px;
  height: 79px;
  padding: 4px 0 0 5px;
  background: url("/images.tpl/bg_minnews.png") no-repeat;
  float: left;
  margin-right: 5px;
}

.bg_minnews img {
  border: 1px solid #e7e6e3;
  width: 140px;
  height: 70px;
}

.bg_bignews {
  width: 477px;
  height: 242px;
  padding: 5px 0 0 5px;
  background: url("/images.tpl/bg_bignews.png") no-repeat;
  margin-bottom: 10px;
}

.bg_bignews img {
  border: 2px solid #e7e6e3;
  width: 468px;
  height: 233px;
}

.rlnews ul {
  list-style: none;
}

.rlnews li a i {
  display: block;
  margin-top: 5px;
  color: #e72c2c;
  text-decoration: none !important;
}

.rlnews a {
  color: var(--ctor-accent-color);
}

.rlnews h3 {
  color: var(--ctor-accent-color);
}

.rgt a {
  color: #646262;
  font-size: 17px;
  text-decoration: none;
}

.rgt a:hover {
  text-decoration: underline;
}

.news_title a,
.news_text a {
  text-decoration: none;
}

.news_title a:hover,
.news_text a:hover {
  text-decoration: underline;
}

.alink {
  display: block;
  font-size: 15px !important;
  font-family: Georgia;
  background: url("/images.tpl/alert.png") no-repeat left;
  padding: 2px 2px 2px 20px;
  color: var(--ctor-accent-color) !important;
  margin: 2px 0 3px !important;
}

.grads {
  background: url("/images.tpl/bottom2.png") top repeat-x;
  min-height: 30px;
  padding-left: 4px;
}

.techban {
  display: block;
  width: 202px;
  min-height: 30px;
  overflow: hidden;
  background: url("/images.tpl/bgban_bot.png") no-repeat bottom left;
  text-align: right;
  text-decoration: none;
  margin-bottom: 5px;
}

.techban span {
  padding: 16px 13px 35px 13px;
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-family: Georgia;
  color: var(--ctor-accent-color) !important;
  min-height: 12px;
  background: url("/images.tpl/bgban_top.png") no-repeat top left;
}

.techban:hover {
  background-position: bottom right;
}

.techban:hover span {
  background-position: top right;
  color: #7a1102 !important;
}

.bgph {
  background: #f6f6f6;
  padding: 15px;
  overflow: hidden;
  min-height: 210px;
}

.bgph_title {
  padding: 15px;
  overflow: hidden;
}

.list_it {
  width: 184px;
  min-height: 137px;
  padding: 13px;
  margin: 5px;
  overflow: hidden;
  float: left;
  background: #e7e5e5;
  text-align: center;
}

.list_it a {
  display: block;
  overflow: hidden;
}

.list_it .incl {
  font-size: 11px;
  margin: 0 10px;
  text-align: center;
}

.list_it .incl a {
  text-decoration: none;
}

.list_it .incl a:hover {
  text-decoration: underline;
}

.list_it img {
  border: 1px solid #d4d1c0;
  margin: 0 auto;
}

.list_it p {
  margin: 5px 0 0 !important;
}

.centmenu {
  list-style: none;
  margin: 15px 0 15px 0px !important;
  padding: 0 !important;
}

.centmenu li {
  margin: 0 !important;
  padding: 0 !important;
}

.centmenu li a {
  text-decoration: none;
  display: block;
  margin: 3px 0 0 !important;
  padding: 2px !important;
  background: #eeeded;
  color: var(--ctor-accent-color) !important;
  border-bottom: 1px solid #95b0c9;
}

.centmenu li a:hover {
  color: #7a1102 !important;
  border-bottom: 1px solid #7a1102;
  background: #f3f1f1;
}

.fullcontent {
  padding: 10px 0px 0 0px;
}

.fullcontent {
  color: #000;
  font-family: Georgia;
  font-size: 13px;
}

.content ul li {
  margin-left: 15px;
}

.notbord,
.notbord td {
  border: none !important;
  background-color: transparent !important;
}

.yesbord {
  margin: 10px 4px;
  border-collapse: collapse;
  background: white;
  border: 1px dotted #646363;
}

.yesbord td {
  padding: 2px;
  font-size: 11px;
  border: 1px dotted #646363;
}

.vote_c {
  margin: 5px 0;
}

.vote_c td {
  font-family: arial !important;
  font-size: 11px !important;
  padding: 3px 2px;
}

.vote_c tr:nth-child(odd) {
  background: #ffffff;
}

.vote_c tr:nth-child(even) {
  background: #f3f3f3;
}

.vote_ch {
  font-size: 14px;
  color: var(--ctor-accent-color);
  text-align: center;
  margin: 10px 0 0;
}

.list {
  position: relative;
  float: left;
  left: 50%;
}

.list2 {
  position: relative;
  float: left;
  right: 50%;
  padding: 4px 10px;
}

.list .n1 {
  color: #757472;
  font-size: 12px;
  display: block;
}

.list .n1 a {
  color: #757472;
}

.list .n2 {
  display: block;
  list-style: none;
  overflow: hidden;
}

.list .n2 li {
  float: left;
}

.list .n2 li a {
  display: block;
  font-size: 14px;
  color: #757472;
  padding: 4px 6px;
}

.list .n2 li.cur a {
  text-decoration: none;
  background: #3a3a3a;
}

#elpub {
  list-style: none;
  font-family: arial;
  padding: 8px;
}

#elpub li {
  margin: 10px 0;
  border-bottom: 1px dotted #535089;
  font-family: arial;
}

#elpub li a {
  color: var(--ctor-accent-color);
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

#elpub li a:hover {
  text-decoration: underline;
}

#elpub li p {
  font-family: arial;
  font-size: 11px;
  margin: 3px 0;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.dbpform {
  border: 1px solid #4177a6;
  background: #f3f1f1;
}

.dbpform .date {
  width: 80px;
}

.dbpform td {
  font-size: 13px !important;
  font-family: arial !important;
  color: black !important;
  padding: 2px;
}

.dbpform input,
.dbpform select {
  font-size: 12px !important;
  font-family: arial !important;
  border: 1px solid #4177a6;
  color: black !important;
}

.dbpform input {
  padding: 2px;
}

.dbep {
  display: none;
}

.rabs {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px !important;
  font-family: arial !important;
  color: black !important;
  cursor: pointer;
}

.marque {
  color: white;
  margin-top: 3px;
  padding: 4px 0px;
  background: var(--ctor-accent-color);
  font-size: 12px;
}

.mainnews {
  border: 2px solid red;
  padding: 5px;
  text-align: center;
}

.mainnews a {
  color: var(--ctor-accent-color);
  font-size: 15px;
}

.news_title_text h1 {
  font-size: 15px;
}

.bredcrumbs {
  font-size: 12px;
  color: var(--ctor-accent-color);
}

.bredcrumbs a {
  font-size: 12px;
  font-family: arial;
  color: var(--ctor-accent-color);
}

#midnav {
  position: absolute;
  top: 10px;
  right: 17px;
  list-style: none;
}

#midnav li.novid {
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 4px 6px 4px 28px;
  background: #fff url('/images.tpl/vid.png') no-repeat left center;
  border-radius: 10px;
  transition: .3s all;
}

#midnav li.novid:hover {
  color: #fff;
  background: #074f8e url('/images.tpl/vid.png') no-repeat left center;
}

#midnav li a {
  padding-right: 5px;
  font-weight: normal;
  display: block;
  font-size: 10px;
  color: var(--ctor-accent-color);
  text-decoration: none;
}

.nwln {
  position: absolute;
  left: 335px;
  bottom: 10px;
  width: 380px;
  height: 30px;
}

.nwlnl {
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 310px;
  padding: 5px 0 0 10px;
  overflow: hidden;
  height: 30px;
}

.rphg {
  position: absolute;
  right: 4px;
  top: 0;
}

.midth {
  position: absolute;
  right: 110px;
  top: 0;
}

.middle_link__tbl {
  display: table;
  border-spacing: 4px;
  margin: 20px -4px 10px;
}

.middle_link__row {
  display: table-row;
  list-style: none;
}

.middle_link__row li {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  background: url("/images.tpl/bottom.png") repeat-x top;
  border-top: 1px solid #c5c4c4;
  height: 45px;
  padding: 0 5px;
}

.middle_link__row a {
  font-family: Georgia;
  text-decoration: none;
  font-size: 12px;
  color: var(--ctor-accent-color);
  font-weight: bold;
}

.form__feedback {
  font-family: arial;
  font-size: 13px;
  background: #ededed;
  padding: 10px 20px;
  box-shadow: 0px 0px 3px 3px rgba(125, 125, 125, 0.43);
}

.form__feedback form {}

.form__feedback td {
  padding: 5px;
  vertical-align: top;
}

.form__feedback td.right {
  text-align: right;
}

.form__feedback input[type="text"],
.form__feedback textarea {
  padding: 4px;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 2px;
}

.form__feedback input[type="submit"] {
  padding: 4px 10px;
  cursor: pointer;
}

.cookieAcceptBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  padding: 10px;
  z-index: 99999;
  font-family: arial;
  font-size: 12px;
}

#foother .cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
}

.cookieAcceptBar .close {
  cursor: pointer;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-left-m {
  padding: 0px 8px 60px 8px;
  width: 237px;
  min-height: 70vh;
  background-color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.55) 90%, rgba(250, 250, 250, 1) 99%, rgba(218, 217, 217, 1) 100%);
}

.list-menu {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.list-menu li {
  list-style: none;
  padding: 0;
  color: #666666;
}

.list-menu li a {
  display: block;
  padding: 8px 5px 8px 10px;
  border: 1px solid var(--ctor-accent-color-light);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 90%, rgba(250, 250, 250, 1) 99%, rgba(218, 217, 217, 1) 100%);
}

.list-menu li a.active {
  text-decoration: none;
  background: linear-gradient(90deg, var(--ctor-accent-color-light) 90%, rgba(250, 250, 250, 1) 99%, rgba(218, 217, 217, 1) 100%);
}

.col-center-c {}

.content-general {
  padding: 1rem;
  color: #444444;
  line-height: 1.62;
}

.content-general h1,
.content-general h2,
.content-general h3,
.content-general h4 {
  margin: .5rem 0 1rem 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 20px;
  color: #444444;
  text-transform: uppercase;
}

.content-general li {
  margin-left: 2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.content-general p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.bttn-main2 {
  background-color: var(--ctor-accent-color);
  color: #ffffff !important;
}

.btn.bttn-main2:hover {
  background-color: var(--ctor-accent-color-dark);
  color: #ffffff !important;
}

.btn.btn-3d {
  border-bottom: 5px solid rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out 0s;
}

.btn.xround-1 {
  border-radius: 10px;
}

.btn.btn-small {
  font-size: 14px;
  padding: 7px 20px;
}

.button,
.btn {
  padding: 14px 48px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: currentcolor;
  border-color: transparent;
  border-bottom-color: transparent;
  color: #444;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

div.faq-list div.entry {
  margin-bottom: 24px;
}

div.faq-list div.entry>div.title {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .3rem;
  margin-bottom: .5rem;
}

div.faq-list div.entry>div.title svg {
  color: #999999;
}

div.faq-list div.entry .message {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
}

div.faq-list div.entry .comment {
  background-color: var(--ctor-accent-color-light);
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  /* height: calc(2.25rem + 2px); */
  padding: .375rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

form.validated .form-control:invalid {
  border: 1px solid red;
}

.paginatins {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.paginatins li {
  list-style: none;
  display: inline-block;
  padding: 3px 8px;
  margin: 0;
  background-color: #c8c8c8;
  border-radius: .225rem;
}

.paginatins li.active {
  background-color: #fff;
}