@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #fff;
  font-size: 16px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e4e96;
  line-height: 1.4;
  font-weight: 600;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

p,
li {
  line-height: 1.3;
  font-weight: 400;
  color: #000; /*#4e4e96;*/
  margin: 0;
}

p {
  margin-bottom: 20px;
}

a {
  /*-webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;*/
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

.details-content, table {
  color: #000;
}

.ptb-100 {
  padding: 25px 0;
}

.pt-100 {
  padding-top: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 10px;
}

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-- Navbar CSS --*/
.main-nav {
  background-color: #4e4e96;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.main-nav nav {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #f0b133;
}

.main-nav nav .navbar-nav .nav-item a {
  /*text-transform: capitalize;*/
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #f0b133;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #4e4e96;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fdb139;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fdb139;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #fdb139;
}

.dropdown-toggle::after {
  display: none;
}

.button-nav {
  font-weight: 500;
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  width: 50px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.center {
  text-align: center;
}

.options-icon {
  width: 22px;
  height: 22px;
}

.button-nav:hover .options-icon {
  width: 24px;
  height: 24px;
  transition: all .6s ease;
}

.options-area {
  display: flex;
  background-color: #4e4e96;
  height: 56px;
  width: 100%;
}

.options-root {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: space-between;
}

.options-items {
  display: flex;
  align-self: center;
  flex-direction: row;
}

.options-items .button-nav {
  margin-right: 5px;
}

.options-items .button-nav .btn-search {
  margin-right: 0;
}

.options-social {
  display: flex;
  align-items: center;
  align-content: center;
}

.options-social ul li a {
  border-radius: 5px;
  text-align: center;
}

.options-social ul li a img {
  height: 30px;
}

.options-social ul li {
  display: inline-block;
  margin-right: 3px;
}

.options-social ul {
  margin: 0;
  padding: 0;
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}

.input-search {
  width: 50px;
  height: 32px;
  border-style: none;
  padding: 10px 10px 10px 40px;
  outline: none;
  transition: all .5s ease-in-out;
  border-radius: 5px;
  color: #4e4e96;
  ;
}

.input-search::placeholder {
  color: #4e4e96;
}

.btn-search {
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0px;
  background-color: transparent;
  pointer-events: painted;
}

.btn-search:focus~.input-search {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

/*-- Banner CSS --*/
p#biblio {
  padding-top: 2px;
}

.banner-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../imges/banner-ny.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 50px;
  padding: 30px 0 30px 0;
  height: 272px;
}

.banner-root {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 1140px;
}

.banner-text {
  display: flex;
  flex-direction: column;
}

.logo-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.logo-header {
  width: 76px;
  height: 96px;
  margin-right: 15px;
}

.banner-text .text-container p {
  color: #4e4e96;
  text-align: left;
  font-size: 20px;
}

.banner-text p {
  color: #7484bd;
  font-weight: 700;
  font-size: 11px;
  margin: 0;
}

.banner-working {
  align-self: flex-start;
  padding-bottom: 10px;
}

.banner-working p, .footer-working p {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  text-align: start;
  color: #4e4e96;
}

.footer-working p {
  font-size: 16px;
}

.banner-working p:first-child, .banner-working p#biblio  {
  color: #f0b133;
}

/*--  Icons CSS --*/

.icons-area {
  display: flex;
  align-items: center;
}

.icons-root {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
  overflow: auto;
  width: 100%;
  border-top: 3px solid #d9d3f7;
  border-bottom: 3px solid #d9d3f7;
  padding: 5px 15px;
}

.icons-root::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.icons-root::-webkit-scrollbar-track {
  /*background-color: #7484bd;*/
}

.icons-root::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #7484bd;
  border-radius: 20px;
}

.icon-item {
  margin: 5px;
  position: relative;
}

.icon-item:hover:after {
  content:  attr(data-link);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #4e4e96;
  color: #ffffff;
  opacity: 0.7;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.icon-item:first-child {
  margin-left: 0;
}

.icon-item:last-child {
  margin-right: 0;
}

.icon-img {
  object-fit: contain;
  width: 95px;
  height: 85px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #f8f9fa;
  border: 5px solid #ffffff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
}

.icon-item:hover .icon-img {
  box-shadow: 3px 6px 1px rgba(0, 0, 0, 0.25);
}


/*-- Review CSS --*/
.review-area {
  position: relative;
  background-color: #4e4e96;
}

.banners-area {
  background-color: #dce1fa;
}

.culturerf-area {
  background-color: #ffffff;
}


.review-slider {
  position: relative;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0%;
  right: 0;
}

.review-item {
  max-height: 100px;
  object-fit: contain;
}

.owl-stage-outer {
  z-index: 500;
}

.owl-item .a {
  display: block;
}

.review-area .owl-prev {
  z-index: 600;
  width: 55px;
  height: 55px;
  border-radius: 50px !important;
  color: #fff !important;
  background-color: #b2a0da !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.review-area .owl-prev i {
  line-height: 55px !important;
}

.review-area .owl-next {
  z-index: 600;
  width: 55px;
  height: 55px;
  border-radius: 50px !important;
  color: #fff !important;
  background-color: #b2a0da !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.review-area .owl-next i {
  line-height: 55px !important;
}

.review-area .owl-theme .owl-nav {
  margin-top: 0;
  margin-bottom: -5px;
}

.review-area .review-item {
  z-index: 500;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  padding: 0 15px;
}

.review-area .review-item:hover img {
  left: 15px;
}

.review-area .review-item img {
  width: 80px !important;
  position: absolute;
  top: 32px;
  left: -35px;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
} 

.review-area .review-item p {
  margin-bottom: 0;
}

/*-- Footer CSS --*/
footer {
  background-color: #4e4e96;
}

.footer-item {
  margin-bottom: 15px;
}

.footer-item h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #f0b133 !important;
  font-size: 20px;
}

.footer-working > p:nth-child(2) {
  display: none;
}

.footer-item h3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #f0b133
}

.footer-item ul {
  margin: 0;
  padding: 0;
}

.footer-item h1 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-item ul li {
  list-style-type: none;
  display: block;
  color: #fff;
  line-height: 1.4;
}

.footer-item ul li a {
  display: block;
}

.footer-logo {
  width: 80px;
  height: 90px;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-logo h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px
}

.footer-item .footer-company ul li {
  margin-bottom: 5px;
}

.footer-item .footer-company ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-company ul li a {
  color: #fff;
}

.footer-item .footer-company ul li a:hover {
  color: #f0b133;
}

.footer-item .footer-contact ul li {
  margin-bottom: 12px;
}

.footer-item .footer-contact ul li span {
  display: inline-block;
  color: #fff;
}

.footer-working p, .footer-working p span {
  color: #fff !important;
  font-weight: normal;	
  display: block;
  margin-right: 5px;		
  line-height: 1.4;
}


.footer-item .footer-contact ul li a {
  display: inline-block;
  color: #fff;
  margin-left: 5px;
}

.footer-item .footer-contact ul li a:hover {
  color: #fdb139;
}

.footer-item .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer-item .footer-social ul li a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #242424;
  text-align: center;
}

.footer-item .footer-social ul li a img {
  height: 30px;
}

.copyright-area {
  margin-top: 70px;
  border-top: 1px solid #f5f5f529;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-text {
  font-size: 12px;
}


.copyright-area p {
  margin-bottom: 0;
  color: #fff;
}

.copyright-area p a {
  display: inline-block;
  font-weight: 600;
  color: #fdb139;
}

.copyright-area p a:hover {
  color: #fff;
}

/*-- Blog CSS --*/
.nav-tabs {
  border-bottom: 1px solid #374b67;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #374b67;
  border-color: #374b67;
}

.nav-tabs .nav-link {
  border: none;
}

.news-area {
  background-color: #dce1fa;
}

.news-button {
  border: none;
  background-color: #fff;
  padding: 12px;
  margin-top: 15px;
  max-width: 150px;
  align-self: center;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.news-button a {
  color: #4e4e96;
  line-height: 1.4;
  font-weight: 700;
}

.news-container {
  display: flex;
  flex-direction: column;
}

.blog-title {
  text-align: center;
  color: #4e4e96;
  font-size: 20px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.list-group {
  border-radius: 0;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  overflow: hidden;
}

.list-group.all-news {
  box-shadow: none;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.list-group-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #4e4e96;
}

.list-group-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}

.list-group-item h5 {
  color: #4e4e96;
}

.list-group-item small {
  color: #f0b133;
}

.exhibitions-area {
  background-color: #dce1fa;
}

.exhibitions-title {
  text-align: center;
  color: #4e4e96;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px;
}

.details-aria {
  padding: 25px 0 35px;
  background-color: #dce1fa;
  height: 100%;
}

.details-title {
  font-size: 30px;
  color: #4e4e96;
  margin-bottom: 10px;
}

.news-details {
  max-width: 800px;
}

.photo-gallery {
  color: #313437;
  background-color: #fff;
  max-width: 800px;
  margin-bottom: 15px;
}

.photo-gallery .intro {
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .item {
  padding-bottom: 10px;
  cursor: pointer;
}

.photo-gallery img {
  border-radius: 8px;
}

.details-content .news-details p {
  margin-bottom: 8px;
  line-height: 1.6;
  /*font-weight: 500;*/
}

.content span.date {
  color: #fa0;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.content-root {
  display: flex;
  flex-direction: row;
}

.details-aria .content {
  background: #fff;

  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  min-height: 300px;
  padding: 20px 25px 45px;
}

.breadcrumb {
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb a {
  font-weight: 500;
  font-size: 14px;
  color: #4e4e96;
}

.side-menu {
  visibility: hidden;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  display: none;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.list-group-link .list-group-item {
  font-weight: 500;
  color: #4e4e96;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4e4e96;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #7484bd;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.form {
  font-size: 14px;
}

.wrd {font-size: 90%; display: block; padding: 1em 4em; color: #3a4d75; background: url(/img/icons/doc.png) left center no-repeat; }
.ppt {font-size: 90%; display: block; padding: 2em 4em; color: #3a4d75; background: url(/img/icons/ppt.png) left center no-repeat; }
.pdf {font-size: 90%; display: block; padding: 1em 4em; color: #3a4d75; background: url(/img/icons/pdf.png) left center no-repeat; }
.zip {font-size: 90%; display: block; padding: 2em 4em; color: #3a4d75; background: url(/img/icons/zip.png) left center no-repeat; }
.xls {font-size: 90%; display: block; padding: 2em 4em; color: #3a4d75; background: url(/img/icons/xls.png) left center no-repeat; }
.jpg {font-size: 90%; display: block; padding: 2em 4em; color: #3a4d75; background: url(/img/icons/jpg.png) left center no-repeat; }

.button_up {
  display: inline-block;
  background-color: #b2a0da;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 85px;
  right: 20px;
  transition: background-color .3s;
  z-index: 1000;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.show_button {
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
}

.button_up:hover {
  cursor: pointer;
  opacity: 0.8;
}

.button_up i {
  display: inline-block;
  font-size: 25px;
  position: relative;
  top: 12px;
}

.button_up i:hover {
  font-size: 28px;
  top: 10px;
  transition: all .4s ease;
}

.owl-item a img{
  min-height: 320px;
}

.banners-area .owl-item a img{
  min-height: 200px;
}

.review-area h2 {
   text-align: center;
}

.review-area a {
   color: #fff;
}


.news img, .menu img {
  object-fit: cover;	
  max-width: 100%;
  /*max-height: 450px;*/
  height: auto;
  border-radius: 8px;
}

img.w-75 {
  max-width: 75%;
  padding: 10px;
}

img.w-50 {
  max-width: 50%;
  padding: 10px;
}

img.w-30 {
  max-width: 33%;
  padding: 10px;	
}

img.w-20 {
  max-width: 20%;
  padding: 10px;
}


#department {
  height: 750px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(/img/otdel/bg.png) no-repeat center 20px;
}
#department .otdel {
  display: inline;
  float: left;
  margin: 11px 7px;
  width: 120px;
  height: 140px;
}
#department .otdel-140 {width: 140px;}
#department .otdel-182 {width: 182px;}
#department .otdel a {display: block;}
#department .pref_3 {padding-left: 268px;}
#department .suf_3 {padding-right: 268px;}
#department .pref_4 {padding-left: 328px;}
#department .suf_4 {padding-right: 328px;}
#department .pref_5 {padding-left: 328px;}
#department .suf_5 {padding-right: 311px;}
#department .pref_394 {padding-left: 394px;}
#department .suf_394 {padding-right: 394px;}
#department .pref_336 {padding-left: 336px;}
#department .suf_336 {padding-right: 336px;}
#department .pref_134 {padding-left: 134px;}

#department.deps-21 {
	margin: 0 -10px; 
	width: 950px;     
	min-height: .01%;
	overflow-x: auto;
}
#department.deps-21 .pref_5 {padding-left: 310px; padding-right: 140px;}
#department.deps-21 .suf_5 {padding-right: 411px;}
#department.deps-21 .otdel {width: 120px;}
#department.deps-21 .otdel-3 {width: 118px; margin: 12px 0px;}

legend {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  background-color: #4e4e96;
  padding: 5px 10px 5px 10px;
}

#clnd {
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px; 
  border-radius: 5px;
} 

#clnd thead {
  border-radius: 5px;
}

#clnd thead td {
  background: #4e4e96;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 13px;
  padding-bottom: 0;
  padding-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

#clnd thead td a {
  font-weight: bold;
  text-decoration: none;
  color: #fff; 	
}

#clnd tr {
  margin: 0 10px;
}

#clnd td {
  text-align: center;
  width: 22px;
  padding: 5px;
  font-size: 14px;
}

#clnd td a {
  color: #4e4e96;
}

#clnd tr.day td {
  color: #090;
}

#clnd h5 {
  width: 180px;
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
  color: #fff;
}

#clnd .current {
  color: #f00;
}

#clnd .today {
  background-color: #bad6ef;
  border-radius: 25px;
}

.calendar {

}

select.nav {
  float: left;
  padding: 3px;
  font-size: 13px;
}

#txt-newsrch {
  font-size: 12px;	
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}


table td {vertical-align: top;}

.details-content table {
  background: white;
  /*margin-bottom: 1.25em;*/
/*border: solid 1px #dddddd;*/
}

.details-content table thead tr th, .details-content table tfoot tr th, .details-content table tbody tr td, .details-content table tr td, .details-content table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}
.details-content table tr th {
  padding: 0.5625em 0.625em;
  font-size: 1em;
  background: #4e4e96;
  color: #fff;
  font-weight: bold;
}

.details-content table tr td {
  padding: 0.3625em 0.525em;
  font-size: 1em;
  color: #222;
}

.details-content table tr.even, .details-content table tr.alt, .details-content table tr:nth-of-type(even) {
  background: #f0f7fc;
}

.details-content table tr td.title {
  background: #b22222;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.guest table tr.even, .guest table tr:nth-of-type(even) {
  background: #fff;
}


.options-area {top: 257px;}
.top-banner-exists #header-main .eye {top: 85px;}
.top-banner-exists #header-main .map {top: 82px;}
.top-banner-exists #header-main .top1 {top: 160px;}
.top-banner-exists #header-main .top2 {top: 155px;}
.top-banner-exists #header-main .top3 {top: 410px;}
.top-banner-exists #header-main .top4 {top: 390px;}
.top-banner-exists #header-main .top5 {top: 125px;}
.top-banner-exists #header-main .top6 {top: 132px;}
.top-banner-exists #header-main .top7 {top: 118px;}
.top-banner-exists #header-main .top9 {top: 548px;}
.top-banner-exists #header-main .top10 {top: 110px;}
.top-banner-exists #header-main .top11 {top: 110px;}
.top-banner-exists #header-main .top-search {top: 490px;}
.top-banner-exists .uchr p {top: 210px;}
.top-banner-exists #header-main .best {top: 400px;}

.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:-7px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:180px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#00546a;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}

.pagination {
	margin-top: 20px;
}

#top-banner {
  z-index: 10001;
  top: 15px;
  right: 20px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.eipsk-widget__top-bar {
	position: relative;
	padding-top: 10px;
}

.bar-announcement {
	background-color: #4e4e96;
}

.widget-close, .widget-close__dark {
	background-color: #b2a0da;
}

.bar__top {
	padding-bottom: 0;
}

div.news-details iframe {
	width: 100% !important;
}


