body {
  font-size: 14px;
  position: relative;
  line-height: 1.75;
  overflow-x: hidden;
  opacity: 1;
}
body h1 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
body h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
body h3 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
body #top_menu {
  background: black;
  height: 14px;
  vertical-align: middle;
}
body #top_menu .old_site {
  line-height: 1.2em;
  font-size: 11px;
  text-align: center;
  color: #d5e1ee;
}
body #top_menu .old_site a {
  color: #d5e1ee;
  text-decoration: underline;
}
body #top_menu #profile {
  position: absolute;
  right: 5px;
}
body #top_menu #profile a {
  margin-right: 20px;
}
body #top_menu #log_out {
  position: absolute;
  right: 5px;
}
body #top_menu #log_out img {
  width: 15px;
}
body #top_menu a:hover {
  background: none;
  opacity: 1;
}
body #top_menu .navbar-nav {
  margin: 0px -15px;
}
body #top_menu .navbar-nav li {
  vertical-align: middle;
}
body #top_menu .navbar-nav li a {
  padding-top: 0;
  padding-bottom: 0;
}
body #top_menu .navbar-nav li a .glyphicon {
  line-height: inherit;
  padding-left: 2px;
  font-size: 8px;
}
body #top_menu .nav .open a:focus {
  background: none;
}
body #top_menu .nav li a:focus {
  background: none;
}
body #top_menu .nav .youtube-ic, body #top_menu .nav .change-vision {
  bottom: -2px;
}
body #header_center {
  position: relative;
  padding: 10px 0 10px 0;
}
body #header_center #logo .logo_img {
  width: 74px;
  float: left;
}
body #header_center #logo .logo_img a {
  color: #333;
  outline: 0;
  text-decoration: none;
}
body #header_center #logo .logo_img a img {
  width: 71px;
  height: auto;
}
body #header_center #logo .logo_img a .logo_img_ukr {
  width: auto;
  height: 78px;
}
body #header_center #logo .logo_text {
  float: left;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 10px;
}
body #header_center #logo .logo_text .uppercase_text a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
body #header_center #logo .logo_text .small_text a {
  font-size: 15px;
  text-transform: lowercase;
  text-decoration: none;
  color: #000;
}
body #header_center #search .input-group {
  margin-bottom: 10px;
}
body #header_center #search .input-group .form-control {
  border: 1px solid #000;
}
body #header_center #search .input-group .form-control:focus {
  outline: #1a1a1a solid 2px;
  z-index: 3;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
body #header_center #search input::placeholder {
  color: #000000;
  font-size: 10px;
  text-transform: capitalize;
}
body #header_center #search .input-group-btn .btn {
  border-color: #000;
  line-height: 1.43;
}
body #header_center #search .input-group-btn .btn:focus {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  outline: #1a1a1a solid 2px;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
body #header_center #search .change-vision {
  text-align: right;
}
body #header_center #search .change-vision a {
  color: #000;
  text-decoration: none;
}
body #header_center .wrapper_links ul li {
  list-style: none;
  margin-bottom: 10px;
}
body #slider {
  padding-top: 40px;
}
body #slider .carousel .item #hook {
  padding-left: 0px;
}
body #slider .carousel .item #hook .slider_img {
  position: relative;
}
body #slider .carousel .item #hook .slider_img img {
  width: 100%;
  display: block;
}
body #slider .carousel .item #hook .slider_img:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_slider.png) repeat-x 0 100%;
  opacity: 0.6;
}
body #slider .carousel .item .main_slider_caption {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px 30px;
}
body #slider .carousel .item .main_slider_caption h2 {
  margin-top: 10px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
body #slider .carousel .item .main_slider_caption h2 a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 2px;
}
body #slider .carousel .item .main_slider_caption h2 a:hover {
  text-decoration: none;
}
body #slider .carousel .item .main_slider_caption .date {
  color: #ffffff;
  font-weight: 600;
}
body #slider .carousel .item .main_slider_caption .topic {
  display: block;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
body #slider .carousel .item .main_slider_text .topic {
  display: inline-block;
  text-align: left;
}
body #slider .carousel .item .main_slider_text .date {
  display: block;
  text-align: right;
}
body #slider .carousel .item .main_slider_text .text_news a {
  color: black;
  text-decoration: none;
}
body #slider .carousel-indicators {
  bottom: -47px;
}
body #slider .carousel-indicators li {
  border: 1px solid #000;
}
body #slider .carousel-indicators .active {
  background: #000;
}
body #slider .video_block iframe {
  width: 100%;
}
body #slider .video_block a {
  display: block;
  width: 100%;
  height: 100%;
}
body #slider .video_block a img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
body #slider .video_block .video_block_title {
  position: absolute;
  z-index: 100;
  padding: 10px 0px;
  bottom: 10px;
  left: 15px;
  right: 15px;
  background: black;
  opacity: 0.6;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
body #slider .video_block .topic {
  background: #000;
  text-align: center;
}
body #slider .video_block .topic a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
body .mega-dropdown-menu .dropdown-toggle::after {
  content: "";
  display: inline-block;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
body #mega_menu {
  background: #000;
}
body #mega_menu .navbar-default {
  margin-bottom: 0px;
  background-color: #000;
  border: none;
  width: fit-content;
}
body #mega_menu .navbar-default a:focus {
  outline: #1a1a1a solid 3px;
}
body #mega_menu .mega-dropdown-menu li ul li {
  padding: 5px 15px 5px 25px;
}
body #mega_menu .mega-dropdown-menu li ul li a {
  padding: 3px 29px;
  font-size: 1.21rem;
  color: rgba(0, 0, 0, 0.87);
}
body #mega_menu .mega-dropdown-menu li ul li:hover a {
  color: #000;
  transition: 0.5s;
  background: transparent;
}
body #mega_menu .mega-dropdown-menu li ul .show_item_more {
  display: none;
}
body #mega_menu .mega-dropdown-menu li ul .show_this {
  display: block;
}
body #mega_menu .mega-dropdown-menu li ul .more_item {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: #999;
}
body #mega_menu .mega-dropdown-menu li ul .more_hide {
  display: none;
}
body #mega_menu .mega-dropdown-menu:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1000%;
  left: 100%;
}
body #mega_menu .mega-dropdown-menu:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1000%;
  right: 100%;
}
body #mega_menu .mega_menu_link {
  width: auto;
}
body #mega_menu .mega_menu_link a[role=top_link] {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  background: #000;
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body #mega_menu .mega_menu_link a[role=top_link] .glyphicon {
  line-height: inherit;
  padding-left: 4px;
  font-size: 9px;
}
body #mega_menu .mega_menu_link a[role=top_link] img {
  width: 1.6rem;
}
body #mega_menu .mega_menu_link a[data-toggle=dropdown]:hover {
  color: #acacac;
}
body #mega_menu .mega_menu_link a:focus {
  color: #000;
  background: #e7e7e7;
}
body #mega_menu .dropdown-menu {
  top: 98%;
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}
body #mega_menu .dropdown-menu .carousel img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}
body #mega_menu .dropdown-menu .dropdown-header {
  white-space: inherit;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 13px;
}
body #mega_menu .dropdown-menu .dropdown-header a {
  color: rgba(0, 0, 0, 0.87);
  padding-left: 0;
}
body #mega_menu .dropdown-menu .dropdown-header:hover {
  color: #000;
  transition: 0.5s;
}
body #mega_menu .dropdown-menu .dropdown-header:hover a {
  color: #000;
  transition: 0.5s;
  background-color: transparent;
}
body #mega_menu .dropdown-menu .dropdown-submenu {
  font-size: 11px;
  padding-left: 9px;
}
body #mega_menu .dropdown-menu .dropdown-submenu a:hover {
  background-color: transparent;
}
body #mega_menu #logo_menu img {
  position: absolute;
  top: -3px;
  left: -21px;
  width: 51px;
  display: block;
  z-index: 17;
  display: block;
}
body .fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  transition: top 5s;
  z-index: 16;
  margin-right: 0px;
  margin-left: 0px;
}
body #section_1 {
  padding-bottom: 40px;
}
body #section_1 .box_wrapper {
  margin-top: 30px;
}
body #section_1 .box_wrapper #center_box .breadcrumbs {
  padding: 5px 0 10px 0;
}
body #section_1 .box_wrapper #center_box .breadcrumbs ul {
  list-style-type: none;
  padding-left: 0px;
}
body #section_1 .box_wrapper #center_box .breadcrumbs ul li {
  display: inline-block;
  margin: 0 3px;
}
body #section_1 .box_wrapper #center_box .breadcrumbs ul li a {
  border-bottom: 1px solid transparent;
  color: #333;
  outline: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}
body #section_1 .box_wrapper #center_box .breadcrumbs ul li i {
  font-size: 10px;
  color: #000;
}
body #section_1 .box_wrapper #center_box .breadcrumbs ul li a:focus {
  border-bottom: 3px solid #1a1a1a;
}
body #section_1 .box_wrapper #center_box .topic {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-align: center;
}
body #section_1 .box_wrapper #center_box .topic a {
  text-decoration: none;
  color: #000;
}
body #section_1 .box_wrapper #center_box .item_news header {
  display: table;
}
body #section_1 .box_wrapper #center_box .item_news header .item_name {
  display: block;
  margin-bottom: -2px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
}
body #section_1 .box_wrapper #center_box .item_news header .item_name a {
  text-decoration: none;
  color: #000;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news a {
  color: #435050;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news ul {
  list-style-type: disc;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news ol {
  list-style-type: decimal;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news table td, body #section_1 .box_wrapper #center_box .item_news header .text_news table th {
  border: 1px solid #435050;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news p a, body #section_1 .box_wrapper #center_box .item_news header .text_news div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news p a:hover, body #section_1 .box_wrapper #center_box .item_news header .text_news div a:hover {
  color: black;
}
body #section_1 .box_wrapper #center_box .item_news header .text_news h3 {
  font-size: 18px;
}
body #section_1 .box_wrapper #center_box .item_news .map_site .list-group .ul_level2 {
  margin-left: 40px;
}
body #section_1 .box_wrapper #center_box .item_news .map_site .list-group .ul_level3 {
  margin-left: 40px;
  list-style-type: square;
}
body #section_1 .box_wrapper #center_box .item_news .map_site .list-group-item {
  border: none;
}
body #section_1 .box_wrapper #center_box .item_news .map_site h3 {
  font-weight: 600;
}
body #section_1 .box_wrapper #center_box .item_news img {
  width: 100%;
  max-width: 170px;
  float: left;
  height: auto;
}
body #section_1 .box_wrapper #center_box .item_news .pipe {
  border-style: solid;
  border-width: 1px 0;
  border-color: #d9d9d9;
  padding: 10px 0 10px 0;
  margin: 20px 0 15px 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body #section_1 .box_wrapper #center_box .item_news .date_news, body #section_1 .box_wrapper #center_box .item_news .view, body #section_1 .box_wrapper #center_box .item_news .rating, body #section_1 .box_wrapper #center_box .item_news .comment, body #section_1 .box_wrapper #center_box .item_news .more {
  color: #435050;
  font-size: 12px;
  font-style: italic;
}
body #section_1 .box_wrapper #center_box .item_news .category {
  font-weight: normal !important;
  font-size: small;
  text-align: right;
  color: #000;
}
body #section_1 .box_wrapper #center_box .item_news .category a {
  color: #777;
}
body #section_1 .box_wrapper #center_box .item_news .item_block {
  list-style: none;
  padding: 15px 0 10px 0;
  border-top: 1px dotted #154285;
  height: auto;
  display: inline-block;
  width: 100%;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header {
  display: table;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .item_name {
  display: block;
  margin-bottom: -2px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .item_name a {
  text-decoration: none;
  color: #000;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news a {
  color: #435050;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news ul {
  list-style-type: disc;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news ol {
  list-style-type: decimal;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news table td, body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news table th {
  border: 1px solid #435050;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news p a, body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news p a:hover, body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news div a:hover {
  color: black;
}
body #section_1 .box_wrapper #center_box .item_news .item_block header .text_news h3 {
  font-size: 18px;
}
body #section_1 .box_wrapper #center_box .item_news .item_block .map_site .list-group .ul_level2 {
  margin-left: 40px;
}
body #section_1 .box_wrapper #center_box .item_news .item_block .map_site .list-group .ul_level3 {
  margin-left: 40px;
  list-style-type: square;
}
body #section_1 .box_wrapper #center_box .item_news .item_block .map_site .list-group-item {
  border: none;
}
body #section_1 .box_wrapper #center_box .item_news .item_block .map_site h3 {
  font-weight: 600;
}
body #section_1 .box_wrapper #center_box .item_news .item_block a img {
  width: 100%;
  max-width: 234px;
  float: left;
  height: auto;
  margin-right: 30px;
}
body #section_1 .box_wrapper #center_box .item_news .item_block:first-child {
  border-top: none;
}
body #section_1 .box_wrapper #center_box .item_block:hover {
  cursor: pointer;
}
body #section_1 .box_wrapper #center_box .item_block:hover .item_img::before {
  opacity: 0.3;
}
body #section_1 .box_wrapper #center_box .back {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 12px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: black;
  border: none;
  background-color: #fff;
  outline: 0;
}
body #section_1 .box_wrapper #center_box .back:hover {
  background-color: #fff !important;
  outline: 0;
}
body #section_1 .box_wrapper #center_box .back:active {
  outline: #000 solid 3px;
}
body #section_1 .box_wrapper #center_box .form_comment {
  margin-top: 20px;
}
body #section_1 .box_wrapper #center_box #pagination-here {
  text-align: center;
}
body #section_1 .box_wrapper #center_box #pagination-here ul li a {
  margin: 5px 5px 5px 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  border: 2px solid #000;
  color: #435050;
}
body #section_1 .box_wrapper #center_box .bs .bspText {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body #section_1 .box_wrapper #center_box .bs .bspText a {
  color: #666;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body #section_1 .box_wrapper #center_box #list_docs ul, body #section_1 .box_wrapper #center_box #list_bank ul, body #section_1 .box_wrapper #center_box #cart_docs ul {
  list-style-type: none;
}
body #section_1 .box_wrapper #center_box #list_docs ul li, body #section_1 .box_wrapper #center_box #list_bank ul li, body #section_1 .box_wrapper #center_box #cart_docs ul li {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #section_1 .box_wrapper #center_box #list_docs ul li a, body #section_1 .box_wrapper #center_box #list_bank ul li a, body #section_1 .box_wrapper #center_box #cart_docs ul li a {
  color: #435050;
}
body #section_1 .box_wrapper #center_box #list_docs ul li a:hover, body #section_1 .box_wrapper #center_box #list_bank ul li a:hover, body #section_1 .box_wrapper #center_box #cart_docs ul li a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #center_box #list_docs ul li ul, body #section_1 .box_wrapper #center_box #list_bank ul li ul, body #section_1 .box_wrapper #center_box #cart_docs ul li ul {
  list-style-type: disc;
}
body #section_1 .box_wrapper #center_box #list_docs ul li ol, body #section_1 .box_wrapper #center_box #list_bank ul li ol, body #section_1 .box_wrapper #center_box #cart_docs ul li ol {
  list-style-type: decimal;
}
body #section_1 .box_wrapper #center_box #list_docs ul li table td, body #section_1 .box_wrapper #center_box #list_docs ul li table th, body #section_1 .box_wrapper #center_box #list_bank ul li table td, body #section_1 .box_wrapper #center_box #list_bank ul li table th, body #section_1 .box_wrapper #center_box #cart_docs ul li table td, body #section_1 .box_wrapper #center_box #cart_docs ul li table th {
  border: 1px solid #435050;
}
body #section_1 .box_wrapper #center_box #list_docs ul li p a, body #section_1 .box_wrapper #center_box #list_docs ul li div a, body #section_1 .box_wrapper #center_box #list_bank ul li p a, body #section_1 .box_wrapper #center_box #list_bank ul li div a, body #section_1 .box_wrapper #center_box #cart_docs ul li p a, body #section_1 .box_wrapper #center_box #cart_docs ul li div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #section_1 .box_wrapper #center_box #list_docs ul li p a:hover, body #section_1 .box_wrapper #center_box #list_docs ul li div a:hover, body #section_1 .box_wrapper #center_box #list_bank ul li p a:hover, body #section_1 .box_wrapper #center_box #list_bank ul li div a:hover, body #section_1 .box_wrapper #center_box #cart_docs ul li p a:hover, body #section_1 .box_wrapper #center_box #cart_docs ul li div a:hover {
  color: black;
}
body #section_1 .box_wrapper #center_box #list_docs ul li h3, body #section_1 .box_wrapper #center_box #list_bank ul li h3, body #section_1 .box_wrapper #center_box #cart_docs ul li h3 {
  font-size: 18px;
}
body #section_1 .box_wrapper #center_box #list_docs ul li a, body #section_1 .box_wrapper #center_box #list_bank ul li a, body #section_1 .box_wrapper #center_box #cart_docs ul li a {
  text-decoration: underline;
}
body #section_1 .box_wrapper #center_box #list_docs ul .active a, body #section_1 .box_wrapper #center_box #list_bank ul .active a, body #section_1 .box_wrapper #center_box #cart_docs ul .active a {
  color: #ffffff;
}
body #section_1 .box_wrapper #center_box #last_news_link a {
  text-decoration: none;
  border-bottom: 2px solid #e1e6ea;
  -webkit-transition: border-bottom 0.1s ease-out;
  transition: border-bottom 0.1s ease-out;
  color: #2b5e92;
}
body #section_1 .box_wrapper #center_box #last_news_link a:hover {
  border-bottom: 2px solid #336799;
}
body #section_1 .box_wrapper #center_box #last_news_link i {
  color: #000;
}
body #section_1 .box_wrapper #center_box .video_news .video_box {
  overflow: hidden;
  height: 54px;
}
body #section_1 .box_wrapper #item_search #item_search_content .text_news img {
  max-width: 597px;
  height: auto;
}
body #section_1 .box_wrapper #item_search #item_search_content .text_news a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #section_1 .box_wrapper #item_search #item_search_content .text_news a:hover {
  border-bottom: 1px solid #000;
}
body #section_1 .box_wrapper #right_box {
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}
body #section_1 .box_wrapper #right_box .item_name {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #section_1 .box_wrapper #right_box .item_name a {
  color: #435050;
}
body #section_1 .box_wrapper #right_box .item_name a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #right_box .item_name ul {
  list-style-type: disc;
}
body #section_1 .box_wrapper #right_box .item_name ol {
  list-style-type: decimal;
}
body #section_1 .box_wrapper #right_box .item_name table td, body #section_1 .box_wrapper #right_box .item_name table th {
  border: 1px solid #435050;
}
body #section_1 .box_wrapper #right_box .item_name p a, body #section_1 .box_wrapper #right_box .item_name div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #section_1 .box_wrapper #right_box .item_name p a:hover, body #section_1 .box_wrapper #right_box .item_name div a:hover {
  color: black;
}
body #section_1 .box_wrapper #right_box .item_name h3 {
  font-size: 18px;
}
body #section_1 .box_wrapper #right_box .topic {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-align: center;
}
body #section_1 .box_wrapper #right_box .topic a {
  text-decoration: none;
  color: #000;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement {
  list-style: none;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li a {
  color: #435050;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li ul {
  list-style-type: disc;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li ol {
  list-style-type: decimal;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li table td, body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li table th {
  border: 1px solid #435050;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li p a, body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li p a:hover, body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li div a:hover {
  color: black;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li h3 {
  font-size: 18px;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li a:hover {
  color: #000;
  transition: 0.5s;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li .announ_date {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 2px 10px 0 10px;
}
body #section_1 .box_wrapper #right_box #right_box_col_2 .announcement li .announ_address .glyphicon-map-marker {
  color: #000;
}
body #section_1 .box_wrapper #right_box .announcements {
  font-size: 1.2rem;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
body #section_1 .box_wrapper #right_box .announcements a {
  text-decoration: none;
  color: #000;
}
body #section_1 .box_wrapper #right_box .announcements .video_block {
  width: 231px;
  height: auto;
}
body #section_1 .box_wrapper #right_box .announcements .video_block iframe {
  width: 100%;
}
body #section_1 .box_wrapper #right_box .announcements a:hover {
  text-decoration: underline;
}
body #section_1 .box_wrapper #right_box .announcements .form-group {
  margin-bottom: 0px;
}
body #section_1 .box_wrapper #right_box .vert_column {
  float: left;
  width: 50%;
  padding-bottom: 100px;
}
body #section_1 .box_wrapper #right_box .vert_column_left {
  padding-left: 15px;
  padding-right: 15px;
}
body #section_1 .box_wrapper #right_box .rt_banners {
  margin-top: 50px;
}
body #section_1 .box_wrapper #right_box .rt_banners img {
  max-width: 300px;
  height: auto;
  margin-top: 10px;
}
body #section_1 .box_wrapper .aside_for_list {
  background: #dee4e7;
}
body #section_1 .box_wrapper .aside_for_list .topic {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
body #section_1 .box_wrapper .aside_for_list .topic a {
  color: #000;
}
body #section_1 .box_wrapper .aside_for_list ul {
  list-style-type: none;
  padding-left: 0px;
}
body #section_1 .box_wrapper .aside_for_list ul li {
  border-bottom: 2px dotted #cdcdcd;
  padding-bottom: 10px;
  padding-top: 10px;
}
body #section_1 .box_wrapper .aside_for_list ul li a {
  color: #435050;
  font-size: 15px;
}
body #section_1 .box_wrapper .aside_for_list ul li a:hover {
  text-decoration: none;
}
body #section_1 .box_wrapper .aside_for_list ul li .glyphicon-chevron-right {
  color: #000;
  padding-right: 5px;
}
body #section_1 .box_wrapper .aside_for_list img {
  width: 100%;
}
body #services {
  background: #dee4e7;
}
body #services .topic {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-align: center;
}
body #services .topic a {
  text-decoration: none;
  color: #000;
}
body #services ul {
  padding: 0 0 0 15px;
}
body #services ul li {
  list-style-type: none;
}
body #services ul li .topic_services {
  display: inline-block;
  text-decoration: none;
}
body #services ul li .topic_services .blok_serv_img {
  margin-top: 20px;
  float: left;
}
body #services ul li .topic_services .blok_serv_img img {
  width: 100%;
  height: auto;
}
body #services ul li .topic_services .blok_serv_text {
  margin-left: 7%;
  padding: 20px 24px;
  line-height: 1.38;
}
body #services ul li .topic_services .blok_serv_text .service_name {
  font-weight: 600;
  color: #000;
}
body #services ul li .topic_services .blok_serv_text .service_text {
  color: #435050;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "BundesSansWeb, Arial, helvetica, sans-serif";
}
body #services ul li .topic_services .box {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #services ul li .topic_services:focus {
  outline: #1a1a1a solid 3px;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
body footer {
  background: #000;
}
body footer .footer_container {
  margin: 30px auto 30px auto;
}
body footer .footer_container ul li {
  line-height: 1.1rem;
  padding: 7px 0;
  list-style: none;
}
body footer .footer_container ul li a {
  color: #d5e1ee;
  font-size: 11px;
}
body footer .footer_container ul li a:hover {
  text-decoration: underline;
  color: #d5e1ee;
}
body footer .footer_container ul li .title_list {
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #eaeae7;
}
body footer #logo_footer a:hover {
  background: none;
}
body #footer_bottom {
  background: url(../img/bg-breadcrumb.png);
  background-repeat: unset;
}
body #footer_bottom .footer_wrapper .footer_col {
  margin: 30px auto;
}
body #footer_bottom .footer_wrapper .footer_col .social_link {
  display: block;
  padding-left: 0px;
}
body #footer_bottom .footer_wrapper .footer_col .social_link li {
  display: inline-block;
  padding-left: 10px;
}
body #footer_bottom .footer_wrapper .footer_col .social_link li a:hover {
  background-color: transparent;
}
body #wrapperContent .box_wrapper #center_box {
  background: #fff;
  margin-top: 10px;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs {
  padding: 5px 0 10px 0;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs ul {
  list-style-type: none;
  padding-left: 0px;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs ul li {
  display: inline-block;
  margin: 0 3px;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs ul li a {
  border-bottom: 1px solid transparent;
  color: #333;
  outline: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs ul li i {
  font-size: 10px;
  color: #000;
}
body #wrapperContent .box_wrapper #center_box .breadcrumbs ul li a:focus {
  border-bottom: 3px solid #1a1a1a;
}
body #wrapperContent .box_wrapper #center_box .topic {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-align: center;
}
body #wrapperContent .box_wrapper #center_box .topic a {
  text-decoration: none;
  color: #000;
}
body #wrapperContent .box_wrapper #center_box .item_block {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #154285;
  height: auto;
  display: inline-block;
  width: 100%;
}
body #wrapperContent .box_wrapper #center_box .item_block header {
  display: table;
}
body #wrapperContent .box_wrapper #center_box .item_block header .item_name {
  display: block;
  margin-bottom: -2px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
}
body #wrapperContent .box_wrapper #center_box .item_block header .item_name a {
  text-decoration: none;
  color: #000;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news a {
  color: #435050;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news ul {
  list-style-type: disc;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news ol {
  list-style-type: decimal;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news table td, body #wrapperContent .box_wrapper #center_box .item_block header .text_news table th {
  border: 1px solid #435050;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news p a, body #wrapperContent .box_wrapper #center_box .item_block header .text_news div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news p a:hover, body #wrapperContent .box_wrapper #center_box .item_block header .text_news div a:hover {
  color: black;
}
body #wrapperContent .box_wrapper #center_box .item_block header .text_news h3 {
  font-size: 18px;
}
body #wrapperContent .box_wrapper #center_box .item_block .map_site .list-group .ul_level2 {
  margin-left: 40px;
}
body #wrapperContent .box_wrapper #center_box .item_block .map_site .list-group .ul_level3 {
  margin-left: 40px;
  list-style-type: square;
}
body #wrapperContent .box_wrapper #center_box .item_block .map_site .list-group-item {
  border: none;
}
body #wrapperContent .box_wrapper #center_box .item_block .map_site h3 {
  font-weight: 600;
}
body #wrapperContent .box_wrapper #center_box .item_block img {
  width: 100%;
  max-width: 234px;
  float: left;
  height: auto;
  margin-right: 30px;
}
body #wrapperContent .box_wrapper #center_box .item_block .date_event {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 2px 10px 0 10px;
  font-size: 13px;
}
body #wrapperContent .box_wrapper #center_box .item_block:first-child {
  border-top: none;
}
body #wrapperContent .box_wrapper #center_box .item_block:hover {
  cursor: pointer;
}
body #wrapperContent .box_wrapper #center_box .item_block:hover .item_img::before {
  opacity: 0.3;
}
body #wrapperContent .box_wrapper #center_box .date_event {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 2px 10px 0 10px;
  font-size: 13px;
}
body #wrapperContent .box_wrapper #center_box header .text_news:focus {
  text-decoration: underline;
}
body #wrapperContent .box_wrapper #center_box header .text_news:hover {
  text-decoration: none;
  color: #890d48;
  transition: 0.5s;
}
body #wrapperContent .box_wrapper #center_box .bs .bspText {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body #wrapperContent .box_wrapper #center_box .bs .bspText a {
  color: #666;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul {
  list-style-type: none;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li a {
  color: #435050;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li ul {
  list-style-type: disc;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li ol {
  list-style-type: decimal;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li table td, body #wrapperContent .box_wrapper #center_box #list_bank ul li table th {
  border: 1px solid #435050;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li p a, body #wrapperContent .box_wrapper #center_box #list_bank ul li div a {
  cursor: pointer;
  line-height: 1.5;
  color: #435050;
  text-decoration: none;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li p a:hover, body #wrapperContent .box_wrapper #center_box #list_bank ul li div a:hover {
  color: black;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li h3 {
  font-size: 18px;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul li a {
  text-decoration: underline;
}
body #wrapperContent .box_wrapper #center_box #list_bank ul .active a {
  color: #ffffff;
}
body #wrapperContent .box_wrapper #center_box .pagination .active a {
  margin-right: 6px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .pagination li a {
  margin-right: 6px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .pagination li a:focus {
  border: 2px solid #1a1a1a;
}
body #wrapperContent .box_wrapper #center_box #form_search {
  margin-bottom: 20px;
}
body #wrapperContent .box_wrapper #center_box .cart_docs {
  list-style-type: none;
}
body #wrapperContent .box_wrapper #center_box .cart_docs:hover {
  color: #000;
  transition: 0.5;
  cursor: pointer;
}
body #wrapperContent .box_wrapper #center_box .cart_docs:hover .item_name {
  color: #000;
  display: block;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0px;
}
body #wrapperContent .box_wrapper #center_box .text_news {
  color: #435050;
  font-size: 15px;
}
body #wrapperContent .box_wrapper #center_box .text_news .location {
  font-weight: 600;
}
body #wrapperContent .box_wrapper #center_box .text_news .location .glyphicon-map-marker {
  color: #000;
  margin-right: 6px;
}
body #wrapperContent .box_wrapper #center_box .text_news .location:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 5px;
  color: #000;
  border-radius: 50%;
  animation: radial-pulse 2s infinite;
  top: 89px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
  }
}
body #wrapperContent .box_wrapper #center_box .text_news p, body #wrapperContent .box_wrapper #center_box .text_news div {
  padding-bottom: 10px;
  line-height: 1.4em;
}
body #wrapperContent .box_wrapper #center_box .text_news p strong, body #wrapperContent .box_wrapper #center_box .text_news div strong {
  font-weight: 600;
}
body #wrapperContent .box_wrapper #center_box .text_news p a, body #wrapperContent .box_wrapper #center_box .text_news div a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #center_box .text_news p a:hover, body #wrapperContent .box_wrapper #center_box .text_news div a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .text_news a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #center_box .text_news a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .text_news img {
  max-width: 597px;
  height: auto;
  width: 100%;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote {
  border-left: none;
  padding: 0px;
  padding-left: 10px;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote p, body #wrapperContent .box_wrapper #center_box .text_news blockquote div {
  background-color: #dee4e7;
  display: block;
  padding: 1em;
  font-size: 15px;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote p a, body #wrapperContent .box_wrapper #center_box .text_news blockquote div a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote p a:hover, body #wrapperContent .box_wrapper #center_box .text_news blockquote div a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #center_box .text_news blockquote a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #center_box .text_news .navbar-nav .nav-item {
  list-style: none;
}
body #wrapperContent .box_wrapper #center_box .text_news .navbar-nav .nav-item a {
  border-bottom: none;
}
body #wrapperContent .box_wrapper #center_box .text_news .main_photo {
  float: left;
}
body #wrapperContent .box_wrapper #center_box .text_news .main_photo a img {
  width: 100%;
  max-width: 300px;
  float: left;
  height: auto;
  margin-right: 30px;
}
body #wrapperContent .box_wrapper #center_box .location .glyphicon-map-marker {
  color: #000;
  margin-right: 6px;
}
body #wrapperContent .box_wrapper #center_box #login_form, body #wrapperContent .box_wrapper #center_box #profile_form, body #wrapperContent .box_wrapper #center_box #equery_not_registr {
  border-top: 1px solid #d5d7db;
}
body #wrapperContent .box_wrapper #center_box #login_form .basic-form, body #wrapperContent .box_wrapper #center_box #profile_form .basic-form, body #wrapperContent .box_wrapper #center_box #equery_not_registr .basic-form {
  z-index: 10;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter, body #wrapperContent .box_wrapper #center_box #profile_form .enter, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter {
  margin-top: 15px;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .enter_block, body #wrapperContent .box_wrapper #center_box #profile_form .enter .enter_block, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .enter_block {
  padding: 10px 0;
  border-bottom: 1px solid #e1e6ea;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .enter_block .title_enter_block, body #wrapperContent .box_wrapper #center_box #profile_form .enter .enter_block .title_enter_block, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .enter_block .title_enter_block {
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .enter_block .btn-login, body #wrapperContent .box_wrapper #center_box #profile_form .enter .enter_block .btn-login, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .enter_block .btn-login {
  display: inline-block;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #293340;
  font-weight: 600;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .not-member, body #wrapperContent .box_wrapper #center_box #profile_form .enter .not-member, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .not-member {
  margin: 14px 0;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .not-member a, body #wrapperContent .box_wrapper #center_box #profile_form .enter .not-member a, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .not-member a {
  text-decoration: none;
  border-bottom: 2px solid #e1e6ea;
  -webkit-transition: border-bottom 0.1s ease-out;
  transition: border-bottom 0.1s ease-out;
  color: #2b5e92;
}
body #wrapperContent .box_wrapper #center_box #login_form .enter .not-member a:hover, body #wrapperContent .box_wrapper #center_box #profile_form .enter .not-member a:hover, body #wrapperContent .box_wrapper #center_box #equery_not_registr .enter .not-member a:hover {
  border-bottom: 2px solid #336799;
}
body #wrapperContent .box_wrapper #center_box #login_form .basic-login, body #wrapperContent .box_wrapper #center_box #profile_form .basic-login, body #wrapperContent .box_wrapper #center_box #equery_not_registr .basic-login {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
}
body #wrapperContent .box_wrapper #center_box #login_form .basic-login .wrapper-login, body #wrapperContent .box_wrapper #center_box #profile_form .basic-login .wrapper-login, body #wrapperContent .box_wrapper #center_box #equery_not_registr .basic-login .wrapper-login {
  background-color: #000;
  background-image: linear-gradient(32deg, #000 0%, black 100%);
  border-radius: 4px;
  padding: 4px;
}
body #wrapperContent .box_wrapper #center_box #login_form .basic-login .wrapper-login .module_wrap, body #wrapperContent .box_wrapper #center_box #profile_form .basic-login .wrapper-login .module_wrap, body #wrapperContent .box_wrapper #center_box #equery_not_registr .basic-login .wrapper-login .module_wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #abb7c4;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}
body #wrapperContent .box_wrapper #center_box #login_form .basic-login .wrapper-login .module_wrap .login_title, body #wrapperContent .box_wrapper #center_box #profile_form .basic-login .wrapper-login .module_wrap .login_title, body #wrapperContent .box_wrapper #center_box #equery_not_registr .basic-login .wrapper-login .module_wrap .login_title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
body #wrapperContent .box_wrapper #center_box #card_docs #item_Docs .form-control[disabled] {
  cursor: pointer;
}
body #wrapperContent .box_wrapper #center_box #pub_equery #equerys .err_message {
  color: #ff0000;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: 14px;
  margin: 2px;
  top: 0;
}
body #wrapperContent .box_wrapper #center_box #map ul li a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #center_box #map ul li a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #item_search #item_search_content .text_news img {
  max-width: 597px;
  width: 100%;
  height: auto;
}
body #wrapperContent .box_wrapper #item_search #item_search_content .text_news a {
  color: #435050;
  border-bottom: 1px solid darkgray;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
body #wrapperContent .box_wrapper #item_search #item_search_content .text_news a:hover {
  border-bottom: 1px solid #000;
}
body #wrapperContent .box_wrapper #right_box {
  background: #dee4e7;
}
body #wrapperContent .box_wrapper #right_box .topic {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
body #wrapperContent .box_wrapper #right_box .topic a {
  color: #000;
}
body #wrapperContent .box_wrapper #right_box ul {
  list-style-type: none;
  padding-left: 0px;
}
body #wrapperContent .box_wrapper #right_box ul li {
  border-bottom: 2px dotted #cdcdcd;
  padding-bottom: 10px;
  padding-top: 10px;
}
body #wrapperContent .box_wrapper #right_box ul li a {
  color: #435050;
  font-size: 15px;
}
body #wrapperContent .box_wrapper #right_box ul li a:hover {
  text-decoration: none;
}
body #wrapperContent .box_wrapper #right_box ul li .glyphicon-chevron-right {
  color: #000;
  padding-right: 5px;
}
body #wrapperContent .box_wrapper #right_box img {
  width: 100%;
}
body #search-services .topic {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-align: center;
}
body #search-services .topic a {
  text-decoration: none;
  color: #000;
}
body #search-services .nav-tabs > li > a {
  font-size: 1.2rem;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
body #search-services .nav-tabs > li.active > a:focus, body #search-services .nav-tabs > li.active > a:hover {
  font-size: 1.2rem;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  cursor: default;
  border-bottom: 3px solid #1a1a1a;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
body #search-services .nav-tabs > li.active > a {
  border-bottom: 3px solid #1a1a1a;
}
body #search-services .nav-tabs > li > a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
body #search-services .nav-tabs > li > .active {
  border-bottom: 3px solid #1a1a1a;
}
body #search-services #myTabContent .tab-item .title, body #search-services #myTabContent .tab-pane .title {
  font-size: 14px;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  font-weight: 600;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
body #search-services #myTabContent .tab-item .title:hover, body #search-services #myTabContent .tab-pane .title:hover {
  background: none;
}
body #search-services #myTabContent .tab-item ul, body #search-services #myTabContent .tab-pane ul {
  list-style-type: none;
  padding-left: 5px;
}
body #search-services #myTabContent .tab-item ul li, body #search-services #myTabContent .tab-pane ul li {
  line-height: 1.7rem;
  padding: 5px 0;
}
body #search-services #myTabContent .tab-item ul li a, body #search-services #myTabContent .tab-pane ul li a {
  color: #000;
  text-decoration: none;
}
body #search-services #myTabContent .tab-item ul li a:hover, body #search-services #myTabContent .tab-pane ul li a:hover {
  border-bottom: 1px solid;
}
body #search-services #myTabContent .filter-result ul {
  list-style-type: none;
}
body #search-services #myTabContent .filter-result ul .result-letter .letter {
  font-size: 14px;
  font-family: "BundesSansWebBold", Arial, Helvetica, sans;
  font-weight: 600;
  display: inline-block;
  color: #000;
}
body #search-services #myTabContent .filter-result ul .result-letter ul {
  list-style-type: none;
}
body #banners #navbtns .sliderbtns {
  cursor: pointer;
  height: 72px;
  position: absolute;
  visibility: inherit;
  width: 36px;
  z-index: 1;
  margin-bottom: auto;
  margin-top: auto;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: rgba(229, 229, 229, 0.6);
}
body #banners #navbtns .sliderbtns img {
  z-index: 2;
  bottom: 0;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: inherit;
}
body #banners #navbtns .previous {
  left: 0;
  border-bottom-right-radius: 36px;
  border-top-right-radius: 36px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}
body #banners #navbtns .next {
  right: 0;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
}
body #banners .crsl-items .thumbnail {
  border: none;
}
body #mega_menu .dropdown .dropdown-toggle img {
  width: 14px;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] {
  min-width: 560px;
  background-color: #000;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item a {
  color: #fff;
  padding: 3px 29px;
  font-size: 13px;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item a:hover {
  color: #435050;
  text-decoration: none;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item a:focus {
  color: #435050;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item .panel-collapse .nav-item {
  list-style: none;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item .panel-collapse .nav-item a {
  color: #fff;
  text-decoration: none;
}
body #mega_menu .dropdown .dropdown-menu[role=main_menu] .nav_item .panel-collapse .nav-item a:hover {
  color: #435050;
  text-decoration: none;
}

.date_news, .view, .rating, .comment, .more {
  color: #435050;
  font-size: 12px;
  font-style: italic;
}

::selection {
  color: #fff;
  background: #000;
}

a:focus {
  outline: 0 !important;
}

a:hover {
  cursor: pointer;
}

b {
  font-weight: 600;
}

em {
  font-style: italic;
}

.btn-primary {
  background-color: #30ac67 !important;
  border: 1px solid #25844f !important;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}

@media (max-width: 991px) {
  #section_1 .box_wrapper #right_box .vert_column {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #top_menu .navbar-nav {
    margin: 0px !important;
  }
  #top_menu .navbar-nav li {
    display: inline-block;
  }

  #section_1 .box_wrapper {
    margin-left: 10px;
  }
  #section_1 .box_wrapper #right_box .vert_column {
    width: 100% !important;
  }
  #section_1 .box_wrapper #right_box .vert_column #announcement {
    padding-left: 0px;
  }
  #section_1 .box_wrapper #right_box .vert_column #announcement1 {
    padding-left: 0px;
  }

  #mega_menu .navbar-default {
    width: auto !important;
  }
  #mega_menu .mega_menu_link {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mega_menu .mega_menu_link .dropdown-menu .dropdown-submenu a {
    color: currentColor;
  }
  #mega_menu .mega_menu_link .dropdown-menu .more_item {
    color: #fff;
  }
  #mega_menu .mega_menu_link .mega-dropdown-menu li ul li a {
    color: #fff;
  }
  #mega_menu .mega_menu_link .mega-dropdown-menu li ul li a:hover {
    color: #000000;
  }
  #mega_menu .navbar-toggle {
    border-color: transparent;
    padding: 0;
    padding-right: 15px;
    margin-top: 13px;
  }
  #mega_menu .navbar-toggle:hover {
    background-color: transparent;
  }
  #mega_menu .navbar-toggle:focus {
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  #header_center #logo .logo_text {
    letter-spacing: 0px !important;
  }
  #header_center #logo .logo_text .uppercase_text a {
    font-size: 14px !important;
  }
  #header_center #logo .logo_text .small_text a {
    font-size: 12px !important;
  }

  #wrapperContent .box_wrapper #center_box .text_news img {
    max-width: 325px !important;
  }
}

/*# sourceMappingURL=main.css.map */
