.news__sidebar .news-item__pic {
  position: relative;
}

.news__sidebar .news-item__pic .cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.breadcrumb {
  padding: 0 30px;
  background-color: #f7f7f7;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px;
}

.es-posts .es-post-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.es-posts .es-post-item:not(:first-child) {
  padding-top: 15px;
}

.es-posts .es-post-thumb {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.es-posts .es-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.es-posts .es-post-kicker {
  font-size: 13px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #202020;
}

.es-posts .es-post-title {
  font-size: 15px;
  color: #3351a6;
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.es-posts .es-post-meta {
  display: block;
  margin-top: 5px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.es-posts .es-post-meta li {
  font-size: 13px;
  color: #464646;
}

.es-posts .es-post-summary {
  margin-top: 6px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  color: #202020;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.news-tools {
  margin-right: auto;
}

.news-tools ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.news-tools li {
  margin-left: 0;
}

.news-tools li:not(:first-child) {
  margin-right: 5px;
}

.news-tools a {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background-color: #1e1e1e;
  color: white;
  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;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news-tools a:hover {
  background-color: #3351a6;
}

.news-info {
  padding-top: 8px;
  margin-left: 15px;
}

.news-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-info li {
  font-size: 14px;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-info li:not(:last-child) {
  margin-left: 8px;
}

.news-info i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: 4px;
}

.news-head {
  margin-bottom: 20px;
}

.news-head h6 {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  color: #1e1e1e;
}

.news-head h2 {
  font-size: 17px;
  font-weight: bold;
  color: #3351a6;
}

.news-lead {
  background: #e9e9fd;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 28px;
}

.news-content {
  text-align: justify;
  font-size: 15px;
  color: #404040;
  line-height: 28px;
}

.news-content #photo-face-tag {
  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;
}

.news-content img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 280px;
  margin-right: auto;
  margin-left: auto;
}

.extra-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  color: #404040;
}

.extra-meta i {
  display: block;
  margin-left: 4px;
}

.extra-meta span {
  font-weight: bold;
  color: #1e1e1e;
}

.extra-meta ul {
  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;
  list-style: none;
}

.extra-meta li:not(:last-child) {
  margin-left: 10px;
}

.meta-list {
  border-color: #d9d9d9;
}

.administrator-info {
  border-color: #d9d9d9;
}

.administrator-description h5 {
  font-size: 15px;
  font-weight: bold;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.administrator-description h4 {
  font-size: 14px;
  color: #404040;
}

.single-post-wrap > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.es-post-thumb .es {
  border-bottom-left-radius: 10px;
  font-size: 15px;
  padding: 5px;
}

.page-wrapper--pics .es-post-header {
  padding-bottom: 0;
}

.page-wrapper--pics .es-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-wrapper--pics .es-post-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-wrapper--pics .es-post-meta ul:first-child {
  margin-left: 15px;
}

.page-wrapper--pics .es-post-meta li {
  font-size: 14px;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-wrapper--pics .es-post-meta li:not(:last-child) {
  margin-left: 8px;
}

.page-wrapper--pics .es-post-meta i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: 4px;
}

.page-wrapper--pics .es-post-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3351a6;
}

.page-wrapper--pics .es-post-content {
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  color: #404040;
  margin-bottom: 15px;
}

.page-wrapper--pics .es-post-gallery {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.page-wrapper--pics .es-post-gallery .justified-gallery {
  background: #e9e9fd;
}

.page-wrapper--pics .es-post-gallery .justified-gallery > a {
  border-radius: 15px;
  overflow: hidden;
}

.page-wrapper--pics .administrator-description .post-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
}

.page-wrapper--pics .administrator-description .post-title {
  font-size: 14px;
  color: #404040;
}

.inpage--sidebar {
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
}

.inpage--sidebar .inpage__right {
  width: calc(70% - 15px);
  margin-left: 15px;
  background: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 15px;
}

.inpage--sidebar .inpage__left {
  width: calc(30% - 15px);
  margin-right: 15px;
}

.inpage--sidebar .inpage__left .notifs__head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inpage--sidebar .inpage__left .notifs {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 30px;
}

.inpage--sidebar .inpage__left .notifs__wrapper {
  height: 300px;
}

.inpage--sidebar .inpage__left .notif__link {
  font-size: 14px;
  line-height: 28px;
}

.inpage--sidebar .inpage__left .notif__link::before {
  display: inline-block;
  padding-top: 8px;
}

.justified-gallery > a > img,
.justified-gallery {
  border-radius: 10px;
}

.comment-form-area .post-title {
  text-align: center;
}

.comment-form-area .post-title h6 {
  text-align: center;
}

.comment-form-area .es-form-simple {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment-form-area fieldset,
.comment-form-area textarea,
.comment-form-area input {
  max-width: 400px;
  width: 400px;
}

.comment-form-area input,
.comment-form-area textarea {
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px !important;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.comment-form-area .submit-button {
  max-width: 150px;
  border-radius: 25px !important;
  background-color: #ee1935;
  color: white;
  text-align: center;
  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;
  font-size: 15px;
  font-weight: bold;
}

.comment-form-area .es-form-control[name="captcha"] {
  max-width: 120px;
}

.comment-form-area textarea {
  resize: none;
  overflow: hidden;
}

.es-post-gallery {
  border-bottom: none;
}

.sidebar-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .sidebar-page__content {
    width: calc(75% - 15px);
    margin-left: 15px;
  }
  .sidebar-page__sidebar {
    margin-right: 15px;
    width: calc((25% - 15px));
  }
  .sidebar-page__sidebar .scrollbar {
    height: 260px;
  }
  .sidebar-page__sidebar .news--text {
    margin-right: 25px;
    margin-left: 25px;
  }
  .sidebar-page__sidebar .news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar-page__content {
    width: calc(70% - 15px);
    margin-left: 15px;
  }
  .sidebar-page__sidebar {
    margin-right: 15px;
    width: calc((30% - 15px));
  }
  .sidebar-page__sidebar .scrollbar {
    height: 260px;
  }
  .sidebar-page__sidebar .news--text {
    margin-right: 25px;
    margin-left: 25px;
  }
  .sidebar-page__sidebar .news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .sidebar-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar-page__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-page__sidebar {
    width: 100%;
  }
  .sidebar-page__sidebar .scrollbar {
    height: 260px;
  }
  .sidebar-page__sidebar .news--text {
    margin-right: 25px;
    margin-left: 25px;
  }
  .sidebar-page__sidebar .news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.wrapper--inpage .captcha-container {
  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;
}

.wrapper--inpage .captcha-container input {
  margin-right: 15px;
  margin-left: 15px;
}

.wrapper--inpage .captcha-container img {
  width: 120px;
  height: 120xp;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}

.wrapper--inpage .inpage {
  min-height: 70vh;
}

.wrapper--inpage .footer__container {
  margin-top: 260px;
}

.wrapper--inpage .header__bottom-container {
  background: #6e757c;
}

.wrapper--inpage .header__bottom-container .sm-simple > li > a {
  color: white;
}

.wrapper--inpage .header__container .container {
  max-width: 1400px;
}

.wrapper--inpage .header__top {
  margin-bottom: 0;
}

.wrapper--inpage .header__top::before {
  content: unset;
}

.wrapper--inpage .header__container {
  position: relative;
  background: #383f48;
  padding-bottom: 0px;
}

.wrapper--inpage .header__flag {
  display: none;
}

.wrapper--inpage .header__menu {
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  background: none;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wrapper--inpage .header__bottom {
  width: 100%;
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .es-post-item .es-post-thumb {
    width: unset !important;
  }
}

@media (max-width: 575.98px) {
  .es-posts .es-post-thumb {
    margin-right: auto;
    margin-left: auto;
  }
}

.news-content__left {
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  width: 50%;
}

.news-content img {
  margin-right: 0;
  margin-left: 0;
  max-height: unset;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.chp .plyr--audio .plyr__controls {
  padding: 10px 15px;
}

#es-content .pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

#es-content .pagination a {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 1em;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  color: #1e1e1e;
  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;
}

#es-content .pagination a:hover {
  background-color: #ee1935;
  color: white;
  border-color: transparent;
}

#es-content .pagination li:not(:last-child) {
  margin-left: 8px;
}

#es-content .pagination .active a {
  background-color: #ee1935;
  color: white;
  border-color: transparent;
}

.meta-list {
  border-top: none !important;
  padding: 0 !important;
}

.review-area {
  margin: 0;
  border: none;
}

.meta-list {
  margin-top: 20px;
}

.es-similar-post {
  margin-bottom: 20px;
}

.es-post-gallery {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.content-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extra-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.extra-meta li {
  margin-left: 0 !important;
  margin-bottom: 6px;
  margin-right: 0 !important;
}

#page-print-content .extra-meta ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}

#page-print-content .news-info {
  padding-top: 0;
  padding-bottom: 10px;
}

#page-print-content .es-post-title {
  font-size: 1em;
  color: #202020;
}

#page-print-content .es-post-summary {
  border: none;
  background: #e9e9fd;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 28px;
}

#page-print-content .es-post-thumb {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hiddend;
  width: 40%;
}

.iziModal-content {
  padding-top: 0;
  padding-bottom: 0;
}

#photo-face-tag .rect-arrow {
  display: none;
}

.sec__header {
  background: #f7f7f7;
}

.sec__footer {
  margin-top: 30px;
}

.inpage {
  min-height: 60vh;
}

.news__sidebar {
  border-radius: 15px;
  background: white;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}

.news__sidebar .news__head {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__sidebar .news-item {
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 10px;
}

.news__sidebar .news-item:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}

.news__sidebar .news-item__pic {
  width: 100px;
  height: 67px;
  margin-left: 10px;
}

.news__sidebar .news-item__pic::before {
  font-size: 1em;
}

.news__sidebar .news-item__pic .cover-link {
  z-index: 5;
}

.news__sidebar .news-item__content {
  padding-top: 10px;
}

.news__sidebar .title {
  background: #f5f5f5;
  height: 49px;
  border-radius: 100px;
  padding: 0 20px;
  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;
  color: #00509d;
}

.news__sidebar .archive {
  height: 30px;
  background: #e3000f;
  border-radius: 100px;
  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;
  padding: 0 15px;
}

.news__sidebar .archive:hover {
  color: white;
  opacity: 0.8;
}

.news__sidebar .scrollbar {
  height: 485px;
}

.inpage--simple .archive-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inpage--simple .archive-pic .item {
  background: #f7f7f7;
  padding-bottom: 15px;
  border-radius: 15px;
}

.inpage--simple .archive-pic.long .news-item {
  width: 100%;
}

.inpage--simple .archive-pic.long .news-item__pic {
  height: 360px;
}

.inpage--sidebar .archive-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inpage--sidebar .archive-pic .item {
  background: #f7f7f7;
  padding-bottom: 15px;
  border-radius: 15px;
}

.inpage--sidebar .archive-pic.long .news-item {
  width: 100%;
}

.inpage--sidebar .archive-pic.long .news-item__pic {
  height: 360px;
}

.es-section--detail .news-content__left {
  max-width: 50%;
  width: unset;
  margin-left: 0;
}

.archive-text ul {
  list-style: none;
}

.archive-text li:not(:last-child) {
  margin-bottom: 15px;
}

.archive-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00509d;
  line-height: 26px;
}

.archive-text i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  font-size: 1.2em;
  margin-left: 8px;
}
/*# sourceMappingURL=inpage.css.map */