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

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

/* Common style */

body {
	background: #ffffff;
	color: #0b0b0b;
	font-family: 'Open Sans', tahoma;
	font-size: 14px;
	line-height: 160%;
	margin: 0;
}

a {
	color: #00BCC4;
	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: 'Open Sans', 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: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
}


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

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

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

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

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

#content {
	padding: 15px;
}

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

#cyb-main {
	padding-bottom: 30px;
}

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

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

.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: #00B1BB;
	font-size: 16px;
	font-weight: bold;
	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 {
	border-top: 5px solid #00B1BB;
}

.header {
	background: url(../images/header-bg.png) no-repeat top center;
}

div.header {
	min-height: 95px;
}

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

.logo {
	padding-right: 0;
	max-width: 115px;
	padding-top: 7px;
}

.custom_logo a img {
	transition: all ease-in 0.3s;
	filter: grayscale(0);
}

.custom_logo a img:hover {
	transition: all ease-in 0.3s;
	filter: grayscale(100%);
}

.custom_logo {
	padding-top: 7px;
}

.text_logo {
	color: #888;
	font-size: 14px;
	line-height: 143%;
	padding-top: 14px;
	padding-right: 0;
}

.logo_title {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #353743;
}

.adress {
	margin-top: 5px;
	font-size: 15px;
	color: #5f5f5f;
	background: url(../images/map.png) no-repeat 0 2px;
	padding-left: 16px;
}

.mmenu {
	display: none;
}

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

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

.sign_block {
	margin-top: 5px;
}

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

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

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

.mail a {
	color: #00B1BB;
}

.mail a:hover, .mail a:focus, .mail a:active {
	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: #454757;
	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: 'Open Sans', tahoma !important; 
}
/* /Map */

/* marquee */
.marquee {
width:100%;
white-space:nowrap;
overflow:hidden;
}
 
.marquee .aside {
	color: #CC4275;
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: marquee 22s infinite linear;
	animation: marquee 22s infinite linear;
	line-height: 175%;
	padding-top: 10px;
	font-size: 16px;
}
 
@-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: 'Open Sans', sans-serif !important; 
	font-weight: bold !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;
}

div#maximenuck152 {
	position: relative;
}

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

.right-column .moduletable h3 {
	background: #00B1BB;
	padding: 12px 12px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}

/*
.right-column .moduletable h3:before {
	content: url(../images/h3-icon.png);
	padding: 0 11px 0 0;
	position: relative;
	top: 1px;
}
*/

.right-column .moduletable.mod_news_page {
	border: 1px solid #F0F1F1;
	padding: 3px;
}

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

div#maximenuck147 ul.maximenuck li.maximenuck.level1 a span.titreck {
	border-bottom: 1px solid;
}
/* news_page */

.right-column .moduletable.mod_news_page h3 {
	background: #00BCC4;
}

.right-column .moduletable.mod_news_page h3:before {
	content: url(../images/h3-icon-news.png);
	padding: 0 11px 0 0;
	position: relative;
	top: 3px;
}

.moduletable.mod_news_page .nspArt h4.nspHeader a {
	color: #333;
}

.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: #00BCC4;
}

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

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

.moduletable.mod_news_page .nspArt .readon.fright {
	float: right;
	background: none;
	padding: 5px;
	color: #353535;
	text-decoration: underline;
	margin: 8px 0 8px 0;
	font-weight: bold;
}

.moduletable.mod_news_page .nspArt .readon.fright:hover,
.moduletable.mod_news_page .nspArt .readon.fright:focus,
.moduletable.mod_news_page .nspArt .readon.fright:active {
	color: #00BCC4;
	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;
}

.custom.slider-text {
	background: rgba(255,255,255,0.77);
	padding: 30px 20px 5px 20px;
	font-size: 16px;
	color: #000;
	text-shadow: none;
	max-width: 600px;
}

.more_about {
	background: #00B1BB;
	color: #fff;
	padding: 11px 21px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	text-shadow: none;
}

.more_about.colred {
	background: #CC4275;
}

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

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

.wel_block {
	margin-top: 15px;
}

.welcome {
	background: #F7F7F7;
	border: 1px solid #F3F3F3;
}

.welcome::before {
	content: "";
	width: 4px;
	background: #00B1BB;
	height: 100%;
	position: absolute;
	margin-top: -17px;
}

.welcome {
	padding-top: 16px;
	padding-bottom: 14px;
}

.pl16 {
	padding-left: 16px;
}


.wel2 {
	display: flex;
	flex-direction: column;
	/* располагать элементы по левую сторону, а не растягивать их по умолчанию */
	align-items: flex-start;

	/* Задаём высоту чисто для демонстрации, это необязательно */
	min-height: 114px;
}

.preview {
margin: auto;
}

/* 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: #00B1BB;
	color: #fff;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 0;
	border: 1px solid #00B1BB;
}

#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 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 0;
}
/*
.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: bold;
}

.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: #000;
}

.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: #00B1BB;
	padding: 6px 27px 7px;
	color: #fff;
	border-radius: 0px;
	transition: all 0.3s ease-out 0s;
	font-size: 14px;
}

.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: #00B1BB;
	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: #353743 url(../images/footer_bg.png) no-repeat center bottom;
	padding: 30px 0 20px 0;
	font-size: 14px;
	position: relative;
	z-index: 24;
	color: #C5C5C5;
	line-height: 150%;
	min-height: 200px;
}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {
	color: #00B1BB;
	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: bold;
	font-size: 17px;
	color: #00B1BB;
	margin-bottom: 20px;
}

.footer a {
	color: #00B1BB;
}

.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 #00BCC4;
	color: #00BCC4;
	padding: 0px 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	margin-top: 2px;
	font-size: 12px;
	line-height: 16px;
}

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

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


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

.copyright p {
	margin:0;
}

.footer .link-p {
	color: #eee;
}



/* /Footer */

.copyright {
	background: #242631;
	font-size: 13px;
	color: #74767F;
	padding-top: 20px;
	line-height: 150%;
	padding-bottom: 20px;
}

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

.copy {
	float: left;
}

.copy2 {
	font-size: 13px;
	color: #929292;
}

.copy2 a {
	color: #929292;
}

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

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

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

.catItemReadMore .k2ReadMore {
	float: right;
	background: #00B1BB;
	color: #fff;
	padding: 6px 16px;
	text-decoration: none;
}

.catItemReadMore .k2ReadMore:hover {
	background: #999999;
	color: #fff;
}

.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: #E8E6E6;
}

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

.link_block {
	/*background: #f9f9f9;*/
	padding: 30px 15px 15px;
	color: #676767;
	margin-top: 20px;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
}

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

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

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

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

.link_block a:hover h4,
.link_block a:hover {
	color: #00B1BB;
	text-decoration: underline;
	transition: all 0.15s ease 0s;
}

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

.link_block table {
	border: none;
}
/* /Bottom-block */


/* Phone-block */

.moduletable.usefull {
	border: 1px solid #E2E2E2;
	padding: 1px;
	color: #636363;
}

.link_block_right.usefull {
	padding: 5px 5px;
	background: url(../images/big-phone.png) no-repeat bottom right;
}

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

.link_block_right h4 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #282a35;	
}

.link_block_right p {
	margin: 0;
}

.b_right {
	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: 20px;
	padding-left: 20px;
}

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

.logo_title {
	margin: 0 0 5px 0;
	font-size: 19px;
}

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

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

.right-column .moduletable h3 {
	padding: 12px 12px 12px 8px;
	font-size: 15px;
}

}


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

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

.text_logo {
	font-size: 13px;
}

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

}



@media (max-width: 991px) {
div.header {
	min-height: 128px;
	padding-bottom: 12px;
	border: 2px solid #F7F7F7;
}

.custom_logo {
	padding-right: 11px;
}

.text_logo {
	padding-bottom: 10px;
}

.pl16 {
	padding-right: 16px;
	text-align: center;
	line-height: 160%;
}

.wel2 {
	min-height: 60px;
}

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

#k2Container {
	padding: 0;
}

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

.mmenu {
	display: block;
}

#maximenuck146-mobilebarmaximenuck {
	display: none;
}

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

.right-column #maximenuck147 {
	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;
}


}



@media (max-width: 767px) {

.logo_title {
	font-size: 19px;
	margin: 0 0 10px 0;
}

.slog_logo {
	display: none;
}

.logo img {
	width: 84px;
	height: 70px;
}

.sign_block {
	display: none;
}

.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: 600px){
	
body {
	font-size: 15px;
}

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

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

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

.logo_title {
	font-size: 22px;
	line-height: 117%;
	margin: 0;
}

.adress {
	display: none;
}

.text_logo {
	width: 68%;
	padding-bottom: 0;
}

.logo img {
	width: 65px;
	height: 54px;
}

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

.mmenu {
	width: auto;
	position: absolute;
	right: 10px;
}
}



@media (max-width: 479px) {

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

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

div.itemListCategory img {
	float: none;
}

.logo {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding-right: 15px;
	padding-top: 3px;	
}

.text_logo {
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 15px;
}

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

.footer_block.footer_two {
	display: none;
}

}


@media (max-width: 400px) {


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

.mmenu {
	padding: 0;
}

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



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



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