@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;
}

br {
  padding: 5px 0;
}

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

/* --- Таблицы --- */
table p,
table td p,
table td h6 {
  /* font-family: 'Open Sans', sans-serif; */
  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: 1px solid#CFE1F2;
}

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

div.part2-item table {
  margin: 10px 0;
  border-collapse: collapse;
  display: block;
  max-width: 100%;
}

div.part2-item table tr:first-child {
  font-family: 'Noto Serif', sans-serif;
  text-align: center;
  background: #ebfbff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid#EBFBFF;
}

/* div.part2-item table td:last-child {
  border-right: 1px solid#CFE1F2;
} */

div.part2-item .itemFullText table tr:first-child > td {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.003em;
  color: #1b1b1b;
  border: none;
}
div.part2-item .itemFullText table tr td {
  border: 1px solid#E3E3E3;
  vertical-align: top;
}
div.part2-item .itemFullText table tr:first-child > td:last-child {
  /*border-right: 1px solid #EBEFFE;*/
}

div.part2-item .itemFullText table tr:first-child > td p {
  font-family: 'Noto Serif', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.003em;
  color: #1b1b1b;
  text-align: center;
}

div.part2-item table th {
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}
div.part2-item table tr:first-child td[colspan='3'],
div.part2-item table tr:first-child td[colspan='4'],
div.part2-item table tr:first-child td[colspan='5'],
div.part2-item table tr:first-child td[colspan='6'],
div.part2-item table tr:first-child td[colspan='7'],
table.admin-procedury tr:first-child td[colspan='2'] {
  background: #ebfbff;
}

div.part2-item table td[colspan='3'],
div.part2-item table td[colspan='4'],
div.part2-item table td[colspan='5'],
div.part2-item table td[colspan='6'],
div.part2-item table td[colspan='7'],
table.admin-procedury td[colspan='2'] {
  background: #f7f7f7;
}

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

/*Стили Таблицы Отделы*/
.part2-item table.otdely {
  border: 1px solid#CFE1F2;
  width: 100%;
  display: block;
  max-width: 100%;
}

.part2-item table.otdely tr {
  border: none;
  border-bottom: 1px solid#CFE1F2;
}

.part2-item table.otdely td {
  border: none;
}

div.part2-item table.otdely th {
  position: relative;
  border: none;
}

div.part2-item table.otdely th:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}

.part2-item table.otdely tr:first-child th:first-child {
  border: none;
}

.part2-item table.otdely th:first-child {
  border-top: 16px solid #f7f7f7;
}

.part2-item table.otdely tr > td:nth-child(2) {
  width: 35%;
}

.part2-item table.otdely tr > td:nth-child(3) {
  width: 25%;
}

.ivo td,
.ivo th {
  padding: 10px 6px !important;
}

.itemFullText td {
  padding: 10px;
}

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

.itemFullText table p {
  margin: 0;
}

/* --- Таблицы END --- */
/* --- Global K2 container --- */

#k2Container img {
  margin: 5px;
}
.info-block__custom img{
  width: auto;
}
#k2Container,
div#xmap,
div.contact {
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
  padding: 0;
}
.itemHeadertop {
  line-height: 0;
  font-size: 0;
}

.genericView {
  margin-top: 32px;
}

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

#k2Container.itemView,
.results_container #k2Container {
  /* margin-top: 16px; */
  /* padding: 16px; */
  padding-top: 8px;
  background: #ffffff;
  border-radius: 2px;
}

body.contentpane #k2Container {
  padding: 16px;
}

/* 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;
  color: #ccc;
}

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

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

/* --- Rating --- */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  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;
}

/* --- 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 4px;
  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 24px 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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Read more --- */
a.k2ReadMore svg path {
  stroke: #1c5f30;
}

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: #1a3e60 !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px !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: #eff5fb !important;
}
.itemTwitterButton #__utl-buttons-1 .uptl_toolbar > ul > li {
  margin-right: 6px !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-top: 16px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  letter-spacing: -0.06em;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: 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;
}

div.k2Pagination ul li,
.pagination ul.pagination-list li {
  list-style: none;
  display: list-item;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  margin-right: 16px;
  margin-bottom: 10px;
}

.pagination ul.pagination-list li.active a {
  color: #8a8a8a;
}

div.k2Pagination ul li a,
.pagination ul.pagination-list li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  text-align: center;
  text-decoration: none;
}

div.k2Pagination ul li a:hover,
.pagination ul.pagination-list li a:hover {
  text-decoration: none;
  color: #245629;
  text-shadow: 0.3px -0.3px 0.5px #015a8d;
}

div.k2Pagination ul li a .icon-first:after,
.pagination ul.pagination-list li a span.icon-first:after {
  content: '<<';
}

div.k2Pagination ul li a .icon-previous:after,
.pagination ul.pagination-list li a span.icon-previous:after {
  content: '<';
}

div.k2Pagination ul li a .icon-next:before,
.pagination ul.pagination-list li a span.icon-next:before {
  content: '>';
}

div.k2Pagination ul li a .icon-last:before,
.pagination ul.pagination-list li a span.icon-last:before {
  content: '>>';
}

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

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
  /* text-shadow: 1px 1px 1px rgb(0, 0, 0); */
  font-size: 20px;
  padding: 5px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

/* --- 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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 4px;
  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;
  }
}

/* this is the item container for this view */
.part1-item {
  max-width: 328px;
  min-height: 200px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

.itemDateCreated {
  font-family: 'Noto Serif', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #6e6e6e;
}

div.itemHeader h2.itemTitle,
div#xmap h2.menutitle,
.contact h2 {
  font-weight: 600;
  color: #333333;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    3px 0px -5px 35px rgba(255, 255, 255, 0.3);
  font-size: 30px;
  font-size: 30px;
}

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #cf1919;
  text-decoration: none;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0 auto;
  font-family: Arial;
  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-family: Arial;
  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: 8px 0;
  margin: 0;
}

div.itemHeader2 h2.itemTitle {
  font-family: 'Open Sans', 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%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}

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;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.itemFullText h3,
div.itemFullText h2,
div.contact h3 {
  font-family: 'Noto Serif', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.001em;
  color: #1b1b1b;
}

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: 576px) {
  div.itemFullText table img {
    width: 100% !important;
    max-width: 100%;
  }
}

.item-page {
  margin-bottom: 24px;
}

/*удаляем Поробности на внутренних*/
.item-page .article-info.muted {
  display: none;
}

.item-page table {
  display: block;
  max-width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}

.item-page table td {
  /*border: 1px solid #ADE0FF;
  padding: 5px;*/
}

div.itemExtraFields {
  /* margin: 15px;*/
  padding: 16px;
  background: #f0f5fd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
}

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;
  /* font-family: 'Source Sans Pro', sans-serif;*/
  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-family: Arial;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #525252;
}

span.itemDateModified {
  font-family: 'Noto Serif', sans-serif;
  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: 12px 0;
}

.eksport {
  width: 100%;
  /* background: #36813E;*/
  /* padding: 10px;*/
}

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 {
  font-family: 'Noto Serif', sans-serif;
  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;
  font-family: 'Open Sans', sans-serif;
}

div.itemTagsBlock {
  font-family: Arial;
  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;
  font-family: 'RalewayRegular';
  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;
  font-family: 'Ubuntu', sans-serif;
}

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 {
  font-weight: 700;
  text-transform: uppercase;
  color: #00609d;
  display: block;
  text-align: left;
}

.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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 50%;
  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', Open sans, 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;
  -webkit-border-radius: 100px;
  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;
}

ul.sigProArtistic li.sigProThumb a.sigProLink img.sigProImg,
ul.sigProArtistic li.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 {
  border: solid 1px #fff !important;
}

/* Caption */
ul.sigProArtistic span.sigProPseudoCaption,
ul.sigProArtistic span.sigProCaption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 6px 0 4px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: bold;
}

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;
}

body.sigProIsIE7 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE7 ul.sigProArtistic li.sigProThumb a.sigProLink:hover,
body.sigProIsIE8 ul.sigProArtistic li.sigProThumb a.sigProLink,
body.sigProIsIE8 ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
  float: left;
  margin: 2px;
}

/* 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 {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  display: inline-block;
  padding: 0 !important;
  border: none;
}

.itemImageGallery ul.sigProClassic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  /* background-position: center 15%; */
}

.itemImageGallery {
  clear: both;
}

@media screen and (max-width: 400px) {
  .itemImageGallery ul.sigProClassic li.sigProThumb {
    margin: 0px;
    margin-bottom: 16px;
    padding: 0;
  }
}

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;
}

/* 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 */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
}

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%;
}

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

/* 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;
  -webkit-border-radius: 4px;
  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 h3 {
  margin: 0;
  padding: 0 0 4px 0;
}

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

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  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: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 8px 16px;
  background: #2d96dd;
  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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 4px;
  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 {
  /*font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  letter-spacing: 0.0025em;
  color: #1B1B1B;*/
  text-align: center;
  margin-top: 16px;
  margin-bottom: 6px;
}

/* --- 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;
}

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  margin: 8px 0;
  padding: 8px;
}

div.itemContainer {
  float: left;
  padding: 20px;
}

div.itemContainerLast {
  /* margin-bottom: 20px;*/
}

/* 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 --- */
div.catItemView {
  padding: 4px;
}

/* 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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 80%;
  color: #888888;
  font-style: italic;
  font-family: 'Noto Serif', sans-serif;
  padding: 5px;
  margin: 10px 0px 0px 10px;
}

div.catItemHeader h3.catItemTitle {
  margin: 10px 0px;
}

div.catItemHeader h3.catItemTitle a {
  padding: 0px 10px;
  display: block;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 20px;
}

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.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.catItem {
  background: #fff;
  height: 250px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

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

span.catItemImage {
  display: block;
  text-align: center;
  padding-right: 10px;
}

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

div.catItemIntroText {
  /* font-family: 'Roboto', sans-serif; */
  font-size: 12px;
  padding: 0px 10px;
  line-height: 1.44;
  color: #000;
  margin-bottom: 14px;
}

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: 'Noto Serif', sans-serif; */
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  display: inline-block;
}

div.catItemTagsBlock span {
  color: #1b4172;
  font-size: 15px;
  /* font-family: 'Noto Serif', sans-serif; */
  text-transform: lowercase;
  padding: 5px;
}

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

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 {
  color: #1b4172;
  font-size: 15px;
  /* font-family: 'Noto Serif', sans-serif; */
  text-transform: lowercase;
  padding: 5px;
}

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: 'Noto Serif', 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: 'Noto Serif', 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: 'Noto Serif', 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;
  -webkit-border-radius: 50%;
  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: 'Noto Serif', 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: 'Noto Serif', 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: 'Noto Serif', 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;
  -webkit-border-radius: 100px;
  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: 'Noto Serif', sans-serif;
  font-size: 12px;
  letter-spacing: -0.06em;
  color: #999;
  margin-left: 8px;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: #fff;
}

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

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

h2.tagItemTitle a {
  font-family: 'Noto Serif', 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: 'Open Sans', 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: 32px;
}
div.genericItemView:last-child {
  margin-bottom: 0;
}
/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #454545;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 18px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 20px 0;
  margin: 0;
}
div.genericItemHeader h2 {
  line-height: 26px;
}
div.genericItemHeader h2.genericItemTitle a {
  color: #333;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 0px;
  letter-spacing: 0.03px;
  text-decoration: none;
  font-family: 'Noto Serif', sans-serif;
}

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;
  border-radius: 3px;
}

div.genericItemIntroText {
  padding: 4px 0 20px 0;
  font-family: 'Montserrat', 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;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #d7e0eb;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* Read more link */
div.genericItemReadMore {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline;
  background: #1c5f30;
  padding: 11px 16px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
}
div.genericItemReadMore a,
div.genericItemReadMore a:hover {
  color: #fff;
}
div.genericItemReadMore:hover {
  background: #2a8d48;
}
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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 50%;
  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 --- */
.header div.k2SearchBlock {
  /* width: calc(100% - 16px); */
  /* position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px; */
  width: 100%;
  /* padding-right: 16px; */
}

div.k2SearchBlock form.k2SearchBlockForm {
  border: 0px;
  width: 100%;
  position: relative;
}

div.k2SearchBlock form input.search-query {
  width: 56%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  color: #b6bbbe;
  margin: 35px 0 0 20px;
}

div.k2SearchBlock form input.button {
  border: 0;
  background: none;
  padding-left: 5px;
  position: absolute;
  top: 12px;
  right: 12px;
}

div.k2SearchBlock form input.inputbox,
.genericSearchForm input.k2-input {
  background: #ffffff;
  width: 100%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 16px 16px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #a4a4a4;
  position: relative;
  border: 1px solid #a4a4a4;
  border-radius: 3px;
}
div.k2SearchBlock form input.inputbox:focus {
  border: 1px solid #636363;
  outline: none;
}
.genericSearchForm input.k2-input:focus-visible {
  border: 1px solid #636363;
  outline: none;
}
.genericSearchForm input.k2-input {
  max-width: 300px;
}
.genericSearchForm input.k2-submit {
  height: 40px;
  padding: 8px 16px;
}
.genericView h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 129.412% */
  letter-spacing: 0.085px;
}

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: 'Open Sans', 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 8px 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"],
.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/"], .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$="htm"],
.inner-page a[href$="doc"], .inner-page a[href$="docx"],
.inner-page a[href$="zip"], .inner-page a[href$="rar"],
.inner-page a[href$="pdf"], .inner-page a[href$="jpg"], .inner-page a[href$="jpeg"],
.inner-page a[href$="pjpeg"], a[href$="ppt"], a[href$="pptx"],
.inner-page a[href$="xls"], .inner-page a[href$="xlsx"], .inner-page a[href$="png"],
.inner-page a[href$="gif"], .inner-page a[href$="DOC"],
.inner-page a[href$="rtf"], .inner-page a[href^="https://pravo.by/"], .inner-page a[href^="https://etalonline.by/"],
.inner-page a[href^="https://www.pravo.by/"], .inner-page a[href^="http://etalonline.by/"],
.inner-page a[href^="http://www.pravo.by/"], .inner-page a[href^="http://pravo.by/"],
.inner-page a[href^="https://vitebsk-region.gov.by/ru/"],
.inner-page a[href^="https://verkhnedvinsk.vitebsk-region.gov.by/ru/komanda99/"],
.inner-page a[href$="htm"]{
  padding-left: 30px;
  display: inline-block;
  background-position: left 1px;
  background-repeat: no-repeat;
  min-height: 25px;
  margin-top: 8px;
  color: #1b1b1b;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.itemFullText a {
  color: #1b1b1b;
  text-decoration: underline;
}

.itemFullText a:hover {
  color: #4053a0;
  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/"],
.itemFullText a[href^="https://vitebsk-region.gov.by/ru/"], .itemFullText a[href^="https://verkhnedvinsk.vitebsk-region.gov.by/ru/komanda99/"]
{
  background-image: url('/templates/pervadmin_1.0/images/icons/files/website_24.svg');
  background-repeat: no-repeat;
}

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

a[href$='rtf'] {
  background-image: url('/templates/pervadmin_1.0/images/icons/files/website_24.svg');
}

a[href$='docx'] {
  background-image: url('/templates/pervadmin_1.0/images/icons/files/doc.svg');
}

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

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

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

.itemFullText a[href$='jpeg'],
.itemFullText a[href$='jpg'],
.itemFullText a[href$='pjpeg'] {
  background-image: url('/templates/pervadmin_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;
}

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

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

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

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

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

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

.avPlayerWrapper {
  display: block;
  text-align: center;
  clear: both;
  max-width: 80%;
  margin: 10px auto;
}

.part2-item img[src^="http://slutsk.minsk-region.by"]
{
  max-width: 220px !important;
  width: auto;
  display: block;
  margin: 10px 20px 10px 0 !important;
  padding: 10px;
  border: solid 1px #00609d;
  clear: both;
  float: left;
  height: auto !important;
}

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

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

.breadcrumb > li {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  display: inline;
}

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

.breadcrumb > li > a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
}

.breadcrumb > li.active span {
  color: #6e6e6e;
}

.breadcrumb > li a.pathway {
  -webkit-transition: all 0.3s ease;
  -o-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 #f7f7f7;
  background: #f7f7f7;
  /* clear: both;*/
  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 {
  /* margin-top: 18px;*/
  margin-bottom: 10px;
}

.newscontainer-itemTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.085px;
  margin-top: 20px;
  color: #1b1b1b;
}

.newscontainer-itemDateCreated.createdate {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #6e6e6e;
  display: block;
  padding-top: 19px;
}

.newscontainer-itemIntroText {
  display: block;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
}

.info-container .newscontainer-itemFullText {
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-top: 8px;
}

div.newscontainer-itemFullText p a,
div.itemFullText p a,
div.item-page p a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: underline;
  color: #4053a0;
}

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

.newscontainer-itemFullText ul {
  margin-left: 0px;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
}

.newscontainer-itemFullText ul li,
.well ul li,
.com-content-article__body ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}

/*.lenta_news_body .article_row ul li,
#xmap ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
}

.lenta_news_body .article_row ul li::after,
#xmap ul li::after {
  content: url(../images/icons/mark.svg);
  position: absolute;
  left: 0;
  top: 2px;
}*/
.newscontainer-itemFullText ul li:before,
.well ul li::before,
.com-content-article__body ul li::before{
  content: url('/templates/pervadmin_1.0/images/icons/mark.svg');
  position: absolute;
  left: 0;
  top: 2px;
}

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

.newscontainer-itemFullText ol li {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

.newscontainer-itemFullText ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-family: 'Noto Serif', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03px;
  color: #a4a4a4;
  position: absolute;
  left: 0;
  top: 2px;
}

@media screen and (max-width: 600px) {
  .part1-item {
    width: 100%;
    max-width: 100%;
  }
  .part2-item {
    width: 100%;
    padding: 0;
  }
}

.news-catItemTitle a {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  /* font-family: 'Roboto', sans-serif; */
}

.createdate {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  display: block;
  margin-top: 4px;
  color: #6e6e6e;
}

.news-catItemIntroText {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-top: 14px;
  padding-bottom: 8px;
}

.news-itemContainer {
  /* background: #ffffff; */
  /* border: 1px solid #5f9bd3; */
  /* border-radius: 2px; */
  margin-bottom: 16px;
}

.news-itemContainer .newsmain-more {
  position: static;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  padding: 10px 8px;
  margin-left: -8px;
}
.news-itemContainer .newsmain-more.newsmain-more--custom {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: calc(50% - 48px / 2);
  padding: 12px;
  margin: 0;
}
.news-itemContainer .newsmain-more a,
.news-itemContainer .newsmain-more a:hover {
  color: #1c5f30 !important;
}
.news-itemContainer .newsmain-more:hover {
  border-radius: 3px;
  background: #ebfbff;
}
.news-itemContainer .newsmain-more:active {
  border-radius: 3px;
  background: #c0edcd;
}
.news-itemContainer:first-child {
  margin-top: 12px;
}

.news-catItemView {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  /* display: grid;
  grid-template-columns: 264px calc(100% - 264px); */
}
.actual-catItemLeading.news-catItemView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  position: relative;
}

.news-itemContainer:last-child .news-catItemView {
  border-bottom: none;
}

.itemList {
  margin-bottom: 32px;
}

.block-news-catItemImageBlock span.catItemImage {
  padding: 0;
  /* width: 100%;
  height: 100%; */
  width: 264px;
  height: 200px;
}
.block-news-catItemImageBlock {
  height: 100%;
}

.block-news-part1 {
  width: 264px;
  height: 200px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 16px;
}
.block-news-part1.part1-image--custom {
  width: 228px;
  height: 165px;
}
/* .block-news-part1 img {
  min-height: 200px;
} */

.infoblock-list .block-news-part2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 16px;
}

.block-news-part2 {
  /*  width: -webkit-calc(100% - 264px - 16px);
  width: calc(100% - 264px - 16px);*/
  padding-right: 32px;
  padding-top: 8px;
  height: 100%;
  padding-left: 16px;
}

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

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

.block-news-catItemTitle {
  margin: 0;
}

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

.block-news-catItemTitle a {
  color: #1b1b1b;
}

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

@media (max-width: 576px) {
  .news-catItemView {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: 100px calc(100% - 100px);
  }
  .block-news-part2 {
    width: 100%;
    padding-left: 16px;
    height: auto;
    padding-top: 0;
  }
  .infoblock-list .block-news-part2 {
    padding-bottom: 16px;
  }
  .block-news-catItemImageBlock span.catItemImage {
    padding: 0;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .block-news-catItemImageBlock span.catItemImage img {
    height: auto !important;
  }
  .block-news-part1 {
    height: auto;
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }
}

@media (max-width: 440px) {
  .block-news-catItemImageBlock span.catItemImage {
    min-height: fit-content;
  }
}
