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

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

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

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

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

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

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


/* Common style */

body {
	background: #E9FAFF url(../images/body-bg.jpg) no-repeat center top;
	color: #222222;
	font-family: 'Lora';
	font-size: 16px;
	line-height: 145%;
	margin: 0;
	border-top: 5px solid #009292;
}


a {
	color: #009292;
	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;
}

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: 'Lora', sans serif, Arial;
}

h1 {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 15px;
	margin-top: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEEEE;
}

h2 {
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 0;
	color:#222222;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	color: #009292;
}

h5 {
	color: #009292;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #009292;
	margin: 0 0 5px 0;
}

.item-pagehome h1 {
	font-size: 22px;
	color: #ec0021;
	margin-top: 15px;
}

#content {
	padding: 0 5px 0 5px;
	min-height: 800px;
	width: 72%;
}

.home #content {
	min-height: auto;
}

.col-md-9.center-column {
	float: right;
}

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

strong {
	font-weight: bold;
}

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

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

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

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

p {
	margin: 0 0 15px;
}

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

.main_block {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background: #FFFFFF;
}

.category-desc {
	margin-bottom: 20px;

}

.block-category {
	margin-bottom: 35px;
}

.blog .items-row .item {
	border-bottom: 1px solid #EEEEEE;
	margin-top: 20px;
	padding-right: 20px;
}

.blog .item h2 {
	font-size: 17px;
}

.blog .readmore .btn {
	color: #fff;
	background: #5AB08B;
	padding: 7px 25px;
	text-decoration: underline;
	border-radius: 0;
	font-weight: normal;
	font-size: 15px;
}


.blog .readmore .btn:hover {
	background: #888888;
	text-decoration: none;
}

.blog .readmore {
	text-align: right;
}

.items-leading h2 {
	font-size: 18px;
}

.blog .pull-left.item-image {
	border: 1px solid #ECECEC;
	padding: 2px;
	margin-right: 11px;
}

.blog .pull-left.item-image img {
	width: 160px;
	height: 80px;
	object-fit: cover;
}

#carousel201 {
	border: 4px solid #eeeeee;
	margin-top: 10px;
}


.left-column .moduletable {
	float: left;
}

.custom.moye-snt {
	padding: 5px 10px;
}

.custom.moye-snt img {
	float: left;
	margin-right: 8px;
}

.custom.moye-snt p {
	margin: 0;
}

.link-snt {
	background: #5AB08B;
	color: #fff;
	padding: 6px 20px;
	display: inline-block;
	text-decoration: underline;
	font-size: 15px;
	float: right;
	margin-top: 10px;
}

/* marquee */

.marquee {
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
 
.marquee .aside {
	color: #ec0021;
	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;
}

.marquee p {
	margin: 0;
}
 
@-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 */


/* Header */

.mmenu {
	display: none;
}

.head-top {
	min-height: 150px;
	background: #E8F5FE url(../images/header-bg.jpg) no-repeat 0 0;
}

.head-top p {
	margin: 0;
}

.logo {
	width: 11%;
	padding-right: 0;
}

.custom_logo {
	padding: 15px 0 0 12px;
}

.custom_logo a img {
	transition: all ease-in 0.3s;
	filter: grayscale(0);
	max-width: 100%;
	height: auto;	
}

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

.company-name {
	width: 36%;
	padding-top: 14px;
	line-height: 130%;
}

.company {
	font-size: 15px;
	font-weight: normal;
	color: #848484;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Montserrat';
}

.company h3 {
	font-size: 30px;
	font-weight: bold;
	color: #ec0021;
	margin-top: 5px;
	font-style: italic;
	margin-bottom: 8px;
	text-transform:uppercase;
	font-family: 'Lora';	
}

.adress {
	font-size: 14px;
	color: #0b0b0b;
	background: url(../images/map.png) no-repeat 0 1px;
	padding-left: 17px;
	line-height: 135%;
	font-family: 'Montserrat';
	font-style: italic;
}

.contact {
	width: 23%;
	padding-top: 7px;
}

.phone {
	color: #272826;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/phone.png) no-repeat 0 4px;
	padding-left: 36px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.phone a {
	color: #272826;
	text-decoration:none;
}

.phone em {
	font-size: 16px;
	font-weight: normal;
}

.mail {
	font-size: 15px;
	color: #ec0021;
	margin-top: 8px;
	font-family: 'Montserrat';
	background: url(../images/mail.png) no-repeat 0 8px;
	padding: 0 0 0 20px;
}

.mail a {
	font-weight: normal;
	color: #ec0021;
}

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

.block-img {
	width: 30%;
	padding-top: 8px;
}

.soc li {
	list-style: none;
	display: inline-block;
}

.soc ul {
	margin-bottom: 0;
	margin-top: 4px;
}

.soc {
	text-align: right;
}

.footer #informer {
	background: #fff;
	min-height: 241px;
}

/*lk*/

.custom.user_lk, .custom.lk {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 12px;
	font-weight: bold;
}

.custom.user_lk .uname,
.custom.lk .vhod, .custom.lk .vhod2 {
	display: inline-block;
	margin-right: 9px;
}
.custom.lk p {
	margin: 0;
}
.custom.lk a {
	color: #fff;
	background: #5AB08B;
	padding: 8px 16px;
	text-decoration: none;
	transition: all ease-in 0.3s;	
}
.custom.lk a:hover, .custom.lk a:active, .custom.lk a:focus {
	color: #fff;
	background: #999;
	transition: all ease-in 0.3s;	
}
.custom.user_lk {
	font-size: 13px;
	text-transform: none;
}
.uout,
.regi {
	display: inline-block;
}
.user_lk .fa-user-o::before {
	color: #222;
}
.user_lk .uout a{
	color: #fff;
	background: #03C231;
	padding: 4px 10px;
	text-decoration: none;
	transition: all ease-in 0.3s;	
}

form#member-profile.stuta.form-validate fieldset:nth-child(2) {
	display: none;
}

.com_users #users-profile-custom-actionlogs {
	display: none;
}
/*/lk*/


/* / Header */


/* Menu */

.topmenu {
	min-height: 61px;
	padding: 0 4px;
}

body div[id^="maximenuck"] ul.maximenuck {
	font-family: 'Lora' !important; 
	font-weight: normal !important;  
}

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

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

#maximenuck146 ul li.maximenuck.last.level1 {
	border-right: 1px solid #0D94A1 !important;
/*	-moz-box-shadow: inset 1px 0px 0px 0px #11BAC9, 1px 0px 0px 0px #11BAC9 !important;
	-webkit-box-shadow: inset 1px 0px 0px 0px #11BAC9, 1px 0px 0px 0px #11BAC9 !important;
	box-shadow: inset 1px 0px 0px 0px #11BAC9, 1px 0px 0px 0px #11BAC9 !important;*/
}

#maximenuck146 ul li.maximenuck.first.level1 {
	border-left: 0 !important;
}

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

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.active,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1:hover,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover {
	transition: .5s;
}

/*div#maximenuck146.maximenuckh .maximenuck.level1::after {
	border-bottom: 4px solid #0FA5B3;
	content: "";
	position: static;
	width: 100%;
	display: flow-root;
}

div#maximenuck146.maximenuckh .maximenuck.level1:hover::after,
div#maximenuck146.maximenuckh .maximenuck.active.level1::after {
	border-bottom: 4px solid #FFE229;
	content: "";
	position: static;
	width: 100%;
	display: flow-root;
}*/

/* / Menu */

.left-column h3 {
	background: url(../images/h3-bg.png) no-repeat 0 0, linear-gradient(56deg, #009292 90%, #fff 10%);
	color: #ffffff;
	padding: 14px 15px;
	font-size: 19px;
	margin-top: 10px;
}

.moduletable.news_main h3 {
	background: url(../images/h3-bg.png) no-repeat 0 0, linear-gradient(56deg, #009292 90%, #fff 10%);
	color: #ffffff;
	padding: 14px 15px;
	font-size: 19px;
	margin-top: 10px;
	display: inline-block;
	max-width: 350px;
	width: 100%;
}

.moduletable.news_main .news-block {
	width: 47%;
	margin-right: 20px;
	min-height: 250px;
	border-bottom: 0;
}


/* Table */

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

td, th {
	padding: 6px 5px;
	border-color: #DDDDDD;
}

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

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: #05B600;
	border-top: 1px solid #dddddd;
	color: #ffffff;
	padding: 12px 10px;
	text-align: center;
}

.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;
	font-weight:600;
}

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

.gsInformer {
	width: 100% !important;
	max-width: 270px;
}

/* / Map */



/* Right-column */

.left-column {
	width: 28%;
	padding-left: 1px;
}

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

div#maximenuck152 {
	position: relative;
}

.right-column .moduletable h3 {
	background: #009292 url(../images/h3_bg.png) no-repeat bottom right;
	padding: 13px 12px 13px 24px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2px;
	border-radius: 6px;
}


/* / Right-column */



/* Profile */

.ttr {
	display: block;
	min-height: 36px;
	padding: 6px 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;
	
}

#member-profile .control-group {
	margin-bottom: 15px;
}

#users-profile-core legend, #users-profile-custom-actionlogs legend {
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 17px;
}

#users-profile-core legend {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}

#users-profile-custom-profile legend {
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 17px;
}

#member-profile legend {
	font-size: 17px;
	margin-top: 24px;
	padding-bottom: 6px;
	color: #009292;
}

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


.view-login .login.access label {
	margin-top: 10px;
}
.controls_view {
	position: relative;
}

.controls input#username ~ .password-control {
	display:none;
}

.controls .validate-password ~ .password-control, 
.controls input#password ~ .password-control {
	position: absolute;
	/* top: 5px; */
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/view.svg) 0 0 no-repeat;
	margin-top: 9px;
	margin-left: 235px;
}


#member-profile div.controls input {
	width: 100%;
	max-width: 260px;
}


.form-validate.form_horizontal.well div.controls input {
	width: 100%;
	max-width: 260px;
}

.form-validate.form_horizontal.well, #member-profile {
  padding-left:0;
  padding-right:0;
}

.controls .validate-password ~ .password-control.view,
.controls input#password ~ .password-control.view {
	background: url(../images/view-off.svg) 0 0 no-repeat;
}
/* 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: 150px;
}

#submit_vopros {
	width: 240px;
	background: #009292;
	color: #fff;
	font-size: 16px;
	padding: 10px 10px;
	border: 1px solid #009292;
}

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

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

.rsform-block-date-zayavka-, rsform-block-period, 
.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;
}
*/

.moduletable.l_menu {
	margin-bottom: 30px;
}

/* News-main */

.well.mod_news {
	margin: 15px 0 20px 0;
	padding: 0;
}

.newsflash.news_left {
	padding-left: 10px;
}

.mod_news h3 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.news-block {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.news-block:last-child {
	border-bottom: 0;
}

.news-block h4 a {
	color:#ec0021;
}

.date.small {
	font-size: 13px;
	background: #EEEEEE;
	padding: 3px 9px;
	color: #9a9a9a;
}

.newsflash-image {
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	border: 1px solid #e1e1e1;
	padding: 4px;
}

.newsflash-image img {
	width: 160px;
	height: 80px;
	object-fit: cover;
}

.newsflash p {
	margin-top: 6px;
}

.readmore-button {
	background: #5AB08B;
	color: #fff;
	padding: 6px 20px;
	display: inline-block;
	text-decoration: underline;
	font-size: 15px;
}

.readmore-button:hover, .readmore-button:active, .readmore-button:focus {
	background: #777;
	color: #fff;
	text-decoration: none;	
}

.readmore-news {
	text-align: right;
}

/* / News-main */


/* Footer */
.footer {
	background: #009292 url(../images/footer-bg.png) no-repeat 0 20px;
	padding: 20px 15px 0;
	font-size: 15px;
	position: relative;
	z-index: 24;
	color: #ffffff;
	line-height: 150%;
}

.footer a {
	color: #fdf9a8;
}

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

.footer h3 {
	color: #fffaa6;
	font-size: 18px;
	margin-bottom: 18px;
}

.footer h5 {
	color: #fffaa6;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

.footer h6 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
}

.copyright {
	background: #0C6A6A;
	font-size: 13px;
	color: #f2f2f2;
	padding: 15px;
}

.copyright p {
	margin: 0;
}

.copy {
	float: left;
}

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

.copy2 a {
	color: #f2f2f2;
}


.clock, div.catItemHeader span.catItemDateCreated {
	font-size: 13px;
	background: #EEEEEE;
	padding: 3px 9px;
	color: #9a9a9a;
}

.create {
	font-size: 13px;
	background: #EEEEEE;
	padding: 3px 9px;
	color: #9a9a9a;
}

.article-info.muted time {
	font-size: 13px;
	background: #EEEEEE;
	padding: 3px 9px;
	color: #9a9a9a;
}

dl {
	margin-bottom: 10px;
}

.blog .items-row .col-xs-12 {
	padding: 0;
}

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


/* Breadcrumbs */

.krohi-block {
	background: transparent;
	margin: 0;
}

#pathway {
	padding: 0 10px;
	color: #323232;
	display: block;
	height: auto;
	margin: 0 0 10px;
	min-height: 45px;
	text-shadow: 1px 1px 1px #ffffff;
	border-bottom: 1px solid #edededcc;
	border-top: none;	
}

#pathway ul.krohi {
	list-style: outside none none;
	margin-top: 0;
	padding: 15px 1px 5px;
	text-shadow: 1px 1px 1px #ffffff;
}
#pathway ul {
	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;
}



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

.link_block {
	padding: 0 15px;
}

.link_block .col-md-12.col-xs-12.col-sm-12 {
	padding: 0;
}

.link_block {
	padding: 12px 15px 10px 15px;
	background: #f4f4f4 url(../images/bottom-bg.png) no-repeat center top;
}

.bottom-block {
	color: #000000;
	line-height: 145%;
	padding: 0 2px 0 6px;
	font-size: 15px;
	background: rgba(255,255,255,0.7);
	width: 23%;
	float: left;
	margin: 6px 11px;
	text-align: center;
}


.bottom-block a {
	color: #000000;
	text-decoration:none;
	padding-bottom: 8px;	
}

.bottom-block a:hover {
	color: #000000;
}

.bottom-block a h4 {
	color: #fff;
	text-decoration: none;
}

.bottom-block h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 150%;
	background: #009292;
	display: inline-block;
	padding: 2px 10px;
	margin: 15px 0 8px 0;
}


/* 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 #e3e3e3;
	/* box-shadow: 0 1px 0 #007738; */
	color: #009292;
	font-size: 17px;
	line-height: 125%;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.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-style: normal;
	line-height: 150%;
	font-size: 18px;
}

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

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

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	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: 600px;
	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;
}

.nowidth .close {
	color: #000000;
	font-size: 40px;
	font-weight: normal;
	margin-top: 0;
	opacity: 1;
}

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

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

h4.modal-title {
	font-size: 20px;
	padding: 0 10px 14px;
	text-align: center;
	margin: 0;
}

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

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

.login.access .control-group {
	padding-top: 13px;
}

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

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

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

.modal-content {
	border: 2px solid #FDC317;
	border-radius: 0;
}

.moduletable.pismo h3 {
	text-align: center;
	font-size: 22px;
	text-transform: none;
	padding-bottom: 15px;
	margin: 0 0 25px 0;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
	font-size: 16px;
}

/* Buttons */

.controls.mt-20 {
	margin-top: 20px;
}
.btn:hover,
.btn {
	transition: background-color .4s;
}
.btn-primary {
	color: #fff;
	background-color: #009292;
	border-color: #009292;
	transition: background-color .4s;
	border-radius: 0;
	padding: 8px 25px;
	margin-top: 15px;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-primary:hover {
	color: #fff;
	background-color: #777;
	border-color: #777;
	transition: background-color .4s;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #036030;
	border-color: #005C2C;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #005C2C;
	border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #5D8F1F;
	border-color: #508212;
}
.btn-primary .badge {
	color: #5D8F1F;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #8c8c8c;
	border-color: #8c8c8c;
	padding: 8px 25px;
	border-radius: 0;
	margin-top: 15px;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #8c8c8c;
	border-color: #8c8c8c;
}
.btn-success:hover {
	color: #fff;
	background-color: #67B437;
	border-color: #67B437;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #67B437;
	border-color: #67B437;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}


/* Form */

/* #rsform_5_page_0 .form-control {
	width: 100%;
} */

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

#poiavilis-voprosy textarea.form-control {
	height: auto !important;
	max-width: 100%;
	border-radius: 0;
}


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

/* news_page */

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

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

.moduletable.mod_news_page .nspArt .readon.fright {
	float: none;
	background: none;
	padding: 0;
	color: #009292;
	text-decoration: underline;
	border-radius: 0;
	margin: 10px 0 10px 0;
}

.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: #333333;
	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 {
	float: none;
	font-size: 14px;
	text-transform: none;
	color: #818181;
}

.rstbox-content {
	line-height: 160%;
}

.rstbox-content h4 {
	font-size: 19px;
}

.rstbox-content h6 span {
	white-space: nowrap;
}

.kopi2 {
	padding: 0;
}

#rsform_8_page_0 .col-sm-3.control-label.formControlLabel {
	width: 30%;
}
  
#rsform_8_page_0 .col-sm-9.formControls {
	width: 70%;  
  }
  
.form-group.rsform-block.rsform-block-pers-vopros .formRequired {
	display: none;
}

.tb_history td, .form_ipu_history td {
	padding: 9px 15px;
	border: 1px solid #DDDDDD;
}

.tb_history th, .form_ipu_history th {
	padding: 9px 15px;
	background: #009292;
	color: #fff;
}

.form_ipu_history h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #2B2B2B;
	margin: 0 0 5px 0;
}

.form-group.rsform-block.rsform-block-fio8, .form-group.rsform-block.rsform-block-adres8, 
.form-group.rsform-block.rsform-block-email, .form-group.rsform-block.rsform-block-phone-kontakt {
	margin-bottom: 0;
}

.blog.counter .leading-0, .blog.counter .leading-1 {
	width: 47%;
	float: left;
	margin-right: 13px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 26px;
	transition: all 0.5s ease 0s;	
}

.blog.counter .pull-left.item-image {
	float: none !important;
}

.blog.counter .pull-left.item-image img {
	width: 80px;
	height: 80px;
	margin-top: 4px;
}

.blog.counter .leading-0 a, .blog.counter .leading-1 a {
	display: block;
	cursor:pointer;
}

.blog.counter .leading-0:hover, .blog.counter .leading-1:hover {
	background: #f7f7f7;
	cursor: pointer;
	transition: all 0.5s ease 0s;	
}

.blog.counter .items-leading h2 {
	font-size: 17px;
	min-height:45px;
}

.bbblog {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eae9e9;
	padding-right: 20px;
}

#summa {
	width: 100%;
}

#kope {
	max-width: 100px;
}
  
#rsform_10_page_0 .col-sm-3 {
	padding-right: 0;
}

.topmenu #maximenuck146 .maximenuck.maximenuckmodule.headingck.item1289.level1, 
.topmenu #maximenuck146 .maximenuck.maximenuckmodule.headingck.item1415.level1 {
	display: none !important;
}

.button-pay {
	background: #F21E39;
	padding: 10px 18px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	transition: .2s linear;	
}

.button-pay:hover, .button-pay:focus, .button-pay:active {
	background: #888;
	color: #fff;
	text-decoration: none;
	transition: .2s linear;	
}

/* Mobile */

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

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



@media (min-width: 1200px) and (max-width: 1280px) {
	
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a, 
.topmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
	padding-right: 14px;
	padding-left: 14px;
}	
	

	
	
}


@media (max-width: 1199px) {

.company p {
	display: none;
}

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

.copyright {
	line-height: 140%;
}

}


@media (min-width: 992px) and (max-width: 1199px) {
  
#carousel201 .carousel-inner img {
	height: auto !important;
	object-fit: contain !important;
}

.company h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.contact {
	padding: 8px 0 0 0;
}

.block-img {
	padding-top: 30px;
}

.topmenu div#maximenuck146 .maximenuck.first.level1 {
	display: none !important;
}

.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 > a, 
.topmenu  div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 14px;
}

.left-column h3 {
	background: url(../images/h3-bg.png) no-repeat 0 0, linear-gradient(62deg, #009292 90%, #fff 10%);
	padding: 14px 10px;
	font-size: 18px;
}

.newsflash.news_left h4.newsflash-title.news_left {
	font-size: 16px;
}

.left-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.left-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
	font-size: 16px;
}

.moduletable.news_main h3 {
	background: url(../images/h3-bg.png) no-repeat 0 0, linear-gradient(61deg, #009292 90%, #fff 10%);
	font-size: 18px;
}

.bottom-block {
	padding: 0px 6px 0 6px;
	width: 23%;
	margin: 6px 7px;
	min-height: 270px;
}

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

.bottom-block h4 {
	padding: 2px 8px;
	font-size: 15px;
}

.moduletable.news_main .news-block {
	width: 46%;
}

.logo {
	padding-top: 3px;
}

.newsflash-title.news_main {
	font-size: 16px;
}

.company {
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.right-column .moduletable h3 {
	font-size: 16px;
}

#rsform_8_page_0 .col-sm-3.control-label.formControlLabel {
	width: 35%;
}

#rsform_8_page_0 .col-sm-9.formControls {
	width: 65%;
}

#rsform_10_page_0 .col-sm-3 {
	width: 30%;
}

#rsform_10_page_0 .col-sm-9 {
	width: 70%;
}

#kope {
	max-width: 107px;
}


.footer-one {
	width: 40%;
}

.footer-two {
	width: 30%;
}

.footer-three {
	width: 30%;
}

}


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

#rsform_10_page_0 .col-sm-3 {
	width: 30%;
}

#rsform_10_page_0 .col-sm-9 {
	width: 70%;
}

#kope {
	max-width: 90px;
}


}


@media (max-width: 991px) {
	
body {
	background: #E9FAFF;
}

.head-top {
	background: #E8F5FE;
}

.left-column {
	display: none;
}

#cyb-main {
 float: none;
}

.block-img {
	display: none;
}

.company-name {
	width: 45%;
}

.contact {
	width: 35%;
}

.company h3 {
	font-size: 28px;
}

.topmenu {
	height: 0;
	background: transparent;
	min-height: 0;	
}

.head-top {
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}


#content {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 24px;
	float: left;
	min-height: auto;
}

.mmenu {
	display: block;
}

.company {
	font-size: 20px;
}

.head-top .container {
	background: transparent;
}

#maximenuck146-mobilebarmaximenuck {
	display: none;
}

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

.moduletable.l_menu {
	display: none;
}

.link_block {
	display: none;
}

.box_caption {
	display: none;
}


.kopi2 {
	padding: 0 0 6px 0;
	text-align: center;
}


.right-column, .left-column {
	width: 100%;
}

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

.readon-button {
	float: none;
}

.footer-two, .footer-three {
	width: 50%;
}

.footer {
	min-height: 415px;
}

}


@media (max-width: 767px) {

.company-name {
	width: 72%;
}

.logo {
	width: 15%;
}

.custom.lk {
	float: right;
	padding-right: 15px;
}

.contact {
	width: 100%;
}

.phone {
	float: right;
	padding-right: 15px;
}

.mail {
	float: right;
	padding-right: 15px;
}

.soc {
	text-align: right;
	padding-right: 15px;
	padding-top: 14px;
}

.item-pagehome h1 {
	font-size: 20px;
}

.slider #carousel201 .carousel-inner img {
	height: 320px;
}

.moduletable.news_main .news-block {
	width: 100%;
	margin-right: 0;
	min-height: auto;
	border-bottom: 1px solid #e3e3e3;
}

.mod_news h3 {
	font-size: 17px;
}

.ttr .col-xs-4 {
	width: 100%;
	padding: 2px 5px;
}

.ttr .col-xs-8 {
	width: 100%;
	padding: 5px;
}

.ttr span {
	padding-right: 0;
}

.profile {
	margin-bottom: 20px;
}

#rsform_8_page_0 .col-sm-3.control-label.formControlLabel, #rsform_8_page_0 .col-sm-9.formControls {
	width: 100%;
}

#rsform_8_page_0 #Message {
	width: 100%;
}

#rsform_10_page_0 .col-sm-3 {
	width: 32%;
	float: left;
}
#rsform_10_page_0 .col-sm-9 {
	width: 68%;
	float: left;
}

#kope {
	max-width: 90px;
}

}



@media (max-width: 600px){

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

 #rsform_5_page_0 .form-control {
	width: 100%;
}


.slider #carousel201 .carousel-inner img {
	height: auto;
}

.form_ipu_history td {
	display: block;
}

.blog.counter .leading-0, .blog.counter .leading-1 {
	width: 100%;
	float: none;
	max-width: 350px;
	margin: 0 auto 20px;
}

.blog.counter .pull-left.item-image img {
	width: 65px;
	height: 65px;
}

.btn.btn-success.btn-poll-result {
	display: block;
	margin-left: 0;
}

#rsform_10_page_0 .col-sm-3 {
	width: 45%;
}
#rsform_10_page_0 .col-sm-9 {
	width: 55%;
}

.footer-two {
	width: 100%;
}

.footer-three {
	display:none;
}

.footer #informer {
	min-height: auto;
	margin-bottom: 20px;
	max-width: 300px;
}

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

}

@media (max-width: 524px){
.moduser div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1, 
.moduser div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1.parent {
	margin-left: 0;
}

.moduser div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1 > a, 
.moduser div#maximenuck152.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
	padding-top: 13px;
	padding-bottom: 13px;
}



}


@media (max-width: 479px) {

.logo {
	width: 17%;
}

.company-name {
	width: 66%;
	padding-right: 0;
}

.company h3 {
	font-size: 20px;
}

.blog .pull-left.item-image {
	border: none;
	margin: 0 0 10px 0;
	float: none !important;
}

.mmenu {
	width: 20%;
	right: 2px;
	position: absolute;
}

.mod_news h3 {
	border: 3px solid #FFE229;
	padding: 8px;
	margin-bottom: 9px;
}

.category-desc img {
	float: none;
	margin-right: 0;
	margin-bottom: 14px;
}


#rsform_10_page_0 .col-sm-3 {
	width: 60%;
}
#rsform_10_page_0 .col-sm-9 {
	width: 40%;
}

#kope {
	max-width: 90px;
}

#carousel201 .carousel-control {
	display: none !important;
}

#carousel201 .carousel-inner img {
	height: auto !important;
}

.copyright {
	line-height: 135%;
}

.footer-three {
	display: none;
}

.footer-two {
	width: 100%;
	margin-bottom: 14px;
	text-align: center;
}

}


@media (max-width: 450px) {





}


@media (max-width: 440px) {




}


@media (max-width: 380px) {

.logo {
	width: 100%;
	padding: 0 15px;
}

.custom_logo {
	padding: 15px 12px 0 12px;
	text-align: center;
}

.custom_logo a img {
	height: auto;
	width: 70px;
}

.company-name {
	width: 100%;
	padding-right: 15px;
	padding-top: 5px;
}

.company {
	padding: 0 12px;
	text-align: center;
}

.company h3 {
	font-size: 23px;
}

.adress {
	font-size: 13px;
	background: url(../images/map.png) no-repeat 8px 1px;
	padding-left: 26px;
	padding-right: 12px;
}

.item-pagehome h1 {
	font-size: 19px;
}



}


@media (max-width: 360px) {



}


@media (max-width: 340px) {

#rsform_10_page_0 .form-group .form-control {
	width: 100%;
}


}




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