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

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

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

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


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

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

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




/* Common style */

body {
	background: #E9FAFF url(../images/bg.jpg) no-repeat center top;
	color: #0b0b0b;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 160%;
	margin: 0;
	border-top: 3px solid #FFE229;
}

.mainbg {
	background: #fff;
}

a {
	color: #0FA5B2;
	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: 'Montserrat', sans serif, Arial;
}

h1 {
	color: #0fa5b2;
	font-size: 20px;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEEEE;
}

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

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color:#0FA5B3;
}

h5 {
	color: #0FA5B3;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
}

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

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

#content {
	padding: 0 15px;
}

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

.home #cyb-main {
	padding-top: 30px;
}

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

p {
	margin: 0 0 15px;
}

.category-desc {
	padding: 8px 8px;
	background: #f9f9f9;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
}

.category-desc img {
	width: 120px;
	height: 86px;
	border: 1px solid #E1E1E1;
	padding: 3px;
	float: left;
	margin-right: 15px;
	object-fit: cover;
}

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


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

.blog .readmore .btn {
	background: #FFE32A;
	color: #313131;
	text-decoration: none;
	border-radius: 0;
	padding: 6px 16px;
}

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

.bl_category .category-desc img {
	width: 65px;
	height: 65px;
	border: none;
	padding: 0;
	float: none;
	margin-right: 0;
	/* object-fit: none; */
}

.bl_category .category-desc p {
	margin: 0;
}

.bl_category .category-desc {
	padding: 0;
	background: transparent;
	margin-bottom: 20px;
	border: none;
}

.bl_category .block-category {
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px 10px;
	background: #FBFBFB;
}

.bl_category .block-category .item-title {
	font-size: 17px;
	margin-bottom: 18px;
}

.pod_category .items-leading .page-header, .one_colum .items-leading .page-header {
	margin-bottom: 25px;
}

.one_colum .cat-children .col-md-6.col-xs-12.col-sm-12 {
	width: 100%;
	padding: 0;
}

.one_colum .block-category .item-title {
	font-size: 16px;
	margin-bottom: 25px;
}

.blog.bl_category.news .first .page-header.item-title a {
	color: #FF4032;
}

.blog.bl_category.news .block-category .item-title {
	min-height: 45px;
}

.blog.bl_category.news .block-category:hover, .bl_category .block-category:hover {
	filter: grayscale(100%);
}

.blog.bl_category.news .block-category a, .bl_category .block-category a {
	display:block;
	cursor:pointer;
}

.blog.no_fone .category-desc {
	padding: 0;
	background: transparent;
	margin-bottom: 20px;
	border: none;
}

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


/* Header */

.mmenu {
	display: none;
}

.head-top {
	min-height: 105px;
	padding: 5px 0 5px 0;
}

.head-top p {
	margin: 0;
}

.logo {
	padding-right: 0;
	width: 12%;
	padding-top: 7px;
}

.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-top {
	width: 38%;
	padding-right: 0;
}

.company {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #262626;
	margin-top: 10px;
}

.company-text {
	font-size: 16px;
	font-weight: 600;
	color: #525551;
	margin-top: 5px;
}

.adress {
	font-size: 13px;
	color: #6a6a6a;
	margin-top: 3px;
}

.adress img {
	margin-top: -5px;
	margin-right: 2px;
}

.phone-two,
.phone {
	color: #7e7e7e;
	font-size: 13px;
	text-align: right;
	position:relative;
}

.phone-two::before,
.phone::before {
	content: url(../images/phone.png);
	position: absolute;
	left: 35px;
	top: 25px;
}

.phone-number {
	font-size: 20px;
	font-weight: 600;
	color: #1b1b1b;
}

.phone-number span {
	color: #969696;
}

.time, .time-two {
	text-align: right;
	font-size: 13px;
	line-height: 140%;
	margin-top: 5px;
	color: #454545;
}

.custom.mail {
	text-align: right;
	margin-top: 20px;
}

.custom.lk {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 12px;
}

.custom.lk .vhod, .custom.lk .vhod2 {
	display: inline-block;
	margin-right: 9px;
}

.custom.lk p {
	margin: 0;
}

.regi {
	display: inline-block;
}

.custom.lk a {
	color: #fff;
	background: #0FA5B2;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: 600;
	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;	
}


/* / Header */

.slide {
	margin-bottom: 25px;
}


/* Menu */

body div[id^="maximenuck"] ul.maximenuck {
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: 600 !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 {
	font-weight: normal;
}

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



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

/* / Map */



/* Right-column */

.right-column {
	float: left;
	padding-left: 0;
}

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

div#maximenuck152 {
	position: relative;
}

.right-column .moduletable h3 {
	background: #0FA5B2;
	padding: 12px 12px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	border-top: 3px solid #FFE229;
	margin-top: 0;
}


/* / Right-column */



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

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

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

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

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

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

#submit_vopros {
	width: 240px;
	background: #0FA5B2;
	color: #fff;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 0;
	border: 1px solid #0FA5B2;
}

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

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


/* News-main */

.home .slider {
	margin-bottom: 30px;
}
.moduletable.mod_news .nspArt.nspCol2 {
	width: 50%;
}
.well.mod_news {
	margin: 40px 0 20px 0;
	padding: 0;
}

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

.mod_news h3 span {
	position: relative;
	background: #fff;
	border: 4px solid #FFE229;
	padding: 11px 12px 7px 12px;
}

.mod_news h3 span:after, .mod_news h3 span:before {
	top: 100%;
	left: 9%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mod_news h3 span:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
.mod_news h3 span:before {
	border-color: rgba(255, 226, 41, 0);
	border-top-color: #FFE229;
	border-width: 20px;
	margin-left: -20px;
}

.mod_news .nspArt h4.nspHeader {
	font-size: 15px;
	margin: 0;
	padding: 10px 0 15px 0;
	font-weight: normal;
	line-height: 150%;
}

.nspArt h4.nspHeader a {
	text-decoration: underline;
	color: #0FA5B2;
}

.nspArt h4.nspHeader a:hover, .nspArt h4.nspHeader a:focus, .nspArt h4.nspHeader a:active {
	text-decoration: none;
	color: #333333;
}

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

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

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

.mod_news .nspArt.nspCol4 {
	padding: 10px 7px 19px 7px;
	width: 50%;	
	float: left;
}

.readon-button {
	float: right;
	font-size: 14px;
	color: #4e4e4e;
}

.readon.fright {
	float: right;
	color: #0FA5B2;
}


/* Nsp */


/* Footer */
.footer {
	background: #2e2e2e;
	padding: 20px 0 20px 0;
	font-size: 14px;
	position: relative;
	z-index: 24;
	color: #ffffff;
	line-height: 150%;
	border-top: 4px solid #0FA5B2;
}

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

.footer a {
	color: #FFE229;
}

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

.footer-one {
	padding-left: 0;
}

.footer h3 {
	color: #fff;
}

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

.copyright {
	background: #242323;
	font-size: 12px;
	color: #959595;
	padding-top: 15px;
}

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

.copy {
	float: left;
}

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

.copy2 a {
	color: #929292;
}


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

.article-info.muted time {
	color: #7b7b7b;
	font-size: 12px;
	background: #EFEFEF;
	padding: 4px 10px;
}

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: #f9f9f9;
	/* min-height: 100px; */
	border-bottom: 1px solid #edededcc;
	border-top: 1px solid #edededcc;
	margin: 8px 0 20px 0;
}
#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;
}



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

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

.bottom-block {
	color: #909090;
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 145%;
	border: 3px solid #FFE229;
	padding: 0 13px;
	font-size: 13px;
}

.bottom-block img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
}

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

.bottom-block a:hover {
	color: #000;
	filter: hue-rotate(310deg);
	transition: all 0.15s ease 0s;
}

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

.bottom-block h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 150%;
	color: #010101;
	margin-bottom: 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: #0FA5B2;
	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-weight: 600;
	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;
	font-weight: 600;
	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;
}

.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-weight: 600;
	font-size: 22px;
	text-transform: none;
	padding-bottom: 15px;
	margin: 0 0 25px 0;
}

/* Buttons */

.controls.mt-20 {
	margin-top: 20px;
}
.btn:hover,
.btn {
	transition: background-color .4s;
}
.btn-primary {
	color: #fff;
	background-color: #67B437;
	border-color: #67B437;
	transition: background-color .4s;
	border-radius: 0;
	padding: 11px 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: 11px 17px;
	border-radius: 0;
}

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

/* 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: #0FA5B2;
	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: #0FA5B2;
	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 {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#summa {
	width: 100%;
}

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




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

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

.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 div#maximenuck146 .maximenuck.item101.level1 {
	display: none !important;
}

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

.moduletable.l_menu div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.moduletable.l_menu div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
	font-size: 14px;
}

.phone-number {
	font-size: 18px;
}

.phone::before, .phone-two::before {
	left: 0;
}

.company-text {
	font-size: 14px;
}

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

.company-top {
	width: 39%;
	padding-right: 0;
	padding-left: 6px;
}

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

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

}


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

.logo {
	padding-right: 15px;
	width: 16%;
}

#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) {

.topmenu {
	height: 0;
}

.mmenu {
	display: block;
}

#maximenuck146-mobilebarmaximenuck {
	display: none;
}

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

.moduletable.l_menu {
	display: none;
}

.link_block {
	display: none;
}

.box_caption {
	display: none;
}

.phone-time {
	display: none;
}

.time-two {
	display: none;
}

.phone-two::before {
	left: 0;
	top: 7px;
	right: 195px;
}

.phone-time-two {
	padding: 10px 15px 15px;
}

.company-top {
	padding-left: 0;
	width: 75%;
}

.footer-two {
	padding-left: 0;
}

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

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

.right-column {
	width: 100%;
}

.moduletable.mod_news_page .nspArt .readon.fright {
	float: none;
}

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

.readon-button {
	float: none;
}

.bl_category .block-category {
	margin-bottom: 20px;
}

.blog.bl_category.news .block-category .item-title {
	min-height: auto;
}

#content {
	padding: 0;
	margin-bottom: 24px;
}

.custom.mail {
	margin-top: 15px;
}

.custom.lk {
	margin-top: 0;
	margin-bottom: 0;
}

.blog.counter .leading-0, .blog.counter .leading-1 {
	padding: 26px 10px;
}

}


@media (max-width: 767px) {
.logo {
	padding-right: 15px;
	width: 18%;
}

.company-text {
	display: none;
}

.adress {
	margin-top: 8px;
}

.mod_news .nspArt.nspCol4 {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 14px;
}

.mod_news .nspArt.nspCol4:last-child {
	border-bottom: none;
}

.footer-three {
	padding-left: 0;
}

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

.company-top {
	width: 69%;
}

.company {
	font-size: 22px;
}

#content {
	padding: 0;
	margin-bottom: 24px;
}

.logo {
	padding-right: 7px;
	width: 21%;
}

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


}

@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) {

.mobilebarmaximenuck .mobilebuttonmaximenuck {
	position: relative;
}

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

.logo {
	width: 100%;
	text-align: center;
}

.company-top {
	width: 100%;
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
}

.adress {
	margin-top: 4px;
}

.phone-time-two {
	padding: 20px 15px 8px;
}


.mod_news h3 span:after, .mod_news h3 span:before {
	top: 100%;
	left: 9%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mod_news h3 span:after {
	border-width: 0;
	margin-left: 0;
}

.mod_news h3 span:before {
	border-width: 0;
	margin-left: 0;
}

.mod_news h3 span {
	position: relative;
	background: 0;
	border: 0;
	padding: 0;
}

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

}


@media (max-width: 450px) {





}


@media (max-width: 440px) {




}


@media (max-width: 400px) {




}


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