@charset "UTF-8";
/**
 * @version    2.7.x
 * @package    K2
 * @author     JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license:http://www.gnu.org/copyleft/gpl.html
 */
/*------------------------------------------------------------------------------
	Common Elements
--------------------------------------------------------------------------------*/
/* --- Basic typography --- */
a:active,
a:focus {
  outline: 0;
}

img {
  border: none;
}

/* p + br, li + br, ul + br, h3 + br {
  display: none;
} */
.content-part br {
   padding: 10px 0; 
  display: block;
  box-sizing: content-box;
  height: 6px;
}

a[title^=UpToLike] {
  display: none !important;
}

/* --- Таблицы --- */
table p, table td p, table td h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1B1B1B;
  text-align: left;
}

/*Стилизуем таблицы График приема граждан*/
table td h6 {
  font-weight: 500;
  text-align: left;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  overflow: auto;
}

table tbody {
  border: none;
}

div.part2-item table td, div.part2-item table tr,
div.part2-item table th {
  border: 1px solid #746C58;
}

div.part2-item table {
  margin: 10px 0;
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  border: none;
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.content-part table tr:first-child {
  border: 1px solid #746C58;
}

div.part2-item table td:last-child {
  border-right: none !important;
}

div.part2-item table td:first-child {
  border-left: none !important;
}

div.part2-item table td {
  padding: 12px;
}

div.part2-item table th {
  text-align: center;
  vertical-align: middle;
  padding: 12px;
}

div.part2-item table td[colspan="3"],
div.part2-item table td[colspan="4"],
div.part2-item table th {

}

@media (max-width: 500px) {
  .part2-item div.part2-item table td {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.part2-item tbody {
    width: 100% !important;
  }
  div.part2-item table {
    overflow-x: auto;
  }
}
.itemFullText td {
  padding: 10px;
}

.itemFullText td p {
  padding: 0px;
  text-align: left;
}

.itemFullText table p {
  margin: 0;
}

/* --- Таблицы END --- */
/* --- Global K2 container --- */
#k2Container, div#xmap, div.contact {
  font-size: 14px;
  line-height: 16px;
  color: #1b1b1b;
  padding: 0;
}

.itemHeadertop {
  line-height: 0;
  font-size: 0;
}

.genericView {
  margin-top: 32px;
}

#k2Container, #k2Container.info-container.itemView {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #k2Container {
    padding-left: 0;
  }
}
/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* --- RSS feed icon --- */
/*div.k2FeedIcon {padding:4px 8px;}*/
div.k2FeedIcon a {
  display: block;
  float: right;
  margin: 0;
  font-size: 18px;
  padding: 0;
  width: 0;
  height: 0;
}

div.k2FeedIcon a:hover {
  color: #000;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  float: left;
}

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}

div.itemRatingForm .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left bottom;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}

#recaptcha_table {
  border-color: #ccc !important;
}

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2-recaptcha-v2 {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 100%!important;
}

.k2-recaptcha-v2 > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%!important;
}
@media screen and (max-width: 360px) {
    .k2-recaptcha-v2 > div textarea{
        width: 230px!important;
    }
}

/* --- Icon Font Support --- */
/* Reset for users with older overrides */
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 14px;
}

div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 16px 0;
}

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both;
}

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Read more --- */
a.k2ReadMore:hover {
  text-decoration: none;
}

/*icons*/
.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li > .sn-icon, .itemTwitterButton #__utl-buttons-1 .uptl_share_more_popup__list .sn-icon,
.itemTwitterButton #__utl_follow-popup-panel-wrapper___utl-buttons-1 p .__utl_logo > .sn-icon {
  background: transparent !important;
}

.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li, .itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li > .sn-icon,
.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li > .sn-icon:before, .itemTwitterButton #__utl-buttons-1 .uptl_share_more_popup__list .sn-icon#__utl-buttons-1 .uptl_share_more_popup__list .sn-icon:before {
  color: none !important;
}

.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li {
  margin-right: 6px !important;
}

.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li.share-counter-container {
  margin-right: 0 !important;
}

#k2Container .uptlk_wdgt_mQczb .uptl_toolbar .sn-icon {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 24px !important;
}

.itemTwitterButton .uptlk_wdgt_3g5nG .uptl_toolbar.uptl_toolbar_share {
  text-align: center;
  float: left;
}

.itemTwitterButton .uptl_toolbar .uptl_toolbar_simple __utl-reset .uptl_toolbar_share {
  text-align: center;
  float: left;
}

/* --- Pagination --- */
/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination {
  padding: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  font-family: "PT Sans Caption", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0;
  color: #1B1B1B;
  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;
}

div.k2Pagination ul, .pagination ul.pagination-list {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
}

ul.pagination-list + .clr {
  display: none;
}

.pagination ul.pagination-list {
  border-top: 0px;
  padding: 0;
  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;
  font-size: 14px;
  line-height: 18px;
}

div.k2Pagination ul li, .pagination ul.pagination-list li {
  list-style: none;
  display: list-item;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #4E3E2C;
  margin-right: 10px;
  margin-bottom: 6px;
}

.pagination ul.pagination-list li.active a {
  color: #49444B;
  /* text-shadow: 0.3px -0.3px 0.5px #49444B; */
  border-radius: 50%;
  background: #FCF4D9;
}

div.k2Pagination ul li a, .pagination ul.pagination-list li a {
  display: block;
  color: #4E3E2C;
  text-align: center;
  text-decoration: none;
  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;
  padding: 4px 10px;
  height: 28px;
  width: 28px;
}

div.k2Pagination ul li a:hover, .pagination ul.pagination-list li a:hover {
  text-decoration: none;
  color: #4E3E2C;
  /* text-shadow: 0.3px -0.3px 0.5px #627473; */
}

div.k2Pagination ul li a .icon-first:after, .pagination ul.pagination-list li a span.icon-first:after {
  content: url(../images/icons/double-left.svg);
}

div.k2Pagination ul li a .icon-previous:after, .pagination ul.pagination-list li a span.icon-previous:after {
  content: url(../images/icons/arrow=left.svg);
}

div.k2Pagination ul li a .icon-next:before, .pagination ul.pagination-list li a span.icon-next:before {
  content: url(../images/icons/arrow=right.svg);
}

div.k2Pagination ul li a .icon-last:before, .pagination ul.pagination-list li a span.icon-last:before {
  content: url(../images/icons/arrow=double-right.svg);
}

div.k2Pagination ul li.active a, .pagination ul.pagination-list li.active a {
  text-decoration: none;
  /* color: #7D7D7D; */
}


/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #7EA0B9;
  color: #fff !important;
  border: 0;
  border-radius: 4px;
  font-size: 11px !important;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover {
  background: #96bddc;
}

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}

div.itemListView {
  margin-bottom: 16px;
}

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 32px 0;
}

@media (max-width: 992px) {
  div.itemView {
    margin-bottom: 16px;
  }
  div.k2Pagination ul li, .pagination ul.pagination-list li {
    margin-right: 14px;
  }
  div.k2Pagination {
    padding-left: 0;
    padding-right: 0;
  }
}
/* this is the item container for this view */
.part1-item {
  /* width: 344px;
   min-height: 200px;
   float: left;
   margin-right: 16px;
   margin-bottom: 16px;
   -webkit-border-radius: 2px;
   border-radius: 2px;*/
}

.izdanija-container .part1-item {
  width: 208px;
  height: 296px;
}

.izdanija-container .part1-item span.itemImage {
  height: 296px !important;
}

.part1-item .eksport {
  margin-top: 16px;
  text-align: center;
}

.part2-item {
  padding-left: 0;
}

.part2-item .itemFullText p > img {
  margin: 8px;
  max-width: 100% !important;
}

.itemDateCreated {
  color: var(--neitral-2, #454545);
  font-family: "PT Sans Caption", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.04px;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

div.itemHeader span.itemAuthor a {
  color: #999;
  font-size: 12px;
  letter-spacing: 0em;
}

div.itemToolbar {
  padding: 0px;
  margin: 0px;
  background: transparent;
  color: #fff;
}

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

div.itemToolbar ul > li:first-child {
  border: none;
}

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  text-transform: uppercase;
  border-bottom: 1px solid #aa4a17;
  padding: 15px 0px 5px;
  color: #002338;
  font-family: "HelveticaBold", sans-serif;
  font-weight: 700;
}

div.itemToolbar ul li a:hover {
  color: #333333;
  text-decoration: none;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 8px 0;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.itemBody {
  padding: 0;
  margin: 0;
}

div.itemHeader2 h2.itemTitle {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 3px 0px -5px rgba(255, 255, 255, 0.3);
  padding: 10px;
  font-size: 30px;
}

span.itemImage {
  display: block;
  text-align: center;
}

span.itemImage img {
  max-width: 100%;
  border-radius: 2px;
}

.virtual-static span.itemImage img {
  position: relative;
}

.virtual-static span.itemImage a {
  position: relative;
  display: inline-block;
}

.virtual-static span.itemImage a::after {
  content: url(../images/logo_nadpis.svg);
  position: absolute;
  z-index: 10;
  width: 144px;
  height: 144px;
  right: 8px;
  bottom: 8px;
}

span.itemImageCaption {
  color: #1b1b1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.004em;
  text-align: center;
  display: inline-block;
  margin-top: 16px;
}

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}

@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }
}
span.itemImage {
  height: 100% !important;
  min-height: 230px !important;
  display: block;
  text-align: center;
  border-radius: 2px;
}

.virtual-static span.itemImage {
  text-align: right;
}

div.itemFullText h3, div.itemFullText h2, div.contact h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
  color:#4E3E2C;
}

div.itemFullText h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
  color:#4E3E2C;
}

div.itemFullText p b, div.itemFullText p {
  /* color: #1b1b1b; */
}

div.itemFullText table img {
  margin: 0 auto;
  display: block;
  padding: 10px !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .virtual-static span.itemImage {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  div.itemFullText table img {
    width: 100% !important;
    max-width: 100%;
  }
}
/*удаляем Доп поля на внутренних*/
.museum div.itemExtraFields .time, .museum div.itemExtraFields .gpafik,
.museum div.itemExtraFields .phone {
  display: none;
}

div.itemExtraFields .vozrast span,
div.itemExtraFields .square span {
  border-radius: 16px;
  background: #FFF;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

div.itemExtraFields .square {
  float: left;
  margin-right: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

div.itemExtraFields .vozrast {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

div.itemExtraFields .vozrast span p,
div.itemExtraFields .square span p {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.04px;
}

div.itemExtraFields .vozrast span h3,
div.itemExtraFields .square span h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
  color: var(--main-2, #49444B);
}

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   flex-direction: column;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;*/
}

div.itemExtraFields ul li {
  display: block;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 40%;
}

div.itemExtraFields ul li {
  margin-bottom: 8px;
}

div.itemExtraFields ul li span.itemExtraFieldsValue a {
  text-decoration: underline;
}

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #525252;
}

span.itemHits {
  float: left;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #525252;
}

span.itemDateModified {
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #525252;
}

div.itemSocialSharing {
  margin: 0;
  text-align: left;
  display: inline-block;
}

div.itemTwitterButton {
  width: 100%;
  text-align: center;
  padding-top: 8px;
}

div.itemTwitterButton.share-content {
  padding-bottom: 16px;
}

div.itemTwitterButton .utl-icon-tm .sn-icon:before {
  content: url(../images/icons/social/telegram-app.svg) !important;
}

div.itemTwitterButton .utl-icon-fb .sn-icon:before {
  content: url(../images/icons/social/facebook.svg) !important;
}

div.itemTwitterButton .utl-icon-tw .sn-icon:before {
  content: url(../images/icons/social/twitter.svg) !important;
}

.uptolike2.utl-icon-more.uptolike-popup-trigger.utl-icon-style-0 {
  display: none !important;
}

.eksport {
  width: 100%;
  text-align: center;
  background: #E3E3DD;
  padding-top: 16px;
}

.calendar-fillials + .eksport {
  background: #E3E3DD;
}

.itemTwitterButton {
  padding-bottom: 16px;
}

div.itemTwitterButtonContent {
  margin: 0;
  display: inline-block;
}

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}

div.itemLinks {
  margin: 10px 15px;
  padding: 0;
}

div.itemCategory {
  margin-left: 10px;
  float: left;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemCategory a {
  font-size: 17px;
  color: #5D5D5D;
}

div.itemTagsBlock {
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.itemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}

div.itemTagsBlock ul.itemTags li a {
  color: #1b4172;
  font-size: 15px;
  text-transform: lowercase;
  padding: 5px;
}

div.itemAttachmentsBlock {
  padding: 4px;
}

div.itemAttachmentsBlock span {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #888888;
  padding: 15px 0px 5px;
  color: #888888;
  display: block;
  text-align: left;
}

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: square outside;
  padding: 0;
  margin: 10px 0px;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  list-style: none;
}

div.itemAttachmentsBlock ul.itemAttachments li a {
  color: #888888;
  font-size: 13px;
}

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

.share2 span.spare2-title2:before {
  content: url(print.png);
  margin: 5px;
}

.share2 span.spare2-title3:before {
  content: url(email.png);
  margin: 5px;
}

.eksport span.eks-title, .share2 span.spare2-title {
  color: var(--neitral-2, #454545);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 133.333% */
  letter-spacing: 0.135px;
  text-transform: uppercase;
  text-align: center;
}

.share2 span.spare2-title2, .share2 span.spare2-title3 {
  color: #888888;
  font-size: 13px;
}

.share2 li {
  list-style-type: none;
  padding: 10px 0px;
}

.itemPrintLink span {
  padding: 15px 0px 5px;
  color: #00609d;
  font-size: 12px;
  text-transform: uppercase;
}

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-size: 16px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

span.itemAuthor {
  margin: 20px;
  display: block;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated h3 {
  color: #747474;
  font: 11px "pt_serifregular", Georgia, serif;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 3px;
}

div.itemRelated ul {
  list-style-type: none;
  margin-left: -40px;
}

div.itemRelated ul li {
  padding: 10px;
  margin: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: none;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

a.itemRelTitle {
  font: 14px "pt_sansbold", PT Sans Caption, serif;
  line-height: 14px;
  display: block;
  color: #000;
  font-weight: bold;
}

a.itemRelTitle:hover {
  color: #006eaa;
  text-decoration: none;
}

img.itemRelImg {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100px;
}

div.itemRelIntrotext {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font: 13px "pt_sansregular", Georgia, serif;
  line-height: 15px;
  padding: 5px 0px;
}

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
  color: #eee;
}

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }
}
/*для внутренних страниц*/
div.itemFullText ul.sigProArtistic {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  float: left;
}

div.itemFullText ul.sigProArtistic li.sigProThumb {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}

div.gallery-item ul.sigProArtistic {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  float: left;
}

div.gallery-item ul.sigProArtistic li.sigProThumb {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 10px;
}

ul.sigProArtistic li.sigProThumb a.sigProLink,
div.gallery-item ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
  position: relative;
  display: block;
  margin: 0;
}

ul.sigProArtistic li.sigProThumb a.sigProLink {
  color: #333;
  background: #fff;
}

ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
  color: #eee;
  text-decoration: none;
  border: 0px;
}

.sigProArtistic .sigProThumb a.sigProLink img.sigProImg,
.sigProArtistic .sigProThumb a.sigProLink:hover img.sigProImg {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

ul.sigProArtistic li.sigProThumb a.sigProLink:hover img.sigProImg {
  border: 0px;
  opacity: 0.7;
}

img.sigProImg {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  /*height: 100%!important;*/
}
.sigProContainer.sigProArtistic{
background: #A6A39B;
border-radius: 32px;
padding: 10px!important;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
ul.sigProArtistic.sigProContainer li.sigProThumb{
  margin: 8px;
  max-width: 100%;
}
ul.sigProArtistic.sigProContainer li.sigProThumb a.sigProLink{
  padding: 0;
  border: none;
  max-width: calc(100vw - 64px);
}
/* Caption */
ul.sigProArtistic span.sigProPseudoCaption{
  opacity: 0.86;
}
/* ul.sigProArtistic span.sigProPseudoCaption, */
ul.sigProArtistic span.sigProCaption,
.swiper-slide span.sigProCaption {
  /* display: none; */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding:8px;
width: 100%;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 14px;
  background: rgba(255,255,255,0.86);
}
.sigProArtistic .sigProThumb a.sigProLink:hover span.sigProCaption,
.swiper-slide.sigProThumb a.sigProLink:hover span.sigProCaption{
  background: rgba(109,109,103,0.86);
  color: #FFFFFF;
}
.sigProPseudoCaption{
  display: none;

}
ul.sigProArtistic span.sigProPseudoCaption{
  display: none;
}
ul.sigProArtistic span.sigProCaption{
  position: absolute;
  top: auto;
  bottom: 0;
}
ul.sigProArtistic span.sigProPseudoCaption {
  background: #fff url(../images/bg.png) repeat-x top;
}

ul.sigProArtistic li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
  background: #000 url(../images/bg_hover.png) repeat-x top;
}

ul.sigProArtistic span.sigProPseudoCaption b {
  visibility: hidden;
}

/* Popup */
span.sigProPopupCaption {
  font-weight: bold;
  color: #C63C13;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a.sigProDownloadLink,
a.sigProDownloadLink:hover {
  background: url(../images/icons/files/jpg.svg) no-repeat left center;
  padding: 10px 0 4px 26px;
  color: #FFFFFF;
}

div.sigProModulePosition {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px;
  margin: 8px 0;
  background: #ffffdd;
}

/* IE specific styling: Use "body.sigProIsIEX element {}" - where X is 6, 7 or 8 - to target elements for these browser versions only */
body.sigProIsIE6 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE6 ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
  float: left;
}

body.sigProIsIE6 ul.sigProArtistic span.sigProPseudoCaption,
body.sigProIsIE6 ul.sigProArtistic span.sigProCaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 6px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


/* Flickr Set link */
a.sigProFlickrSetLink {
  display: block;
  clear: left;
  padding: 2px 8px;
  font-size: 10px;
  text-align: center;
}

/* Print message */
.sigProPrintMessage {
  display: none;
}

/* Image Gallery */
div.itemImageGallery {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/*для страницы Репертуар*/
div.gallery-rep ul.sigProArtistic {
  margin: 8px auto !important;
  padding: 8px 0 !important;
  list-style: none;
  clear: both;
  overflow: hidden;
  background: #F5F3EE;
}

div.gallery-rep ul.sigProArtistic.singleThumbGallery {
  margin: 0 !important;
  clear: none;
  float: left;
}

/* Thumbnail */
.itemImageGallery ul li::after {
  display: none;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper,
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,
ul.sigProClassic li.sigProThumb a.sigProLink {
  border-radius: 3px !important;
  display: inline-block;
  padding: 0 !important;
  border: none;
}

.itemImageGallery ul.sigProClassic {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.itemImageGallery ul.sigProClassic li.sigProThumb {
  margin: 16px;
  padding: 0;
}

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
  border-radius: 3px !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.itemImageGallery {
  clear: both;
}

@media screen and (max-width: 767px) {
  img.sigProImg {
    height: 350px !important;
  }
} 
 @media screen and (max-width: 576px) {
  img.sigProImg {
    height: 320px !important;
  }
}
@media screen and (max-width: 430px) {
  img.sigProImg {
    width: 100%!important;
    /* max-width: calc(100vw - 64px); */
  }
  .sigProThumb a.sigProLink,
  .sigProThumb a.sigProLink img.sigProImg{
    height: 320px!important;
  }
}
@media screen and (max-width: 430px){

}
div.gallery-rep ul.sigProArtistic li.sigProThumb {
  float: left;
  background: none !important;
  margin: 2px;
  padding: 0;
  border: none !important;
}

ul.sigProArtistic li.sigProThumb a.sigProLink,
div.gallery-rep ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
  position: relative;
  display: block;
  margin: 0;
}

div.itemImageGallery h3 {
  text-transform: uppercase;
  display: block;
  text-align: center;
  /* font-weight: 700;
  font-size: px;*/
  margin: 16px 0;
  display: none;
}

/* Article navigation */
div.itemNavigation {
  padding: 0px;
  margin: 0 0 24px 0;
  background: #fafafa;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
.content-part .comments-list li {
  border-radius: 16px;
  border: 4px solid var(--main--2, #DAE0E7);
  background: #FFF;
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-part .comments-list li.clearList {
  display: none;
}

.comment-name {
  width: 200px;
}

span.lcUsername {
  color: var(--main-3, #1F1D20);
  text-align: right;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
  display: block;
  margin-bottom: 10px;
}

span.lcCommentDate {
  color: var(--main-2, #49444B);
  text-align: right;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.04px;
  display: block;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center;
}

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}

div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0;
}

div.itemCommentsForm form {
  width: 100%;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 2px 0 0 16px;
  color: #E3E3DD;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.004em;
  text-align: left;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  background: #FFF;
  color:#6E6E6E;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#6E6E6E;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  height: 48px;
  border-radius: 16px;
  background: #FFF;
  border: none;
}

div.itemCommentsForm form input#submitCommentButton {
  /* display: block;
   margin: 16px 0 0 0;
   padding: 8px 16px;
   color: #fff;
   border: 0;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   font-size: 16px;
   font-weight: bold;*/
}

div.itemCommentsForm form input#submitCommentButton:hover {
  /* background: #217dbb;*/
}

div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/system/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  display: none;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.itemBackToTop a {
  color: #cccccc;
  font-size: 14px;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

div.itemListCategory2 h2 {
  text-align: center;
}

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left;
}

div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
}

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
@media screen and (max-width: 600px) {
  div.itemContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}
/* --- Item block for each item group --- */
/* this is the container for each K2 item on this view */
/* Additional class appended to the element above for further styling per group item */
div.groupLinks {
  padding: 0;
  margin: 0;
}

div.catItemHeader span.catItemDateCreated {
  font-size: 15px;
  border-radius: 10px;
  display: block;
  width: 80%;
  color: #888888;
  font-style: italic;
  font-family: "PT Sans Caption", sans-serif;
  padding: 5px;
  margin: 10px 0px 0px 10px;
}

div.catItemHeader h3.catItemTitle a {
  color: #1B1B1B;
}

div.catItemHeader h3.catItemTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1B1B1B;
}

div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.catItemHeader span.catItemAuthor a {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Tinos", serif;
}

div.catItemHeader span.catItemAuthor a:hover {
  color: #ffca13;
}

div.catItemLinks span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 10px;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

div.catItemLinks span.catItemAuthor a {
  color: #999;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemImageBlock {
  padding: 0;
  display: inline-block;
}

span.catItemImage {
  display: block;
  text-align: center;
}

span.catItemImage img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: inline-block;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
}

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemHitsBlock {
  padding: 4px 0;
}

div.catItemCategory {
  padding: 4px 0;
}

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 4px 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  display: inline-block;
}

div.catItemTagsBlock span {
  color: #1b4172;
  font-size: 15px;
  font-family: "PT Sans Caption", sans-serif;
  text-transform: lowercase;
  padding: 5px;
  display: none;
}

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  padding-left: 16px;
}

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
  margin-top: 10px;
}

div.catItemTagsBlock ul.catItemTags li a:before {
  /* content: "#";*/
}

div.catItemTagsBlock ul.catItemTags li a {
  font-family: "PT Sans Caption", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #363636;
  padding: 8px 12px;
  background: #FFFFFF;
  border-radius: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

div.catItemTagsBlock ul.catItemTags li a:hover {
  background: #EBEBFF;
}

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.catItemReadMore {
  display: inline;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  /* letter-spacing: -0.06em; */
  color: #999;
  display: inline-block;
  margin-top: 10px;
  background: #6ab4e2;
}

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock2 h2 {
  padding: 5px;
  margin: 0px;
  background: #FFCA13;
  color: #fff;
  font-size: 14px;
  font-family: "PT Sans Caption", Helvetica, Arial, sans-serif;
}

span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.userItemAddLink a:hover {
  background: #ffffcc;
}

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.userBlock div.userDescription {
  padding: 4px 0;
}

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* User items */
div.userItemView {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc7c7;
}

/* this is the item container for this view */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.userItemHeader h3.userItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
  color: #38546c;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: -0.06em;
}

div.userItemHeader h3.userItemTitle a {
  color: #000000;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 24px;
  letter-spacing: -0.06em;
}

div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Unpublished" presented in superscript */
div.userItemBody {
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
  text-align: justify;
  color: #333;
}

div.userItemImageBlock {
  padding: 0 8px 0 0;
  margin: 0 15px 16px 0;
  display: inline-block;
}

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.userItemImage img {
  max-width: 200px;
  height: auto;
}

div.userItemIntroText {
  padding: 4px 0 12px 0;
  font: 16px "pt_serifregular", Georgia, serif;
  line-height: 1.44;
  color: #000;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  border-right: 1px solid #ccc;
}

div.userItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.userItemCategory a {
  color: #555;
  font-weight: bold;
}

div.userItemTagsBlock {
  display: inline;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  border-right: 1px solid #ccc;
  padding-right: 4px;
}

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

div.userItemTagsBlock ul.userItemTags li a {
  color: #000;
  background: #FFCA13;
  padding: 5px;
  border-radius: 100px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

div.userItemTagsBlock ul.userItemTags li a:hover {
  text-decoration: underline;
}

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.userItemReadMore {
  display: inline;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  margin-left: 8px;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
#k2Container.tagView {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 16px;
}

#k2Container.tagView h3 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
}

div.tagItemView {
  background: #F7F7F7;
  border-radius: 2px;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tagItemView a.thirdy-button {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

/* this is the item container for this view */
span.tagItemDateCreated {
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
  color: #38546c;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 24px;
  letter-spacing: -0.06em;
}

h2.tagItemTitle a {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 600;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px 10px;
  font-size: 20px;
  display: block;
}

div.tagItemBody {
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
  text-align: justify;
  color: #333;
}

div.tagItemImageBlock {
  padding: 0 8px 0 0;
  margin: 0 15px 16px 0;
  display: inline-block;
}

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.tagItemImage img {
  max-width: 200px;
  height: auto;
  padding: 5px;
}

div.tagItemIntroText {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  padding: 0px 10px;
  line-height: 1.44;
  color: #666;
  margin-bottom: 14px;
}

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 10px;
  padding: 0 8px 0 0;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  border-right: 1px solid #ccc;
}

div.tagItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.tagItemCategory a {
  color: #555;
  font-weight: bold;
}

/* Read more link */
div.tagItemReadMore {
  display: inline;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #454545;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
}

.genericView h1 {
  font-size: 34px;
  line-height: 38px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: n;
}

div.genericItemHeader h2.genericItemTitle a {
  color: #1b1b1b;
}

div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.genericItemImage img {
  width: 200px !important;
  height: auto;
}

div.genericItemIntroText {
  padding: 4px 0 12px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.44;
  color: #000;
}

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.genericItemCategory a {
  color: #000;
  padding: 5px;
  border-radius: 100px;
  background: #d7e0eb;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
  background: #6ab4e2;
  padding: 5px;
}

div.genericItemReadMore a.k2ReadMore {
  border-bottom: 0;
}

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}
/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.latestItemImage img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  padding: 4px 0;
}

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  padding: 4px 0;
}

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------------------------
	Component - Register & profile page views (register.php & profile.php)
--------------------------------------------------------------------------------*/
.k2AccountPage table tr td label {
  white-space: nowrap;
}

img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}

.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ddd;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}

.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_comments
--------------------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

/* Top Commenters */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}

div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock span.moduleCustomLinkSpan {
  background: #fff;
  display: inline-block;
  width: 100%;
}

div.k2ItemsBlock a.moduleCustomLink {
  color: #3f6c8e;
  display: block;
  float: right;
  padding: 5px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

table.calendar tr td.calendarDateLinked {
  padding: 0;
}

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto;
}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

/* --- Search Box --- */
.search-block {
  width: 100%;
  position: relative;
  height: 48px;
  margin-bottom: 4px;
}

.search-button {
  width: 24px;
  height: 24px;
  padding-left: 5px;
  position: absolute;
  top: 12px;
  right:0;
  background: url(../images/icons/search.svg) center no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header div.k2SearchBlock {
  width: 100%;
  position: absolute;
  right: 0;
  /* display: none; */
  display: block;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* animation: search 0.3s ease; */
}
.header .search-block:hover div.k2SearchBlock{
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
@keyframes search {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
   visibility: visible;
  }
}


.search-button.active {
  /* visibility: hidden; */
}

div.k2SearchBlock form.k2SearchBlockForm {
  width: 100%;
  position: relative;
  border: none;
  outline: none;

}

div.k2SearchBlock form input.search-query {
  width: 56%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  color: #B6BBBE;
  margin: 35px 0 0 20px;
}
@media screen and (max-width: 1024px){
  div.k2SearchBlock form.k2SearchBlockForm {
    /* max-width: 340px; */

    /* background: var(--main-05, #A8B8B7); */
  }
}

div.k2SearchBlock form input.button {
  border: 0;
  background: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
}

div.k2SearchBlock form input.inputbox,
.genericSearchForm input.k2-input {
  width: 100%;
  text-align: left;
  padding: 14px 16px 14px;
  padding-right: 36px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #D0CEC8;
  position: relative;
  background: #4E3E2C;
  border-radius: 48px;
  border: none;
  outline: none;
  height: 48px;
  /* min-width: 170px; */
}

.genericSearchForm input.k2-input {
  max-width: 300px;
  background: #FFFFFF;
}
@media screen and (max-width: 420px){
  .genericSearchForm input.k2-input{
max-width: 200px;
  }
}
.genericSearchForm input.k2-submit {
  height: 39.6px;
}

.genericView h1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/system/searchLoader.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #FFFFFF;
  position: absolute;
  z-index: 99;
  border: none;
  padding: 10px;
  margin-top: 40px;
}

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  border: 1px solid #bad8e8;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 5px;
  border-top: 1px dotted #fffc00;
  color: #000;
  font-family: "PT Sans Caption", sans-serif;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0;
}

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 16px 0;
}

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

div.k2LoginBlock fieldset.input p label {
  display: block;
}

div.k2LoginBlock fieldset.input p input {
  display: block;
}

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}

div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_users
--------------------------------------------------------------------------------*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

/*------------------------------------------------------------------------------
	Таблицы
--------------------------------------------------------------------------------*/
.itemFullText a {
  text-decoration: underline;
}

.itemFullText a[href$=doc], .itemFullText a[href$=docx], a[href$=docx],
.itemFullText a[href$=zip], .itemFullText a[href$=rar],
.itemFullText a[href$=pdf], .itemFullText a[href$=jpg], .itemFullText a[href$=jpeg],
.itemFullText a[href$=pjpeg], a[href$=ppt], a[href$=pptx],
.itemFullText a[href$=xls], .itemFullText a[href$=xlsx], .itemFullText a[href$=png],
.itemFullText a[href$=gif], .itemFullText a[href$=DOC],
.itemFullText a[href$=rtf], .itemFullText a[href^="https://pravo.by/document/"], .itemFullText a[href^="https://etalonline.by/"],
.itemFullText a[href^="https://www.pravo.by/"], .itemFullText a[href^="http://etalonline.by/"],
.itemFullText a[href^="http://www.pravo.by/"], .itemFullText a[href^="http://pravo.by/"],
.itemFullText a[href^="https://vitebsk-region.gov.by/ru/"],
.itemFullText a[href^="https://verkhnedvinsk.vitebsk-region.gov.by/ru/komanda99/"],
.itemFullText a[href$=html] {
  padding-left: 28px;
  display: inline-block;
  background-position: left 0;
  background-repeat: no-repeat;
  min-height: 20px;
  margin-top: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.itemFullText a {
  color: #1B150E;
  /* text-decoration: underline;*/
}

.itemFullText a:hover {
  color:#413CD2;
  text-decoration: underline;
}

.itemFullText a[href^="https://pravo.by/"], .itemFullText a[href^="https://etalonline.by/"],
.itemFullText a[href^="https://www.pravo.by/"], .itemFullText a[href^="http://etalonline.by/"],
.itemFullText a[href^="http://www.pravo.by/"], .itemFullText a[href^="http://pravo.by/"] {
  background-image: url("/templates/makm_1.0/images/icons/files/website.svg");
}

.itemFullText a[href$=doc], .itemFullText a[href$=DOC] {
  background-image: url("/templates/makm_1.0/images/icons/files/doc.svg");
}

.itemFullText a[href$=rtf] {
  background-image: url("/templates/makm_1.0/images/icons/files/website.svg");
}

.itemFullText a[href$=docx], .praca-wrapper a[href$=docx] {
  background-image: url("/templates/makm_1.0/images/icons/files/doc.svg");
}

.itemFullText a[href$=zip] {
  background-image: url("/templates/makm_1.0/images/icons/files/archive.svg");
}

.itemFullText a[href$=rar] {
  background-image: url("/templates/makm_1.0/images/icons/files/archive.svg");
}

.itemFullText a[href$=pdf] {
  background-image: url("/templates/makm_1.0/images/icons/files/pdf.svg");
}

.itemFullText a[href$=jpeg], .itemFullText a[href$=jpg], .itemFullText a[href$=pjpeg] {
  background-image: url("/templates/makm_1.0/images/icons/files/jpg.svg");
}

.sigProThumb a[href$=jpeg], .sigProThumb a[href$=jpg], .sigProThumb a[href$=pjpeg],
.itemImageBlock a[href$=jpeg], .itemImageBlock a[href$=jpg], .itemImageBlock a[href$=pjpeg] {
  background-image: none !important;
  padding-left: 0 !important;
}

.itemImageGallery a.sigProGalleriaTargetLink img {
  display: block;
  min-width: 625px !important;
  width: 100% !important;
  height: auto;
}

.itemFullText a[href$=ppt], .itemFullText a[href$=pptx] {
  background-image: url("/templates/makm_1.0/images/icons/files/ppt.svg");
}

.itemFullText a[href$=xls] {
  background-image: url("/templates/makm_1.0/images/icons/files/xls.svg");
}

.itemFullText a[href$=xlsx] {
  background-image: url("/templates/makm_1.0/images/icons/files/xls.svg");
}

.itemFullText a[href$=htm] {
  background-image: url("/templates/makm_1.0/images/icons/files/website.svg");
}

/* --- END --- */
.lang-inline img {
  width: 23px;
}

.random-image img {
  margin: 15px 0 0 0;
  width: 100%;
  height: auto;
}

/* --- Хлебные крошки --- */
ul.breadcrumb {
  padding: 24px 0 24px;
  list-style: none;
  background: transparent;
  display: block;
  text-align: left;
  margin: 0;
}

.breadcrumb > li:first-child {
  display: none;
}

.breadcrumb > li {
  color: var(--main-2, #49444B);
  text-align: center;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.03px;
  display: inline;
}

.breadcrumb > li img {
  margin: 0 8px;
}

.breadcrumb > li > a, .breadcrumb > li span {
  color: var(--main-2, #49444B);
}

.breadcrumb li span {
  color: var(--main-2, #49444B);
}

.breadcrumb > li.active span {
  color: var(--neitral-2, #8c8b8b);
}

.breadcrumb > li a.pathway {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb > li a.pathway:hover {
  text-decoration: none;
  opacity: 0.75;
}

.breadcrumb .divider {
  margin: 0 10px;
}

/* --- Хлебные крошки END --- */
.content-part hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #EDEDE9;
  background: #EDEDE9;
  opacity: 1;
  height: 0;
  font-weight: normal !important;
  font-style: normal;
}

.content-part strong hr {
  font-weight: normal !important;
  font-style: normal;
}

.content-container .newscontainer-itemTitle,
.info-container .newscontainer-itemTitle {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}

.itemHeader h2.section-title {
  padding-top: 0;
  margin-bottom: 20px;
}

.newscontainer-itemTitle {
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #1B150E;
  margin-bottom: 18px;
}

.itemImageBlock {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  width: 650px;
  height: 400px;
  max-width: 100%;
 border-radius: 32px;
  float: right;
  margin-left: 16px;
  margin-bottom: 8px;
  border: 2px solid transparent;
  background: linear-gradient(#EDEDE9, #EDEDE9 0) padding-box,
linear-gradient(60deg, #EEC94D 13.39%, #BD940F 33.16%, #E1B114 66.84%, #A4810E 86.61% ) border-box;
}

.itemImageBlock img {
 width: 100%!important;
 height: 100%!important;
 object-fit: cover;
 border-radius: 32px;
}

.newscontainer-itemDateCreated.createdate {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.004em;
  text-align: left;
  color: #1B1B1B;
  margin-bottom: 8px;
  display: block;
}

.newscontainer-itemIntroText {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5%;
}

/* .newscontainer-itemFullText {
  position: relative;
  z-index: 20;
} */

div.newscontainer-itemFullText p a, div.itemFullText p a, div.item-page p a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.newscontainer-itemFullText p a:hover, div.itemFullText p a:hover, div.item-page p a:hover {
  text-decoration: underline;
  color:#3B39CB;
}

.newscontainer-itemFullText ul,
.itemFullText ul {
  margin-left: 0px;
  padding-left: 0;
}

.newscontainer-itemFullText ul li, .well ul li,
.itemFullText ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0 18px;
  padding-left: 32px;
}
.modal .afisha-description ul{
  padding-left: 16px;
  list-style: disc;
}
.afisha-description ul li{
  margin-top: 5px;
  margin-bottom: 5px;
}

.newscontainer-itemFullText ul li:before, .well ul li::before,
.itemFullText ul li:before {
  content: url("../images/icons/lupin.svg");
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
}

.newscontainer-itemFullText ol,
.itemFullText ol {
  counter-reset: myCounter;
  padding-left: 0;
}

.newscontainer-itemFullText ol li,
.itemFullText ol li {
  list-style: none;
  margin: 10px 0 16px;
  padding-left: 28px;
  position: relative;
}

.newscontainer-itemFullText ol li:before,
.itemFullText ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #E1C5A3;
  font-family: 'Merriweather', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.0015em;
  text-align: center;
  left: 2px;
  position: absolute;
  top: -4px;
}
@media screen and (max-width: 1300px){
  .newscontainer-itemTitle{
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px){
  .newscontainer-itemTitle{
    font-size: 23px;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .part1-item {
    width: 100%;
  }
  .part2-item {
    width: 100%;
    padding: 0;
  }
}
.content-part .container-wrapper{
  padding-left: 88px;
  padding-right: 0;
}
#k2Container.newscontainer.itemView{
  padding-right: 88px;
}

.content-part .static {
  padding-right: 0;
}

.lenta, .museum {
  padding-right: 32px;
}
.contacts-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  padding-top: 8px;
}
.contacts-container .left-part{
  min-width: 30%;
  flex-grow: 1;
  flex-shrink: 0;
}
.contacts-container .center-part{
  width: 30%;
}
.contacts-container .right-part{
  width: 40%;
}
.contacts-container p.adress{
  margin-bottom: 8px;
}
.contacts-container .tel{
  margin-top: 0;
}
.contacts-container .tel a{
  margin-top: 8px;
}
.contacts-container .left-part .tel::before{
top: 6px;
}
.contacts-container hr{
  /* background: #A6A39B; */
  border-top: 2px solid #A6A39B;
  height: 2px;
}
.visible-text__block h6{
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0.0025em;
text-align: left;
margin-bottom: 9px;
}
.content-part .visible-text__block h3{
font-size: 19px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.0015em;
font-weight: 700;

}
.visible-text__block span{
  display: block;
  color: #746C58;
text-transform: uppercase;
}
.visible-text__block span+p{
  margin-top: 14px;
}
.content-part .contacts-container blockquote{
  border-radius: 16px 0 0 16px;
  border-right: none;
  width: 100%;
}
.contacts-container blockquote a{
  color:#413CD2
}
/* .contacts .content-container h3{
margin-bottom: 24px;
} */
.avPlayerWrapper .avPlayerContainer{
  max-width: 100%!important;
}
iframe{
  max-width: 100%!important;
}
@media screen and (max-width: 1250px) {
  .content-part .container-wrapper {
    /* padding-left: 76px; */
  }
  .content-part .static {
    padding-right: 0;
  }
  .contacts-container{
    flex-wrap: wrap;
    gap: 16px;
  }
  .contacts-container .left-part{
    width: 100%;
    padding-right: 16px;
  }
  .contacts-container .center-part,
  .contacts-container .right-part{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1384px) {
  .content-part .container-wrapper {
    padding-left: 16px;
  }
  #k2Container.newscontainer.itemView{
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-container .center-part{
    padding-right: 1px;
  }
  .contacts-container .center-part,
  .contacts-container .right-part{
    width: 100%;
  }
  
}
@media screen and (max-width: 767px) {
  #k2Container.newscontainer.itemView{
    padding-right: 0;
  }
  .content-part .container-wrapper{
    padding-right: 16px;
  }
  #block_afisha .container-wrapper{
    padding-right: 0;
  }
  .left-inner-sidebar .moduletable_menu{
    margin-bottom: 16px;
  }
  .lenta, .museum {
    padding-right: 0;
  }
}
.createdate {
  color: #4E3E2C;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-align: left;
  margin-bottom: 16px;
  display: inline-block;
}

.news-catItemIntroText {
  margin-top: 0;
  margin-bottom: 8px;
font-size: 14px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0.0025em;
text-decoration-skip-ink: none;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
color:#1B150E;
}
.content-block .news-catItemIntroText{
  -webkit-line-clamp: 100;
}
.content-block .news-catItemIntroText p{
  display: block;
}

.news-itemContainer {
  background: transparent;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  border-radius: 32px;
  background: #FFFFFF;
  min-height: 184px;
  border: 2px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF 0) padding-box;
}

.news-itemContainer:hover {
  backdrop-filter: blur(18px);
  box-shadow: 8px 8px 32px 0px #1B110E1A;
  border: 2px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF 0) padding-box,
linear-gradient(60deg, #EEC94D 13.39%, #BD940F 33.16%, #E1B114 66.84%, #A4810E 86.61% ) border-box; 
}

.news-itemContainer:first-child {
  margin-top: 0;
}

.news-catItemView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.news-catItemView.opisy-itemLeading {
  display: block;
}

.virtual-list #itemListLeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-itemContainer.virtual-container .catItemView {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.virtual-container .catItemImage {
  width: 100%;
  height: 496px;
}

.news-itemContainer.virtual-container .newsmain-more {
  bottom: 8px;
  right: 8px;
  z-index: 20;
}

.virtual-container .catItemHeader {
  padding: 13px 16px 13px 16px;
}

.virtual-container .catItemIntroText {
  margin-top: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #4F4F4F;
}

.virtual-container .catItemIntroText p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #4F4F4F;
}

.actual-catItemLeading.news-catItemView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  position: relative;
}

.itemList {
  margin-bottom: 32px;
}

/*Страница Паэты*/
.content-catItemView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-itemContainer:nth-child(2n) .content-catItemView {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.image-block {
  width: calc(36% - 16px);
  height: 100%;
  min-height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  background: #D0CEC8;
  padding: 16px;
}

.image-block .catItemImage {
  width: 264px;
  height: auto;
}

.image-block img {
  max-width: 100%;
  border-radius: 3px;
}

.content-block {
  padding-top: 44px;
  width: calc(64% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          padding-bottom: 20px;
}

.content-block .news-catItemIntroText {
  color:#4E3E2C;
  font-size: 15px;
  line-height: 18px; 
  margin: 0;
  padding: 0;
}
.content-block .news-catItemIntroText p:first-child{
  margin-top: 6px;
}

.content-catItemTitle, .content-catItemTitle > a {
  color:#4E3E2C;
}


@media screen and (max-width: 1100px) {
  .news-itemContainer:hover {
    background: transparent;
  }
  .content-catItemView {
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
  }
  .content-block, .image-block {
    width: 100%;
  }
  .content-catItemView {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .image-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 200px;
  }
  /* .content-part blockquote {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  } */
  .content-block {
    padding-top: 24px;
  }
}

@media (max-width: 450px) {
  .itemImageBlock{
    height: 300px;
  }
}
@media (max-width: 380px) {
  .itemImageBlock{
    height: 276px;
  }
}
.block-content-part2 {
  padding-right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-news-catItemImageBlock span.catItemImage {
  width: 100%;
  height: 100%;
}

.block-news-catItemImageBlock {
  height: 100%;
}

.block-news-part1 {
  padding: 16px;
}

.block-news-part1 span.catItemImage img {
  width: 152px!important;
  height: 152px!important;
  border-radius: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}

div.catItemExtraFields ul li.autap,
div.catItemExtraFields ul li.staponki {
  display: block;
}

div.catItemExtraFields ul li.autap span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #363636;
}

div.catItemExtraFields ul li.staponki {
  margin-top: 12px;
}

div.catItemExtraFields ul li.staponki span {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #363636;
}

div.catItemExtraFields ul li.god, div.catItemExtraFields ul li.vydavetstva {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #363636;
}

div.catItemExtraFields ul li.nazva span {
  font-family: "Bitter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1B1B1B;
}

div.catItemExtraFields ul li.nazva {
  margin-top: 14px;
  margin-bottom: 4px;
  display: block;
  clear: both;
}

div.catItemExtraFields ul li.autap {
  /*padding-top: 40px;*/
}

div.catItemExtraFields .razdzel.typeTextfield {
  display: none;
}

.izdanija-itemLeading .news-catItemIntroText {
  padding-left: 16px;
  padding-bottom: 0;
}

.infoblock-list .block-news-part2 {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 16px;
}

div.catItemExtraFields ul li.numapfonda {
  /* display: block;*/
}

div.catItemExtraFields ul li.numapfonda > span,
div.catItemExtraFields ul li.adzinkazahouvannya > span,
div.catItemExtraFields ul li.god_fondy > span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #363636;
  padding: 8px 12px;
  background: #FFFFFF;
  border-radius: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
}

div.catItemExtraFields ul li.numapvopisa {
  margin-top: 24px;
  /* position: relative;*/
  right: 8px;
  clear: both;
  float: none;
  display: block;
}

div.catItemExtraFields ul li.numapvopisa p {
  margin: 0;
  text-transform: uppercase;
  color: #150AAE;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

div.catItemExtraFields ul li.numapvopisa a {
  position: relative;
  right: 8px;
  display: inline-block;
  padding: 12px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #150AAE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 38px;
  margin-right: 5px;
}

div.catItemExtraFields ul li.numapvopisa a:hover {
  background: #EBEBFF;
  border-radius: 38px;
  color: #00665A;
}

div.catItemExtraFields ul li.numapvopisa a:active {
  background: #C2C2FF;
}

.block-news-part2 {
  padding-right: 44px;
  padding-top: 8px;
  padding-left: 8px;
  height: 100%;
}

.block-news-part2.actual-news {
  width: 100%;
  padding-left: 16px;
  padding-bottom: 12px;
}

.block-news-part2.actual-news .news-catItemIntroText p {
  margin-bottom: 0;
}

h3.block-news-catItemTitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.0015em;
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.news-itemContainer .catItemLinks {
  margin: 0;
}

.block-news-catItemTitle a {
  color: #1B150E;
  text-decoration: none;
}

.block-news-catItemTitle a:hover {
  text-decoration: none;
  color: #1B150E;
}

@media (max-width: 1200px) {
  .virtual-container .catItemImage {
    width: 100%;
    height: 328px;
  }
  .news-itemContainer.virtual-container {
    width: calc(50% - 8px) !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 650px) {
  .news-itemContainer.virtual-container {
    width: 100% !important;
  }
  h3.block-news-catItemTitle {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .news-catItemIntroText{
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 12px;
  }
  .news-itemContainer{
    min-height: 170px;
  }
}
@media (max-width: 576px) {
  div.catItemExtraFields ul li.numapfonda > span,
  div.catItemExtraFields ul li.adzinkazahouvannya > span,
  div.catItemExtraFields ul li.god_fondy > span {
    margin-top: 12px;
  }
  div.itemListView {
    margin-bottom: 0;
  }
  .news-catItemView {
    display: block;
  }
  .news-catItemView .block-news-part1 {
    float: left;
    min-height: 104px;
    width: 112px;
  }
  .block-news-part2 {
    width: 100%;
    padding-left: 16px;
    height: auto;
    padding-top: 10px;
  }
  .infoblock-list .block-news-part2 {
    padding-bottom: 16px;
  }
  .block-news-catItemImageBlock span.catItemImage {
    margin: 8px 16px 8px 0;
    display: inline-block;
    min-height: 80px;
    height: auto;
  }
  .block-news-catItemImageBlock span.catItemImage img {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (max-width: 440px) {
  .block-news-catItemImageBlock span.catItemImage {
    min-height: 80px;
  }
}
/*Страница Каляндар падзей */
.calendar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.counter {
  color: var(--neitral-2, #454545);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.04px;
}

.calendar-item {
  width: calc(50% - 16px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 32px;
  outline: 8px solid transparent;
}

.last-calendar .calendar-item {
  width: calc(33.33% - 21px) !important;
  background: #DAE0E7;
}

.last-calendar .calendar-catItemView {
  min-height: 460px;
  height: 100%;
}

.last-calendar .calendar-wrapper-image {
  background: var(--main-1, #676978);
}

.last-calendar .calendar-wrapper-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.calendar-item:hover {
  outline: 8px solid var(--accent-0, #CC9D66);
}

.calendar-catItemView {
  width: 100%;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calendar-wrapper-image {
  padding: 16px;
  height: 394px;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--main-05, #627473);
}

.calendar-image {
  height: 330px;
  /* width: 232px;*/
  width: 100%;
  text-align: center;
}

.last-calendar .calendar-wrapper-image {
  height: 288px;
}

.last-calendar .calendar-image {
  height: 224px;
}

.last-calendar .calendar-content {
  height: calc(100% - 288px);
}

.calendar-image img {
  width: 100% !important;
  min-width: 232px;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.calendar-title {
  margin-top: 11px;
  text-align: center;
}

.calendar-title a:hover {
  text-decoration: none;
}

.calendar-eaxtrafields .datetime p,
.calendar-eaxtrafields .datetime span {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.07px;
}

.calendar-content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar-author {
  color: var(--neitral-2, #454545);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.012px;
  text-transform: uppercase;
}

.calendar-txt {
  color: var(--neitral-3, #1B1B1B);
  text-align: center;
}

.calendar-txt p {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.03px;
  margin-bottom: 24px;
}

/*Скрываем лишнее*/
.calendar-item .place, .calendar-item .describe {
  display: none;
}

/*статичная*/
.itemImageCalendar {
  margin: 0 32px 16px 0;
  border-radius: 5px;
}

.itemImageCalendar img {
  border-radius: 5px;
}

.itemCalendar-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.itemCalendar-wrapper .place, .itemCalendar-wrapper .datetime {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 28px;
  position: relative;
}

.itemCalendar-wrapper .place::after {
  left: 2px;
  top: 0;
  background: url(../images/icons/place_marker.svg) center no-repeat;
}

.itemCalendar-wrapper .datetime::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  padding-left: 24px;
  background: url(../images/icons/date.svg) center no-repeat;
}

.itemCalendar-wrapper .describe {
  border-radius: 5px;
  border: 4px solid var(--main-0, #899F9E);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/*Отзывы*/
.comments-page {
  background: #D0CEC8;
}

.itemCommentsForm {
  max-width: 1352px;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 100;
}

.itemCommentsForm hr {
  border-radius: 1px;
  background: #746C58;
}

.itemCommentsForm h3 {
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.0025em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
  color:#2D1810;
}

.itemCommentsForm form {
  border-radius: 32px;
  background: #4E3E2C;
  padding: 16px;
}

.itemCommentsForm .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 16px;
}

.row-button {
  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;
}

.calendar-fillials {
  width: 100%;
  background: var(--main--2, #DAE0E7);
}

.calendar-fillials.inner {
  background: inherit;
}

.calendar-fillials.inner .calendar-fillials-wrapper {
  padding-top: 0;
}

.calendar-fillials-wrapper {
  max-width: 1200px;
  margin: auto;
  padding-top: 16px;
}

p.modulePretext {
  color: var(--main-3, #1F1D20);
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

.calendar-section-title {
  padding-bottom: 10px;
  padding-top: 4px;
}

@media (max-width: 850px) {
  .calendar-item,
  .last-calendar .calendar-item {
    width: calc(50% - 8px) !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .calendar-item, .last-calendar .calendar-item {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .calendar-catItemView {
    min-height: 520px;
  }
}