/*Типографика*/
html{	height: 100%;min-height: 100%;}
	body{
	  color: #282828;
	  font-size: .9rem;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  overflow-x: hidden;
	  background-color: #f1faff;
	  font-family: 'PT Sans',sans-serif;
	  min-height: 100%;
	}
	html, html a { -webkit-font-smoothing: antialiased; }
	* { margin: 0;
		padding: 0;
		outline: none;
		border: none;
	}
	a{
	  color: #1878b7;
	  outline: none;
	}
	a img { border: 0 none; }
	a > img { vertical-align: bottom; }
h1, .h1 { font-size: 22px; }
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
.strong, b{font-weight: bold;	}
em, cite, i { font-style: italic }
.center{text-align: center;	}
th, td { vertical-align: middle }
small, .small { font-size: .9em; }	
ol, ul { list-style: none }
blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none }
.quote_link {float: right;} .quote_link svg {color: #6c838e; vertical-align: middle;}
hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }
.icon {width: 1em;height: 1em;}
/*общее дополнительное*/
.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: table; }
img{
	border: none;
    max-width: 100%;
    pointer-events: none;
    display: block;
    height: auto;
}
.zoom-image {
    object-fit: cover;
    transition: transform 0.3s ease;
	height: 100%;
}
.share-content{
	background: #fff;
    border-radius: 4px;
    margin: 5px 0;
    padding: 7px;
    -webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
}
.story_tools{
	padding: 0 0 10px;
}
.story_tools a{
	padding: 5px;
}
.share-content p{
    line-height: 180%;
    font-size: 16px;
    padding-bottom: 16px;
	}
.gallery-item{
	display: flex;
    gap: 8px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.berrors{
	padding: 25px;
    font-size: 1.0em;
    line-height: 1.4em;
}
.content_top .berrors>b{
display: none;
}
.meta{
	padding: 15px 0;
}

/*ГЛАВНАЯ*/
/*Основное*/
	.wrp{
	  margin: 0 auto;
	  max-width: 1200px;
	}
	.osn-content{flex: 0 0 75%;max-width: 75%;	}
	.rightside{flex: 0 0 25%; max-width: 25%;	}
	
	.recommended-fixed{
	  display: none;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  background-color: #fff;
	  z-index: 99999999999999999999;
	}
	.rec-my-town{
		z-index: 99999999999999999999;
		height: 150px;
	}
	.rec-my-town span{
	position: relative;
		height: 100%;
		margin: auto;
		background-position: 50%;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	/*Верх и шапка*/
	.top-bar {
	width: 100%;
	padding: 5px 0;
	background-color: #1878b7;
	}
	.top-bar-main{
	  display: flex;
	  align-items: center;
	  flex-direction: row;
	  justify-content: space-between;
	  font-size: 14px;
	  color: #fff;
	
	}
	
	.top-bar-main .instrukcii ul{
	display: flex;
    align-items: center;
    flex-direction: row;
	
	}
	.top-bar-main .instrukcii ul li{
	margin: 0 5px;
	}
	.instrukcii ul li.instr-img{
	display: flex;
    align-items: center;
	}
	.instrukcii ul li.instr-img img{
		width: 20px;
	}
	.top-bar-main .instrukcii ul li a{
	text-decoration: none;
	color:#fff;
	}
	.rek-menu a, .rek_button a, .user-bar{
	color: #fff;
	}


	.user-bar{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	text-decoration: none;
	}
	.user-bar .user-img{
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 5px;
	}
	.user-bar .user-img img{
	  display: block;
	  width: 31px;
	}
	.user-bar .user-text{
		display: flex;
		flex-direction: column;
		justify-content: center;
		line-height: 1;
	}
	.user-bar .user-text>span{display: flex;}

	.user-bar .user-text b{
	text-transform: uppercase;
    line-height: 1.5;
	}
/*Личный кабинет и переписка*/

.prof-pk-popup, .vhod-pk-popup{
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.kabinet-popup, .vhod-popup{
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 60px;
  left: 28px;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 16px;
  width: 320px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s step-end;
}
/* 5. Кнопка закрытия */
.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f55;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.2s;
  z-index: 10;
}

.popup-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1878b7;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.vhod-popup p{
  margin: 8px 0;
  color: #282828;
  font-size: 12px;
  line-height: 1.2;
}
.vhod-pk-popup a{
    color: #15527E;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.vhod-popup .soc_links a{color: white;}

.prof-pk-popup:checked ~ .kabinet-popup, .vhod-pk-popup:checked ~ .vhod-popup {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
	}


#login_pane > li > .user-bar> .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
.pm_num {
	font-size: 11px;
	background-color: #fff;
	border-radius: 10px;
	min-width: 12px; height: 12px;
	line-height: 12px;
	margin: -2px -14px 0 12px;
	padding: 4px;
	color: #0c5f7e;
	text-align: center;
	vertical-align: middle;
		}
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}
.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}
.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}
.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}	
#login_pane .dropdown-form {
	text-align: center;
	left: 50%;
	padding: 39px; margin-left: -150px;
	width: 220px;
}
.dropdown-form .soc_links { margin: 0; }
.dropdown-form .soc_links > a { margin-bottom: 20px; }
.login_form {
	list-style: none;
	padding: 0; margin: 0;
	border-bottom: 1px solid #efefef;
}
.login_form > li {
	border-top: 1px solid #efefef;
	display: block;
	position: relative;
}
.login_form > li > label { display: none; }
.login_form > li > input {
	border: 0 none;
	padding: 19px; padding-left: 23px;
	border-radius: 0;
	background-color: transparent;
	width: 100%; height: 60px;
}
.login_form > li > .icon {
	position: absolute;
	left: 0; top: 50%;
	margin: -7px 0 0 0;
	height: 14px; width: 1em;
}
.login_form > li.login_input-btn > input { padding-right: 65px; }
.login_form > li.login_input-btn > .btn {
	position: absolute;
	right: 0; top: 50%;
	margin-top: -18px; padding: 0;
	width: 54px;
}
.login_form__foot { text-align: left; margin-top: 20px; }

.dropdown-form.logged:after {
	content: "";
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 99px;
	z-index: -1;
}
.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f1f5f9; }
.login_pane__info{
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #e1e5e9;
    background: linear-gradient(135deg, #15527E 0%, #1878b7 100%);
    color: white;
}
.login_pane__admin a{color: #fff;}

.login_pane__menu {
	list-style: none;
	padding: 0; margin: 25px 0;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
.login_pane__menu li a {
	text-decoration: none !important;
	padding: 14px 0; display: block;
	border-top: 1px solid #efefef;
}
.login_pane__menu li a:hover { color: #0c5f7e; }
.login_pane__menu li a.btn_rek:hover { color: #fff; }

.login_pane__foot { text-align: center; }
.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }
.avatar { flex-shrink: 0; display: inline-block; }
.avatar .cover {
	width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 4px solid white;
	white-space: nowrap;
	text-indent: -9999px;
	display: inline-block;
}
/*Шапка*/
.rek-menu>a{
display: none;
}
.rek-menu ul{
  list-style-type: none;
  margin:0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.rek-menu li {
display: inline-block;
box-sizing: border-box;
background-color: none;
border:1px solid #fff;
padding: 3px;
margin: 0px 5px;
line-height: 1;
}
.rek-menu li:hover{
border:1px solid #282828;
background-color: #eee;
}
.rek-menu li:hover>a{
color: #282828;
}
.rek-menu li a{
color: #fff;
padding: 5px;
display: inline-block;
text-decoration: none;
}

.btn_rek{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #f55;
	padding: 8px 8px 8px 16px;
	text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
	text-align: center;
  }


.rek_button a::after{
  content: " + ";
  opacity: 0;
}
.rek_button a:hover::after{
  content: " + ";
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.rek_button a:not(:hover)::after{
  content: " + ";
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
/*форма поиска */
.q_search{position: relative;}
	.q_search > input {
		width: 100%;
		padding: 7px 72px 7px 18px;
		border-radius: 8px;
		background-color: #fff;
		display: block;
		border: 0 none;
		box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
    .q_search > .btn {
    width: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 18px;
}
	.q_search > .btn { width: 36px; padding: 0; position: absolute; right: 0; top: 18px; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px; fill: #737373;}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 36px;
		width: 36px; height: 36px;
	}
	.q_search .icon-set {
		width: 16px; height: 16px;
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #0c5f7eed; }
    .title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }

.menus{
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
}
.head-block{
	  display: flex;
	  order: 2;
	  align-items: center;
	  flex-direction: row;
	  justify-content: space-between;
	  font-size: 14px;
	  margin: 10px 0;
}
.logo a{
	display: block;
	text-decoration: none;
	line-height: 25px;
}
.logo h1{
   color: #f55;
   font-size: 28px;
   font-weight: normal;
}
.logo h1 span{
 color: #1878b7;
}
.slogan{
  color: #828282;
  letter-spacing: 1px;
}
.head_menus{
	  display: flex;
	  align-items: flex-start;
	  flex-direction: column;
	  justify-content: space-between;
	  font-size: 14px;

}
.partner_menu ul{
	display: inline-block;
}
.phone{
	display: inline-block;
	color: #1878b7;
}
.phone span{
  font-size: 18px;
  font-weight: bold;
  color: #1878b7;
}
.phone small{
  color: #1878b7;
}
.phone a{

	text-decoration: none;
}
.partner_menu li{
	display: inline-block;
	box-sizing: border-box;
	padding: 3px;
	margin: 0px 5px;
	line-height: 1;
	font-size: 16px;
	margin-right: 10px;
	position: relative;

}
.partner_menu li a{
  color: #1878b7;
  text-decoration: none;
}
.partner_menu li:first-child a{
	display: inline-block;
	vertical-align: middle;
	background: #f55;
	color: #fff;
	text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
	padding: 5px 15px;
	border-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.partner_menu li:first-child a::before{
  content: "% ";
}
.partner_menu li a.dashed{
  border-bottom: 1px dashed;
}
.label_new{
	  display: inline-block;
	  vertical-align: middle;
	  background: #f55;
	  color: #fff;
	  padding: 2px 5px;
	  border-radius: 3px;
	  margin: 0 4px;
	  font-weight: bold;
	  font-size: 12px;
}
	
/*Навигация главная */
nav.head-nav {
display: inline-block;
}
.head-nav li {
list-style-type: none;
display: inline-block;
}
.head-nav li a span{
border-bottom: 1px;
}
.head-nav li:hover a span{
border-bottom: 1px dashed #1878b7;
}
.head-nav li a{
color: #1878b7;
text-decoration: none;
padding: 10px;
}
/*Навигация блоки */
.menu-block {
	margin: 10px 0;
	order:3;
}
#main-menu{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0px rgb(0 0 0 / 30%);
}
#main-menu li{
	display: inline-block;
	vertical-align: middle;
}
#main-menu li a{
  display: flex;
  text-decoration: none;
  padding: 5px;
}
#main-menu li a span.menu-img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;

}
#main-menu li a span.menu-img img{
	width:35px;
	display: block;
}
#main-menu li a span.menu-txt{
  text-transform: uppercase;
	  font-size: 14px;
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 5px;
	  color: #15527E;
}
#main-menu li a span.menu-txt span{
	border-bottom: 1px dashed;
	font-weight: bold;
}
#main-menu li a span.menu-txt small{
  text-transform: none;
  display: block;
  color: #828282;
}
/* Блоки второстепенные*/
.submenu-block {
  margin: 10px 0;
  order:1;
  display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
background: #fff;
border-radius: 4px;
}
#sub-menu{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  list-style: none;
}
#sub-menu li{
	display: inline-block;
	vertical-align: middle;
}
#sub-menu li a{
  display: block;
  text-decoration: none;
  padding: 5px;
}
#sub-menu li a span.sub-menu-img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;

}
#sub-menu li a span.sub-menu-img img{
	width:30px;
	display: block;
}
#sub-menu li a span.sub-menu-txt{
  text-transform: uppercase;
	  font-size: 12px;
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 5px;
	  color: #659dbd;
}
#sub-menu li a span.sub-menu-txt span{
	border-bottom: 1px dashed;
	font-weight: bold;
}
#sub-menu li a span.sub-menu-txt small{
  text-transform: none;
  display: block;
  color: #828282;
}
/*Секции на главной, общие стиили*/
.breadcrumb{padding: 10px 0;}
.obj-menu-niz li{list-style: none;padding: 15px 0;}
.complaint a{text-decoration: none; color: #828282;  padding: 0 10px; display: flex;align-items: flex-start;flex-direction: row; gap: 8px;}
.sektsii-dom{
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		gap: 2%;
}
.banner{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 25px; */
    padding: 20px 5px;	
}
.comments .box p{
padding: 15px 0;
}
.comments .box p:last-child{
	line-height: 0.9em;
    font-style: italic;
    color: #828282;
}
	/*
	.main-content ul{
	  padding: 0 25px;
	  list-style: circle
	}*/
.head-section h1, .head-section h2, .head-section h3{
	text-transform: uppercase;
	font-weight: 600;
	color: #15527E;
	}
	.head-section h2{
		  font-size: 24px;
	}
	
	/*.head-section h3::first-letter{color: #15527E;}*/
	.head-hr{
	  display: block;
		width: 75%;
		height: 3px;
		background: #f55;
		margin-top: 3px;
		margin-bottom: 10px;
	}
/*Главная новость*/
.glav-novost, .glav-novost_img{
	    margin-bottom: 10px;
}	
.glav-novost_img img, .glav-novost_img a {
	display: block;
    border-radius: 5px;
}
.glav-novost_img .preloader_link {
  width: 100%;
  height: 100%;
}
.glav-novost_img figure{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	}
.glav-novost_img img{
	max-width: 820px;
    max-height: 345px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.glav-nov-info h2{
	font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.glav-nov-info h2 a{
	color: #15527E;
    text-decoration: none;
}	

/*Несколько новостей на главной*/
	.novosti-dom article{   min-height: 100px;}

.dom-foto-novost img{
    margin-right: 7px;
    height: 120px;
    object-fit: cover;
    width: 200px;
    border-radius: 7px;
}

.dom-foto-partnery img{
    margin-right: 7px;
    height: 120px;
    object-fit: cover;
    width: 120px;
    border-radius: 4px;
}

/* Эффект при наведении (опционально): лёгкое увеличение */
.dom-foto-novost:hover img {
  transform: scale(1.05);
}
.nov-info h2{
	font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.nov-info h2 a{
	color: #15527E;
    text-decoration: none;
}		
.nov-info-top{
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	color: #828282;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
    flex-wrap: wrap;
	}
.nov-info-top li{display: inline-flex; align-items: center;margin-right: 10px;}	
.nov-info-top span{
	margin-right: 10px;
}
.nov-info-top img{
	margin-right: 10px;
	width: 18px;
	}
.nov-info-top a{
	text-decoration: none;
	color: #828282;
}
.nov-info-top a:hover{
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #282828;
} 
	
	.novosti-dom article h2{
	  line-height: 1;
	  margin-bottom: 8px;
	}
	.novosti-dom article h2 a{
	  font-size: 16px;
    font-weight: 700;
    color: #15527E;

	  text-decoration: none;
	}

	
	.news-info-bottom{
	display: flex;
    align-items: center;
    gap: 20px;
	}
	.news_cat a{
	  font-size: 14px;
	  font-weight: 600;
	  color: #15527E;
	  border-bottom: 1px dashed;
	  text-decoration: none;
	}
	.news_tags_home{
		float: right;
	}
	.news_tags_home a{
		color: #f55;
		font-weight: 600;
	  border-bottom: 1px dashed;
	text-decoration: none;}
	.all-link{
		font-size: 16px;
		display: inline-block;
		margin-bottom: 10px;
		color: #1878b7;
	}
	.all-link::after, .section-href a:first-child::after{
	  content:"»";
	}
	.all-link a{
	text-decoration: none;
	color: #1878b7;
	border-bottom: 1px dashed;
	}
	/*Общие стили для элементов на главной*/
	.with-img{
		  display: flex;
		  align-items: flex-start;
		  flex-direction: row;
		  justify-content: flex-start;
		  gap: 10px;
	}
.with-img-mal{
	display: grid;
    grid-template-columns: 130px 1fr;
    gap: 10px;
}
.with-img-bol{
	display: grid;
    grid-template-columns: 200px 1fr;
    gap: 10px;
}
	.button-right{
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	}
	.button-right h3, .button-right h2, .button-right h1{
		flex: 3;
	}
	.but-head-sect{
		margin-right: 5px;
		flex: 3;
		text-align: center;
		background-color: #659dbd;
		padding: 2px;
		border-radius: 5px;
	}
	
	.but-head-sect a{
	  color: #fff;
	  text-decoration: none;
	  font-size: 12px;
	  
	  font-weight: bold;
	}
	.but-head-sect a::before{
	  content: " + ";
	}
.item-dom-foto{
	flex-basis: 160px;
}	
.item-dom-foto a{
	display: block;
    overflow: hidden;
    border-radius: 10px;
}
.item-dom-foto img{
	width: 100%;
	object-fit: cover;
	display: block;
    overflow: hidden;
    border-radius: 10px;
}
/*размеры картинок на главной в блоках*/
.dom-foto-usl{
	width: 160px;
	height: 120px;
}
.dom-foto-objav{
	width: 160px;
	height: 200px;
}
.dom-foto-catalog{
	width: 160px;
	height: 160px;
}
.item-dom-info h3 a{
	font-size: 14px;
    font-weight: 600;
    color: #15527E;
    text-decoration: none;
}

	/* Секциии на главной */
	
	.news-dom, .vygody-dom, .objav-dom, .afisha-dom, .nedvizh-dom,.avto-dom, .vakansii-dom,.dostop-dom,.voprotvet-dom {
	display: flex;
    flex-direction: column;
	flex: 0 0 58%;
    max-width: 58%;
	}
	.luchshie-dom, .uslugi-dom, .pogoda-dom, .razvl-dom, .problem-dom, .avtouslugi-dom, .rezume-dom, .lichnosti-dom,.interes-dom {	
	display: flex;
    flex-direction: column;
	flex: 0 0 40%;
    max-width: 40%;
	}
	.sprav-dom{
	flex: 0 0 100%;	
	display: flex;
    flex-direction: column;
	}
	.block-white{
		  background: #fff;
		  border-radius: 4px;
		  margin-bottom: 7px;
		  padding: 7px;
		  -webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
		  -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
	}
	
	.content-right{
	  flex-direction: column;
	  flex: 1.5;
	}
	.content-left{
	flex-direction: column;
		flex: 1.5;
	  }
	.aside-blok{
	  padding: 0 5px;
	}
	.aside-blok li{
	  list-style-type: none;
	}
	.popular_aside li a{
	display: flex;
    text-decoration: none;
    padding: 5px;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #ccc;
	}
	.label-vkladki{
		display:flex;
		margin-bottom: 6px;
	}
	.label-tek{
		display: inline-flex;
		vertical-align: middle;
		font-weight: bold;
		font-size: 14px;
		margin: 5px;
		background-color: #15527E;
		border-radius: 4px;
		color: #fff;
		border-bottom: none;
		padding: 2px 7px;
	}
	.label-ost{
		display: inline-flex;
		vertical-align: middle;
		padding: 2px 0;
		cursor: pointer;
		border-bottom: 1px dashed;
		font-weight: bold;
		color: #15527E;
		font-size: 14px;
		margin: 5px;
		text-decoration: none;
	}
	
	.breadcrumbs{
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		font-size: 12px;
		color: #828282;
		margin: 5px 0;
	}
	ul.breadcrumb{
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
	}
	.breadcrumb li{
	  list-style-type: none;
	  padding: 0 5px;
	}
	.breadcrumb a{
	  color: #435173;
		text-decoration: none;
		border-bottom: 1px dashed;
	}
	.data{
	  display: inline-block;
	  text-transform: lowercase;
	  vertical-align: middle;
	}
	.data label{
	  opacity: 0.7;
	}
	section{
	  margin-bottom: 10px;
	}
	/*Реклама*/
	/*Реклама блоки справа*/
	.banner-rek-right-1 {
	  width: 274px;
	  height: 140px;
	  background-color: #1878b7;
	  color: white;
	  text-align: center;
	  position: relative;
	  overflow: hidden;
	  display: block;
	}
	
	.banner-rek-right-1 h3 {
	  font-size: 18px;
	  position: absolute;
	  margin-top: 7px;
	}
	/*Баннер с анимацией, и её настройка*/
	.banner-rr1-head-1{
	 padding: 5px;
	 left: -100px;
	 -webkit-animation: h3-part1 3s infinite linear;
	 -moz-animation: h3-part1 3s infinite linear;
	 -ms-animation: h3-part1 3s infinite linear;
	 -o-animation: h3-part1 3s infinite linear;
	 animation: h3-part1 3s infinite linear;
	 }
	.banner-rr1-head-2{
	 background: #f55;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -ms-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
	 padding: 5px;
	 right:-100px;
	 -webkit-animation: h3-part2 3s infinite linear;
	 -moz-animation: h3-part2 3s infinite linear;
	 -ms-animation: h3-part2 3s infinite linear;
	 -o-animation: h3-part2 3s infinite linear;
	 animation: h3-part2 3s infinite linear;
	}
	.banner-rr1-text {
	  margin: 0;
	  position: absolute;
	  bottom: -50%;
	  width: 100%;
	  font-size: 16px;
	 -webkit-animation: slide-up 4s infinite linear;
	 -moz-animation: slide-up 4s infinite linear;
	 -ms-animation: slide-up 4s infinite linear;
	 -o-animation: slide-up 4s infinite linear;
	 animation: slide-up 4s infinite linear;
	}
	.banner-rr1-detal{
	  margin: 0;
	  position: absolute;
	  bottom: 2px;
	  font-size: 20px;
	  width: 100%;
	 -webkit-animation: cvet-banner-usl 8s infinite;
	 -moz-animation: cvet-banner-usl 8s infinite;
	 -ms-animation: cvet-banner-usl 8s infinite;
	 -o-animation: cvet-banner-usl 8s infinite;
	 animation: cvet-banner-usl 8s infinite;
	}
	@-webkit-keyframes h3-part1 {
	  0% {left: 0px;}
	  50% {left: 10px;}
	  100% {left: 0px;}
	}
	@-moz-keyframes h3-part1 {
	  00% {left: 0px;}
	  50% {left: 10px;}
	  100% {left: 0px;}
	}
	@-ms-keyframes h3-part1 {
	  0% {left: 0px;}
	  50% {left: 10px;}
	  100% {left: 0px;}
	}
	@-o-keyframes h3-part1 {
	  0% {left: 0px;}
	  50% {left: 10px;}
	  100% {left: 0px;}
	}
	@keyframes h3-part1 {
	  0% {left: 0px;}
	  50% {left: 10px;}
	  100% {left: 0px;}
	}
	@-webkit-keyframes h3-part2 {
	  0% {right: 0px;}
	  50% {right: 10px;}
	  100% {right: 0px;}
	}
	@-moz-keyframes h3-part2 {
	  0% {right: 0px;}
	  50% {right: 10px;}
	  100% {right: 0px;}
	}
	@-ms-keyframes h3-part2 {
	  0% {right: 0px;}
	  50% {right: 10px;}
	  100% {right: 0px;}
	}
	@-o-keyframes h3-part2 {
	  0% {right: 0px;}
	  50% {right: 10px;}
	  100% {right: 0px;}
	}
	@keyframes h3-part2 {
	  0% {right: 0px;}
	  50% {right: 10px;}
	  100% {right: 0px;}
	}
	@-webkit-keyframes slide-up {
	  0% {bottom: 20px;}
	  50% {bottom: 40px;}
	  100% {bottom: 20px;}
	}
	@-moz-keyframes slide-up {
	  0% {bottom: 20px;}
	  50% {bottom: 40px;}
	  100% {bottom: 20px;}
	}
	@-ms-keyframes slide-up {
	  0% {bottom: 20px;}
	  50% {bottom: 40px;}
	  100% {bottom: 20px;}
	}
	@-o-keyframes slide-up {
	  0% {bottom: 20px;}
	  50% {bottom: 40px;}
	  100% {bottom: 20px;}
	}
	@keyframes slide-up {
	  0% {bottom: 20px;}
	  50% {bottom: 40px;}
	  100% {bottom: 20px;}
	}
	@-webkit-keyframes cvet-banner-usl {
	  0% {color: #fff;}
	  50% {color: #f55;}
	  100% {color: #1878b7;}
	}
	@-moz-keyframes cvet-banner-usl {
	  0% {color: #fff;}
	  50% {color: #f55;}
	  100% {color: #1878b7;}
	}
	@-ms-keyframes cvet-banner-usl {
	  0% {color: #fff;}
	  50% {color: #f55;}
	  100% {color: #1878b7;}
	}
	@-o-keyframes cvet-banner-usl {
	  0% {color: #fff;}
	  50% {color: #f55;}
	  100% {color: #1878b7;}
	}
	@keyframes cvet-banner-usl {
	  0% {color: #fff;}
	  50% {color: #f55;}
	  100% {color: #fff;}
	}
	/* СТИЛИ секций*/
	
	
	section a.read-more::after{ content: " ... ";}
	/* Меню (категории) секций на главной*/
	.href-cat-s{
	  margin:0.5rem 0 1rem;
	}
	.href-cat-s ul{
	  display: flex;
	  list-style-type: none;
	}
	.href-cat-s ul li{
	padding-right: 0.4rem;
	}
	.href-cat-s a{
		text-decoration: none;
		border-bottom: 1px dashed;
	  font-weight: 600;
	  padding:0.2rem;
	}
	.href-cat-s a:hover{
	  background: #f55;
	  color: #fff;
	
	}
	
	.but_add{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		background-color: #1878b7;
		padding: 4px;
		border-radius: 5px;
	}
	.but_add::before{
	  content: " + ";
	}
	.section-href{
		flex: 2;
		margin-right: 5px;
		text-align: end;
		padding: 2px;
	}
	.section-href a:first-child{
	  text-decoration: none;
	}
	

	/*слайдер объектов*/
	.slider-obj{
	  display: inline-flex;
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
	  flex-flow: row wrap;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	.slider-obj li{
	  width: 100px; /* ширина элемента */
		height: 120px; /* высота элемента */
		background: orange; /* цвет заднего фона */
		margin: 3px; /* внешние отступы со всех сторон */
	}
	
	.slider-obj li:first-child{
		margin-left: 0;
	}
	.slider-obj li:last-child{
		margin-right: 0;
	}
	.slider h2 a{
	font-size: 16px;
		font-weight: 500;
		color: #1878b7;
		border-bottom: 1px dashed;
		text-decoration: none;
	}
	/*слайдер объектов внутри статьи*/
	
	.slider-post ul li{
		list-style-type:none;	
	}
	.slider-post .flex-direction-nav{
	 padding:0px;	
	}
	.slides-post{
		padding:0px;
		
	}
	.slides-post li{
		height: 338px;
	}
	
	.slides-post li img{
		width: 600px;
		border-radius: 7px;
		height: 338px;
		margin: 0;
		object-fit: cover;
	}
	/*слайдер фото внутри материала*/
.slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.flexslider {
  position: relative;
  overflow: hidden;
}

.flex-viewport {
  overflow: hidden;
  position: relative;
}

.flex-viewport .slides {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
    transition-duration: 0s;
    transform: translate3d(0px, 0px, 0px);
    padding: 7px 0;
}

.slides li {
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  width: 170px;
  height: auto;
  overflow: hidden;
}

.slides img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
    overflow: hidden;
    border-radius: 7px;
}

.slides li:hover img {
  transform: scale(1.05);
}

/* Полноэкранный просмотр изображения */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-overlay.active {
  display: flex;
}

.fullscreen-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.close-fullscreen {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}
	
	footer{
	margin-top: 28px;
	clear: both;
	min-height: 50px
	}
	footer .head-hr {
		display: block;
		width: 60%;
		height: 2px;
		background: #f55;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.content-footer{
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
	}
	.content-footer>div{
		flex:2;
		padding-right: 7px;
	}
	.content-footer ul li{
	  list-style-type: none;
	  padding: 10px;
	  border-bottom: 1px solid #ccc;
	}
	.content-footer ul li a,.content-footer ul li a:link, .content-footer ul li a:visited{
	  text-decoration: none;
	  color: #282828;
	}
	.content-footer h4{
		  font-size: 14px;
		  text-transform: uppercase;
		  font-weight: 600;
		  color: #15527E;
	}
	.content-footer p{
	  padding-bottom: 8px;
	}
	/* увеличить фото в контенте */
	img.zoom {
	  -moz-user-select: none; user-select: none;
	}
	img.zoom:hover {
	  display: block;
	  position: fixed;
	  z-index: 10;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	  width: auto;
	  height: auto;
	  max-width: 99%;
	  max-height: 99%;
	  border: solid rgba(210,210,210,.4);
	  border-width: 100vh 100vw;
	  cursor: zoom-out;
	}
	:not(:active) > img.zoom:not(:hover), img.zoom:active {
	  pointer-events: none;
	}
	/* Основные стили футера */
.footer_menu {
  background: #1878b7; /* тёмно‑синий фон */
  color: #ffffff;
  padding: 40px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.clrfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Контейнер с сеткой Grid */
.footer_menu {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 30px;
  padding: 40px 5%;
}

/* Стили для правой части (кнопка «Наверх») */
.rightside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#upper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

#upper:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.icon-up {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Центральная часть — меню */
.midside {
  flex: 1;
}

.foot_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.foot_menu > li {
  margin-bottom: 15px;
}

/* Заголовки разделов меню */
.foot_menu b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease;
}

.foot_menu b:hover {
  color: #f5f5f5;
}

.foot_menu b i {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.foot_menu b.collapsed i {
  transform: rotate(135deg);
}



.foot_menu ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}

.foot_menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 6px 0;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.foot_menu li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

/* Левая часть — место для иконок */
.leftside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.footer-icon-placeholder {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

/* Нижняя часть футера — копирайт и дополнительные ссылки */
.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 0 10px;
}

.footer-bottom a:hover {
  color: #ffffff;
}
	footer .soc_but{
	  display: flex;
		align-items: flex-start;
		flex-direction: row;
	}
	footer .soc_but li{
	  padding: 0;
	  border: 0;
	}
	footer .soc_but li a{
	  display: flex;
	  width:31px;
	  height: 31px;
	  background-image: url("../img/icons/soc_groups_31.png");
	}
	footer .soc_but li a:hover{
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
	footer .soc_but li a:not(:hover){
	  -moz-transition: all 1.0s ease;
	  -webkit-transition: all 1.0s ease;
	  -o-transition: all 1.0s ease;
	  -ms-transition: all 1.0s ease;
	  transition: all 1.0s ease;
	}
	
	.soc_ico_vk a{
	  background-position: 0 0;
	}
	.soc_ico_vk a:hover{
	  background-position: 0px -31px;
	}
	.soc_ico_ok a{
	  background-position: -31px 0px;
	}
	.soc_ico_ok a:hover{
	  background-position: -31px -31px;
	}
	.soc_ico_wh a{
	  background-position: -62px 0px;
	}
	.soc_ico_wh a:hover{
	  background-position: -62px -31px;
	}
	.soc_ico_tg a{
	  background-position: -93px 0px;
	}
	.soc_ico_tg a:hover{
	  background-position: -93px -31px;
	}
	
	.btn_top{
	  position: fixed;
	  bottom: 5px;
	  right: 10%;
	  border-radius: 3px;
	  border: 1px solid black;
	  padding: 3px;
	}
	.btn_top:hover{
	  color:white;
	  background-color: black;
	}
/*Стили разделов справочник, объявления, услуги -общие*/
.sortbar{
	margin-bottom: 25px;
}
.sortbar_in{
	display: flex;
}
.sort > li, .sort{
    margin: 0!important;
    padding: 0px 10px;
}
.sort_by_editdate, .sort_by_comm_num{
display: none!important;
}
/* Базовый стиль для всех иконок */
.avt_messengery{
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.icon-mess{
  display: inline-block;
  width: 31px; /* ширина одной иконки */
  height: 31px; /* высота одной иконки */
  background-image: url("/design/img/icons/soc_groups_31.png");
  background-repeat: no-repeat;
  background-position: 0 0; /* начальная позиция (первая иконка) */
  margin-right: 5px; /* отступ между иконками */
}
.icon-mes-max{
	background-position: -124px -31px;
}
.icon-mes-tg{
	background-position: -93px -31px;
}
.icon-mes-wh{
	background-position: -62px -31px; 
}

/* Всплывающие окна контактов и др.скрытых данных */
/* 1. Скрываем чекбокс */
.n_tel-toggle, .n_tel-saita{
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
/* 3. Всплывающее окно (по умолчанию скрыто) */
.n_tel-popup, .n_tel-saita-popup {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 600px;
  max-width: 90vw;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s step-end;
}
/* 5. Кнопка закрытия */
.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f55;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.2s;
  z-index: 10;
}
/* 6. Остальные общие стили для окон */
.popup-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1878b7;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.popup-info{padding-left: 20px;}
.popup-info a{text-decoration: none;}
.popup-cena{display: inline-flex; font-size: 22px; margin: 20px 0;}

.popup-m-img img{
	width: 200px;
	height: 200px;
	display: block;
    overflow: hidden;
    border-radius: 10px;
}
.n_tel-popup h1{
font-size: 24px;
color: #15527E;
}

/* 7. Показываем окно, когда чекбокс отмечен */
.n_tel-toggle:checked ~ .n_tel-popup, .n_tel-saita:checked ~ .n_tel-saita-popup {
	opacity: 1;
    visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	}
/* СТИЛИ номера телефона на сайте, контакты, написать*/
.n_tel-scryt{
  margin-left: 28px;
  font-size: 20px;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(
    to right,
    #15527E 60%,    /* Основной цвет до 60 % */
    transparent 90%  /* Плавный переход в прозрачность */
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.n_tel_okno{
margin-left: 28px;
  font-size: 20px;
  font-weight: bold;
}
.kont-btns{text-decoration: none;}
.licka_btn{display: inline-block; padding: 10px 20px; background-color: #1878b7; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;}
.phone .licka_btn{padding: 5px 15px;}
.pozvonit_btn{display: inline-block; padding: 10px 20px; background-color: #F55; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; margin-right: 10px;}
	
	/* СТИЛИ раздела Новости - КОРОТКИЕ новости*/

	.short-news img{
	  width: 200px;
	  border-radius: 7px;
	}
	
	.short-news figure img {
		margin-right: 7px;
		height: 120px;
		object-fit: cover;
	}
	h2.title a{
	color: #15527E;
    text-decoration: none;
	}
/* Меню категорий */
.mod_menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
width: 100%;
max-width: 280px; 
}

.mod_menu li{
margin-bottom: 2px;
padding-bottom: 2px;
border-bottom: 1px dashed #828282;
list-style-type: none;
}
.mod_menu li a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    text-decoration: none;
    padding: 5px;
}
.bok_menu_img{
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
margin-right: 10px;
}
.mod_menu li a span{
text-transform: uppercase;
font-weight: bold;
color: #15527E;
}
.mod_menu li a small{
text-transform: none;
display: block;
color: #828282;
}

.mod_menu .menu-bok{
display: inline-flex;
flex-direction: column;
justify-content: center;
}
.submenu_input{
position: absolute;
opacity: 0;
width: 1px;
height: 1px;
clip: rect(0 0 0 0);

}
.submenu-icon{

cursor: pointer;
    padding: 15px 5px;
    width: 11px;

    position: absolute;
}
.arrow-icon {
width: 11px;
height: 7px;
transition: transform 0.3s ease;
display: inline-block;
}
/* Поворот стрелки при активном чекбоксе */
.submenu_input:checked + .submenu-icon .arrow-icon {
transform: rotate(180deg);
}
/* Скрываем подменю по умолчанию */
.usl-stroi, .usl-it, .usl-avto, .usl-byt, .usl-gruz, .usl-des, .usl-dostav, .usl-kras,.usl-obr,.usl-org,.usl-perev,.usl-razv,.usl-remtex,.usl-srazv,.usl-ubor,.usl-zhiv,.usl-fva,.usl-ur,.usl-raz{
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
.cat-avto,.cat-bank, .cat-gos, .cat-deti, .cat-biz, .cat-eda, .cat-zhiv, .cat-kafe, .cat-dom, .cat-kras, .cat-kult, .cat-magaz, .cat-med, .cat-obraz, .cat-proizv, .cat-otdyh , .cat-relig, .cat-sport, .cat-transp, .cat-turizm, .cat-usl, .cat-selskoe{
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
.ob-elektr,.ob-d-avto,.ob-d-bis,.ob-d-doma,.ob-zhiv,.ob-lichn,.ob-hobbi  {
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
/* Показываем подменю, если чекбокс активен */
.usl-stroi_input:checked ~ .usl-stroi, 
.usl-it_input:checked ~ .usl-it,
.usl-avto_input:checked ~ .usl-avto, 
.usl-byt_input:checked ~ .usl-byt, 
.usl-gruz_input:checked ~ .usl-gruz, 
.usl-des_input:checked ~ .usl-des, 
.usl-dostav_input:checked ~ .usl-dostav, 
.usl-kras_input:checked ~ .usl-kras, 
.usl-obr_input:checked ~ .usl-obr,
.usl-org_input:checked ~ .usl-org,
.usl-perev_input:checked ~ .usl-perev,
.usl-razv_input:checked ~ .usl-razv,
.usl-remtex_input:checked ~ .usl-remtex,
.usl-srazv_input:checked ~ .usl-srazv,
.usl-ubor_input:checked ~ .usl-ubor,
.usl-zhiv_input:checked ~ .usl-zhiv,
.usl-fva_input:checked ~ .usl-fva,
.usl-ur_input:checked ~ .usl-ur,
.usl-raz_input:checked ~ .usl-raz
 {
display: block;
}
.cat-avto_input:checked ~ .cat-avto,
.cat-bank_input:checked ~ .cat-bank,
.cat-gos_input:checked ~ .cat-gos,
.cat-deti_input:checked ~ .cat-deti,
.cat-biz_input:checked ~ .cat-biz,
.cat-eda_input:checked ~ .cat-eda,
.cat-zhiv_input:checked ~ .cat-zhiv,
.cat-kafe_input:checked ~ .cat-kafe,
.cat-dom_input:checked ~ .cat-dom,
.cat-kras_input:checked ~ .cat-kras,
.cat-kult_input:checked ~ .cat-kult,
.cat-magaz_input:checked ~ .cat-magaz,
.cat-med_input:checked ~ .cat-med,
.cat-obraz_input:checked ~ .cat-obraz,
.cat-proizv_input:checked ~ .cat-proizv,
.cat-otdyh_input:checked ~ .cat-otdyh,
.cat-relig_input:checked ~ .cat-relig,
.cat-sport_input:checked ~ .cat-sport,
.cat-transp_input:checked ~ .cat-transp,
.cat-turizm_input:checked ~ .cat-turizm,
.cat-usl_input:checked ~ .cat-usl,
.cat-selskoe_input:checked ~ .cat-selskoe
 {
display: block;
}
.ob-elektr_input:checked ~ .ob-elektr,
.ob-d-avto_input:checked ~ .ob-d-avto,
.ob-d-bis_input:checked ~ .ob-d-bis,
.ob-d-doma_input:checked ~ .ob-d-doma,
.ob-zhiv_input:checked ~ .ob-zhiv,
.ob-lichn_input:checked ~ .ob-lichn,
.ob-hobbi_input:checked ~ .ob-hobbi
 {
display: block;
}
/* Скрываем подменю по умолчанию */
.ob-nedv-dom, .ob-nedv-kvar, .ob-nedv-komn, .ob-nedv-gar, .ob-nedv-komm{
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
.ob-nedv-dom_input:checked ~ .ob-nedv-dom,
.ob-nedv-kvar_input:checked ~ .ob-nedv-kvar,
.ob-nedv-komn_input:checked ~ .ob-nedv-komn,
.ob-nedv-gar_input:checked ~ .ob-nedv-gar,
.ob-nedv-komm_input:checked ~ .ob-nedv-komm
 {
display: block;
}
/* Стили для МАРОК АВТО */
.marki-avto-all{
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
.marki-avto-popular li
 {
padding: 5px 0 0 10px;
list-style: none;
}
.marki-avto-popular li a{
	font-size: 14px;
    font-weight: 600;
    color: #15527E;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.avto-all_input:checked ~ .marki-avto-all
 {
display: block;
}
.marki-avto-popular ol.submenu {
  display: none;
}

.marki-avto-popular .expanded > ol.submenu {
  display: block;
}
.marki-avto-all .expanded > ol.submenu {
  display: block;
}

/* Стили для пунктов подменю */
.pod-categ li a {
padding: 5px 0;
color: #555;
font-size: 0.9em;
}

.pod-categ li a:hover {
color: #15527E;
}

	/* СТИЛИ раздела Новости - ОДНА НОВОСТЬ*/

	.fullstory-nov .head-info{
	  padding: 15px 5px;
	  display: flex;
	  align-items: center;
    justify-content: space-between;
    align-content: center;

	}
	.story-image {
	 margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	}
	.story-image img{
	max-width: 880px;
	}
	.nov-icon, .nov-share-icon{
	display: flex;
    align-content: center;
    align-items: center;
	padding: 0!important;
    list-style: none!important;
	font-size: 14px;
	}
	.nov-icon li, .nov-share-icon li{
    padding-left: 7px;
	color: #828282;
	display: flex;
    align-content: center;
    align-items: center;
	}
	.nov-icon svg, .nov-share-icon img{
    padding-right: 3px;
	color: #828282;
	}
	.nov-icon li:first-child, .nov-share-icon li:first-child{
    padding-left: 0;
	}
	.nov-icon li a{
    text-decoration: none;
	color: #828282;
	}
	.nov-share-icon li a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
	}
	.nov-share-icon li a.vk{
	background-color: #0077ff;
	}
	.nov-share-icon li a.ok{
	background-color: #ff7700;
	}
	.nov-share-icon li a.telegram{
	background-color: #64a9dc;
	}
	.nov-share-icon li a.wh{
	background-color: #65bc54;
	}
	.nov-share-icon svg{
	width: 16px;
    height: 16px;
    fill: #ffffff;
	}
	.content-news figure img{
	width: 325px;
	float: left;
	padding: 0 20px;
	}
	.content-news p{
	  padding: 10px 5px;
	  font-size: 16px;
	}
	.content-news ul{
	   padding: 10px 30px;
	   font-size: 16px;
	}
	.content-news ul li{
	   padding: 10px 0;
	}

	.content-news blockquote{
	border-left: 6px solid #BFE2FF;
		font-size: 16px;
		font-style: italic;
		margin: 16px;
		padding: 16px 24px;
		position: relative;
	}
	.content-news blockquote:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -6px;
		height: 40px;
		background-color: #fff;
		width: 6px;
		margin-top: -1em;
	}
	.content-news blockquote:after {
		content: "”";
		position: absolute;
		top: 50%;
		left: -20px;
		color: #337AB7;
		font-size: 50px;
		font-family: Times, sans-serif;
		font-weight: bold;
		line-height: 30px;    
	}
	.content-news blockquote cite {
		color: #337AB7;
		font-size: 15px;
		padding-top: 10px;
		display: block;
		text-align: right;
	}
	.content_footer {
		border-top:1px solid #ccc;
		padding: 10px 0px;
	}
	.content_footer p{
		font-size: 14px;
	}
	.content_footer .raz-info{
		padding: 20px 0;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		opacity: 0.5;
	}

	.soc_share{
	  display: flex;
		align-items: center;
		flex-direction: row;
		gap: 8px;
		padding-left: 0 !important;
		padding: 15px 0;
	}
	.soc_share li{
	  padding: 0;
	  border: 0;
	  list-style-type: none;
	  margin: 0;
	  color: #282828;
	  font-weight: 600;
	}
	.soc_share li a{
	  display: flex;
	  width:20px;
	  height: 20px;
	  background-image: url("/design/img/icons/soc_share.png");
	  background-repeat: no-repeat;
	   transition: 
    background-position 0.3s ease-in-out,
    transform 0.2s ease-out,
    box-shadow 0.2s ease-out;
  /* Скругление углов для эстетики (опционально) */
  border-radius: 4px;
  /* Курсор-указатель для ясности */
  cursor: pointer;
	}
	.soc_share li a:hover{
 	transform: scale(1.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	}
	.soc_share li a:not(:hover){
	 transition: background-position 0.3s ease-in-out;
	}
	
	.soc_sha_vk a{
	  background-position: 0 0;
	}
	.soc_sha_vk a:hover{
	  background-position: 0px -20px;
	}
	.soc_sha_ok a{
	  background-position: -20px 0px;
	}
	.soc_sha_ok a:hover{
	  background-position: -20px -20px;
	}
	.soc_sha_wh a{
	  background-position: -40px 0px;
	}
	.soc_sha_wh a:hover{
	  background-position: -40px -20px;
	}
	.soc_sha_tg a{
	  background-position: -60px 0px;
	}
	.soc_sha_tg a:hover{
	  background-position: -60px -20px;
	}
	.soc_sha_max a{
	  background-position: -80px 0px;
	}
	.soc_sha_max a:hover{
	  background-position: -80px -20px;
	}
	

.navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.page_next-prev {
  display: flex;
  align-items: center;
  gap: 1.5rem; 
}

.page_prev,
.page_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page_prev:hover,
.page_next:hover {
  background-color: #e9ecef;
  transform: scale(1.05);
}

.page_prev svg,
.page_next svg {
  width: 16px;
  height: 16px;
  fill: #495057;
}

.pages {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #15527E;
}

.pages span,
.pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  color: #15527E;
  transition: all 0.3s ease;
}

.pages span {
  background-color: #1878b7; /* Текущая страница */
  color: #ffffff;
  font-weight: bold;
}

.pages a:hover {
  background-color: #e9ecef;
  color: #1878b7;
}



	#pdopage .pagination{margin:0;display:flex;justify-content:center;}
	#pdopage .pagination li{    display: inline-flex;}
	#pdopage .pagination li a {
		padding: 8px 16px;
		text-decoration: none;
	}
	#pdopage .pagination li.active {
		background-color:#15527E;
	}
	#pdopage .pagination li.active a{
		color: white;
	}
	
	ul.pagination li a:hover:not(.active) {background-color: #ddd;}
	.sticky-pagination.is-sticky{opacity:.5}
	.sticky-pagination.is-sticky:hover{opacity:1}
	.btn-more{width:150px;display:block;margin:auto}

	/*Карточки*/
	.kart-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* Отступы между карточками */
  box-sizing: border-box;

    justify-content: center;
	}
	.col-25{
		flex: 0 0 25%;
	}
	.col-30{
		flex: 0 0 30%;
	}
	.col-40{
		flex: 0 0 40%;
	}
	.col-50{
		flex: 0 0 50%;
	}
	.col-60{
		flex: 0 0 60%;
	}
	.col-70{
		flex: 0 0 70%;
	}
	.col-75{
		flex: 0 0 75%;
	}
	.kartochki{
		background: #fff;
		border-radius: 4px;
		margin: 0 7px 7px 0;
		padding: 7px;
		-webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
	}
	.kartochki figure{
		width: 100%;
	}
	.kartochki img{
		width: 100%;
		border-radius: 7px;
		margin-right: 7px;
		object-fit: cover;
	}
	/*Анонс объектов*/
	.anons h3{
	padding: 5px;
	margin: 0 10px;
	color: #15527E;
	}
	.anons p{
		padding: 5px;
		margin: 0 10px;
		font-size: 14px;
		border-bottom: 1px dashed gray;
	}
	.anons p:nth-child(2n){
	background-color: #e3e9ed;
	}

	/*ТАБЫ*/
	

		.tabs>input[type="radio"] {
		  display: none;
		}
	
		.tabs>div {
		  /* скрыть контент по умолчанию */
		  display: none;
		  padding: 10px 15px;
		}
	
		/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
		#tab-btn-1:checked~#content-1,
		#tab-btn-2:checked~#content-2,
		#tab-btn-3:checked~#content-3,
		#tab-btn-4:checked~#content-4 {
		  display: block;
		}
	
		.tabs>label {
		  display: inline-flex;
		  vertical-align: middle;
		  user-select: none;
		  padding: 2px 0;
		  cursor: pointer;
		  border-bottom: 1px dashed;
		  font-weight: bold;
		  color: #15527E;
		  font-size: 14px;
		  margin:5px;
		}
		.tabs>input[type="radio"]:checked+label {
		  background-color: #15527E;
		  border-radius: 4px;
		  color: #fff;
		  border-bottom: none;
		  padding: 2px 7px;
		}
	/*СПРАВОЧНИК*/
/*страница организации*/
.ctlg-full-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
}
	
	
	.sprav-left-cats{
		display: flex;
		flex-direction: column;	
	}
	.sprav-left-cats li{
		list-style-type: none;
		margin: 0 0 10px;
			cursor: pointer;
		border-bottom: 1px dashed;
	
	}
	
	.sprav-left-cats li a{
		text-decoration: none;
	}
	.col-2{
		  -moz-column-count: 2; /* Для Firefox */
		  -webkit-column-count: 2; /* Для Safari и Chrome */
		  column-count: 2;
	}

	.sprav-title h3{
	  padding: 10px;
	}
	.ctlg-osn-info{
		max-width: 100%;
	}
	.catalog-description ul{
   		 margin-left: 30px;
	}
	.catalog-description p{
	padding: 10px 5px;
    font-size: 16px;
	}	
	.catalog-description{
    margin-bottom: 25px;
	}
	.sprav-item{
	  display: flex;
	  flex-wrap: wrap;
	}
	.sprav-item-img{
	  flex:1;
	  }
	.sprav-item figure{
	width:250px;
	margin-right: 7px;
	}
	.sprav-item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 7px;
	}
	.sprav-item-info{
	 flex:1.7; 
	}
	.sprav-item-info h2{
	margin-bottom: 7px;
	}
	.sprav-item-info h2 a{
	  text-decoration: none;
	  cursor: pointer;
	  border-bottom: 1px dashed;
	  color: #15527E;
	}
	.sprav-item-adr, .sprav-item-tel{
	  line-height: 30px;
	}
	.sprav-item-adr span, .sprav-item-tel span{
	  margin-left: 35px;
	}
	.sprav-item-adr::before, .sprav-item-tel::before, .izbr-dob-item::before, .izbr-ud-item::before{
	  width: 30px;
	  height: 30px;
	  background-image: url("/design/img/icons/sprav-icons.png");
	  content: "";
	  display: block;
	  position: absolute;
	}
	.sprav-item-adr::before{
	  background-position: 0 0;
	}
	.sprav-item-tel::before{
	  background-position: -30px 0;
	}
	.izbr-dob-item::before{background-position: -60px 0;}
	.izbr-ud-item::before{background-position: -90px 0;}
	.sprav-item-tel span a{
	  color: #15527E;
	  font-weight: 700;
	  font-size: 20px;
	  text-decoration: none;
	}
	.sprav-item-a{
	  margin-left: 10px;
	}
	.sprav-item-cat a{
	  background-color: #15527E;
	  padding:5px;
	  color:#fff;
	  border-radius: 5px;
	  text-decoration: none;
	  margin-top:15px;
	  display: block;
	  width: fit-content;
	}
	.sprav-item-tags{
	  margin-top: 15px;
	}
	/*стили организации внутри*/
	.ctlg-glav-info{
   	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 30px;
	}
	.ctlg-logo-adr-info{
	display: grid;
    grid-template-columns: 230px 1fr;
    gap: 20px;
	}

	.ctlg-osn-image{
    overflow: hidden;
    position: relative;
	}
	.ctlg-osn-image img{
	width: 230px;
    border-radius: 7px;
    height: 170px;
    object-fit: cover;
	border: 1px solid #eee;
	}
	.org-info{
	  flex: 2;
	}
	.rezh-info{
	  flex: 1.5;
	  border-right: 1px solid #ccc;
	  padding: 0 15px;
	}
	.sprav_day_row{
	  margin-bottom: 4px;
	  padding-bottom: 4px;
	  border-bottom: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		align-content: stretch;
		align-items: stretch;
	}
	.day_raboch_vremja{display: flex;}
	.day_name, .day_time, .day_pereryv{
	  flex: 1;
	}
	.day_pereryv{display: flex;
		justify-content: center;}
	.org-maps{
	  flex: 3.5;
	  padding: 0 15px;
	}
	/* Меню - категории в справочнике*/    
	#cat-menu{
	  display: flex;
	  flex-direction: column;
	  font-size: 14px;
	  list-style: none;
	}
	#cat-menu li {
	  vertical-align: middle;
	}
	.check-cat-menu{
	vertical-align: middle;
	float: right;
	}
	#cat-menu a{
	text-decoration: none;
	}
	#cat-menu li div{
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #828282;
	
	}
	#cat-menu li div span.menu-img{
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: 5px;
	
	}
	#cat-menu li div span.menu-img img{
	  width:35px;
	  display: block;
	}
	#cat-menu li div span.menu-txt{
	text-transform: uppercase;
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		color: #15527E;
	}
	#cat-menu li div span.menu-txt span{
	  font-weight: bold;
	}
	#cat-menu li div span.menu-txt small{
	text-transform: none;
	display: block;
	color: #828282;
	}
	
	label {cursor: pointer;}
	.cat-submenu {display: none;}
	.cat-menu-checkbox {display: none;}
	.cat-menu-checkbox:checked ~ .cat-submenu {
	display: block;
	}
	.cat-submenu li{
	  padding-bottom: 3px;
	  list-style: none;
	}
	.cat-submenu li:before{
	  list-style: inside;
	  list-style-type: square;
	  color: #15527E;
	  content: '';
	  display: list-item;
	  float: left;
	  width: 1px;
	  margin: 0 8px 0 0;
	}
	.cat-submenu li a{
	  color: #15527E;
	}
	.btn-dobavit{
	  text-align: center;
	  color: #fff;
	  background-color: #15527E;
	  padding: 7px;
	  border-radius: 5px;
	  font-weight: bold;
	}
	.btn-dobavit a{
	  color: #fff;
	  text-decoration: none;
	  font-size: 16px;
	}
	.btn-dobavit a:before{
	  color: #fff;
	  content: '+ ';
	  width: 1px;
	}
		/* _____________________________________________*/
	/* ___________       УСЛУГИ      _____________*/
	/* _____________Предпросмотр услуги_________________*/
	.shortstory-usl{
	background: #fff;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 7px;
    -webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 20%);
	display: grid;
    grid-template-columns: 230px 1fr;
	}
	.shortstory-usl h3 a{
	color: #15527E;
    text-decoration: none;
	font-size: 22px;
	}
	.short-info-usl{
	display: flex;
    flex-direction: column;
	}
	.short-uls-kartochka{
	display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
	}
	/* _____________________________________________*/
	/* ___________       УСЛУГИ      _____________*/
	/* _______________страница услуги____________________*/

.fullstory-usl	h1.story-title{
	font-size: 22px;
	color: #15527E;
}

/*избранное*/	
.izbr-right{
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 20px;
    margin-bottom: 20px;
}	
.usluga-osn-info {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
}

.usluga-full-info{
display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.usluga-osn-image {
  flex: 0 0 auto;
  width: 400px;
  height: 225px;
  overflow: hidden;
  border-radius: 8px;
}
.usluga-osn-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-image,
.placeholder-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.usluga-contacty {
  flex: 1 1 auto;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.usluga-tsena {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.price {
  color: #d32f2f;
  font-weight: 700;
}

.tsena-dogovor {
  color: #757575;
  font-style: italic;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.ispolnitel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ispolnitel-name {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}

.ispolnitel span:last-child {
  font-size: 14px;
  color: #757575;
  margin-top: 2px;
}




	/* _____________________________________________*/
	/* ___________        АФИША        _____________*/
	/* _____________________________________________*/
	
	/* _____________________________________________*/
	/* ___________      КИНОАФИША      _____________*/
	/* _____________________________________________*/
	.kino-afisha-table table{
	  width:100%;
	}
	tr.afisha-row td{
	  border-top: 3px solid lightgrey;
	  padding: 0.3rem 0;
	}
	
	.kino-afisha-table table td img{
	  width: 190px;
	  margin-right: 1rem;
	}
	.af-elem-nazvanie{
	font-weight: bold;
	text-transform: uppercase;
	}
	.af-elem-den{
	  color:#1878b7;
	  padding: 0.5rem 0.2rem;
	  border-left: 1px dashed lightgrey;
	  border-right: 1px dashed lightgrey;
	}
	.kino-afisha-table td[colspan=3]{
	  text-align: center;
	}
	
	/*inpyt-ы*/
	input[type=password] {
	border: 1px solid green;
	}
	input[type=password]:focus {
	  border: 1px solid orange;
	}
	


.soc_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.soc_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}

.soc_links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.soc_vk    { background-color: #4680C2; }
.soc_ya    { background-color: #FFCC00; }
.soc_od    { background-color: #F48120; }
.soc_mail  { background-color: #1E92D3; }

.soc_links svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.rek-popup ul li{
	display: flex;
}
.rek-popup ul li img{
	padding-right:5px;
}


	/* Флекс*/
	.flex{	display: flex;}
	.btw{justify-content: space-between;gap: 2%;}

	
	
		/* _____________________________________________*/
	/* ___________       АВТО     _____________*/
	/* _______________предпросмотр и страница объявления____________________*/
.shortstory-avto figure img{
	margin-right: 7px;
    height: 200px;
    object-fit: cover;
	width: 200px;
    border-radius: 7px;

}

.tsena-avto .price{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
	color:#15527E;
}
		/* _____________________________________________*/
	/* ___________       НЕДВИЖИМОСТЬ     _____________*/
	/* _______________предпросмотр и страница объявления____________________*/
.short-nedvizh{
	flex: 0 1 215px; /* Не расти, можно сжиматься, базовая ширина 215px */
 	 max-width: 215px;
	overflow: hidden;
	}
 .shrt-nedv{
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 }
 .shrt-nedv figure{
	  margin: 0;
  padding: 0;
  width: 215px;
  height: 215px;
 }
.shrt-nedv figure img{
	/*height: 215px;
    
    width: 215px;*/
	width: 100%;
  	height: 100%;
	object-fit: cover;
    border-radius: 7px;
  }

.shrt-nedv h2.title{
	font-size: 15px;
    font-weight: 300;
	padding-top: 10px;
   }
      .shrt-nedv h2.title a{
color:#282828;
text-decoration: none;
   }
.shrt-nedv .tsena{
	font-size: 16px;
    font-weight: 700;
	padding: 10px 0;
}
.shrt-nedv .story_tools{
	padding: 10px;
}
.shrt-nedv .gorod {
font-size: 15px;
font-weight: 300;
}
.nedv-description{
	padding: 15px;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 10px;
}
.nedv-description p{
	line-height: 180%;
}
/* Оформление ПРОФИЛЯ */
.usr-info-str{
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.userinfo_top{
	display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 30px;
    border-bottom: 1px solid #e1e5e9;
    background: linear-gradient(135deg, #15527E 0%, #1878b7 100%);
    color: white;
}
.username .ui-c1{
	font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 4px;
}
.username .ui-c2 {
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.username .ui-c2 span{
	font-size: 0.9rem;
	 opacity: 0.8;
    margin-bottom: 4px;
}
.profile-info .status{
	font-size: 0.95rem;
    margin: 12px 0;
    font-weight: 500;
}
.usr-online{background-color: #70bb39;color: #fff; padding: 0 5px;}
.usr-offline{background-color: gray;color: #fff; padding: 0 5px;}
.profile-info .user-actions{
	list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.user-actions a, .user-actions .btn-ignore a {
    display: block;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}
    .user-actions a {
        background: rgba(255, 255, 255, 0.2);
    }

    .user-actions a:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    .user-actions .btn-ignore a {
        background: rgba(239, 68, 68, 0.8);
    }

    .user-actions .btn-ignore a:hover {
        background: rgba(239, 68, 68, 1);
    }

    .profile-details {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px;
    }

    .profile-details li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f2f5;
    }

    .profile-details .ui-c1 {
        font-size: 0.9rem;
        color: #6b7280;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .profile-details .ui-c2 {
        font-size: 0.95rem;
        color: #1f2937;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
    }
/*Редактирование профиля*/
.tab-content {
overflow: hidden;
border-top: 2px solid;
}

.heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1878b7;
  margin: 25px 30px 15px;
}

/* Стили для обязательных данных */
.usr-prof-polja {
  background: linear-gradient(135deg, rgba(241, 250, 255, 0.3) 0%, rgba(191, 231, 253, 0.3) 100%);
  border: 1px solid #b5d0df;
  border-radius: 12px;
  padding: 20px 30px;
  margin: 20px 0;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    flex-wrap: wrap;
}
.usr-prof-polja h3.heading{
color: #f55;
}
.usr-prof-pojasn {
  display: block;
  font-size: 0.85rem;
  color: #92400e;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  border-left: 4px solid #f55;
  margin: 10px 0 20px;
}


/* Стили формы */
.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-group {
  padding: 15px 30px;
  border-bottom: 1px solid #f0f2f5;
}

.form-sep {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}

/* Поля ввода */
input[type="text"],
input[type="email"],
input[type="file"],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background-color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Стили для чекбоксов */
.checkbox,
.xfieldsrow .form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0;
}

.form-check-input {
  min-width: 18px;
  min-height: 18px;
  margin-top: 2px;
  cursor: pointer;
}

.form-check-label span {
  flex: 1;
  line-height: 1.4;
  cursor: pointer;
  color: #374151;
}

/* Стили для полей обязательных данных */
.usr-prof-polja .xfieldsrow {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px 0;
}

.xfieldscolleft {
  font-size: 0.95rem;
  color: #4b5563;
  padding-right: 15px;
}

.xfieldscolright {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Подписи и метки */
label {
  display: block;
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Кнопки */
.form_submit {
  text-align: center;
  padding: 25px 30px;
  border-top: 1px solid #f0f2f5;
}

.btn {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-big {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 14px 40px;
  font-size: 1.1rem;
}

.btn-big:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(102, 126, 234, 0.4);
}

/* Соцсети */
.soc_links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.soc_links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #f3f4f6;
  border-radius: 8px;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
  transition: all 0.3s ease;
}

.soc_links a:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}

.icon {
  width: 20px;
  height: 20px;
}

/* Легенды для филдсетов */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 15px;
}



	.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}
/* Оформление Яндекс Captcha */
.smart-captcha {
    display: inline-block;
}

/* Оформление математический формул */
.mathml-container {
	font-family: math;
}
div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}

/*ФОРМА ДОБАВЛЕНИЯ НА САЙТ*/
/* Общие стили для формы */
.box.story {
  color: #282828;
}

.box_in {
  padding: 20px;
}

.addform {
  margin-top: 20px;
}

.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.xfieldsrow{
padding: 10px 0;
}
.xfieldscolleft {
    padding: 15px 0;
}
.xfieldsnote {
    color: #828282;
    padding: 5px 0;
}
.xfieldscolright input[type=text]


/* Стили для label */
.form-group label {
  width: 90%; /* фиксированная ширина для единообразия */
}

/* Обязательные поля — добавляем звёздочку после текста label */
.form-group .imp::after {
  content: " *";
  color: #f55; /* цвет звёздочки */
  font-weight: bold;
  margin-left: 5px;
}

/* Поля ввода, текстовые области и прочие элементы формы */
.form-group input,
.form-group select,
.form-group textarea,
.form-group .wide {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.form-group select{
	padding: 10px 45px 10px 10px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1878b7;
  box-shadow: 0 0 5px rgba(7, 138, 24, 0.3);
}

/* Стили для чекбоксов и прочих нестандартных элементов */
.admin_checkboxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Капча и дополнительные элементы */
.c-captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.c-captcha input {
  width: auto;
  min-width: 150px;
}

/* Кнопка отправки */
.form_submit {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn,
.btn-border {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.btn {
  background-color: #1878b7;
  color: white;
}

.btn:hover {
  background-color: #15527E;
  transform: translateY(-1px);
}

.btn-border {
  background-color: transparent;
  color: #1878b7;
  border: 1px solid #1878b7;
}

.btn-border:hover {
  background-color: #e5e4e2;
  transform: translateY(-1px);
}

/* Примечание о обязательных полях */
.grey {
  color: #666;
  font-size: 0.9rem;
  margin-top: 10px;
}
/*кнопками селект*/
.categ-vybor{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;

}
.button-select {
    display: flex;
    flex-wrap: wrap;
}

.btn-category {
    width: auto;
    height: 37px;
    display: flex;
    border-bottom: 1px dashed;
    background-color: #fff;
    color: #15527E;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 2px 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 5px;
}

.btn-category:hover {
    background-color: #007bff;
    color: white;
}

.btn-category.selected {
    background-color: #0056b3;
    color: white;
    border-color: #004085;
}

.btn-category img {
    opacity: 0.8;
}

.btn-category span {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
/*дле после обновления*/
/* Оформление Яндекс Captcha */
.smart-captcha {
    display: inline-block;
}

/* Оформление математический формул */
.mathml-container {
	font-family: math;
}
div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}