/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
html {
  height: 100%;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  height: 100%;
  line-height: 1.3;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  background-attachment: fixed;
  background-color: #fafafa;
}
.bvi-body img {
  display: none !important;
}
.bvi-body .slide--parent {
  display: none;
}
.bvi-body .livesearch input[type=text] {
  border: 1px solid;
}
.bvi-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
a {
  color: #0073bb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link {
  color: #0073bb;
}
img {
  border-radius: 0;
  border: none;
}
main {
  display: block;
}
ol li,
ul li {
  margin: 0.2em 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
select {
  background-color: #fff;
}
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.main_header {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  color: #fff;
  background-color: #398cc2;
}
.main_header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0.8em 1em;
}
.main_header .box_logo {
  padding-right: 1em;
}
.main_header h1 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.main_header .left_col_head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 600px;
}
.main_header .left_col_head a:hover {
  text-decoration: none;
}
.main_header .logo_head {
  color: #fff;
}
.main_header .wrap_top_menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}
.main_header .lang_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 1em;
  list-style: none;
}
.main_header .lang_list li a {
  display: block;
  margin-right: -1px;
  padding: 0.4em 0.6em;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
}
.main_header .lang_list li .langactive {
  text-decoration: underline;
}
.main_header .lang_list li:last-child a {
  border: none;
}
.main_header .lang_list li .chosen {
  background-color: #1171b7;
  border-color: #1171b7;
  color: #fff;
}
main {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main_content {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
  box-shadow: 0px 0px 10px -4px black;
}
.new_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.new_list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 1em;
}
.new_list li:nth-of-type(odd) {
  padding-right: 0.5em;
}
.new_list li:nth-of-type(even) {
  padding-left: 0.5em;
}
.new_list li a {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: block;
  color: #333;
  background-color: #f5f8fa;
  padding: 0;
  transition: 0.2s;
}
.new_list li a:hover {
  text-decoration: none;
  box-shadow: 1px 5px 18px -3px #bbbbbb;
}
.new_list li h3 {
  margin: 0;
  padding: 6px 14px;
  font-size: 15px;
  background-color: #e6f2fa;
  border-bottom: 3px solid #fff;
}
.new_list li .info_news {
  padding: 6px 14px;
}
.new_list li .date_news {
  font-style: italic;
  font-weight: 700;
  font-size: 80%;
  font-family: "Fira Sans", sans-serif;
  color: #999;
}
.new_list li p {
  margin-top: 4px;
  margin-bottom: 0;
}
.portals_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.portals_list li {
  margin: 0;
}
.portals_list a {
  padding: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wrap_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.wrap_container .left_content {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 280px;
  padding-right: 1em;
  box-sizing: border-box;
}
.wrap_container .right_content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.wrap_container .main_list {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-bottom: 0.5em;
  list-style: none;
  font-size: 14px;
  border-bottom: 4px solid #eeeeee;
}
.wrap_container .main_list li {
  padding: 0.2em 0;
}
.wrap_container .main_list .chosen {
  font-weight: bold;
}
.wrap_container .item_list {
  margin: 0;
  padding-left: 15px;
  list-style: none;
}
.inner_page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 10px -4px black;
}
.inner_page .bread_crumbs {
  padding: 1em 0;
  border-bottom: 4px solid #eee;
}
.inner_page .bread_crumbs a {
  padding: 0 0.5em;
}
.inner_page .bread_crumbs a:first-child {
  padding-left: 0;
}
.inner_page .left_content {
  margin: 1em 0;
  border-right: 4px solid #eee;
}
.inner_page .right_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 1em 0;
  padding-left: 1em;
  box-sizing: border-box;
}
.inner_page h1 {
  padding-left: 0.8em;
}
.box_news img {
  float: left;
  padding-right: 1em;
  padding-bottom: 0.5em;
  height: auto;
}
.box_news span {
  font: inherit !important;
}
.news_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_footer {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  color: #fff;
  background-color: #398cc2;
}
.main_footer a {
  color: #dbeffc;
}
.main_footer .byport {
  position: absolute;
  right: 1em;
  bottom: 0.8em;
}
.main_footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 0.8em 1em;
  font-size: 13px;
}
.main_footer .container .left_col_foot {
  width: 50%;
  padding-right: 0.5em;
}
.main_footer .container .right_col_foot {
  width: 50%;
  padding-left: 0.5em;
}
.main_footer .container p {
  margin: 0.3em 0;
}
.main_footer .container p:first-of-type {
  margin-top: 0;
}
.main_footer .container p:last-of-type {
  margin-bottom: 0;
}
.search_words {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.search_words input[type=text] {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0.4em 1em;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.search_words button {
  min-width: 80px;
  color: #fff;
  background: #217fbc;
  border: none;
}
.box_article span {
  font: inherit !important;
}
.livesearch {
  position: relative;
}
.livesearch input[type=text] {
  width: 100%;
  padding: 0.3em 0.8em;
  border: none;
  box-sizing: border-box;
}
.livesearch input[type=submit] {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 20px;
  background-image: url(//1vet.by/images/icons/search.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.85;
  border: none;
}
.search_value_result {
  position: absolute;
}
.button {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
}
.impaired {
  position: relative;
  padding-left: 30px;
  border: 2px solid #fff;
}
.impaired::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 14px;
  height: 14px;
  background-image: url(//rco.by/images/eye.png);
  background-size: contain;
}
.impaired:hover {
  color: #0f436a;
  background-color: #fff;
}
.impaired:hover::before {
  background-image: url(//rco.by/images/eye_blue.png);
}
.electronic {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #217fbc;
  border: 2px solid #217fbc;
}
.electronic:hover {
  color: #fff;
  background-color: #217fbc;
}
.electronic_footer {
  margin-top: 0.8em;
  border: 2px solid #fff;
}
.electronic_footer:hover {
  color: #0f436a;
  background-color: #fff;
}
.two_button {
  margin: auto;
  text-align: center;
}
.two_button .electronic {
  margin-bottom: 2.5em;
  font-size: 1.1em;
}
.two_button .electronic:last-of-type {
  margin-bottom: 0;
}
.schedule {
  display: block;
}
.electronic_slider {
  display: block;
}
.electronic_slider:hover {
  text-decoration: none;
}
.download {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #eeeeee;
}
.resources {
  display: inline-block;
  position: relative;
  padding-top: 0.5em;
}
.el_circulation {
  max-width: 460px;
}
.el_circulation .item_form {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.el_circulation .description_form {
  display: block;
  margin-bottom: 2px;
}
.el_circulation input,
.el_circulation textarea,
.el_circulation select {
  width: 100%;
  padding: 0.6em;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
}
.el_circulation select {
  padding: 0.4em 0.5em;
}
.el_circulation input[type=file] {
  padding: 0;
  padding-top: 4px;
  font-size: 16px;
  border: none;
}
.el_circulation .form_button {
  background-color: #217fbc;
  margin-bottom: 1em;
  border: 2px solid #217fbc;
}
.el_circulation .form_button:hover {
  color: #217fbc;
  background-color: #fff;
}
.star {
  color: red;
}
.map {
  border: 1px solid #fff;
}
.region_list .region_chosen {
  font-weight: bold;
  border-bottom: 4px solid #dbe2e7;
}
.region_table {
  margin: 1em 0;
  font-size: 13px;
  font-family: roboto, sans-serif;
}
.region_table th {
  padding: 0.8em 0.5em;
  font-size: 14px;
  background-color: #cfe1ee;
}
.region_table td {
  padding: 0.2em 0.5em;
}
.region_table tr:nth-of-type(odd) {
  background-color: #eee;
}
.error {
  display: block;
  margin-bottom: 1em;
  color: red;
  font-size: 20px;
}
.success {
  color: green;
  font-size: 20px;
}
@media only all and (max-width: 1000px) {
  .slide--parent {
    display: none;
  }
}
@media only all and (max-width: 900px) {
  body {
    font-size: 12px;
  }
  .main_header .box_logo {
    display: none;
  }
  .main_header h1 {
    font-size: 12px;
  }
  .new_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .new_list li {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 0.5em !important;
  }
  .wrap_container .main_list {
    font-size: 12px;
  }
  .wrap_container .main_list li {
    padding: 0;
  }
  .wrap_container h2 {
    margin-top: 0;
  }
  .wrap_container .left_content {
    width: 220px;
  }
  .main_footer .container {
    display: block;
  }
  .main_footer .container .left_col_foot {
    width: 100%;
    box-sizing: border-box;
  }
  .main_footer .container .right_col_foot {
    width: 100%;
    padding-top: 0.5em;
    padding-left: 0;
  }
  .inner_page .left_content {
    width: 220px;
  }
  .inner_page .right_content h1 {
    padding-left: 0;
    font-size: 1.8em;
    line-height: 1.2;
  }
  .inner_page .right_content h1:first-child {
    margin-top: 0;
  }
  .inner_page .right_content ul,
  .inner_page .right_content ol {
    padding-left: 20px;
  }
  .inner_page .right_content .new_list {
    padding: 0;
  }
  .region_table td {
    padding: 0.1em 0.3em;
  }
  .portals_list a {
    padding: 0.5em;
  }
  .button {
    padding: 0.2em 0.5em;
    font-size: 12px;
    white-space: normal;
  }
  .impaired {
    border-width: 1px;
    padding-left: 24px;
  }
  .impaired::before {
    top: 3px;
    left: 5px;
  }
  .electronic {
    margin-bottom: 0.5em;
  }
  .electronic_footer {
    display: none;
  }
}
