      html {
  font-size: 14px;
}


*:focus {
  outline:3px solid #4a86ce; 
  outline-offset: 2px;
}

@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fff;
  font-size: 14px;
  word-wrap: break-word;
}


@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #1a0dab;
  text-decoration: underline;
}

a:hover {
  color: #e0261d;
  text-decoration: none;
}

a:focus {
  outline: 0.0625rem solid #4a86ce;
}

.container--flex {
  max-width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-main {
  margin-top: 1.875rem;
}

input, select {
  border: 0.0625rem solid #ccc;
  border-radius: 3px;
  padding: 0.3125rem 0.625rem;
  margin-left: 0.3125rem;
}

.search {
  display: none;
}

@media (min-width: 992px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.search--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.625rem;
}

.search--mobile form {
  width: 100%;
}

.search--mobile input {
  width: calc(100% - 35px);
}

.search__input {
  background-color: transparent;
  height: 2.1875rem;
  font-size: 0.8125rem;
  border: 0.0625rem solid #ccc;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding: 0 1.25rem;
}

.search__label {
  background-color: #e0261d;
  width: 2.1875rem;
  height: 2.1875rem;
  color: #fff;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__label span {
  color: inherit;
}

.site-header {
  background-color: #fff;
  width: 100%;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #ccc;
  border-bottom: 0.25rem solid #e0261d;
  top: 0;
  left: 0;
  z-index: 999;
}

.site-header__row {
  max-width: 98%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 816px) {
  .site-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.site-header__right {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .site-header__right {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .site-header__right {
    width: auto;
  }
}

@media (min-width: 1293px) {
  .site-header__right {
    margin: 0;
  }
}

.site-header__logo {
  width: calc(100% - 50px);
}

@media (min-width: 992px) {
  .site-header__logo {
    width: auto;
  }
}

@media (min-width: 833px) {
  .site-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .site-header__logo {
    width: auto;
  }
}

@media (min-width: 816px) {
  .site-header__logo {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.site-header__logo--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5625rem 0;
}

@media (min-width: 1176px) {
  .site-header__logo--sm {
    display: none;
  }
}

.site-header__logo--lg {
  display: none;
}

@media (min-width: 1176px) {
  .site-header__logo--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

@media (min-width: 833px) {
  .site-header__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.site-header__img {
  width: 2.1875rem;
}

@media (min-width: 576px) {
  .site-header__img {
    width: 3.125rem;
  }
}

.site-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .site-header__link {
    margin: 0;
  }
}

.site-header__name {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding-left: 0.9375rem;
}

@media (min-width: 576px) {
  .site-header__name {
    font-size: 1.25rem;
  }
}

.site-header__name--bip {
  color: #e0261d;
  padding: 0;
}

@media (min-width: 1180px) {
  .site-header__box {
    border-right: 0.0625rem solid #ccc;
    padding: 0 0.9375rem;
  }
}

.site-header__box:last-child {
  margin-right: 0;
  border: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .site-header__box--logo {
    border-bottom: 0.0625rem solid #ccc;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.site-header__box--bip {
  width: 2.5rem;
}

@media (min-width: 576px) {
  .site-header__box--bip {
    width: 4.375rem;
  }
}

.site-header__box--epuap {
  width: 7.5rem;
}

.site-header__box--ebom {
  width: 4.375rem;
}

.site-header__box--fb, .site-header__box--tw {
  font-size: 1.4375rem;
}

.site-header__box--fb span {
  color: #3B5998;
}

.site-header__box--tw span {
  color: #4099ff;
}

.site-header__hamburger {
  position: absolute;
  top: 1.25rem;
  right: 0.3125rem;
  z-index: 999;
  background-color: transparent;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  font-size: 1.5625rem;
}

@media (min-width: 992px) {
  .site-header__hamburger {
    display: none;
  }
}

.site-header__hamburger:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .wcag {
    margin-right: 0.9375rem;
  }
}

.wcag__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wcag__element {
  margin-right: 0.0625rem;
}

.wcag__element:last-child {
  margin-right: 0;
}

.wcag__button {
  width: 2.1875rem;
  height: 1.875rem;
  background-color: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e5));
  background: -webkit-linear-gradient(#f6f6f6, #e5e5e5);
  background: -o-linear-gradient(#f6f6f6, #e5e5e5);
  background: linear-gradient(#f6f6f6, #e5e5e5);
  font-size: 0.875rem;
  font-weight: bold;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wcag__button:hover {
  cursor: pointer;
}

.banner {
  width: 100%;
  height: 11.25rem;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
}

.logo-bip {
  display: none;
}

.logo-bip-sm {
  display: block;
}

.secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secondary-nav__element {
  color: #fff;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  margin-right: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .secondary-nav__element {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.secondary-nav__element p {
  margin: 1.25rem 0;
  padding-left: 1.25rem;
}

.secondary-nav__element span {
  color: inherit;
}

.secondary-nav__element a {
  background-color: #e0261d;
  width: 2.1875rem;
  height: 2.1875rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secondary-nav__element a:hover {
  color: inherit;
}

@media (min-width: 768px) {
  .secondary-nav__element a {
    font-size: 1.375rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.secondary-nav__element:hover {
  opacity: 0.8;
}

body.navbar-opened {
  overflow: hidden;
}

.navbar {
  width: 100%;
  background-color: #fff;
  border-bottom: 0.125rem solid #e0261d;
  padding: 0;
  padding-top: 2.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}

.navbar__menu {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  .navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.navbar__menu--opened {
  display: block;
}

.navbar__element {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .navbar__element {
    min-width: 20%;
  }
}

.navbar__element--active {
  background-color: #e0261d;
  color: #fff;
}

.navbar__element--active .navbar__link {
  color: #fff;
}

.navbar__icon {
  font-size: 1.125rem;
  padding-right: 0.1875rem;
}

.navbar__link {
  color: #666;
  padding: 0.625rem 0;
  display: block;
}

.navbar__link:hover {
  background-color: #e0261d;
  color: #fff;
  text-decoration: none;
}

.navbar__hamburger {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 1.5625rem;
  position: absolute;
  top: 0.0625rem;
  right: 0;
}

@media (min-width: 768px) {
  .navbar__hamburger {
    display: none;
  }
}

.navbar__hamburger:hover {
  cursor: pointer;
}

.sidebar-nav {
  width: 25%;
  border-right: 0.0625rem solid #f5f5f5;
  padding-right: 1.25rem;
  display: none;
}

@media (min-width: 992px) {
  .sidebar-nav {
    display: block;
  }
}

.sidebar-nav--mobile {
  width: 100%;
  height: calc(100% - 105px);
  background-color: #fff;
  overflow: auto;
  position: fixed;
  top: 8.4375rem;
  left: 0;
  z-index: 999;
  display: none;
}

@media (min-width: 576px) {
  .sidebar-nav--mobile {
    top: 8.75rem;
  }
}

@media (min-width: 768px) {
  .sidebar-nav--mobile {
    width: 90%;
  }
}

@media (min-width: 816px) {
  .sidebar-nav--mobile {
    top: 5.625rem;
  }
}

@media (min-width: 992px) {
  .sidebar-nav--mobile {
    display: none;
  }
}

.sidebar-nav--opened {
  display: block;
}

@media (min-width: 992px) {
  .sidebar-nav--opened {
    display: none;
  }
}

.sidebar-nav--right {
  padding-right: 0;
  border: 0;
  border-left: 0.0625rem solid #f5f5f5;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}

.sidebar-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav__element {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 0.0625rem solid #eee;
}

.sidebar-nav__element--active, .sidebar-nav__element:hover {
  border-left: 2px solid #e0261d;
}

.sidebar-nav__element--active .left-nav__link, .sidebar-nav__element:hover .left-nav__link {
  color: #e0261d;
}

.sidebar-nav__element--active .sidebar-nav__link {
  color: #e0261d;
}

.sidebar-nav__submenu {
  font-size: 0.75rem;
  font-weight: 400;
  padding-right: 1rem;
  padding-left: 2.5rem;
}

.sidebar-nav__submenu--second {
  padding-left: 0.9375rem;
}

.sidebar-nav__submenu li {
  margin-bottom: 10px;
}

.sidebar-nav__submenu li:first-child {
  margin-top: 10px;
}

.sidebar-nav__submenu li a {
  text-decoration: none;
  color: inherit;
}

.sidebar-nav__submenu .row_selected {
  background-color: transparent;
  color: #e0261d;
  font-weight: bold;
  text-decoration: underline;
}

.sidebar-nav__header {
  background-color: #e0261d;
  padding: 0.625rem 1.25rem;
}

.sidebar-nav__title {
  color: #fff;
  font-size: 1.125rem;
  margin: 0;
}

.sidebar-nav__link {
  color: #000;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  display: block;
}

.sidebar-nav__icon {
  color: #f50808;
  font-weight: bold;
  padding-right: 0.625rem;
}

.bip-article {
  width: 100%;
}

@media (min-width: 992px) {
  .bip-article {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .bip-article {
    padding-left: 1.25rem;
  }
}

.bip-article__header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0.125rem solid #e0261d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bip-article__title {
  background-color: #e0261d;
  min-width: 30%;
  max-width: 90%;
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.625rem;
  display: inline-block;
}

.bip-article__title a {
  color: inherit !important;
}

.bip-article__content {
  background-color: #fff;
  font-size: 1rem;
  padding: 0.9375rem;
  overflow-x: auto;
}

.bip-article__icon {
  width: 1.5625rem;
}

.bip-news-section {
  width: 80%;
  background-color: #fff;
}

.bip-news-section__header {
  border-bottom: 0.125rem solid #e0261d;
}

.bip-news-section__title {
  background-color: #e0261d;
  color: #fff;
  font-size: 1.5625rem;
  display: inline-block;
  margin: 0;
  padding: 0.3125rem;
  padding-right: 3.125rem;
  padding-left: 1.25rem;
}

.article-news {
  border-bottom: 0.0625rem solid #e0261d;
  padding: 0.625rem;
}

.article-news p {
  margin: 0;
}

.article-news__title {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}

.article-news__content {
  font-size: 0.8125rem;
}

.site-footer {
  background-color: #e0261d;
  color: #fff;
  padding: 0.3125rem 0;
}

.site-footer p {
  color: inherit;
  margin: 0;
  padding: 0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: inherit;
}

.banners {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}

.banners__img {
  padding: 1.25rem;
}

.attachment {
  margin-top: 0.9375rem;
}

.attachment__head {
  background-color: #f6f6f6;
  border-radius: 0.5rem;
}

.attachment__title {
  font-size: 1.125rem;
  margin: 0;
}

.attachment__icon {
  background-color: #e0261d;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.9375rem;
  margin-right: 0.625rem;
}

.attachment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.9375rem;
}

.attachment-list__element {
  background-color: #f6f6f6;
  border: 0.0625rem solid #eaeaea;
  border-radius: 0.5rem;
  padding: 0.3125rem 1.25rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.attachment-list__icon {
  width: 1.875rem;
  padding-right: 0.625rem;
}

.attachment-list__link {
  width: calc(100% - 30px);
  color: #222;
  font-size: 0.8125rem;
}

.attachment-list__link a {
 text-decoration: none;
}

.attachment-list__details {
  min-width: 140px;
  font-size: 14px;
  color: #676464;
  text-align: right;
}

.attachment-list__date {
  color: inherit;
  margin: 0;
}

.attachment-list__author {
  color: inherit;
  margin: 0;
}

.attachment-list__counter {
  color: inherit;
  margin: 0;
}

.attachment-list__button {
  background-color: transparent;
  border: 0;
}

.attachment-list__button:hover {
  cursor: pointer;
}

.persons {
  margin-top: 0.9375rem;
}

.persons__head {
  background-color: #f6f6f6;
  border-radius: 0.5rem;
}

.persons__title {
  font-size: 1.125rem;
  margin: 0;
}

.persons__icon {
  background-color: #e0261d;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.9375rem;
  margin-right: 0.625rem;
}

.persons__container {
  margin-top: 1.25rem;
}

.persons__element {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  margin-right: 0.625rem;
}

@media (min-width: 768px) {
  .persons__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.persons__element:last-child {
  border: 0;
}

.persons__avatar {
  border: 0.125rem solid #e0261d;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .persons__avatar {
    margin-right: 0.625rem;
  }
}

.persons__content {
  width: 100%;
}

@media (min-width: 768px) {
  .persons__content {
    width: calc(100% - 150px);
  }
}

.persons p {
  margin: 0;
  padding: 0;
}

.persons__position {
  color: #e0261d;
}

.person-info {
  margin: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.person-info__avatar {
  width: 6.25rem;
  border: 1px solid #ccc;
}

.person-info table {
  margin: 0;
}

.person-info table th {
  width: 15.625rem;
}

.change-reg {
  border-top: 0.0625rem solid #ccc;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.change-reg__btn-container {
  margin-top: 0.9375rem;
  text-align: right;
}

.change-reg__head {
  background-color: #f6f6f6;
  border-radius: 0.5rem;
}

.change-reg__title {
  font-size: 1.125rem;
  margin: 0;
}

.change-reg__icon {
  background-color: #e0261d;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.9375rem;
  margin-right: 0.625rem;
}

.change-reg__filter {
  font-size: 0.875rem;
  margin: 0.9375rem 0;
}

.change-reg input, .change-reg select {
  border: 0.0625rem solid #ccc;
  border-radius: 3px;
  padding: 0.3125rem 0.625rem;
  margin-left: 0.1875rem;
}

.change-reg .form-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 0.625rem;
}

.position {
  margin-top: 1.25rem;
}

.search-form {
  margin-top: 1.25rem;
}

.search-form__label {
  font-size: 0.875rem;
  font-weight: 700;
}

.search-form__col--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form__button-container {
  text-align: right;
}

.search-list-group {
  width: 100%;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.search-list-group input {
  margin-right: 0.3125rem;
}

.result-search {
  margin-top: 1.25rem;
}

.result-search__head {
  background-color: #e0261d;
  width: 100%;
  color: #fff;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
}

.result-search__title {
  font-size: 1.125rem;
  margin: 0;
}

.result-search__group {
  margin-bottom: 0.9375rem;
}

.result-search__group-title {
  font-size: 0.93333rem;
  font-weight: 700;
}

.amount-visit {
  margin: 1.25rem 0;
}

.bip-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .bip-info-container {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bip-info__img {
  width: 9.375rem;
}

.bip-info__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
}

.bip-info__title {
  width: 9.375rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .bip-info__title {
    width: 21.875rem;
  }
}
