h1 {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-break: break-word;
}

.background--blue,
.breadcrumbs,
body {
  background-color: #f9fbfe;
}

header,
footer {
  background-color: white;
}

.white-content-block {
  background-color: white;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 42px 83px;
  text-align: justify;
  line-height: 1.4;
}

.white-content-block h2 {
  color: #3e3e3e;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.white-content-block h2:nth-child(1n+2) {
  margin-top: 48px;
}

.white-content-block p {
  color: #3e3e3e;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.white-content-block a {
  color: #2a5fcb;
}

.white-content-block table {
  border: 0;
}

.white-content-block table p {
  margin: 0;
}

.white-content-block table td {
  padding: 5px 4px;
}

@media (max-width: 567.99px) {
  .white-content-block a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
  }
}
.white-content-block li {
  color: #404040;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  list-style-type: disc;
}

.wrapper {
  padding-bottom: 90px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 567.99px) {
  .wrapper {
    padding-top: 45px;
  }

  .wrapper h1 {
    /*font-size: 32px;*/
    font-size: 24px;
  }

  .wrapper h1 br {
    display: none;
  }
}
.documents-row .col-sticky {
  position: initial;
}

.documents-row {
  position: relative;
}

.left-menu {
  padding: 30px 0;
  position: absolute;
  width: auto;
  height: 100%;
}

.left-menu .inner {
  position: sticky;
  width: 100%;
  top: 30px;
  left: 15px;
  max-width: 215px;
}

@media (max-width: 991.98px) {
  .left-menu {
    position: relative;
  }

  .left-menu .inner {
    max-width: 100%;
  }
}
@media (max-width: 370.99px) {
  .left-menu .inner {
    max-width: 240px;
  }
}
.left-menu a {
  display: block;
  color: #3e3e3e;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 567.99px) {
  .left-menu a {
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.left-menu a.selected {
  color: #2a5fcb;
}

.left-menu a:hover {
  text-decoration: none;
  color: #2a5fcb;
}

@media (max-width: 991.98px) {
  .h1 {
    padding-top: 10px;
  }

  .white-content-block {
    padding: 30px;
    text-align: left;
  }
}
@media (max-width: 567.99px) {
  .white-content-block {
    padding: 30px 15px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .white-content-block table p {
    font-size: 10px;
  }

  .white-content-block table {
    max-width: 100%;
    overflow-x: scroll;
    display: block;
  }
}
/*filter*/
.filter {
  margin-bottom: 60px;
  list-style-type: none;
  padding: 0;
}

.filter .container {
  padding-left: 0;
  padding-right: 0;
}

.filter .filter-item {
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 10px;
}

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

.filter .filter-item a, .filter .container .filter-item a {
  color: #9E9E9E;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1.2;
  transition: all .2s;
  font-weight: 400;
  max-height: 32px;
}

.filter .filter-item a:hover {
  color: #2a5fcb;
  border-color: #baccef;
  text-decoration: none;
}

.filter .filter-item.active > a, .filter .filter-item > a.active {
  color: #2a5fcb;
  border-color: #baccef;
}

.filter .filter-item svg, .filter .filter-item img {
  max-width: 20px;
  max-height: 20px;
}

.filter .filter-item span {
  min-width: 100%;
}

@media (max-width: 1199.98px) {
  .filter .filter-item a {
    padding: 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .filter {
    margin-bottom: 0;
  }

  .filter .filter-item {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .filter .filter-item a {
    width: 100%;
    max-width: 315px;
    padding: 7px 15px;
  }
}
/*preloader*/
h1.preloader, .preloader .left-menu .inner a, .preloader .white-content-block * {
  background: #e3e3e3 !important;
  border-radius: 3px !important;
  color: transparent  !important;
  border-color: transparent !important;
  position: relative;
  z-index: 1;
}

.preloader .white-content-block p, .preloader .white-content-block h2 {
  display: inline !important;
}

h1.preloader:before, h1.preloader:after, .preloader .white-content-block p:before, .preloader .white-content-block p:after, .preloader .white-content-block h2:before, .preloader .white-content-block h2:after {
  content: '';
  display: table;
}

h1.preloader {
  padding: 0;
  margin: 0 0 60px 0;
}

.preloader .white-content-block h2 {
  padding: 0;
  margin-bottom: 30px;
}

.preloader .white-content-block ul {
  background: none !important;
}
.preloader .white-content-block img {
  display: none;
}

/* bye-info */
.bye-info .white-content-block ol, .bye-info .white-content-block ul {
  margin-bottom: 30px;
}
.bye-info .white-content-block ol li, .bye-info .white-content-block ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.bye-info .white-content-block ol li:not(:last-child), .bye-info .white-content-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.bye-info .white-content-block h4 {
  font-weight: 600;
}
.bye-info .white-content-block table {
  margin-bottom: 30px;
  max-width: 100%;
  overflow-x: scroll;
}
.bye-info .white-content-block table tr td {
  font-size: 12px;
}
.bye-info .white-content-block img {
  margin: 8px;
}
.bye-info .white-content-block p:empty {
  margin-bottom: 0;
}
@media (max-width: 567.99px) {
  .bye-info .white-content-block a {
    display: inline;
  }
  .bye-info .white-content-block table {
    display: table;
  }
}

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