/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/

/****************************************** FRONTEND STYLES ***********************************************************/

/* classic clearfix */
.clearfix {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.url-path-test {
    background: url('../images/test.png');
}

body {
	background:#FFFDF8;
	margin:0px;
	padding:0px;
	font-family: 'PT Sans', sans-serif;
}

.inner_header {
	width:1290px;
	height:99px;
	margin:15px auto 30px auto;
	
}

span.phone1{
	color: #034522;
	font-family: PT Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 18px */
	margin-bottom:5px;
}

span.addres {
	color: #3E3C37;
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}

.headblock1,
.headblock2,
.headblock3 {
	width:33%;
	float:left;
	height:99px;
}

.headblock2 {
}

.headblock3 {
	margin-left:10px;
}


.headblock3 .soc{
	width: 230px!important;
    float: right!important;
    margin-right: 10px!important;
    overflow: hidden;
    height: 45px!important;
}

.headblock3 .tglink {
	margin-left:0px!important;
}


.headblock3  .socials1  {
	width:45px!important;
}

.outer_frontblock {
	background: url(../images/front.png) repeat;
	height:1050px;
	margin-bottom:100px;
}

.topm {
		background: url(../images/front.png) repeat;
}

.outer_frontmenu {
	border-bottom:1px solid #D3BFA6;
	border-top:1px solid #D3BFA6;
}

.inner_frontmenu,
.inner_otdelblock {
	width:1290px;
	margin:0 auto;
}


.menutmenu {
	margin:0px;
	padding:0px;
    display: -webkit-box; /* Android 4.3-, Safari */
    -webkit-box-pack: justify; /* Android 4.3-, Safari */
    display: flex;
    justify-content: space-between;
	text-align: justify; /* IE10-, Firefox 12-22 */
	text-align-last: justify; /* IE10-, Firefox 12-22 */

}


.menutmenu li {
    display: inline-block;    
    display: -webkit-box; /* !хак! для Android 4.3-, должен идти после inline-block */
    text-align: left;
	list-style:none;
	height:68px;
	position:relative;
}

.menutmenu li a {
	display:block;
	padding:25px 10px;
	text-decoration:none;
	color: #161614;
	font-family: PT Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 18px */
	text-align-last: left;
}


.menutmenu li ul{
	display:none;
	width:400px;
	padding:15px;
	margin:0px;
	position:absolute;
	left:0px;
	top:68px;
	background:#F2EBE1;
}

.menutmenu li:hover ul {
	display:block;
	z-index: 99999999;
}

.menutmenu li ul li {
	height:auto!important;	
}

.menutmenu>li.active a, 
.menutmenu>li:hover a {
	border-bottom:4px solid #034522;
}




.menutmenu li ul li a {
	display:block;
	padding:8px 0;
	text-decoration:none;
	color: #161614;
	font-family: PT Sans;
	font-size: 18px;
	font-style: normal;
	border-bottom:0px!important;
	line-height:20px;
}

.menutmenu li:hover ul li,
.menutmenu li:hover ul li a:hover,
.menutmenu li ul li:hover,
.menutmenu li ul li.active a,
.menutmenu li ul li a:hover {
	color:#034522;
	border-bottom:0px!important;
}


.info_h1_title {
	float:left;
}

.info_h1_link {
	float:right;
	text-align:right; 
}


.inner_frontblock {
	width:1290px;
	margin:80px auto 0 auto;
}

.front_text {
	color: #172B24;
	text-align: left;
	leading-trim: both;
	text-edge: cap;
	font-family: Overpass;
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 96px */
	letter-spacing: -4.8px;
	width:1079px;
	margin:0 auto 10px auto;
	
}

.front_text2 {
	color: #161614;
	text-align: center;
	font-family: PT Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
	margin-bottom:40px;
}

.front_text3 {
	text-align:center;
	
}
.menuzap {
	margin:0px;
	padding:0px;
}

.menuzap li {
	list-style:none;
}
.menuzap li a {
	display: inline-flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 100px;
	background: #02602D;
	color: #F7F8FA;
	text-align: center;
	text-decoration:none;
	/* Text/Bold/M */
	font-family: PT Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing:0px!important;
	position:relative;
	z-index:99999;
}



.menuzap li:hover a {
	cursor:pointer;
	background:#034522;
}


.front_text4 {
	position:relative;
	height:455px;
	bottom:45px;
}

.img1,.img2,.img3,.img4,.img5 {
	position:absolute;
	display:block;
}

.img1 {
	left:0px;
	top:0px;
}

.img2 {
	left:220px;
	bottom:100px;
}

.img3 {
	left:492px;
	bottom:0px;
}


.img4 {
	right:220px;
	bottom:100px;
}

.img5 {
	right:0px;
	top:-30px;
}

.otdelblock_h1 {
	overflow:hidden;
	margin-bottom:50px;
}

.otdelblock_name {
	color: #172B24;
	font-family: Overpass;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 36px */
	letter-spacing: -1.8px;
	float:left;
	width:872px;
}

.linksmotretvse {
	float:right;
}



.newsflash {
	margin:0px;
	padding:0px;
    display: -webkit-box; /* Android 4.3-, Safari */
    -webkit-box-pack: justify; /* Android 4.3-, Safari */
    display: flex;
    justify-content: space-between;

}


.otdel-line {
    text-align: left;
	list-style:none;

}

.otdel-line .newsflash-image {
	margin:0 0 15px 0;
	padding:0px;
}

.inner_otdelblock {
	margin-bottom:100px;
}
ul.menuvseot li,
.newsflash-title {
	margin:0 0 10px 0;
	padding:0px;
	height:45px;
	background:url(../images/Vector.png) right no-repeat;
}


ul.menuvseot li:hover,
.newsflash-title:hover {
	margin:0 0 10px 0;
	padding:0px;
	height:45px;
	background:url(../images/_g.png) right no-repeat;
}


ul.menunagrad li {
	margin:0 0 10px 0;
	padding:0px;
	height:45px;
	background:url(../images/v1.png) right no-repeat;
}

ul.menunagrad li a {padding-right: 50px!important;}

ul.menunagrad,
ul.menuvseot {
	padding:0px;
	margin:0px;
}
ul.menunagrad li,
ul.menuvseot li {
	list-style:none;
}

ul.menunagrad li:hover {
		margin:0 0 10px 0;
	padding:0px;
	height:45px;
	background:url(../images/v2.png) right no-repeat;
}

ul.menunagrad li a,
ul.menuvseot li a{
	display: block;
    line-height: 45px!important;
    padding-right: 20px;
}

ul.menunagrad li a {
	color:#fff!important;
	width:350px!important;
	text-decoration:underline!important;
}

ul.menunagrad li a:hover {
	text-decoration:underline!important;
	color:#D3BFA6!important;
}

ul.menuvseot li a {
	text-decoration:underline!important;
}

ul.menunagrad li a,
ul.menuvseot li a,
.newsflash-title a {
	display:block;
	width:230px;
	color: #161614;
	font-family: PT Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	text-decoration:none;
}

ul.menuvseot li a:hover,
.newsflash-title a:hover {
	color:#034522!important;
}

.txt {
	border-top:1px solid #D3BFA6;
	color:#6D6253;
}

.component-wrapper_cont {
	padding-top:50px;
	padding-bottom:100px;
	color:#161614;
	font-size:18px;
}


.component-wrapper_cont a {
	text-decoration:underline;
	color:#161614;
}
.component-wrapper_cont a:hover {
	text-decoration:underline;
	color:#034522;
}

.component-wrapper_cont .page-header h2{
	color: #172B24;

font-family: Overpass;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 32px */
letter-spacing: -1.6px;
}

.outer-breadpos {
	height:150px;
	background:#041C11 url(../images/bread.png) center center no-repeat;
	
}

.inner_breadpos {
	height:20px;
	padding-top:110px;
	width:1290px;
	margin:0 auto;
}

.breadcrumb  {
	padding:0px;
	margin:0px;
}

.breadcrumb  li {
	float:left;
	list-style:none;
	color:#FFFDF8;
}

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

.divider {
	padding:0 5px;
	text-decoration:none!important;
}
.breadcrumb  li a,
.tspan  {
	
	text-decoration:underline; 
}

.breadcrumb  li a {
		color:#FFFDF8;
}
.breadcrumb  li a:hover {
	color:#D3BFA6;
}

.outer_info {
	background:#041C11;
}

.inner_content {	
	width:1290px;
	margin:0 auto;
}

.inner_info {
	width:1290px;
	margin:0 auto;
	padding-top:120px;
	color:#fff;
	padding-bottom:120px;
}

.info_h1 {
	overflow:hidden;
	margin-bottom:50px;
}

.info_h1_title{
	width:720px;
	color: #FFFDF8;
font-family: Overpass;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 36px */
letter-spacing: -1.8px;
}


.info_h2 {
	overflow:hidden;
	margin-bottom:130px;
}
.info_h2_block1,
.info_h2_block2 {
	width:50%
}

.info_h2_block1 {
	float:left;
}

.info_h2_block2 {
	float:right;
}

.info_h2_title{
	color: #FFFDF8;
font-family: PT Sans;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
margin-bottom:50px;
}

.info_h2_title2, .info_h2_title3 {
	color: #ACACAC;
font-family: PT Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
margin-top:15px;
}

.info_h3 img {
	margin-bottom:130px;
}

.info_h3_title {
	color: #FFFDF8;
font-family: Overpass;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 36px */
letter-spacing: -1.8px;
margin-bottom:50px;
}


.outer_footer {
	background: url(../images/front.png) repeat;
}

.outer_footermenu {
	border-bottom:1px solid #D3BFA6;
	border-top:1px solid #D3BFA6;
	margin-bottom:75px;
}

.inner_footermenu, .inner_footer, .inner_bottom, .inner_polezn {
	width:1290px;
	margin:0 auto;
}

.outer_bottom {
	background: url(../images/Ellipse.png) top center no-repeat;
	height:1200px;
}

.bottom_1 {
	background: url(../images/logo_niz.png)  center 70% no-repeat;
	height:315px;
}

.bottom_2 {
	color: #172B24;
	text-align: left;
	font-family: Overpass;
	font-size: 128px;
	font-style: normal;
	font-weight: 500;
	line-height: 80%; /* 102.4px */
	letter-spacing: -6.4px;
	background:url(../images/zdan.png)  center bottom no-repeat;
	height:670px;
	margin-bottom:50px;
}

.address, .phone2{
	color: #3E3C37;
	font-family: PT Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 36px */
}

.bottom_3 {
	overflow:hidden;
	margin-bottom:75px;
}
.bottom_cont1 {
	float:left;
}
.bottom_cont2 {
	float:left;
	margin-left:85px;
}

.bottom_cont3 {
	float:right;
	text-align:right;
}

.inner_footer {
	display: -webkit-box; /* Android 4.3-, Safari */
    -webkit-box-pack: justify; /* Android 4.3-, Safari */
    display: flex;
    justify-content: space-between;
	text-align: justify; /* IE10-, Firefox 12-22 */
	text-align-last: justify; /* IE10-, Firefox 12-22 */
	padding-bottom:25px;
}

.outer-banner {
	margin-bottom:40px;
}

.moduletablepolzn h3 {
	color: #172B24;
font-family: Overpass;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 36px */
letter-spacing: -1.8px;
margin-bottom:50px;
margin-top:100px;
}

.outer-banner2 {
	margin-bottom:100px;
}

.soc {
    position: relative;
    width: 110px;
	float:right;
	margin-right:10px;
}

.socials {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-mini);
}

.socials1 {
    position: relative;
    width: 35px;
    height: 45px;
}

.socials-inner {
    position: absolute;
}


.socials-inner {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-481xl);
}

.socials a  #max,
.socials a  #vk,
.socials a  #tg,
.socials a:hover  #max1,
.socials a:hover  #tg1,
.socials a:hover  #vk1 {
	display:none;
}

.socials a:hover  #max,
.socials a:hover  #vk,
.socials a:hover  #tg {
	display:block;
}




.socials a:hover .socials-inner {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--br-481xl);
}


.tglink {
	margin-left:10px;
} 

.vklink {
	margin-left:10px;
} 

.ochki{
	background:url(../images/ochki.png) center center no-repeat;
	width:45px;
	height:45px;
	display:block;
	text-decoration:none;
}

.ochki:hover{
	background:url(../images/greenochki.png) center center no-repeat;
	width:45px;
	height:45px;
	display:block;
	text-decoration:none;
}

.lupa {
		background:url(../images/lupa.png) center center no-repeat;
	width:45px;
	height:45px;
	display:block;
	text-decoration:none;
}


.lupa:hover {
		background:url(../images/lupagreen.png) center center no-repeat;
	width:45px;
	height:45px;
	display:block;
	text-decoration:none;
}


form#searchForm .btn-toolbar {
    width: 100%;
    margin-bottom: 1em;
}

form#searchForm .searchintro {
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 3em;
}
.search fieldset {
    min-width: 0;
    padding: 0;
        margin-bottom: 3rem;
    border: 0;
}

.search legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

form#searchForm .only label, form#searchForm .phrases-box .controls label {
    margin-right: 15px;
}

form#searchForm .only input, form#searchForm .phrases-box .controls input {
    margin-right: 3px;
}
form#searchForm .phrases-box, form#searchForm .ordering-box {
    margin-bottom: 1em;
}
form#searchForm .phrases-box, form#searchForm .ordering-box {
    margin-bottom: 1em;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cls {
    border-bottom: 1px solid #D3BFA6;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.cls .row {
	overflow:hidden;
}


.cls .row .col-4 {
	width:34%;
	float:left;
}
.cls .row .col-8 {
	width:66%;
	float:right;
}

.datein {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 100%;
    color: #6D6253;
}

.precont .page-header h2 {
    line-height: 1!important;
	color:#161614!important;
}


.precont .page-header h2 a {
    line-height: 1!important;
	color:#161614!important;
	text-decoration:none;
	font-size:24px;
}

.precont .page-header h2:hover a {
	color:#034522!important;
}

.precont {
	color:#161614!important;
	font-size:18px!important;
}
.page-header h1 {
	color: #172B24;
	font-family: Overpass;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 32px */
	letter-spacing: -1.6px;
	margin-bottom:50px;
}

.published {
	margin:0px;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 100%;
    color: #6D6253;
}

.pager {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 25%;
}

.pager li {
    list-style: none;
}

li.previous {
    float: right;
}



.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}