::-moz-selection{background: #E4E4E4;color: #000;text-shadow:none}::selection{background:#E4E4E4;color:#000;text-shadow:none}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Italic.eot');
	src: local('Montserrat Italic'), local('Montserrat-Italic'),
		url('../fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Italic.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-BoldItalic.eot');
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
		url('../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot');
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
		url('../fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}



/* Common style */

body {
	background: #ffffff;
	color: #555555;
	font-family: 'Montserrat', tahoma;
	font-size: 14px;
	line-height: 160%;
	margin: 0;

	--main-dark: #302727;
	/*--main-dark: #314714;*/
}

a {
	color: #E0BB91;
	text-decoration: underline;
	transition: color 0.5s linear;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a:hover, a:focus {
	color: #555555;
	text-decoration: none;
	transition: color 0.5s linear;
}

.custom_logo a {
	color: #ffffff;
}

#k2Container {
	padding: 0 15px 10px 0;
}

body.modal {
	background: #ffffff;
}

ul, ol {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', tahoma;
}

h1 {
	border-bottom: none;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 600;
	color:#000000;
}


h3 {
	font-size: 18px;
	color: #E0BB91;
	font-weight: normal;
}

h4 {
	font-size: 17px;
	font-weight: 600;
	color:#E0BB91;
}

h5, .h5 {
	color: #444444;
	font-size: 16px;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	font-weight: normal;
}

.blog h2, .h2 {
	font-size: 18px;
}

#content {
	padding: 15px;
	float:right;
}

.pull-left.item-image > img {
	border: 1px solid #e8e8e8;
	margin: 0 20px 5px 0;
	padding: 4px;
}

strong {
	font-weight: 600;
}

.page-header {
	border-bottom: medium none;
	margin: 0;
	padding-bottom: 9px;
}

.item-page {
min-height: 500px;
}

.page-header a {
	color: #1297C8;
	transition: all 0.5s ease 0s;
}

.page-header a:hover {
	color: #555555;
	text-decoration:none;
}

.item-page .page-header h1 {
	border-bottom: 0;
	color: #1297C8;
	font-size: 36px;
	font-weight: normal;
	line-height: 125%;
	margin-top: 35px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

div.controls input {
	border-radius: 4px;
	min-height: 20px;
	padding: 5px 8px;
	border: 1px solid #c0c0c0;
}

div.controls input:focus,
div.controls input:active {
	border: 1px solid #27a7e8;
	outline: none;
	box-shadow: 0 0 8px rgba(39, 167, 232, .6);
	transition: .2s linear;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

div.itemHeader span.itemDateCreated {
	color: #7b7b7b;
	font-size: 12px;
	background: #EFEFEF;
	padding: 2px 10px;
	margin-top: 10px;
	display: inline-block;
}

div[class^="leading-"] {
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 30px;
}

div.itemFullText h3 {
	margin: 0;
	padding: 24px 0 14px 0;
}

div.itemHeader h1.itemTitle {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

li a.itemPrintLink:before {
  font-family: "simple-line-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

li a.itemPrintLink::before,
li a.itemPrintLink::before {
content:"\e02e"
}

div.itemToolbar ul li a {
	font-size: 12px;
	font-weight: normal;
}

.k2icon-magnifier-remove::before, a#fontDecrease::before {
	font-size: 12px;
}

.contentpane div.itemToolbar ul li span.itemTextResizerTitle {
	display: none;
}

.col-md-9.col-xs-12.center-column {
	width:70%;
}


#cyb-main {
	padding-bottom: 30px;
	background: url(../images/footer-house.png) no-repeat center bottom;
}

.home #cyb-main {
	padding-bottom: 0;
}

.home .itemFullText h3 {
	font-size: 24px;
	font-weight: 600;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
	color: #666666;
}

/* Category */

div.itemListCategory {
	background: #fbfbfb;
	padding: 12px 15px !important;
	line-height: 160%;
	border: 1px solid #edededcc;
	margin-bottom: 20px;
}

div.itemListCategory img {
	margin: 4px 18px 0 0;
	min-height: 80px;
}

.itemListCategory h1 {
	margin-bottom: 0;
	border-bottom: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	margin-top: 5px;
	padding-bottom: 5px;
}

div.subCategory {
	background: #fbfbfb;
	margin: 0;
	padding: 12px 15px;
	height: 100% !important;
	border: 1px solid #edededcc;
}

.itemListCategory p {
	margin: 0;
}

.home #k2Container {
	min-height: auto;
	padding: 0;
}

.subCategoryContainer {
	margin-bottom: 25px;
}
div.subCategory h2, div.subCategory h2 a {
	font-size: 17px !important;
	font-weight: 600;
	color: #E0BB91;
}

.subCategoryMore {
	float: right;
}

.tabs__content table {
	border: none;
	width: 100%;
}

.tabs__content table td {
	border: none;
	padding: 8px 8px 8px 0;
	width: 50%;
	vertical-align: top;
}

.tabs__content table p {
	margin:0;
}

.tabs__content h5 {
	color: #E0BB91;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 25px 0 10px 0;
}

.tabs__content h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 10px 0 5px 0;
}


/* Header */

.top-head {
	background: #E4E4E4;
}

.header p {
	padding: 0;
	margin: 0;
}

.header .container::before, .header .container::after  {
    content: none;
}

.header .container {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
}

.header .container {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo img {
    width: 60px;
    margin-right: 14px;
}

.text_adress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}


.text_logo {
	font-size: 14px;
	line-height: 143%;
	padding-right: 0;
	color: var(--main-dark);
}

.logo_title {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: 600;
    text-transform: uppercase;
}


.map {
    width: 100%;
    height: 50vh;
    min-height: 300px;
    max-height: 700px;
}

.houses {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    gap: 20px;
    margin-top: 20px;
}

.house {
    display: flex;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
}

.h-adress {
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    width: 100%;
}

.h-adress:hover {
	background-color: white;
}

.text_time {
	margin-top: 8px;
}

#under-adress {
    display: flex;
    align-items: center;
    gap: 60px;
}



#tg {
    display: block;
    width: 36px;
    /* height: 24px; */
    font-size: 0;
    background-image: url(../images/icons/telegram.svg);
    background-size: contain;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
    background-origin: content-box;
    padding: 1px;
    border-radius: 7px;
}


.online-contacts {
    display: grid;
    grid-column-gap: 20px;
    grid-template-areas:
        "tg phone"
        "tg email";
}


#messengers {
    grid-area: tg;
    display: flex;
    align-items: center;
}


.mmenu {
	display: none;
}

.phone, .mail {
	text-align: right;
}

.top_contact {
	padding-top: 5px;
	color: #7a7a7a;
	text-align: right;
}

.sign_block {
	text-align: right;
}

.phone img {
	margin-top: -1px;
	margin-right: 1px;
}

.phone_block {
	font-size: 21px;
	font-weight: bold;
	color: #E0BB91;
}

.text_logo img {
	margin-top: -4px;
	margin-right: 2px;
}

.mail a {
	color: #E0BB91;
}

.mail a:hover, .mail a:focus, .mail a:active {
	color: #666666;
}

.upmenu .nav.menu.mod-list {
	text-align: right;
}

.upmenu .nav.menu.mod-list li {
	display: inline-block;
	font-size: 13px;
}

.upmenu .nav.menu.mod-list li a {
	color:#666666;
	padding: 4px 15px;
}

.uptime {
	font-size: 13px;
	padding-top: 5px;
	color: #666666;
}


/* /Header */

/* Table */

table[width="100%"] {
	margin-bottom: 15px;
}

table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table[border="0"], table[border="0"] tr td {
	border: 0 none;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	background: var(--main-dark);
	border-top: 1px solid #dddddd;
	color: #ffffff;
	padding: 12px 10px;
	text-align: center;
	font-weight: normal;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 1px solid #dddddd;
	line-height: 1.42857;
	padding: 12px 10px;
	vertical-align: middle;
}

.table > thead > tr > th {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	vertical-align: bottom;
}

.table.tablesaw.tablesaw-stack tr:nth-child(2n+1) {
	background: #fafafa;
}

table.table.tablesaw.tablesaw-stack tr:hover,
.table > tbody > tr:hover {
	background-color: #feffe6 !important;
}

table.table p {
	margin: 0;
}

td.thisDay {
	/* background: #C0DD52; */
	background: #f3ffd9;
}

/* Map */

.moduletable.map2  {
	min-height: 450px;
}

.moduletable.map2 ymaps {
	font-family: 'Montserrat', tahoma !important; 
}
/* /Map */

/* marquee */
.marquee {
width:100%;
white-space:nowrap;
overflow:hidden;
}
 
.marquee .aside {
    color: #EB4C42;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 16s infinite linear;
    animation: marquee 16s infinite linear;
    line-height: 175%;
    padding-top: 10px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
 
@-webkit-keyframes marquee {
0%{-webkit-transform: translate(0, 0);}
100%{-webkit-transform: translate(-100%, 0);}
}

@keyframes marquee{
0%{transform: translate(0, 0);}
100%{transform: translate(-100%, 0)}
}
/* /marquee */

/* Верхнее меню */
body div[id^="maximenuck"] ul.maximenuck {
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: normal !important;  
}

div#maximenuck146 ul.maximenuck {
	max-height: 68px;
}

ul.maximenuck2 .maximenuck.level2 {
	min-height: 40px;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck,
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck),
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1.parent,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1.active,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1.parent.active,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1:hover,
div[id^="maximenuck"].maximenuckv ul.maximenuck li.maximenuck.level1.parent:hover {
	transition: .3s;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
	transition: transform .2s linear;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a::after, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator::after {
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform .3s linear;
}

div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1,
div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1:hover,
div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover {
	transition: background-color .4s;
}

.right-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.right-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
	font-weight: normal;
}

div#maximenuck146 .maximenuck.maximenuckmodule.headingck.item1151.level1 {
	display: none !important;
}


/* Right-column */
.right-column {
	margin-top: 14px;
	float: left;
	width: 30%;
}

div#maximenuck152 {
	position: relative;
}

.right-column .moduletable {
	margin-bottom: 20px;
}

.right-column .moduletable h3 {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(-75deg,  #e4e4e4 0%, #e4e4e4 50%, #f0efef 50%, #f0efef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-75deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(125deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0efef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 12px 12px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-top: 0;
}

div#maximenuck147 ul.maximenuck li.maximenuck.level1::before {
	content: "";
	border: 1px solid #555555;
	color: #555555;
	padding: 3px 3px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	/* box-shadow: 0 0 2px #D35285 inset; */
	margin-top: 19px;
	font-size: 12px;
	line-height: 16px;
}


/* news_page */

.right-column .moduletable.mod_news_page h3 {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(-75deg,  #e4e4e4 0%, #e4e4e4 50%, #f0efef 50%, #f0efef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-75deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(125deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0efef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 12px 12px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-top: 0;
}

.moduletable.mod_news_page .nspArt h4.nspHeader a {
	color: var(--main-dark);
}

.moduletable.mod_news_page .nspArt h4.nspHeader a:hover,
.moduletable.mod_news_page .nspArt h4.nspHeader a:active,
.moduletable.mod_news_page .nspArt h4.nspHeader a:focus {
	color: #E0BB91;
}

.moduletable.mod_news_page .nspArt h4.nspHeader {
	font-size: 15px;
	margin: 0;
	padding: 10px 0 15px 0;
	line-height: 143%;
}

.moduletable.mod_news_page .nspArt h4.nspHeader {
	font-size: 15px;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 145%;
	font-weight: 600;
}

.moduletable.mod_news_page .nspInfo.nspInfo1.tleft.fnone {
	margin-bottom: 10px;
}

.moduletable.mod_news_page .nspArt .readon.fright {
	float: right;
	background: #E0BB91;
	padding: 6px 20px 7px;
	color: #fff;
	border-radius: 0px;
	transition: all 0.3s ease-out 0s;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 13px;
	margin-top: 7px;
}

.moduletable.mod_news_page .nspArt .readon.fright:hover,
.moduletable.mod_news_page .nspArt .readon.fright:focus,
.moduletable.mod_news_page .nspArt .readon.fright:active {
	transition: all 0.3s ease-out 0s;	
	background: #999;
	color: #fff;
	text-decoration: none;
}

.moduletable.mod_news_page .nspArt.nspCol1 {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.moduletable.mod_news_page .nspArt.nspCol1:last-child {
	border-bottom: none;
	margin-bottom: 10px;
}

.moduletable.mod_news_page .readon-button {
	display: block;
	text-align: right;
	padding: 5px;
}

/* Home */
.home .itemBody {
	padding: 0;
}

.slide_box {
	min-height: 453px;
	/*border-bottom: 3px solid #EFEFEF;
	background: #F5F5F5 url(../images/slide_bg.png) no-repeat center bottom;*/
}

.slider-block {
	min-height: 450px;
}

.custom.slider-title {
	background: rgba(53,55,67, 0.87);
	color: #fff;
	padding: 12px 20px;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	max-width: 600px;
	text-shadow: none;
}

.carousel-inner > .item {
	-webkit-perspective: none;
	perspective: none;
}

.custom.slider-title p {
	margin:0;
}


.more_about {
	font-size: 15px;
	transition: all 0.3s ease-out 0s;
}

.more_about:hover, .more_about:active, .more_about:focus {
	color: #666666;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;	
}

.custom.slider-text p {
	margin-bottom: 23px;
	line-height: 140%;
}

.wel_img {
	padding-top: 10px;
}

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

.wel_box {
	background: #F9F9F9;
}

.wel1 {
	padding-top: 40px;
}
/*
.wel1 h1 {
	font-size: 32px;
	line-height: 130%;
	font-weight: 600;
	color: #666666;
}*/

.wel1 h1 {
	font-size: 25px;
	line-height: 130%;
	font-weight: 600;
	color: #666666;
}

.wel_block {
	font-size: 15px;
	color: #666666;
}



/* Profile */
.ttr {
	display: block;
	min-height: 30px;
	padding: 4px 0 0;
	transition: .3s;
}

.ttr:nth-child(odd){
	background: #e8eddb;
}

.ttr:nth-child(even){
	background: #fff;
}

.ttr:hover {
background: #CBDDA3;
}

.ttr span {
	padding-right: 4px;
}

.ttr > .col-xs-3 {
	border-right: 1px solid #dedede;
	
}

#users-profile-custom-profile {
	margin-bottom: 30px;
}

#users-profile-core legend {
	margin-top: 10px;
}

#users-profile-custom-profile legend {
	margin-top: 30px;
}

.rsform input#fio8,
.rsform input#adres8 {
	padding-left: 0 !important;
}


/* Form */

.col-sm-6.pno {
	padding-left: 0;
}

.col-sm-6.pno2 {
	padding-right: 0;
}

.form-group.rsform-block.rsform-block-pers-vopros {
	font-size: 14px;
}

textarea.form-control {
	height: auto;
	min-height: 275px;
	max-width: 100%;
}

#submit_vopros {
	width: 240px;
	background: var(--main-dark);
	color: #fff;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 0;
	border: 1px solid var(--main-dark);
}

#submit_vopros:hover, #submit_vopros:focus, #submit_vopros:active {
	background: #999999;
	border: 1px solid #999999;
}

.form-group.rsform-block.rsform-block-pers-vopros .control-label.formControlLabel {
	font-size:0;
}

.moduletable.formda #fio8, .moduletable.formda #adres8 {
	background: transparent;
	min-width: 100%;
	border: 0;
	box-shadow: none;
}

.rsform-block-familiia, 
.rsform-block-name, .rsform-block-otchestvo, .rsform-block-email, .rsform-block-adress1, 
.rsform-block-adress2, 
.rsform-block-kvartira, .rsform-block-phone-kontakt, 
.rsform-block-period, 
#rsform_8_page_0 .hi-de.form-control {
	box-shadow: none;
}


.col-xs-12.panel_history table td {
	border: 1px solid #DDDDDD;
	padding: 10px 12px;
}

.col-xs-12.panel_history table {
	margin-bottom: 20px;
}

.col-xs-12.panel_history table th {
	background: #5D8F26;
	color: #ffffff;
	padding: 10px 12px;
}

.table-history-count td {
	border: 1px solid #DDDDDD;
	padding: 10px 12px;
}

.title_us2 {
	color: #5D8F26;
}

#Send {
	background: #5D8F26;
	color: #fff;
	font-size: 16px;
	padding: 10px 40px;
}

#Send:hover, #Send:focus, #Send:active {
	background: #DBDBDB;
	color: #333;
}


/* News-main */

.moduletable.mod_news .nspArt.nspCol2 {
	width: 50%;
}

.moduletable.mod_news {
	margin-bottom: 20px;
}

.moduletable.mod_news h3 {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(-75deg,  #e4e4e4 0%, #e4e4e4 50%, #f0efef 50%, #f0efef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-75deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(125deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0efef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	max-width: 340px;
	padding: 12px 12px 10px 12px;
}
/*
.moduletable.mod_news h3::after {
	content: "";
	background: #14A1E7;
	height: 4px;
	width: 162px;
	display: block;
	text-align: center;
	margin: 15px auto 5px;
}*/

.pre_text {
	text-align: center;
	font-size: 16px;
	color: #909090;
}

.moduletable.mod_news .nspArt h4.nspHeader {
	font-size: 15px;
	margin: 0;
	padding: 8px 0 15px 0;
	font-weight: 600;
}

.nspArt h4.nspHeader a {
	text-decoration: underline;
}

.moduletable.mod_news .nspInfo.nspInfo1.tleft.fnone {
	margin: 0 0 12px 0;
}

.moduletable.mod_news #nsp-nsp-165 {
	margin-bottom: 14px;
}

.moduletable.mod_news .nspArt p.nspText {
	font-size: 14px;
	color: #4d4c4c;
	line-height: 160%;
	margin-bottom: 15px;
}

.readon-button {
	float: right;
	font-size: 15px;
	color: #3f3f3f;
}

.moduletable.last-art h3 {
	color: #323232;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 9px;
}

.moduletable.last-art h4.nspHeader {
	font-size: 15px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

.moduletable.last-art h4.nspHeader a {
	text-decoration: underline;
	color: #323232;
}

.moduletable.last-art .nspArt.nspCol1 {
	border-bottom: 1px solid #DBDBDB;
}

.moduletable.last-art .nspArt.nspCol1:last-child {
	border-bottom: none;
}

.moduletable.last-art .nspArt.nspCol1 {
	margin-bottom: 15px;
	padding: 0px 10px 10px 0 !important;
}

.moduletable.last-art .nspText.tleft.fleft {
	font-size: 13px;
	line-height: 140%;
	color: #323232;
}


/* Nsp */

.nspBotInterface, .nspTopInterface { 
	clear: both; 
	float: right;
	margin: 5px 0;
}

.nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 5px 0 0 0!important; 
	padding: 0!important; 
}
.nspPagination li { 
	background: #ccc;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	float:left; 
	height: 14px; 
	margin: 1px 4px 0 0!important; 
	width: 14px; 
}
.nspPagination li > a {
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 14px;
	overflow: hidden;
	padding: 0;
	text-indent:-999em; 
	width: 14px;
}

.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #999;
}

/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	padding: 3px;
}
.nspArtPage { 
	float: left; 
}
.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a {
	text-decoration: underline;
	color: var(--main-dark);
}

.nspArt h4.nspHeader a:hover {
	color: #222222;
	text-decoration: none;
}

.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	position: relative;
}
.nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt .nspInfo { 
	display: block!important;
	font-size: 90%; 
}
.nspArt .nspInfo a { }
.nspArt .nspInfo a:hover { }
.nspArt .nspInfo > .nsp-stars {
	padding: 0 10px 0 0!important;
}
.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
	content: "в…";
	color: #6c6c6c;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
.nspArt .nsp-star-1:before {
	color: #f7a834;
}
.nspArt .nspBadge {
	background: #fff;
	position: absolute;
	top: 29px;
	left: 20px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nspArt .tleft { 
	text-align: left; 
}
.nspArt .tright { 
	text-align: right; 
}
.nspArt .tcenter { 
	text-align: center;
}
.nspArt .tjustify { 
	text-align: justify; 
}
.nspArt .fleft { 
	float: left; 
}
.nspArt .fright { 
	float: right; 
}

.mod_news .nspArt .readon.fright {
	float: right;
	background: #3F3333;
	padding: 6px 20px 7px;
	color: #fff;
	border-radius: 0px;
	transition: all 0.3s ease-out 0s;
	font-size: 14px;
	text-decoration: none;
}

.mod_news .nspArt .readon.fright:hover, .mod_news .nspArt .readon.fright:focus, .mod_news .nspArt .readon.fright:active {
	background: #999;
	transition: all 0.3s ease-out 0s;
}

.nspArt .fnone { 
	clear: both; 
	float: none;
	width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
	clear: both; 
}
.readon.left { 
	float: left; 
}
.readon.right { 
	float: right; 
}
.readon.center { 
	display: inline; 
	float: none; 
}


/* positioning */
.nspArts.left { 
	float: right; 
}
.nspLinksWrap.left { 
	float: left;
}
.nspArts.right { 
	float: left; 
}
.nspLinksWrap.right { 
	float: right; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
	clear: both;
	width: 100%; 
}

/* Animation */
.nspList,
.nspArtPage { 
	opacity: 0; filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s ease-out; 
	   -moz-transition: opacity 0.5s ease-out; 
	    -ms-transition: opacity 0.5s ease-out; 
      	 -o-transition: opacity 0.5s ease-out; 
	        transition: opacity 0.5s ease-out;
	visibility: hidden;
}
.nspList.active,
.nspArtPage.active { 
	opacity: 1; filter: alpha(opacity=100);
	visibility: visible;
}



/* Feedback Main */

.question {
	background: #E0BB91;
	color: #fff;
	padding: 30px 0 10px 0;
	font-size: 16px;
	line-height: 160%;
	min-height: 155px;
	border-bottom: 3px solid #14A1E7;
	border-top: 3px solid #14A1E7;
}

.question p {
	margin:0;
}

.bottom1 {
	padding-top: 24px;
	padding-left: 0;
}

.bottom1 img {
	float: left;
	margin-right: 30px;
}

.bottom2 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid;
	border-radius: 2px;
	padding: 12px 26px;
	margin-top: 18px;
	display: block;
	text-align: center;
	max-width: 217px;
	transition: background-color 0.3s;
	background: transparent;
	/* text-shadow: 0px 1px 1px #f4f4f4; */
}

.bottom2 a:hover, .bottom2 a:focus, .bottom2 a:active {
	background: rgba(255,255,255,0.2);
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
}

.zakon .itemFullText a {
	color: #222222;
}

.zakon .itemFullText a:hover, .zakon .itemFullText a:active, .zakon .itemFullText a:focus {
	color: #777777;
}



/* Footer */

.footer {
	background: var(--main-dark);
	padding: 30px 0 20px 0;
	font-size: 14px;
	position: relative;
	z-index: 24;
	color: #818181;
	line-height: 150%;
	min-height: 200px;
}

.footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-image: url(../images/chert-line.svg);
	background-size: auto 200px;
	background-position: right center;
	background-repeat: no-repeat;

	opacity: 0.3;
}


.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {
	color: #E0BB91;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 18px;
	padding: 0;
}
.footer h1 {
	font-size: 18px;
}

.footer h2,.footer h3 {
	font-size: 17px;
}

.footer h3 {
	font-size: 16px;
}

.footer h5 {
	font-size: 15px;
}

.footer h6 {
	font-size: 15px;
}

.footer_title {
	font-weight: normal;
	font-size: 17px;
	color: #c4c4c4;
	margin-bottom: 20px;
}

.footer img {
	width: 10px;
	margin-right: 5px;
}

.footer a {
	color: #E0BB91;
}

.footer p {
	margin-bottom: 18px;
}

.footer a:hover, .footer a:focus, .footer a:active {
	color: #fff;
}

.footer_block {
	margin-bottom: 44px;
}

.footer_block .nav.menu.mod-list {
	margin-top: 20px;
}
.footer_block .nav > li {
	position: relative;
	margin-bottom: 16px;
}

.footer_block .nav > li::before {
	content: "";
	border: 1px solid #E0BB91;
	color: #E0BB91;
	padding: 3px 3px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	/* box-shadow: 0 0 2px #D35285 inset; */
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

.footer_block .nav > li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 22px;
	color: #c0c0c0;
}

.footer_block .nav > li > a:hover, .footer_block .nav > li > a:focus {
	text-decoration: none;
	color: #fff;	
	background-color: transparent;
}


.copyright {
	background: #181818;
	font-size: 13px;
	color: #575757;
	padding: 11px 0;
}

.copyright p {
	margin:0;
}



/* /Footer */

.copyright {
	background: #1F1919;
	font-size: 12px;
	color: #878787;
	padding-top: 16px;
	line-height: 150%;
	padding-bottom: 16px;
}

.col-xs-12.col-sm-12.col-md-2.copy2 {
	padding-left: 0;
	padding-right: 0;
}

.copy {
	float: left;
}

.copy2 {
	font-size: 12px;
	color: #878787;
}

.copy2 a {
	color: #878787;
}

div.catItemHeader h3.catItemTitle {
	font-size: 16px;
	margin-top: 7px;
	font-weight: 600;
}

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

div.catItemHeader h3.catItemTitle a:hover, div.catItemHeader h3.catItemTitle a:focus, div.catItemHeader h3.catItemTitle a:active {
	color: #777777;
}

.catItemReadMore .k2ReadMore {
	float: right;
}

.clock, div.catItemHeader span.catItemDateCreated {
	color: #7b7b7b;
	font-size: 12px;
	background: #EFEFEF;
	padding: 4px 10px;
}

.create {
	color: #7b7b7b;
	font-size: 12px;
	background: #EFEFEF;
	padding: 4px 10px;
}


/* Pagination */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #969696;
	border-color: #969696;
	color: #ffffff;
	cursor: default;
	z-index: 3;
}

.pagination > li > a, .pagination > li > span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #969696;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

.counter.pull-right {
	display: none;
}

.item-page ul.pagination {
	padding-left: 0;
}

/* /Pagination */

/* Breadcrumbs */
.krohi-block {
	background: #f9f9f9;
	border-bottom: 1px solid #edededcc;
	border-top: 1px solid #edededcc;
}
#pathway {
	padding: 0;
	color: #323232;
	display: block;
	height: auto;
	margin: 0 0 10px;
	min-height: 45px;
	text-shadow: 1px 1px 1px #ffffff;
}

#pathway ul.krohi {
	list-style: outside none none;
	margin-top: 0;
	padding: 15px 1px 5px;
	text-shadow: 1px 1px 1px #ffffff;
}
#pathway ul {
	float: left;
	font-size: 13px;
	width: 100%;
}

ul.krohi li {
	display: inline;
}

#pathway ul li a:first-child {
	display: inline-block;
}

ul.krohi li:first-child a {
	background: url("../images/home.png") no-repeat scroll 0 2px;
	height: 22px;
	margin-left: 0;
	margin-top: 0;
	opacity: 1;
	padding: 0 10px 0;
	text-indent: -9999px;
	transition: all 0.3s ease-out 0s;
	width: 18px;
}

a.pathway {
	color: #323232;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}

ul.krohi li:first-child a:hover {
	opacity: 0.4;
	transition: all 0.3s ease-out 0s;
}

ul.krohi li:first-child a span {
	text-indent: -9999em;
}

.bredcrumb-dot {
	display: inline-block;
	height: 8px;
	margin: 0 8px 1px;
	width: 8px;
}
/* /Breadcrumbs */


/* To top */

.b-top {
	bottom: 43px;
	margin-left: 0;
	opacity: 0.5;
	position: fixed;
	right: -100px;
	transition: all 0.5s ease 0s;
	z-index: 200;
}

.b-top:hover {
	cursor: pointer;
	opacity: 1;
}

.b-top-but{
	background: rgba(0, 0, 0, 0) url("../images/to_top.png") no-repeat scroll 0 0;
	border-radius: 6px;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block!important;
	height: 35px;
	line-height: 48px;
	margin: 0;
	padding: 2px;
	position: absolute;
	transition: all 0.5s ease 0s;
	text-align: center;
	width: 35px;
	z-index: 200;
}

.b-top.asd  {
	right: 20px;
	transition: all 0.5s ease 0s;
}


/* Links */

a[href$=".doc"]::before,
a[href$=".docx"]::before,
p a[href$=".doc"]::before,
p a[href$=".docx"]::before,
a[href$=".DOC"]::before,
a[href$=".DOCX"]::before,
p a[href$=".DOC"]::before,
p a[href$=".DOCX"]::before,
a.link-w::before {
    bottom: auto;
    content: url("../images/system/icon-doc.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
p a[href$=".xls"]::before,
p a[href$=".xlsm"]::before,
p a[href$=".xlsx"]::before,
a[href$=".XLS"]::before,
a[href$=".XLSX"]::before,
p a[href$=".XLS"]::before,
p a[href$=".XLSM"]::before,
p a[href$=".XLSX"]::before,
a.link-ex::before {
    bottom: auto;
    content: url("../images/system/icon-xls.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".PDF"]::before,
a[href$=".pdf"]::before,
p a[href$=".PDF"]::before,
p a[href$=".pdf"]::before,
a.link-pdf::before {
    bottom: auto;
    content: url("../images/system/icon-pdf.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a[href$=".rtf"]::before,
a[href$=".RTF"]::before,
p a[href$=".rtf"]::before,
a.link-rtf::before {
    content: url("../images/system/icon-doc.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}


/* Gallery */

.large-block-grid-4 > li {
	width: 33%;
	list-style: none;
}

ul.sigProResponsive li.sigProThumb a.sigProLink {
	color: #ffffff;
	background-color: #ffffff;
	border: 1px solid #ccc;
	-webkit-transition: 200ms all ease-in;
	-moz-transition: 200ms all ease-in;
	transition: 200ms all ease-in;
	padding: 6px;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 6px;
}

.sigProResponsive li.sigProThumb a.sigProLink:hover img.sigProImg {
	-webkit-transition: 200ms all ease-in;
	-moz-transition: 200ms all ease-in;
	transition: 200ms all ease-in;
	opacity: 0.75;
}

/* Bottom-block */
.moduletablecontainer.grey_bg {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(-75deg,  #e4e4e4 0%, #e4e4e4 50%, #f0efef 50%, #f0efef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-75deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(125deg,  #e4e4e4 0%,#e4e4e4 50%,#f0efef 50%,#f0efef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0efef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.by-title {
	font-size: 22px;
	margin-bottom: 25px;
}

.link_block {
	padding: 30px 15px 15px;
	color: #676767;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
}

.link_block.grey_bg .col-md-4.col-xs-12.col-sm-12 {
	padding: 0 50px;
}

.link_block a {
	text-decoration: none;
	color: #666;
	transition: all 0.15s ease 0s;
	display: block;
}

.link_block p {
	margin: 0 0 10px;
}

.link_block img {
	filter: none;
	margin-bottom: 0;
	width: 75px;
	height: 75px;
	transition: .4s;
}

.link_block a:hover img {
	
	filter: grayscale(100%) brightness(70%);
	transition: .4s;
}

.link_block a h4 {
	color: #666666;
	text-decoration: underline;
	padding-bottom: 8px;
}

.link_block a:hover h4,
.link_block a:hover {
	color: #352C22;
	text-decoration: none;
	transition: all 0.15s ease 0s;
}

.link_block h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	margin-bottom: 5px;
}

.link_block table {
	border: none;
}

.link_block a h5 {
	color: #E0BB91;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}
/* /Bottom-block */


/* Phone-block */


.link_block_right img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.link_block_right h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	color: #282a35;
}

.link_block_right a h4 {
	color: #E0BB91;
	text-decoration:underline;	
}

.link_block_right a {
	text-decoration:none;
	color: #666666;	
}

.link_block_right p {
	margin: 0;
}

.b_right {
	border: 1px solid #DADADA;
	padding: 12px 7px;	
	margin-bottom: 18px;
}







/* /Phone-block */


/* Modal */

div#more-zv .modal-dialog {
	margin: 30px auto;
	max-width: 336px;
}

div#more-zv .modal-body {
	padding: 0 20px;
	position: relative;
	margin-top: -6px;
}


.modal {
	text-align: center;
}

/* 2 */
.modal-dialog .modal-content.bacgr,
.modal-dialog.ogrn .nowidth {
	padding: 10px 20px;
}

.nowidth .item-page .page-header h1 {
	border-bottom: 1px solid #39b576;
	box-shadow: 0 1px 0 #007738;
	color: #007c3d;
	font-size: 20px;
	line-height: 125%;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

h4.modal-title,
.modal-content.nowidth h1.itemTitle {
	border-bottom: 1px solid #EAEAEA;
	box-shadow: 0 1px 0 0 #fff;
	margin: 8px 0 12px;
	padding: 0 0 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
	font-size: 18px;
}

h4.modal-title {
	padding: 0 11px 14px;
}

.modalform .formError {
	color: #ff0000;
	font-size: 13px;
	font-weight: normal;
}

.help-block {
	line-height: 100%;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 4px solid #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.ogrn .modal-content {
	max-height: 520px;
	overflow-y: scroll;
	border: 4px solid #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 0 1px #fff inset;
}

.nowidth #k2Container {
	padding: 0;
	text-align: left;
}

.ogrn a {
	color: #333;
	text-decoration: none;
}
/* 2 */

@media screen and (min-width: 768px) {
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-header {
	border: 0 none;
	padding: 0 8px;
}

.okno .close,
.nowidth .close {
	color: #000;
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 5px;
	opacity: 1;
}

.okno .close:hover,
.nowidth .close:hover {
	color: #ff0000;
	opacity: 1;
}

.modal-content.nowidth {
	padding: 0 15px;
}



a.link-block,
.link-block {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
}

a.link-block:hover {
	color: #222;
	text-decoration: none;
}

.form-group.rsform-block.rsform-block-politika11 {
	margin-bottom: 5px;
}

.modalform .form-control {
	border-radius: 3px;
}

.rsform-block-chto11 {
	display: none;
}




/* Buttons */

.controls.mt-20 {
	margin-top: 20px;
}
.btn:hover,
.btn {
	transition: background-color .4s;
}
.btn-primary {
	color: #fff;
	background-color: #2EAE84;
	border-color: #2EAE84;
	transition: background-color .4s;
}

.btn-primary:focus{
	color: #fff;
	background-color: #279571;
	border-color: #279571;
}
.btn-primary:hover {
	color: #fff;
	background-color: #279571;
	border-color: #279571;
	transition: background-color .4s;
}
.btn-primary:active{
	color: #fff;
	background-color: #279571;
	border-color: #279571;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus {
	color: #fff;
	background-color: #279571;
	border-color: #279571;
}
.btn-primary:active{
	background-image: none;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active{
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus{
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}

.btn-grey {
	color: #333;
	background-color: #EFEFEF;
	border-color: #EFEFEF;
	transition: background-color .4s;
}

.btn-grey:focus,
.btn-grey:hover,
.btn-grey:active{
	color: #333;
	background-color: #E0E0E0;
	border-color: #E0E0E0;
	transition: background-color .4s;
	background-image: none;
}

.btn-grey:active:hover,
.btn-grey:active:focus {
	color: #000;
	background-color: #E0E0E0;
	border-color: #E0E0E0;
}

/* Form */


.pismo label {
	font-weight: normal;
}

.form-control {
	height: 42px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff9;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.rsform .form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

.rsform .has-error .control-label {
	border-color: #ff0000;
	color: #f00;
}

.rsform .formError {
	color: #ff0000;
	font-weight: normal;
	font-size: 13px;
}

.pismo .checkbox-inline input[type="checkbox"] {
	margin-top: 7px;
}

.rsform-block-submit-kontakt6 .control-label.formControlLabel,
.rsform-block-pers-link .control-label.formControlLabel {
	display: none;
}

/*cookie*/
#cookie_not {
display: none;
position: fixed;
bottom: 15px;
left: 50%;
width: 900px;
max-width: 90%;
transform: translateX(-50%);
padding: 25px;
background-color: white;
border-radius: 4px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
z-index: 999;
}

#cookie_not p {
	margin: 0;
	text-align: left;
	color: inherit;
	width: 80%;
	float: left;
}

.button.cookie_pr {
	background-color: #39434e;
	border: none;
	color: #ededed;
	text-decoration: none;
	padding: 11px 22px;
	margin: 0 0 3px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .1s linear;
	float: right;
}

.button.cookie_pr:hover {
	opacity: .7;
}

@media (min-width: 767px){
#cookie_not.prshow{
display: block;
}
.cookie_pr{
margin: 0 0 0 25px;
}
}

@media (max-width: 767px){
#cookie_not.prshow{
display: block;
text-align: left;
}
.cookie_pr{
margin: 10px 0 0 0;
}
.button.cookie_pr {
margin: 10px auto 0;
}

#cookie_not p {
	width: 100%;
	float: none;
}
.button.cookie_pr {
	float: none;
	margin: 10px 0 10px;
	display: block;
}
}

/* Mobile */

@media (min-width: 1800px) {}

@media (min-width: 1401px) and (max-width: 1700px) {}



@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 992px) and (max-width: 1199px) {

.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
	font-size: 16px;
}

.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, 
.topmenu div#maximenuck146 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck, 
.topmenu div#maximenuck146 .maxipushdownck li.maximenuck > a span.titreck, 
.topmenu div#maximenuck146 .maxipushdownck li.maximenuck > span.separator span.titreck {
	font-size: 15px;
}

.topmenu .maximenuck.item101.first.level1 {
	display: none !important;
}

.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
	padding-right: 13px;
	padding-left: 13px;
}


.wel1 {
	padding-top: 15px;
}

.wel1 h1 {
	font-size: 28px;
}


.wel1 h2 {
	font-size: 19px;
}

.phone_block {
	font-size: 18px;
}

.adress {
	background: none;
	padding-left: 0;
	font-size: 13px;
	line-height: 140%;
}

.text_time {
	font-size: 13px;
	line-height: 140%;
}

.top_contact {
	width: 24%;
}

.link_block_right.usefull {
	font-size: 13px;
}

.top_contact {
	padding-left: 0;
}

.right-column {
	padding: 0;
}

.link_block h4 {
	font-size: 16px;
}

.nav.nav-tabs.tabs__caption {
	font-size: 13px;
}

.nav.nav-tabs.tabs__caption li, .nav.nav-tabs.tabs__caption li.active, .nav.nav-tabs.tabs__caption li:hover {
	padding: 7px 5px 7px;
}

.dropdown-menu {
	font-size: 13px;
}


}


@media (min-width: 768px) and (max-width: 991px) {

	.header .container {
	    grid-template-columns: auto 1fr auto auto;
	}

	.logo_title {
	    font-size: 16px;
	}

	.text_adress {
	    display: none;
	}



	.link_block.grey_bg .col-md-3.col-xs-12.col-sm-12 {
		width: 50%;
		min-height: 240px;
	}

	.wel_img {
		width: 35%;
	}

	.wel_block {
		width: 65%;
	}

	.pl16 {
		line-height: 150%;
	}

	.wel1 h1 {
		font-size: 20px;
	}

	.wel1 {
		padding-top: 8px;
	}

	.wel_box {
		padding-bottom: 20px;
	}

}



@media (max-width: 991px) {

.online-contacts {
    grid-column-gap: 14px;
}	
	
.top-head {
	display: none;
}

.header {
	border-bottom: 2px solid #ECECEC;
	border-top: 4px solid #E0BB91;
}

.custom_logo {
	padding-right: 11px;
}

.text_time {
	display: none;
}

.adress {
	margin-top: 5px;
	background: none;
	padding-left: 0;
	text-align: right;
}

.wel2 {
	min-height: 60px;
}

#k2Container {
	padding: 20px 0 0;
}

.top-menu {
	background: transparent;
	height: 0;
}

.mmenu {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 14px;
    border-radius: 6px;
    overflow: hidden;
}

.mobilebarmaximenuck .mobilebuttonmaximenuck {
	margin-top: 0;
	margin-bottom: 0;
}

#maximenuck146-mobilebarmaximenuck {
	display: none;
}

.mmenu #maximenuck146-mobilebarmaximenuck {
	display: block;
}

.col-md-9.col-xs-12.center-column {
	width: 100%;
}

.right-column {
	margin-top: 14px;
	float: left;
	width: 100%;
	padding: 0;
}

#content {
	padding: 0;
	float: left;
}

.right-column .moduletable.right_menu {
	display: none;
}

.readon-button {
	float: none;
}

#carousel196 .carousel-control.left, #carousel196 .carousel-control.right {
	display: none;
}

.nav.nav-tabs.tabs__caption {
	font-size: 12px;
	height: 80px;
}

.dropdown-menu {
	font-size: 12px;
}

.tabs__content h6 {
	font-size: 15px;
}

.itemListCategory h1 {
	font-size: 20px;
}

div.catItemHeader h3.catItemTitle {
	font-size: 17px;
}

.col-xs-12.col-sm-12.col-md-2.copy2 {
	padding: 15px 15px 0 15px;
	text-align: center;
}

.moduletable.usefull {
	display: none;
}

.footer .col-md-3.col-xs-12.col-sm-6 {
	display: none;
}


}



@media (max-width: 767px) {

	.header .container {
	    display: grid;
	    grid-template-columns: auto 1fr auto auto;
	}	

	.text_adress {
	    display: none;
	}	

	.logo_title {
		font-size: 16px;
	}

	.right-column {
		padding: 0 15px 0;
	}

	.home #k2Container, #k2Container {
		padding: 20px 15px 0;
	}

	.news_box {
		padding: 0 15px;
	}

	.wel1 h1 {
		font-size: 24px;
	}

	.wel_block {
		padding-bottom: 20px;
	}

	.wel_img img {
		max-width: 100%;
		height: 250px;
		width: auto;
	}

	.carousel-caption_no {
		left: auto !important;
		margin: 0 25px;
	}

	.anketa  div.catItemReadMore {
		display: none;
	}

	.custom.slider-text {
		padding: 20px 20px 5px 20px;
		font-size: 16px;
		text-align: center;
	}

	.moduletable.mod_news .nspArt.nspCol2 {
		width: 100%;
		margin-bottom: 40px;
	}

	.copyright .col-xs-12.col-sm-12.col-md-10 {
		padding-left: 15px;
	}

	.nav.nav-tabs.tabs__caption li {
		cursor: pointer;
		display: block;
		float: none;
		margin: 0 3px -1px 0;
		padding: 10px 10px 10px;
		width: 100% !important;
		max-width: 100% !important;
	}

	.nav-tabs {
	    display: inline-block !important;
	}

	.nav.nav-tabs.tabs__caption {
		font-size: 14px;
	}

	.nav.nav-tabs.tabs__caption li:hover, .nav.nav-tabs.tabs__caption li.active {
		padding: 10px 10px 10px;
	}

	.dop_menu .dropdown-menu {
		min-width: 260px;
		width: 100%;
	}

	.dropdown-menu {
		font-size: 14px;
	}

	.link_block.grey_bg .col-md-3.col-xs-12.col-sm-12 {
		max-width: 400px;
		margin: 0 auto 50px;
		float: none;
	}

	.footer_block .nav.menu.mod-list {
		display: none;
	}

	.footer_block {
		margin-bottom: 20px;
	}

}

@media (max-width: 730px) {

	.header .container {
		grid-template-columns: 60px 1fr 60px;
		grid-column-gap: 10px;
        grid-template-areas: 
        	"logo slogan mmenu" 
        	"online online online" ;
    }

    .online-contacts {
        grid-area: online;
        max-width: 260px;
        text-align: right;
        justify-self: center;
        margin-top: 15px;
    }

}


@media (max-width: 600px){
	
body {
	font-size: 15px;
}

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

.wel1 {
	padding-top: 20px;
}

#rsform_5_page_0 .col-sm-12 {
	width: 100%;
}

.custom.slider-title {
	padding: 12px 12px;
}

.custom.slider-text {
	font-size: 15px;
}

.adress {
	display: none;
}

.more_about {
	font-size: 15px;
}

.mod_news .nspArt .readon.fright {
	padding: 7px 22px;
	font-size: 15px;
}

.moduletable.mod_news .nspArt h4.nspHeader {
	font-size: 17px;
}

.moduletable.mod_news .nspArt p.nspText {
	font-size: 15px;
}


}


@media (max-width: 540px) {
.mobilebarmaximenuck .mobilebuttonmaximenuck {
	position: relative;
}



@media (max-width: 479px) {

.slog_logo {
    display: none;
}	

.custom.slider-title {
	display: none;
}

.tabs__content table td {
	width: 100%;
	float: none;
	display: block;
}

div.itemListCategory img {
	float: none;
}


.carousel-caption_no {
	display: none;
}

#carousel196 .carousel-inner img {
	height: auto !important;
}
.slide_box, .slider-block {
	min-height: auto !important;
}

.welcome::before {
	width: 0;
	background: none;
	height: 100%;
	margin-top: 0;
}



}


@media (max-width: 400px) {


.moduletable.mod_news .nspArt.nspCol2 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}



.copyright .col-xs-12.col-sm-12.col-md-10 {
	line-height: 155%;
}

.nav.nav-tabs.tabs__caption li, .nav.nav-tabs.tabs__caption li:hover, .nav.nav-tabs.tabs__caption li.active {
	padding: 15px 10px;
}


}


@media (max-width: 380px) {



}

@media (max-width: 340px) {



}



/* Animation */

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

/* 3 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* 4 */

/* 5 */

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* 5 */


/* 6 */


@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

/* 6 */


/* 7 */


@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* 7 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}