.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: #f1f1f1;
  min-height: 45px;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: none;
  border-radius: 15px;
}
.breadcrumb a {
  transition: all 0.2s linear;
}

ul.breadcrumb {
  flex-wrap: wrap;
}

ul.breadcrumb li + li::before {
  display: inline-block;
  text-align: center;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  font-size: 13px;
}

.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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.es-posts .es-post-header {
  display: flex;
  flex-direction: column;
}
.es-posts .es-post-kicker {
  font-size: 13px;
  order: 1;
  color: #202020;
}
.es-posts .es-post-title {
  font-size: 15px;
  color: #3351a6;
  font-weight: bold;
  order: 2;
}
.es-posts .es-post-meta {
  display: block;
  margin-top: 5px;
  order: 3;
}
.es-posts .es-post-meta li {
  font-size: 13px;
  color: #464646;
}
.es-posts .es-post-summary {
  margin-top: 6px;
  order: 2;
  font-size: 14px;
  color: #202020;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-info-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news-tools {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.news-tools ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.news-tools li {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.news-tools li:not(:first-child) {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.news-tools a {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background-color: #1e1e1e;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: all 0.2s linear;
}
.news-tools a:hover {
  background-color: #3351a6;
}

.news-info {
  padding-top: 8px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.news-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-info li {
  font-size: 14px;
  color: rgb(47, 47, 47);
  display: flex;
  align-items: center;
}
.news-info li:not(:last-child) {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.news-info i {
  display: flex;
  font-size: 14px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.news-head {
  margin-bottom: 30px;
}
.news-head h6 {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
  color: #1e1e1e;
}
.news-head h2 {
  font-size: 1.3em;
  font-weight: bolder;
  color: #000;
  text-shadow: 0 0 0.5px #000;
}

.news-lead {
  background: #eff3f6;
  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: flex;
  justify-content: center;
  align-items: center;
}
.news-content img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 280px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.extra-meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #404040;
}
.extra-meta i {
  display: block;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.extra-meta span {
  font-weight: bold;
  color: #1e1e1e;
}
.extra-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.extra-meta li:not(:last-child) {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

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

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

.administrator-description h5 {
  font-size: 15px;
  font-weight: bold;
  color: #1e1e1e;
  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: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.page-wrapper--pics .es-post-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-wrapper--pics .es-post-meta ul:first-child {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.page-wrapper--pics .es-post-meta li {
  font-size: 14px;
  color: rgb(47, 47, 47);
  display: flex;
  align-items: center;
}
.page-wrapper--pics .es-post-meta li:not(:last-child) {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.page-wrapper--pics .es-post-meta i {
  display: flex;
  font-size: 14px;
  -webkit-margin-end: 4px;
          margin-inline-end: 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: #f1f1f1;
}
.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: 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: flex;
  border-radius: 0;
}
.inpage--sidebar .inpage__right {
  width: calc(70% - 15px);
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  background: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 15px;
}
.inpage--sidebar .inpage__left {
  width: calc(30% - 15px);
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.inpage--sidebar .inpage__left .notifs__head__title {
  display: flex;
  align-items: center;
}
.inpage--sidebar .inpage__left .notifs {
  background-color: rgba(255, 255, 255, 0.8);
  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: flex;
  justify-content: center;
  align-items: center;
  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 {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  border-radius: 25px !important;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  -webkit-padding-start: 15px !important;
          padding-inline-start: 15px !important;
  -webkit-padding-end: 15px !important;
          padding-inline-end: 15px !important;
}

.comment-form-area .submit-button {
  max-width: 150px;
  border-radius: 10px !important;
  background-color: #eceef8;
  color: #103262;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.2s linear;
}
.comment-form-area .submit-button:hover {
  color: #fff;
  background-color: #ff9b18;
}

.es-btn.es-captcha-refresh {
  color: #103262;
  background-color: #eceef8;
  border: none !important;
}
.es-btn.es-captcha-refresh:hover {
  color: #fff;
  background-color: #ff9b18;
}

.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: flex;
}
@media (min-width: 992px) {
  .sidebar-page__content {
    width: calc(75% - 15px);
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .sidebar-page__sidebar {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
    width: calc(25% - 15px);
  }
  .sidebar-page__sidebar .scrollbar {
    height: 260px;
  }
  .sidebar-page__sidebar .news--text {
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
    -webkit-margin-end: 25px;
            margin-inline-end: 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);
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .sidebar-page__sidebar {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
    width: calc(30% - 15px);
  }
  .sidebar-page__sidebar .scrollbar {
    height: 260px;
  }
  .sidebar-page__sidebar .news--text {
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
    -webkit-margin-end: 25px;
            margin-inline-end: 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 {
    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 {
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
    -webkit-margin-end: 25px;
            margin-inline-end: 25px;
  }
  .sidebar-page__sidebar .news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.wrapper--inpage .captcha-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper--inpage .captcha-container input {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 15px;
          margin-inline-end: 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;
}

@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 {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.news-content__left {
  float: left;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 50%;
}
.news-content img {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  max-height: unset;
  border: 5px solid #fff;
  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: flex;
  margin-bottom: 0;
}
#es-content .pagination a {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 1em;
  background-color: rgb(248, 248, 248);
  border: 1px solid #d9d9d9;
  color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
}
#es-content .pagination a:hover {
  background-color: #ee1935;
  color: white;
  border-color: transparent;
}
#es-content .pagination li:not(:last-child) {
  -webkit-margin-end: 8px;
          margin-inline-end: 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: flex;
  align-items: center;
}

.extra-meta ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.extra-meta li {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
  margin-bottom: 6px;
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
#page-print-content .extra-meta ul {
  justify-content: flex-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;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 0px;
          margin-inline-end: 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;
}

.inpage {
  min-height: 60vh;
}

.news__sidebar {
  border-radius: 15px;
  background: white;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}
.news__sidebar .news__head {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__sidebar .news-item {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  -webkit-margin-end: 30px;
          margin-inline-end: 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;
  -webkit-margin-end: 10px;
          margin-inline-end: 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: flex;
  justify-content: center;
  align-items: center;
  color: #00509d;
}
.news__sidebar .archive {
  height: 30px;
  background: #e3000f;
  border-radius: 100px;
  display: flex;
  justify-content: 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: flex;
  justify-content: flex-start;
  margin-top: 30px;
  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: flex;
  justify-content: flex-start;
  margin-top: 30px;
  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;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.archive-text ul {
  list-style: none;
}
.archive-text li:not(:last-child) {
  margin-bottom: 15px;
}
.archive-text a {
  display: flex;
  color: #00509d;
  line-height: 26px;
}
.archive-text i {
  display: flex;
  padding-top: 3px;
  font-size: 1.2em;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.product-reviews {
  padding-top: 30px;
}
.product-reviews .es.esprit-chat {
  font-size: 20px;
}

.es-captcha-img {
  height: 40px;
  border-radius: 25px !important;
  overflow: hidden;
}

.es-btn:not(:disabled):not(.es-disabled) {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .inpage-wraper .single-post-wrap .news-img {
    float: unset;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-bottom: 20px;
  }
  .news-info-wrap {
    flex-wrap: wrap;
  }
  .administrator-avatar {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .administrator-description {
    text-align: right;
  }
}
.news-head h6,
.news-head h3 {
  color: #004e88;
}

#es-content .news-info-wrap .news-info ul li:first-child {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.extra-meta span {
  color: #dc3545;
}

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

.comment-form-area fieldset, .comment-form-area textarea, .comment-form-area input {
  max-width: 100%;
  width: 100%;
}

.post-title h2 {
  text-align: right;
}

.comment-form-area .submit-button {
  max-width: 100%;
}

.inpage-wraper {
  padding-top: 130px;
}
.inpage-wraper .sec__header {
  transform: translateY(0) !important;
  top: 0 !important;
  background: rgba(66, 72, 116, 0.9);
  height: auto;
  opacity: 1 !important;
  transition: none;
  position: fixed;
}
.inpage-wraper .sec__header:hover {
  background: #424874;
}
.inpage-wraper .justified-gallery {
  background-color: #f1f1f1;
}
.inpage-wraper .single-post-wrap .news-img {
  float: left;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  margin-bottom: 30px;
}
.inpage-wraper .content-groups span {
  display: inline-block;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.inpage-wraper .links__news {
  max-width: 100%;
}
.inpage-wraper .links-news__scrollbar .scrollbar .os-scrollbar-vertical {
  left: 2px;
}
.inpage-wraper .sidebar-page__sidebar .scrollbar {
  max-height: 320px;
  height: unset;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  padding-bottom: 12px;
}
.inpage-wraper .main-news__news {
  box-shadow: none;
  margin-bottom: 0;
}
.inpage-wraper .links-news__list {
  gap: 0 !important;
}
.inpage-wraper .pic-news {
  margin-bottom: 20px;
}
.inpage-wraper .pic-news__slider {
  overflow: hidden;
}
.inpage-wraper .pic-news__slider .flickity-page-dots {
  bottom: 15px;
  background: #fff;
}
.inpage-wraper .pic-news__slider .flickity-page-dots .dot {
  opacity: 0.5;
}
.inpage-wraper .pic-news__slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff;
}
.inpage-wraper .pic-news__slider .flickity-button {
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.inpage-wraper .pic-news__slider .flickity-button:hover {
  opacity: 1;
}
.inpage-wraper .pic-news__slider:hover .flickity-button.next {
  left: 5px !important;
  transform: translateX(0%) translateY(-50%);
}
.inpage-wraper .pic-news__slider:hover .flickity-button.previous {
  right: 5px !important;
  transform: translateX(0%) translateY(-50%);
}
.inpage-wraper .pic-news__cell {
  width: 100% !important;
}
.inpage-wraper .pic-news__item {
  width: 100%;
}
.inpage-wraper .pic-news__item .news-item {
  border-radius: 15px;
  overflow: hidden;
}
.inpage-wraper .pic-news__item .news-item__pic {
  aspect-ratio: 4/2;
  width: 100%;
  position: relative;
}

@media (min-width: 991.98px) {
  .sec__footer {
    margin-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .sidebar-page {
    flex-direction: column;
  }
  .sidebar-page__content {
    margin-bottom: 20px;
    width: 100%;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .sidebar-page__sidebar {
    width: 100%;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .inpage-wraper .single-post-wrap .news-img {
    float: unset;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-bottom: 20px;
  }
}
.sidebar-page__sidebar {
  padding-bottom: 30px;
}
.sidebar-page__sidebar .links__news {
  margin-bottom: 20px;
}
.sidebar-page__sidebar .news__news-groups {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-bottom: 20px;
  width: 100%;
}
.sidebar-page__sidebar .news__news-groups .news-groups__archive {
  left: 0px;
  bottom: 10px;
}
.sidebar-page__sidebar .news__news-groups .scrollbar {
  max-height: 290px;
}
.sidebar-page__sidebar .news__news-groups .section__content {
  -webkit-margin-end: -30px;
          margin-inline-end: -30px;
  -webkit-padding-end: 22px;
          padding-inline-end: 22px;
}
.sidebar-page__sidebar .news-groups__list {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}
.sidebar-page__sidebar .news__news-groups .section__header {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.sidebar-page__sidebar .news-groups__list {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.sidebar-page__sidebar .vote {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.sidebar-page__sidebar .vote button {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  max-width: 150px;
  border-radius: 10px !important;
  background-color: #eceef8;
  color: #103262;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.2s linear;
  margin-inline-end: 0 !important;
  height: 40px !important;
  font-size: 14px;
  border: unset !important;
}
.sidebar-page__sidebar .vote button:hover {
  background-color: #ff9b18;
  color: white;
}
.sidebar-page__sidebar .news-groups__archive {
  left: 15px !important;
}
.sidebar-page__sidebar .answers label {
  font-size: 14px;
}

#es-content-top table {
  display: block;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  #es-content-top table {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
}
body[dir=ltr] .sidebar-page__sidebar .news-groups__scrollbar .os-scrollbar-vertical {
  left: 6px;
}
body[dir=ltr] .inpage-wraper .single-post-wrap .news-img {
  margin-right: 30px;
  margin-left: 0;
}
body[dir=ltr] .administrator-description {
  margin-right: 0;
  margin-left: 15px;
}/*# sourceMappingURL=inpage.css.map */