body .g-gallery1-photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 20px; }
  body .g-gallery1-photo-list br {
    display: none; }
  body .g-gallery1-photo-list .g-img__caption {
    width: auto;
    max-width: 100%;
    margin: 6px auto;
    text-align: center; }
  body .g-gallery1-photo-list .g-img--gallery-image {
    margin: 0 0 2%;
    max-width: 31%;
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 880px) {
    body .g-gallery1-photo-list .g-img--gallery-image {
      max-width: 48%; } }
    @media (max-width: 500px) {
    body .g-gallery1-photo-list .g-img--gallery-image {
      max-width: 100%; } }
    body .g-gallery1-photo-list .g-img--gallery-image .g-img__layers {
      max-width: 100%; }
    body .g-gallery1-photo-list .g-img--gallery-image .g-img__link {
      width: auto !important;
      height: auto !important;
      max-width: 100%; }
  @media (max-width: 640px) {
    body .g-page-article__image {
      float: none;
      display: block;
      margin-right: 0; } }
  body .g-article__name {
    color: #16437b; }
  body .g-article__body {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 480px) {
    body .g-article__body {
      flex-direction: column; } }
  body .g-article__text {
    flex-grow: 1; }
  body .g-article__image {
    min-width: 120px; }
    @media (max-width: 480px) {
    body .g-article__image {
      display: none; } }
  body .g-article__footer {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  body .g-article__date {
    font-size: 16px; }
  body .g-article__read-more a {
    padding: 12px 20px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(to right, #ff5b00 0%, #ff9b00 100%);
    color: #fff; }
    body .g-article__read-more a:hover {
      background: linear-gradient(to left, #ff5b00 0%, #ff9b00 100%); }
  body .g-pagination__item {
    color: #fff;
    background: linear-gradient(to right, #ff5b00 0%, #ff9b00 100%);
    border: 1px solid transparent !important; }
    body .g-pagination__item:hover {
      background: linear-gradient(to left, #ff5b00 0%, #ff9b00 100%);
      color: #fff; }
    body .g-pagination__item--active {
      background: none !important;
      color: #16437b !important;
      border: 1px solid #16437b !important; }
    body .g-pagination__item--next {
      color: #16437b;
      background: none !important;
      border: 1px solid #16437b !important; }
    body .g-pagination__item--next:after {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2316437b' d='M7.1.7l.7-.7L13 5.5 7.8 11l-.7-.7 4-4.3H0V5h11.1L7.1.7z'/%3E%3C/svg%3E") 0 0 no-repeat; }
    body .g-pagination__item--next:hover {
      color: #16437b; }
      body .g-pagination__item--next:hover:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2316437b' d='M7.1.7l.7-.7L13 5.5 7.8 11l-.7-.7 4-4.3H0V5h11.1L7.1.7z'/%3E%3C/svg%3E") 0 0 no-repeat; }
    body .g-pagination__item--prev {
      color: #16437b;
      background: none !important;
      border: 1px solid #16437b !important; }
    body .g-pagination__item--prev:after {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2316437b' d='M5.9.7L5.2 0 0 5.5 5.2 11l.7-.7-4-4.3H13V5H1.9l4-4.3z'/%3E%3C/svg%3E") 0 0 no-repeat; }
    body .g-pagination__item--prev:hover {
      color: #16437b; }
      body .g-pagination__item--prev:hover:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2316437b' d='M5.9.7L5.2 0 0 5.5 5.2 11l.7-.7-4-4.3H13V5H1.9l4-4.3z'/%3E%3C/svg%3E") 0 0 no-repeat; }
  body .accordeon__title {
    cursor: pointer;
    padding: 15px 30px 15px 15px;
    position: relative; }
    body .accordeon__title:before {
      content: '+';
      right: 15px;
      top: calc(50% - 12px);
      position: absolute;
      font-size: 20px;
      color: #ff9b00; }
  body .accordeon__item {
    border-radius: 5px;
    border: 1px solid #16437b;
    margin-bottom: 15px; }
    body .accordeon__item.opened .accordeon__title:before {
      content: '_';
      margin-top: -8px; }
  body .accordeon__body {
    display: none;
    padding: 0 15px 15px; }
  body .g-page-gallery1 .g-pagination .g-pagination__item {
    padding: 4px 10px;
    display: inline-block; }
    body .g-page-gallery1 .g-pagination .g-pagination__item.g-pagination__item--next, body .g-page-gallery1 .g-pagination .g-pagination__item.g-pagination__item--prev {
      text-decoration: none;
      border: none !important; }

.page-404-wr .top_txt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  color: #000; }
  .page-404-wr .bot_txt {
    margin-top: 30px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
    color: #000; }
  .page-404-wr .not_found_pic {
    max-width: 500px;
    margin: 0 auto; }
  .page-404-wr .not_found_pic img {
    max-width: 100%; }
  .page-404-wr .g-sitemap__item a {
    color: #4a90e2; }
    .page-404-wr .g-sitemap__item a:before {
      background: #8c8c8c; }
  .page-404-wr .g-sitemap__item:before {
    background: #8c8c8c; }

.search_404 {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 8px #e3e4e5;
  max-width: 278px;
  border-radius: 50px; }
  .search_404 .search_404-text {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 1px 8px #e3e4e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 240px;
    margin-right: 0;
    padding-right: 10px;
    box-shadow: none;
    background: none;
    padding-left: 15px; }
  .search_404 .search_404-button {
    min-width: 38px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%24mainColor2%22%20d%3D%22M12.324%2C13.994%20C12.219%2C13.994%2012.119%2C13.952%2012.045%2C13.878%20L8.919%2C10.751%20C8.021%2C11.317%206.959%2C11.645%205.822%2C11.645%20C2.611%2C11.645%20-0.001%2C9.033%20-0.001%2C5.822%20C-0.001%2C2.611%202.611%2C-0.001%205.822%2C-0.001%20C9.031%2C-0.001%2011.643%2C2.611%2011.643%2C5.822%20C11.643%2C6.958%2011.317%2C8.018%2010.753%2C8.915%20L13.879%2C12.043%20C14.034%2C12.197%2014.034%2C12.447%2013.879%2C12.602%20L12.603%2C13.878%20C12.529%2C13.952%2012.429%2C13.994%2012.324%2C13.994%20ZM9.612%2C10.327%20L12.324%2C13.040%20L13.041%2C12.322%20L10.341%2C9.621%20L9.612%2C10.327%20ZM5.822%2C0.789%20C3.047%2C0.789%200.789%2C3.047%200.789%2C5.822%20C0.789%2C8.597%203.047%2C10.855%205.822%2C10.855%20C8.596%2C10.855%2010.853%2C8.597%2010.853%2C5.822%20C10.853%2C3.047%208.596%2C0.789%205.822%2C0.789%20Z%22%20class%3D%22cls-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    box-shadow: none;
    border: 0;
    outline: none;
    padding: 10px 15px; }
  .search_404 .search_404-button:hover {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%24mainColor2%22%20d%3D%22M12.324%2C13.994%20C12.219%2C13.994%2012.119%2C13.952%2012.045%2C13.878%20L8.919%2C10.751%20C8.021%2C11.317%206.959%2C11.645%205.822%2C11.645%20C2.611%2C11.645%20-0.001%2C9.033%20-0.001%2C5.822%20C-0.001%2C2.611%202.611%2C-0.001%205.822%2C-0.001%20C9.031%2C-0.001%2011.643%2C2.611%2011.643%2C5.822%20C11.643%2C6.958%2011.317%2C8.018%2010.753%2C8.915%20L13.879%2C12.043%20C14.034%2C12.197%2014.034%2C12.447%2013.879%2C12.602%20L12.603%2C13.878%20C12.529%2C13.952%2012.429%2C13.994%2012.324%2C13.994%20ZM9.612%2C10.327%20L12.324%2C13.040%20L13.041%2C12.322%20L10.341%2C9.621%20L9.612%2C10.327%20ZM5.822%2C0.789%20C3.047%2C0.789%200.789%2C3.047%200.789%2C5.822%20C0.789%2C8.597%203.047%2C10.855%205.822%2C10.855%20C8.596%2C10.855%2010.853%2C8.597%2010.853%2C5.822%20C10.853%2C3.047%208.596%2C0.789%205.822%2C0.789%20Z%22%20class%3D%22cls-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    box-shadow: none; }

.microdata-page-path {
  color: #9c9c9c;
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 480px) {
  .microdata-page-path {
    padding-bottom: 15px;
    margin-bottom: 15px; } }
  .microdata-page-path a {
    color: #4a90e2;
    text-decoration: underline; }
  .microdata-page-path a:hover {
    text-decoration: none; }
  .microdata-page-path span {
    display: inline-block;
    margin: 0 3.5px; }
  @media (max-width: 480px) {
    .microdata-page-path span {
      margin: 0 1px; } }
