/*Типографика*/
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;
	}
	* { 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 }
#content ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
#content ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}
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; }
.dlevideoplayer ul[data-theme] {display: none;	}
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }
/*ГЛАВНАЯ*/
/*Основное*/
	.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 div{
	}
	.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;
	}
/*Личный кабинет и переписка*/
#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 .avatar { margin: 12px 0; }

.login_pane__menu {
	list-style: none;
	padding: 0; margin: 25px 0;
	text-align: left;
	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__foot { text-align: left; }
.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }
.avatar { display: inline-block; }
.avatar .cover {
	width: 100px; height: 100px;
	border-radius: 50%;
	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;
}
.main-head {

}
.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;
}
/*Секции на главной, общие стиили*/
.sektsii-dom{
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		gap: 2%;
}
	/*
	.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: 18px;
	}
	
	/*.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{

	}
.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-bottom: 8px;
	flex-wrap: wrap;
	}
.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;
	}
	.button-right{
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	}
	.button-right h3, .button-right h2, .button-right h1{
		flex: 4;
	}
	
	.but-head-sect{
		margin-right: 5px;
		flex: 2;
		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: " + ";
	}
	/* Секциии на главной */
	
	.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 68%;
    max-width: 68%;
	}
	.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 30%;
    max-width: 30%;
	}
	.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 ul{
	  list-style-type: none;
	}
	.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-top: 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;
	
	}
	.main-nav-container {
	
	}
	
	.but_add{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		background-color: #659dbd;
		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;
	}
	
	
	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 .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;
	}
/*Стили разделов справочник, объявления, услуги -общие*/

/* Всплывающие окна контактов и др.скрытых данных */
/* 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 70%,    /* Основной цвет до 70 % */
    transparent 100%  /* Плавный переход в прозрачность */
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.n_tel_okno{
margin-left: 28px;
  font-size: 20px;
  font-weight: bold;
}
.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;}
	
	/* СТИЛИ раздела Новости - КОРОТКИЕ новости*/
	.short-news{
	
	}
	.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{
display: inline;
cursor: pointer;
padding: 5px;
width: 11px;
display: inline-block;
}
.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-dostav{
display: none;
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}

/* Показываем подменю, если чекбокс активен */
.usl-stroi_input:checked ~ .usl-stroi, .usl-it_input:checked ~ .usl-it {
display: block;
}
.usl-dostav_input:checked ~ .usl-dostav {
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 ul.slides{
		 padding: 5px 0;
	}
	.content-news ul.slides li{
		 width: 50%!important;
	}
	.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;
	}
	.soc_share li{
	  padding: 0;
	  border: 0;
	  list-style-type: none;
	  margin: 0;
	  color: #828282;
	}
	.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;
	}
	
	#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;
	}
	.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;
	}
	.anons p:nth-child(2n+1){
	
	}
	/*ТАБЫ*/
	
	.tabs {
	
		}
		.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;
		}
	/*СПРАВОЧНИК*/
	.spravochnik {}
	
	
	.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;
	}
	ul.sprav-deyat, ul.sprav-title{
	
	}
	.sprav-title h3{
	  padding: 10px;
	}
	.spravochnik article{
		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%);
	}
	
	.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{
	  margin-left: 10px;
	  line-height: 30px;
	}
	.sprav-item-adr span, .sprav-item-tel span{
	  margin-left: 35px;
	}
	.sprav-item-adr::before, .sprav-item-tel::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;
	}
	.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;
	}
	/*стили организации внутри*/
	.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%);
	}

	/* _____________________________________________*/
	/* ___________       УСЛУГИ      _____________*/
	/* _______________страница услуги____________________*/

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


/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .usluga-osn-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .usluga-osn-image {
    width: 100%;
    max-width: 400px;
  }

  .usluga-contacty {
    min-width: auto;
    width: 100%;
  }

  .author-info {
    justify-content: center;
    text-align: center;
  }
}

	/* _____________________________________________*/
	/* ___________        АФИША        _____________*/
	/* _____________________________________________*/
	
	/* _____________________________________________*/
	/* ___________      КИНОАФИША      _____________*/
	/* _____________________________________________*/
	.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;
	}
	
	/* стили с условиями */
	a[href ^ = "http://"], a[href ^ = "https://"] { /* групповой селектор атрибутов */
	color: orange;
	}
	a[href$=".doc"] { /* выбираем все элементы с атрибутом href, значение которого закачивается на .doc */
	color: green;
	}
	a[href$=".mp3"] { /* выбираем все элементы с атрибутом href, значение которого закачивается на .mp3 */
	background-color: khaki;
	}


.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;
}
/* 7. Адаптивность */
@media (max-width: 480px) {
  .login-popup {
    left: 10px;
    width: calc(100% - 20px);
    max-width: 320px;
    border-radius: 6px;
  }
    .rek-popup {
    left: 10px;
    width: calc(100% - 20px);
    max-width: 320px;
    border-radius: 6px;
  }
}

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

	media (max-width: 768px) {
	  .breadcrumbs, .sektsii-dom{
		flex-direction: column;
	  }
	  .a-put{display:inline-flex;}
	  .data{display:none;}
	  .content-right{display:none;}
	  main{order:1;}
	  .content-left{order:2;}
	  
	}
	@media (max-width: 500px){
	body{display: flex;
		fl@ex-direction: column;
		align-content: center;
		justify-content: flex-start;
		align-items: stretch;}
	.content {
			margin: 0;
			max-width: 500px;
	}
	.top-bar-main {
		padding: 5px;
	}

	.top-bar-main>div {
		flex:1;
		justify-content: center;
		display: inline-flex;
	}
	.user-bar img{
		width: auto;
		height: 29px;
	}
	.user-bar a span.user-text{
	  display: none;
	}
	
	.rek-menu ul{
		display: none;
	}
	.rek-menu>a{
	  display: inline-flex;
	
	}
	.rek_button {
		flex: 1;
	}
	.rek_button a{
	padding: 5px 13px;
	font-size: 23px;
	}
	.rek_button a:first-child{display: inline-flex;}
	.rek_button a:last-child{display: none;}
	
	.head-block{
	  order: 1;
	  flex-direction: column;
	}
	.partner_menu{
		display: flex;
		flex-direction: column;
		align-items: center;
	  }
	.head-nav ul {
		display: flex;
		padding: 0 10px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.partner_menu ul {
		display: flex;
		padding: 0 10px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.partner_menu li{
		align-self: flex-start;
		padding: 0;
		margin: 0px 5px;
		font-size: 14px;
	}
	.partner_menu li:first-child a {
	
		background: none;
		color: #f55;
		text-shadow: none;
		padding:0;
		margin: 0;
		font-size: 14px;
	}
	.phone {
		padding: 10px 0;
	}
	.head-nav li:first-child{
	  display: none;
	}
	.menu-block{
	  display: none;
	}
	#sub-menu{
	  display: none;
	}
	.content-main{
		flex-direction: column;
	
	}
	.breadcrumbs{
	  justify-content: space-evenly;
	
	}
	.kino-afisha-table table td img{
	 display: none;
	}
	/* Новости на главной*/
	.novosti-dom{
		flex-direction: column;
	}
	.head-section h3{
	  font-size: 15px;
	  padding-left: 7px;
	}
	.but-head-sect{
	  background-color: #1878b7;
	}
	.but-head-sect a{
	  font-weight: normal;
	}
	.novosti-dom article h2 a{
	  font-size: 15px;
	  font-weight: 600;
	}
	.all-link{
	  font-size: 14px;
		display: block;
		text-align: center;
	}
	.section-href{
	  padding: 0;
	  font-size: 13px;
	}
	.section-href p{
	  display: flex;
		flex-direction: column;
	}
	.but_add{
	  padding: 2px;
	  font-weight: normal;
	}
	.content-footer{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.content-footer h4{
	padding-left: 5px;
	}
	.content-footer>div{
		flex-basis: 25%;
	}
	.content-footer div:first-child{
		order:3;
	}
	.content-footer div:last-child{
		order:4;
	}
	}
	@media only screen and (max-width: 600px) {
		#login_pane {
			float: none;
			margin-top: 16px;
			text-align: center;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 105px; left: 10px; right: 10px; bottom: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 0;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }
	}
	@media only screen and (min-width: 601px) {
		.dropdown { position: relative; }
		.dropdown-menu, .dropdown-form {
			min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
			box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
			background-color: #fff;
		}
		
		.dropdown-menu { list-style: none; margin: 0; }
		.dropdown-form { padding: 40px; }
		
		.dropdown-menu.dot:before, .dropdown-form.dot:before {
			content: "";
			position: absolute;
			top: 0; left: 50%;
			margin: -7px 0 0 -11px;
			width: 15px; height: 15px;
			border-radius: 50%;
			background-color: #fff;
		}
		
		.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
		.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
		.open .dropdown-menu, .open .dropdown-form { display: block; }
		
		.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
		.fade.in { opacity: 1; }
		.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
		.collapse.in { display: block; width: auto; height: auto; }
		.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }
		
		.tab-content > .tab-pane { display: none; }
		.tab-content > .active { display: block; }
		
		.icon {
		display: inline-block;
		fill: #1878b7;
		vertical-align: middle;
		}
		.icon-logo { width: 42px; height: 42px; }
		
		.icon-vk { width: 10px; height: 1em; }
		.icon-tw { width: 14px; height: 1em; }
		.icon-fb { width: 8px; height: 1em; }
		.icon-gp { width: 18px; height: 1em; }
		.icon-ya { width: 7px; height: 1em; }
		.icon-od { width: 10px; height: 1em; }
		.icon-mail { width: 16px; height: 1em; }
	}
	.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%;
}