@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');
body,td
{
  font-family: verdana,arial,helvetica,tahoma;
  color: #000;
  font-size: 10pt 
}

.social_media {
border: solid 1px white;
border-radius: 50%;
transition: all 0.5s ease;
background: rgba(84,105,170,.2);
font-size: 16px;
height: 36px;
width: 36px;
display: table-cell;
text-align: center;
vertical-align: middle;
}

.social_media .fa {
transition: all 0.5s ease;
color: white;
}

.social_media:hover {
background: rgba(255,255,255,.99);
}

.social_media:hover .fa {
color: rgb(84,105,170);
}

.book {
  width: 200px;
  height: 300px;
  background-position: center center;
  border-radius: 7px;
  margin: 7px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  }
.about_book {
  opacity: 0;
  transition: all 0.3s ease;
  height: 100%;
  max-height: 270px;
  }
.about_book::-webkit-scrollbar {
  width: 10px;
  background-color: #FFF;
}
.about_book::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgb(84,105,170);
  border: solid 3px #FFF;
}
.about_book::-webkit-scrollbar-thumb:hover {
  background-color: rgba(84,105,170,.5);
}
.book:hover {
  transform: scale(1.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
  z-index: 99;
  border-radius: 5px;
  }
.book:hover .about_book {
  opacity: .99;
  }
.about_book p {
  color: black;
  font-size: 11px;
  }
.about_book h3 {
  font-size: 12px;
  }
.about_book strong {
  color: #fb900b;
  }
.noimg img{
 display:none;
}
.fa { color: rgb(84,105,170); }
a,a:visited
{
  text-decoration: none;
  color: #445C98;
}
a:hover
{
  text-decoration: underline;
  color: #8498d9;
}
a:active
{
  text-decoration: underline;
  color: #AAAAAA;
}
.menu:visited
{
  text-decoration: none;
  color: #FFC000;
  font-size: 11pt
}
.menu:hover
{
  text-decoration: none;
  color: #969696;
  font-size: 11pt
}
.menu:active
{
  text-decoration: none;
  color: #fff;
  font-size: 11pt
}

h1
{
  text-decoration: none;
  color: #445C98;
  font-style: normal;
  font-weight: normal;
  font-family: tahoma;
  font-size: 19pt;
  
}
h2
{
  text-decoration: none;
  color: #445C98;
  font-style: normal;
  font-weight: normal;
  font-family: tahoma;
  font-size: 14pt;
  
}
h3 {
  text-decoration: none;
  color: #445C98;
  font-style: normal;
  font-family: tahoma;
  font-size:12pt;
}

.brd
{border:solid #99A7D1 4px}

.date {
  font-size:8pt;
  margin-bottom:10px;
  color: rgba(0,0,0,.7);
}

.news {

}
iframe {
  border-radius: 7px;
}
.plate img[src*="thumbs"] {
  width:100px;
  height: auto;
}
.plate img {
  padding: 0px;
  margin: 0 15px 7px 0;
  border:solid 3px white;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.platef img[src*="thumbs"] {
  height:75px;
  padding: 0px;
  margin-right: 7px;
  max-width: 100px;
  object-fit: scale-down;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.platef img {
  margin: 0 15px 7px 0;
  border:solid 3px white;
  border-radius: 7px;
  /*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.contest {
  width:220px;
  float:left;
  background: url(/images/kon1.png) left top no-repeat;
}
.menu_item ul li:last-child a {
  border-radius: 0 0 7px 7px;
  }
.menu_item {
  z-index: 10;
  position:absolute;
  left:0px;
  top:0px;
  width:158px;
}
/*.menu_link:link, .menu_link:visited {
  display:block;
  width:159px;
  padding:10px;
  text-decoration:none;
  background: #D6D6D6;
  border-top:1px solid #ECECEC;
  border-bottom:1px solid #939393;
}
.menu_link:hover {
  display:block;
  width:159px;
  padding:10px;
  text-decoration:none;
  background: #3B64AA;
  color: #fff;
  border-top:1px solid #ECECEC;
  border-bottom:1px solid #939393;
}*/
.menu_link:link, .menu_link:visited {
  display:block;
  width:158px;
  padding:10px;
  text-decoration:none;
  color: #fff;
  background: rgba(84,105,170,.97);
  border-top:1px solid #9CB5DE;
  border-bottom:1px solid #5166A5;
  border-left:1px solid #5166A5;
  border-right:1px solid #5166A5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_link:after {
  content: '\276F';
  position: absolute;
  opacity: 0;
  top: 10px;
  left: 0;
  color: rgba(84,105,170,.97);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_link:hover {
  display:block;
  width:158px;
  padding:10px 10px 10px 27px;
  text-decoration:none;
  border:1px solid #9CB5DE;
  background: rgba(255,255,255,.97);
  color: #5166A5;
  -webkit-box-shadow: -4px 4px 5px -2px rgba(0,0,0,.1);
  -moz-box-shadow: -4px 4px 5px -2px rgba(0,0,0,.1);
  box-shadow: -4px 4px 5px -2px rgba(0,0,0,.1);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.menu_link:hover:after {
  opacity: 1;
  left: 12px;
}
.lbanner img {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lbanner img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
}
.news_fixed {
  position: absolute;
  top: 17px;
  right: 17px;
}
.news_fixed:before {
  content: "\f08d";
  font-family: "Fontawesome";
  color: rgb(84,105,170);
  font-size: 14px;
}
.view_counter {
  width: auto;
  height: 24px;
  border-radius: 7px;
  position: absolute;
  bottom: 15px;
  right: 147px;
  background: #FFF;
  color: rgb(84,105,170);
  text-decoration:none;
  padding: 8px 8px 0 28px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.view_counter:before {
  content:"\f06e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 9px;
  left: 10px;
  color: rgb(84,105,170);
  font-size: 12px;
}
.learn_more {
  width: 97px;
  height: 24px;
  border-radius: 7px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: linear-gradient(to right,transparent,transparent 50%,rgb(84,105,170) 50%,rgb(84,105,170));
  background-position: 0 0;
 background-size: 200% 100%;
  color: rgb(84,105,170);
  text-decoration:none;
  padding: 8px 0 0 20px;
  /*border:1px solid rgb(84,105,170);*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  
}
.learn_more:hover {
  background-position: 100% 0;
  padding: 8px 0 0 14px;
  width: 103px;
  color: #fff;
}
.learn_more:after {
  content: '\276F';
  position: absolute;
  opacity: 0;
  top: 8px;
  right: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.learn_more:hover:after {
  opacity: 1;
  right: 12px;
}
.to_main {
  cursor: pointer;
  width: 78px;
  height: 24px;
  border-radius: 7px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: linear-gradient(to left,transparent,transparent 50%,rgb(84,105,170) 50%,rgb(84,105,170));
  background-position: 100% 0;
 background-size: 200% 100%;
  color: rgb(84,105,170);
  text-decoration:none;
  padding: 8px 0 0 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.to_main:hover {
  background-position: 0 0;
  padding: 8px 0 0 41px;
  width: 72px;
  color: #fff;
}
.to_main:before {
  content: '\276E';
  position: absolute;
  opacity: 0;
  top: 8px;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.to_main:hover:before {
  opacity: 1;
  left: 10px;
}
.platef {
  background: #FFF;
  margin: -10px -10px 25px -10px;
  padding: 15px 15px 0 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  position:relative;
}
.plate {
  background: #FFF;
  margin: -10px -10px 25px -10px;
  padding: 15px 15px 0 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position:relative;
}
.plate:hover {
  background: #FFF;
  margin: -10px -10px 25px -10px;
  padding: 15px 15px 0 15px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.plate_a {
  background-position: center center;
  border: solid 1px #FFF;
  }
.plate_a:hover {
  background-position: center 35%;
  border: solid 1px rgb(187,196,225);
  }
.submenu_cont {
  position:relative;
}
.submenu_item {
  z-index: 10;
  width:179px;
  font-size:8pt;
}
.submenu_link:link, .submenu_link:visited {
  display:block;
  width:149px;
  padding:10px;
  padding-left:20px;
  background: #ECECEC;
  text-decoration:none;
  border-bottom:1px solid #BDBDBD;
  border-top:1px solid #ffffff;
}
.submenu_link:hover {
  display:block;
  width:149px;
  padding:10px;
  padding-left:20px;
  text-decoration:none;
  background: #8B9AC1;
  color: #fff;
  border-bottom:1px solid #BDBDBD;
  border-top:1px solid #ffffff;
}
.podv {
  color:silver;
  font-size:8pt;
}
.informer {
  padding-top: 13px;
  margin-bottom: 15px;
  border-top: 1px solid silver;
  font-size:8pt;
}
.informer a {
  color: #636363;
}
.discript {
  text-align:justify;
}
/* navigation */
#nav, #nav ul {
  padding:0;
  margin:0;
  list-style:none;
}
#nav li div {
  width:245px;
}
.topWindow {
  position: fixed;
  top: -240px;
  z-index:100;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
  width: 905px;
}
.logotype p, .logotype img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logotype p {
  padding-left: 20px;
  border-left:1px solid rgba(255,255,255,.2);
}
.logotype:hover img {
  opacity: 0.7;
}
.logotype:hover p {
  padding-left: 25px;
  opacity: 0.7;
  border-left:4px solid rgba(255,255,255,.2);
}
#rightcolumn img {
  width: 184px;
  border-radius: 7px;
}
#rightcolumn p {
  text-align: left !important;
}
.informer {
  width: 184px;
}
.hover .menu_p {
  color: #445C98;
}
.menu_p {
  color: #FFF;
  max-width: 180px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover .menu_white{
  background: #FFF;
}
.menu_white {
  color: #445C98;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 7px 7px 0 0;
}
.title_spoiler img {
  min-width: 9px;
  min-height: 9px;
}
#to_top {
  cursor: pointer;
  opacity: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50px;
  bottom: -50px;
  color: #fff;
  background: rgb(84,105,170);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 98;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#to_top:hover {
  background: rgb(107,135,191);
}
#to_top:before {
  content: "\f062";
  font-family: "Fontawesome";
  color: inherit;
  font-size: 18px;
  position: absolute;
  left: 17px;
  bottom: 17px;
}
#add_fav {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50px;
  bottom: 50px;
  color: #fff;
  background: rgb(84,105,170);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 97;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#add_fav:hover {
  background: rgb(107,135,191);
}
#add_fav:before {
  content: "\f005";
  font-family: "Fontawesome";
  color: inherit;
  font-size: 18px;
  position: absolute;
  left: 17px;
  bottom: 17px;
}

/*версия для слабовидящих*/
@font-face{
  font-family:'simple-line-icons';
  font-weight:normal;
  font-style:normal
  }
html{
  font-size:100%
  }
.special body{
  margin-top:64px;min-width:300px
  }
#special a{
  font-size:1rem !important
  }
.avtor{
  width:100%;text-align:center;
  }
.special-settings i,.special-quit i,.special-images i,.special-audio i,i.special-audio{
  font-family:'simple-line-icons' !important;
  cursor:pointer;
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
  }
.special-audio i:before{
  content:"\f028";
  font-family: "Font Awesome 5 Free"
  }
.special-settings i:before{
  content:"\f0ad";
  font-family: "Font Awesome 5 Free"
  }
.special-quit i:before{
  content:"\f2a8";
  font-family: "Font Awesome 5 Free"
  }
.special-images button[value='0'] i:before{
  content:"\f00d";
  font-family: "Font Awesome 5 Free"
  }
.special-images button[value='1'] i:before{
  content:"\f03e";
  font-family: "Font Awesome 5 Free"
  }
marquee{
  display:none !important
  }
#special{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  right:0;
  text-align:center;
  padding:8px 0;
  border-bottom:1px solid gray;
  z-index:999999;
  cursor:default;
  line-height:1em !important
  }
#special *{
  font-size:0 !important;
  }
#special{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
  }
#special i{
  font-style:normal;
  font-weight:bold;
  line-height:30px !important;
  color:inherit !important;
  background:inherit !important;
  font-size:inherit !important
  }
#special .special-panel div{
  margin:0;
  padding:0;
  display:inline-block;
  margin-left:16px;
  margin-bottom:5px
  }
#special span,#special em{
  font-size:16px !important;
  vertical-align:middle
  }
#special button{
  margin:0 2px;
  border:2px solid;
  border-color:inherit;
  border-radius:7px;
  min-width:36px;
  text-align:center;
  padding:5px;
  line-height:normal;
  text-decoration:none;
  vertical-align:middle;
  overflow:hidden;
  box-sizing:border-box;
  text-align:center;
  cursor:pointer;
  outline:0;
  height:auto;
  text-transform:none;
  font-size:20px !important;
  color:inherit;
  background:inherit
  }
#special .special-panel button{
  height:36px;
  line-height:32px !important;
  padding:0
  }
#special,#special .active{
  border-bottom-width:5px  
  }
#special-settings-body{
  display:none;
  padding:0 1em;
  text-align:left
  }
#special-settings-body>div{
  margin:15px 15px 0
  }
#special-settings-body button{
  margin-bottom:5px
  }
.special-reset,.special-settings-close{
  display:inline-block
  }
.special-settings-close{
  float:right
  }
.special-line-height-1 *,#special .special-line-height button[value='1']{
  line-height:normal !important
  }
.special-line-height-2 *,#special .special-line-height button[value='2']{
  line-height:1.5 !important
  }
.special-line-height-3 *,#special .special-line-height button[value='3']{
  line-height:2 !important
  }
.special-font-size-1 *,#special .special-font-size button[value='1']{
  font-size:1rem !important
  }
.special-font-size-2 *,#special .special-font-size button[value='2']{
  font-size:1.5rem !important
  }
.special-font-size-2 .menu_p {
  top: 250px !important;
  }
.special-font-size-3 *,#special .special-font-size button[value='3']{
  font-size:2rem !important
  }
.special-font-size-3 .menu_p {
  top: 200px !important;
  }
.special-font-family-1 *,#special .special-font-family button[value='1']{
  font-family:Arial,sans-serif !important;
  transform: none !important;
  }
.special-font-family-2 *,#special .special-font-family button[value='2']{
  font-family:Times,sans !important;
  transform: none !important;
  }
.special-font-family-1 .menu_link, .special-font-family-1 .learn_more, .special-font-family-2 .menu_link, .special-font-family-2 .learn_more {
  width: auto !important;
  padding: 10px !important;
  }
.special-font-family-1 .menu_item:hover, .special-font-family-2 .menu_item:hover, .special-font-family-1 a:hover~.menu_item, .special-font-family-2 a:hover~.menu_item {
  height: auto !important
  }
.special-font-family-1 .menu_link:after, .special-font-family-1 .learn_more:after, .special-font-family-2 .menu_link:after, .special-font-family-2 .learn_more:after {
  content: "" !important
  }
.special-font-family-1 .topWindow, .special-font-family-2 .topWindow {
  position:relative !important;
  }
.special-font-family-1 .view_counter, .special-font-family-2 .view_counter, .special-font-family-1 .news_fixed, .special-font-family-2 .news_fixed {
  visibility:hidden !important;
  }
.special-color-1 *,#special .special-color button[value='1']{
  color:#000 !important;
  background:#FFF !important;
  border-color:#000 !important;
  box-shadow: none !important;
  transition: all 0s !important;
  }
.special-color-2 *,#special .special-color button[value='2']{
  color:#FFF !important;
  background:#000 !important;
  border-color:#FFF !important;
  box-shadow: none !important;
  transition: all 0s !important;
  }
.special-color-3 *,#special .special-color button[value='3']{
  color:#063462 !important;
  background:#9dd1ff !important;
  border-color:#063462 !important;
  box-shadow: none !important;
  transition: all 0s !important;
  }
.special-color-4 *,#special .special-color button[value='4']{
  color:#59422e !important;
  background:#f7f3d6 !important;
  border-color:#59422e !important;
  box-shadow: none !important;
  transition: all 0s !important;
  }
.special-color-5 *,#special .special-color button[value='5']{
  color:#a9dd38 !important;
  background:#3b2716 !important;
  border-color:#a9dd38 !important;
  box-shadow: none !important;
  transition: all 0s !important;
  }
.special-letter-spacing-1 *,#special .special-letter-spacing button[value='1']{
  letter-spacing:normal !important
  }
.special-letter-spacing-2 *,#special .special-letter-spacing button[value='2']{
  letter-spacing:2px !important
  }
.special-letter-spacing-3 *,#special .special-letter-spacing button[value='3']{
  letter-spacing:4px !important
  }
@media(max-width:970px){#special .special-panel span{display:none}}
@media(max-width:513px){.special body{margin-top:104px}}

/*уведомление о кукисах*/

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  z-index:101;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: #000;
}
.cookie_accept{
  padding: 8px 20px;
  border: none;
  border-radius: 7px;
  color: #fff;
  background: rgb(84,105,170);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cookie_accept:hover{
  background: rgb(107,135,191);
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}

/*аккордеон (выпадающее меню) для полнотекстовых баз*/
.acor-container {
  margin: 20px 0;
}
.acor-container .acor-body {
  width: 100%;
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgb(255,255,255);
  line-height: 18px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: color .5s, padding .5s;
  overflow: hidden;
  font-family: Verdana, sans-serif; 
  font-size: 10pt;
}
.acor-container .acor-body p {
  margin: 0 0 10px;
}
.acor-container label {
  cursor: pointer;
  background-color: rgb(255,255,255);
  display: block;
  padding: 10px 15px;
  width: 100%;
  color: rgb(0,0,0);
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-family: Verdana, sans-serif;   
  font-size: 10pt;
  margin: 0 0 5px;
  transition: color .5s, background-color .5s;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  text-align: left;
}
.acor-container label:hover {
    color: rgb(84,105,170);
  padding: 9px 14px;
  border: 1px solid rgba(84,105,170,.7);
}
.acor-container input{
  display: none;
}
.acor-container label:before {
  transition: transform .5s;
  content: '\276F';
  float: right;
}
.acor-container input:checked + label {
  background-color: rgb(84,105,170);
    color: #FFF;
}
.acor-container input:checked + label:before {
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
  height: auto;
  color: #000;
  padding: 10px 15px 10px;
}
/*календарь*/
#calendar-layer {
  width: 184px;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/*независимая оценка*/
#QR_grade {
  width: 184px;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8em;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/*мобильные элементы*/
#mobile_head {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 100;
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  font-family: tahoma;
  background-attachment: fixed;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
#mobile_head a { color: #FFF }

#m-menu-container {
    margin: 0;
  background-color: rgb(84,105,170);
  width: 90%;
  height: calc(100% - 60px);
  position: fixed;
  background-attachment: fixed;
  top: 60px;
  left: -90%;
  z-index: 99;
    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.1);
  box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}
#m-menu-container .m-menu-body {
  width: auto;
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  /*background-color: transparent;*/
  line-height: 18px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: color .5s, padding .5s;
  overflow: hidden;
  font-family: Verdana, sans-serif; 
  font-size: 10pt;
}
#m-menu-container .m-menu-body p a {
    margin: 0 0 10px;
  color: #FFF;
  line-height: 1.8;
}
#m-menu-container label {
  color: #FFF;
  background-color: transparent;
  display: block;
  padding: 10px 15px;
  width: 100%;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-family: Verdana, sans-serif;   
  font-size: 10pt;
  margin: 0 0 5px;
  border-top: 1px solid rgba(255,255,255,.3);
  transition: color .5s, background-color .5s;
}
#m-menu-container input{
    display: none;
}
#m-menu-container label:before {
    content: '\276F';
  transition: transform .35s;
    float: right;
}
#m-menu-container input:checked + label {
    color: rgb(84,105,170);
  background-color: #FFF;
}
#m-menu-container input:checked + label:before {
    transform: rotate(90deg);
}
#m-menu-container input:checked + label + .m-menu-body {
    height: auto;
    margin-top: -5px;
    color: #FFF;
    padding: 10px 15px 10px;
}

#m-menu-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
#m-menu-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
#m-menu-checkbox + label::before {
  font-family: "Fontawesome";
  position: absolute;
  top: 22px;
  left: 22px;
  color: #fff;
}
#m-menu-checkbox:not(:checked) + label::before {
  content:"\f0c9";
}
#m-menu-checkbox:checked + label::before {
  content:"\f00d";
}

#m-banners-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
#m-banners-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
#m-banners-checkbox + label::before {
  font-family: "Fontawesome";
  position: absolute;
  top: 22px;
  right: 22px;
  color: #fff;
}
#m-banners-checkbox:not(:checked) + label::before {
  content:"\f009";
}
#m-banners-checkbox:checked + label::before {
  content:"\f015";
}
/*#mobile_head:after {
  content:"\f009";
  font-family: "Fontawesome";
  position: absolute;
  top: 22px;
  right: 22px;
  color: #fff;
}*/

/* full version */
@media (min-width: 769px) {
#mobile_head, #m-menu-container{
  display: none;
  }
}
/* mobile */
@media (max-width: 768px) {
.full_ver, #rightcolumn, #objToStick, #to_top, #add_fav, #calendar-layer {
  display: none;
  }
#rightcolumn{
  position: absolute;
  top: 28px;
  right: 0;
  padding-left: 18px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
  z-index: 10;
  }
#leftcolumn{
  width: 100%;
  position: relative;
  top: 60px;
  }
img{
  max-width: calc(100% - 8px);
  height: auto;
  }
img[width="200"] {
  width: 100px;
}
iframe{
  max-width: calc(100%);
  height: 200px;
  }
.afisha {display: grid; border-right: none !important;}
.afisha * {position: static !important;}
.afisha:first-child {grid-area: 1; padding-bottom: 15px !important;}
.afisha:last-child {grid-area: 2; border-top: 1px solid rgba(84,105,170,.7); padding-top: 15px !important; width: calc(100% - 25px) !important}
}
