html,
body {
  height: 100%;
  margin: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 100%;
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#warp {
  min-height: 100%;
  margin-bottom: 50px;
  padding-bottom: 85px;
}
.main {
  position: relative;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .main {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .main {
    padding: 0 50px;
  }
}
@media (min-width: 922px) {
  .main {
    padding: 0 75px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 0 100px;
  }
}
.show-tick {
  width: 100% !important;
}
.search {
  background: #57565e;
  padding: 6px 50px;
}
.search form {
  width: 50%;
  display: inline-block;
}
.search > span.oi {
  float: right;
  color: white;
  font-size: 2rem;
}
.search > span.oi:hover {
  cursor: pointer;
}
.search input.form-control {
  border-radius: 0;
  border-width: 2px;
  background: transparent !important;
  color: white;
}
.search input.form-control::placeholder {
  color: lightgray;
}
.search .btn {
  border-radius: 0;
}
@media (max-width: 576px) {
  .search form {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .header .menu-holder .img-header-holder {
    flex-basis: 450px !important;
  }
  .header .menu-holder .img-header-holder img {
    width: 450px;
  }
}
@media (max-width: 1400px) {
  .red-header {
    min-height: 190px;
  }
  .red-header .title {
    padding-top: 30px;
  }
  .header .menu-holder .img-header-holder {
    flex-basis: 420px !important;
  }
  .header .menu-holder .img-header-holder img {
    width: 400px;
  }
}
@media (max-width: 1350px) {
  .red-header {
    min-height: 165px;
  }
  .header .menu-holder .img-header-holder {
    flex-basis: 370px !important;
    width: 370px;
  }
  .header .menu-holder .img-header-holder img {
    width: 300px;
  }
}
@media (max-width: 976px) {
  .header .menu-holder .img-header-holder {
    display: none;
  }
}
.header {
  min-height: 95px;
  padding: 15px 5px;
  background-color: white;
  position: relative;
}
.header .menu-holder {
  flex: 1 1 auto;
}
.header .menu-holder .main-nav {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.header .menu-holder .main-nav a {
  margin: 0 10px;
}
.header .menu-holder .img-header-holder {
  position: relative;
  flex: 0 1 550px;
}
.header .menu-holder .img-header-holder img {
  position: absolute;
  z-index: 1;
  border: 10px solid white;
  border-top: none;
}
.header .logo-and-title {
  flex: 0 0 auto;
}
.header .logo-and-title > div {
  display: inline-block;
}
.header .logo-and-title .logo-container {
  position: relative;
}
.header .logo-and-title .logo-container div {
  width: 50px;
  background-size: contain !important;
  height: 57px;
}
.header .logo-and-title .logo-container::before {
  position: absolute;
  content: '';
  height: 25px;
  width: 1px;
  left: 60px;
  top: 5px;
  border: 1px solid #afddf9;
}
.header .logo-and-title .logo-container::after {
  top: 30px;
  position: absolute;
  content: '';
  height: 25px;
  width: 1px;
  left: 60px;
  bottom: 15px;
  border: 1px solid #fbf8a8;
}
.header .logo-and-title .logo-container object {
  width: 45px;
}
.header .logo-and-title .logo-title {
  max-width: 230px;
  font-weight: 600;
  font-size: 1rem;
}
.header .logo-and-title .logo-title a {
  color: #57565e;
  text-decoration: none;
}
.btn-custom {
  background-color: #57565e;
  color: white;
  border-radius: 0;
}
.btn-custom:hover {
  color: white;
  background-color: #86848f;
}
.btn-custom.active {
  background-color: #e7e7e7;
  color: #57565e;
}
.header-nav-menu .btn-custom {
  height: 30px;
}
.red-header {
  min-height: 235px;
  position: relative;
  background-color: #9e1211;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.red-header .test-alert {
  width: 65%;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  color: peachpuff;
}
.red-header .test-alert a {
  color: #57565e;
}
.red-header .title {
  font-size: 2rem;
  width: 50%;
  color: white;
  padding-left: 100px;
  padding-top: 50px;
}
@media (max-width: 1300px) {
  .red-header .test-alert {
    width: 100%;
  }
}
@media (max-width: 976px) {
  .red-header .test-alert {
    padding-right: 80px;
    width: 100%;
  }
  .red-header .title {
    padding-right: 80px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .red-header {
    min-height: 140px;
  }
  .red-header .test-alert {
    padding: 10px;
  }
  .red-header .title {
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 10px;
  }
}
.auto-height-slick {
  display: flex;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .agency-list .agency-list-item a,
  .slick-track .slick-slide a div {
    align-self: center;
  }
}
.nav-header {
  transition: all 0.15s;
  margin-left: -15px;
  margin-right: -15px;
  /*лютый костиль для одинаковой высоты всех колонок*/

}
.nav-header .slick-track {
  display: flex;
}
.nav-header .slick-track .slick-slide {
  display: flex;
  height: auto;
  font-size: 14px;
}
.nav-header .slick-track .slick-slide > div {
  display: flex;
  height: auto;
  width: 100%;
}
.nav-header .slick-track .slick-slide > div a {
  min-height: 80px;
  display: flex !important;
  color: white;
  text-align: center;
}
.nav-header .slick-track .slick-slide > div a:hover {
  cursor: pointer;
}
.nav-header .slick-track .slick-slide > div a:not(:last-child) div {
  border-right: 2px solid #7c7c7e;
}
.nav-header .slick-track .slick-slide > div a div {
  margin: auto;
  padding: 10px 45px;
}
.nav-header .slick-track .slick-slide > div a.active {
  background-color: #e7e7e7;
  color: #57565e;
}
.nav-header .slick-track .slick-slide > div a.active div {
  border: none;
}
.nav-header .slick-track .slick-slide > div a:not(.active) {
  background-color: #57565e;
  transition: all 0.15s;
}
.nav-header .slick-track .slick-slide > div a:not(.active):hover {
  background-color: #86848f;
  transition: all 0.15s;
  text-decoration: none;
}
.category-item {
  height: 200px;
  flex: 0 0 300px;
  background-size: contain !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  margin-top: 25px;
  position: relative;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.22);
  box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.22);
  color: white;
  font-size: 14px;
}
.category-item:hover {
  cursor: pointer;
  color: white;
}
.category-item > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #9e1211;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-form {
  margin-top: 35px;
}
#search-form > div {
  padding: 0 10px;
  flex: 0 1 auto;
}
#search-form > div:last-child {
  flex-basis: auto;
}
#search-form #years-select {
  flex-basis: 150px;
}
#search-form #search-name-input {
  flex-grow: 1;
}
#search-form .form-buttons {
  flex: 0 0 auto;
}
@media (max-width: 678px) {
  #search-form > div {
    flex: 0 0 50%;
  }
}
.footer {
  color: white;
  background-color: #57565e;
  padding: 15px 30px;
  font-size: 10px;
}
.footer .footer-information div img,
.footer .footer-information span img {
  width: 10px;
}
.footer .footer-links {
  margin-top: 10px;
}
.footer .footer-links .feedback-form-link {
  font-size: 20px;
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-links a {
  color: white;
}
.footer .footer-links img {
  width: 30px;
}
.footer .footer-links > *:last-child {
  float: right;
}
.info-0 {
  color: red;
}
.print {
  display: none;
}
.print-mode .print {
  display: block;
}
.rapex-product {
  display: flex;
  margin: 30px 0px;
  padding-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
.rapex-product > div {
  padding: 0 10px;
}
.rapex-product .image-block {
  flex: 0 1 20%;
}
.rapex-product .rapex-product-info-container {
  flex: 1 0 75%;
}
.rapex-product .rapex-product-info-container .warning-message {
  padding: 5px 10px;
  background-color: #ffcc00;
  border-radius: 5px;
}
.rapex-product .rapex-product-info-container .product-info div {
  display: flex;
}
.rapex-product .rapex-product-info-container .product-info div:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.rapex-product .rapex-product-info-container .product-info div span:nth-child(2n+1) {
  flex: 1 1 0px;
}
.rapex-product .rapex-product-info-container .product-info div span:nth-child(2n+2) {
  flex: 1 1 500px;
}
.rapex-product .image-display img {
  height: 150px;
  max-width: 250px;
}
.product {
  display: flex;
  margin: 30px 0px;
  padding-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
.product > div {
  padding: 0 10px;
}
.product > div:first-child {
  flex: 0 1 25%;
}
.product > div:last-child {
  flex: 0 0 10%;
}
.product:not(:last-child) {
  border-bottom: 2px solid gray;
}
.product a:hover {
  text-decoration: none;
}
.product .product-info {
  flex: 1 0 65%;
}
.product .product-info div {
  display: flex;
}
.product .product-info div:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.product .product-info div span:nth-child(2n+1) {
  flex: 1 1 150px;
}
.product .product-info div span:nth-child(2n+2) {
  flex: 1 1 150px;
}
@media (max-width: 786px) {
  .product,
  .rapex-product {
    flex-direction: column;
  }
}
.image-container {
  border: 2px solid #57565e;
}
.image-container .control {
  background-color: #57565e;
  font-weight: bold;
  color: white;
  padding: 0 5px;
}
.image-container .control > div {
  display: inline-block;
  width: 48%;
}
.image-container .control > div:hover {
  cursor: pointer;
}
.image-container .control .next {
  text-align: end;
}
.image-container .image-display {
  display: none;
  height: 200px;
}
.image-container .image-display img {
  margin: auto;
  padding: 0 10px;
}
.image-container .image-display object {
  margin: auto;
  width: 80px;
}
.image-container .image-display.show {
  display: flex;
}
.search-block {
  display: none;
}
.search-block.show {
  display: block;
}
.category-grid {
  display: none;
  padding: 0 16px;
}
.category-grid.show {
  display: flex;
}
.hide {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 23%;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow i {
  color: white;
  font-size: 2.5rem;
}
.next-arrow {
  right: 5px;
}
.prev-arrow {
  left: 5px;
  z-index: 1;
}
#map {
  margin-top: 25px;
  width: 100%;
  height: 600px;
}
.agency-list .agency-list-item {
  min-height: 200px;
  flex: 0 1 350px;
  background-color: #57565e;
  margin: 15px 0;
  padding-bottom: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.agency-list .agency-list-item a {
  color: white;
  padding: 0 10px;
}
.agency-list .agency-list-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 40px;
  background-color: #9e1211;
}
.dropdown.show-tick {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.vi-only-visible {
  display: none;
}
@media (max-width: 1201px) {
  .page-container .side-menu {
    left: 9% !important;
  }
}
.page-container .content-container {
  padding-left: 280px;
}
.page-container .content-container table {
  width: 100%;
}
.page-container .content-container iframe {
  width: 100%;
}
.page-container .content-container .note-float-left {
  margin-right: 35px;
}
.page-container .content-container .note-float-right {
  margin-left: 10px;
}
.page-container .content-container .file-list .file-list-title {
  font-size: 1.5rem;
  font-weight: 400;
}
.page-container .content-container .file-list .file-list-item {
  min-height: 30px;
}
.page-container .content-container.empty-child {
  padding-left: 16px;
}
.page-container .side-menu {
  position: absolute;
  top: 160px;
  left: 6%;
}
.page-container .side-menu .children-list {
  display: inline-block;
}
.page-container .side-menu .children-list .children {
  width: 250px;
  margin-bottom: 5px;
  background-color: #57565e;
  padding: 10px;
  color: white;
  font-size: 14px;
}
.page-container .side-menu .children-list .children:hover {
  background-color: #9e1211;
}
.page-container .side-menu .children-list a:hover {
  color: white;
}
@media (max-width: 576px) {
  .page-container .side-menu {
    position: static;
  }
  .page-container .content-container {
    padding: 0;
  }
}
.form-buttons > *:hover {
  cursor: pointer;
}
.form-buttons img {
  display: none;
  width: 38px;
  margin-bottom: 0 !important;
}
.form-buttons img.show {
  display: inline-block;
}
.form-buttons .oi.oi-x {
  color: #57565e;
}
.twitter-typeahead {
  font-size: 1rem !important;
}
.tt-hint {
  visibility: hidden;
}
#slick {
  background-color: #57565e;
}
.breadcrumb {
  font-size: 12px;
  background-color: transparent;
}
.pdf {
  width: 35px;
}
.pdf:hover {
  cursor: pointer;
}
.pagination {
  flex-wrap: wrap;
}
.category-head .report-source {
  display: flex;
  height: 36px;
  border-bottom: 2px solid #86848f;
}
.category-head .report-source .report-source-option {
  border-bottom: 2px solid #86848f;
  margin-bottom: -2px;
  padding: 0 10px;
  line-height: 36px;
}
.category-head .report-source .report-source-option a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.category-head .report-source .report-source-option.active {
  border-bottom-color: #9e1211;
}
.category-head .report-source .report-source-option.active a {
  color: #9e1211;
}
.category-head #drop-search {
  display: none;
}
.search-title a {
  color: black;
  text-decoration: underline;
}
.search-title,
h3.title {
  padding-left: 16px;
}
.pager > div {
  display: inline-block;
}
.pager > div:last-child {
  float: right;
  padding-right: 50px;
}
.pager > div:last-child div:hover,
.pager > div:last-child span:hover {
  cursor: pointer;
}
.search-result-list {
  padding-left: 16px;
}
.search-result-list a {
  display: block;
  color: black;
}
.pagination .page-item.active .page-link {
  color: white;
  border-color: #86848f;
  background-color: #86848f;
}
.pagination .page-item .page-link {
  color: #86848f;
}
.print-buttons {
  height: 20px;
}
.print-buttons img {
  width: 38px;
  float: right;
}
.print-buttons img:hover {
  cursor: pointer;
}
.error {
  color: red;
  font-weight: 500;
}
