/*
Theme Name: Kipios
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="button" i], input[type="submit" i], input[type="reset" i] {
	outline:0;
}

/*    №№№№№№№№№№№№№№№№№№№№№№№№№№№№     OLD ############################### */

/*
Theme Name: Kipios
*/


/*Style Kipios*/
html, body {
	height: 100%;
}

body {
	font-family: museosanscyrl-300;
	font-size:12px;
	background: white;
	min-width: 990px;
}

.clear {
	clear:both;
	width:100%;
	height:0px;
	margin:0px;
	padding:0px;
}

a {
	color: #3b94ea;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ol {
	list-style-type: decimal;
	margin:0 0 0 20px;
}
ol li {
	margin:0 0 10px 0;
}


/*Global box*/
#wrap {
	max-width:1390px;
	background: #fbfbfb;
	-webkit-box-shadow:  0px 0px 4px 1px #cccccc;
     box-shadow:  0px 0px 4px 1px #cccccc;
	 margin:auto;
	 border-bottom:1px solid #e2e1e1;
	 border-left:1px solid #e2e1e1;
 	 border-right:1px solid #e2e1e1;
}

/*Header*/
#header {
	background:url(../../../wp-content/themes/kipios/img/header_bg.png) repeat-x top;
	float:left;
	width:100%;
	min-height:170px;
}
.header_inner {
	background:url(../../../wp-content/themes/kipios/img/header_bg_left.png) no-repeat left top;
	float:left;
	width:100%;
	min-height:170px;
	color: #fff;
}
.header_left {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header_left ul, .header_left ul li, .header_left ul a {
	float: left;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.header_left ul {
	margin:7px 0 0 5px;
}
.header_left ul a {
	padding: 6px 15px 5px 4px;
}
.header_left ul a:hover, .header_left ul a.header_active  {
	/*
	background: #2284e2;
	border-top: 1px solid #1c61a5;
	border-bottom: 1px solid #055eb9;
	border-left: 1px solid #145a9c;
	border-right: 1px solid #1d77cc;
	-webkit-box-shadow: inset 1px 1px 5px 2px #1c60a3;
    box-shadow: inset 1px 1px 5px 2px #1c60a3;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	*/
	color: #000;
}
.header_left ul li {
	margin:0 5px 0 0px;
}

.header_right {
	float:right;
	padding:5px 5px 0 0;
}

.header_right ul {
	float:right;
}
.header_right ul li {
	float:left;
}
.search_input {
	float:left;
	background: #fff;
	border:none;
	color: #565758;
	padding-left:10px;
	padding-right:10px;
	width:155px;
	height:26px;
	line-height:26px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
}
.search_button {
	background:url(../../../wp-content/themes/kipios/img/menu1.png) repeat-x;
	height:28px;
	border:1px solid #fff255;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #865007;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding:5px 11px 5px 11px;
	float:left;
	margin:0 0 0 3px;
	cursor:pointer;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.search_button:hover {
	color: #6c4004;
}

.link_mail {
	background:url(../../../wp-content/themes/kipios/img/menu1.png) repeat-x;
	height:26px;
	border:1px solid #fff255;
	float:left;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	margin:0 0 0 7px;
}
.link_mail:hover span {
	color: #6c4004;
}
.lmail_ico {
	float:left;
	background:url(../../../wp-content/themes/kipios/img/ico_01.png) no-repeat;
	width:25px;
	height:20px;
	margin:3px 6px 0 8px;
}
.lemail_title {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #865007;
	padding:7px 7px 0 0;
}

.slogan {
	background:url(../../../wp-content/themes/kipios/img/slogan.png) no-repeat;
	width:1390px;
	height:45px;
	float:left;
	margin:35px 0 0 0;
}

/*Content*/
.top_navigation {
	float:left;
	max-width:1360px;
	margin:15px 0 0 20px;
}

.nav_col {
	float:left;
	width:410px;
}

.ncatalog_title {
	font-family:museosanscyrl-300;
	font-size:28px;
	color: #0767c9;
	padding:0 0 3px 0px;
	display:block;
	margin-left:-2px;
}
.nav_col ul {
	float:left;
	margin:8px 0 10px 10px;
}
.nav_col ul li {
	float:left;
	width:195px;
	margin-bottom:2px;
}
.nav_col ul li a {
	text-decoration:none;
	color: #000;
	line-height:18px;
}
.nav_col ul li a:hover {
	color: #0767c9;
}
.nav_col2  {
	width:530px;
}
.nav_col2 ul li {
	width:160px;
	float:left;
}
.nav_col3 ul li {
	width:300px;
}

.top_contacts {
	background:url(../../../wp-content/themes/kipios/images/contacts_line.jpg) no-repeat;
	width:1390px;
	height:94px;
	float:left;
	margin-left:-1px;
	border-bottom:1px solid #fff;

}
.tcont_item {
	float:left;
	margin:0 0 0 25px;
}
.tcont_item span {
	display:block;
	font-family:museosanscyrl-300;
	font-size:16px;
	margin: 8px 0 8px 0;
	font-weight:bold;
}
.tcont_item ul {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 25px 0 0;
}
.tcont_item ul img {
	margin:0 4px 0 0;
}
.tcont_item ul li {
	margin:0 0 6px 0;
}

.tcont_item3 {
	float:right;
	padding:8px 29px 0 0;
	width:651px;
}
.tcont_item3 span {
	display:block;
	font-family:museosanscyrl-300;
	font-size:16px;
	padding-bottom:8px;
}

.tcont_item3 small {
	color: #7c7c7d;
	font-size:12px;
	display:block;
	float:left;
	padding:4px 0 0 0;
}

#background {
  left: 0;
  top: 0;
  position: fixed;
  background: #000;
  opacity: 0.7;
  z-index: 99999;
  display: none;
  height: 100%;
  width: 100%;
}

.ngg-navigation a {
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	zoom:1;
	margin:0 5px 0 5px;
}
.ngg-navigation span {
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	zoom:1;
	margin:0 5px 0 5px;
}

#modal_window {
  display: none;
  z-index: 9999999;
  border: 1px solid #61aefb;
  background: url(../../../wp-content/themes/kipios/img/popup_bg.png) repeat-x;
  border-radius: 10px;
  min-height: 115px;
  width: 473px;
}
.close {
	float:right;
	background: url(../../../wp-content/themes/kipios/img/close.png) no-repeat;
	width:24px;
	height:24px;
	margin:-10px -12px 0 0px;
}
.modal_window_inner {
	padding:0 0 0 16px;
}
.window_input {
	background: #fff;
	border:1px solid #147bd9;
	width:420px;
	height:45px;
	line-height:45px;
	font-size:28px;
	color: #363535;
	padding:0 10px 0 10px;
}
.modal_window_inner small {
	color: #eae8e8;
	font-size:12px;
	float:left;
	padding:18px 0 0 0;

}
.form_button {
	background:url(../../../wp-content/themes/kipios/img/menu1.png) repeat-x;
	height:28px;
	border:1px solid #fff255;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #865007;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding:5px 11px 5px 11px;
	float:left;
	margin:0 0 0 3px;
	cursor:pointer;
}
.form_button:hover {
	color: #6c4004;
}
.modal_window_inner .form_button {
	float:right;
	margin:8px 16px 0 0;
}


/*Content*/
.content_item {
	float:left;
	width:100%;
	padding:5px 0 30px 0;
}
.index_left {
	float:left;
	width:50%;
}
.index_right {
	float:right;
	width:50%;
}

.title_items {
	float:left;
	width:100%;
}
.lineblue {
	border-bottom:1px solid #0f66be;
}
.title_items_left {
	color: #fff;
	font-size:22px;
    font-family: 'museosanscyrl-300';
	background:url(../../../wp-content/themes/kipios/img/color_title.png) repeat-x;
	float:left;
	padding:4px 15px 9px 15px;
	height:18px;
}
.narchive, .awards {
	float:right;
	color: #000;
	background:url(../../../wp-content/themes/kipios/img/ico_news.png) no-repeat left;
	text-decoration:none;
	height:16px;
	padding:0 15px 0 20px;
	margin:10px 0 0 0;
}
.narchive:hover, .awards:hover {
	color: #0f66be;
}
.awards {
	background:url(../../../wp-content/themes/kipios/img/ico_awards.png) no-repeat;
}

.green {
	border-bottom:1px solid #3c7609;
}
.title_green {
	background:url(../../../wp-content/themes/kipios/img/color_title2.png) repeat-x;
}

.index_item_inner {
	padding:15px 14px 0 14px;
}
.index_item_inner {
	line-height:16px;
}
.index_item_inner p {
	text-indent:15px;
	line-height:16px;
	margin:0 0 10px 0;
}

.index_news {
	width:100%;

}
.index_news li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	width:49%;
	height:95px;
	overflow:hidden;
	margin-bottom:15px;
}
.news_date {
	color: #000;
	font-style:italic;
	font-size:11px;
	text-align:center;
	background: #f0ecec;
	width:96px;
	margin:0 5px 4px 0;
}
.index_news_title {
	font-size:14px;
}
.bottom_navigation_inner {
	padding:0 0 0 20px;
}
.index_news p {
	text-indent:0px!important;

}

/*Inner*/
.content_item_inner {
	padding-top:25px;
	padding-left:13px;
	padding-right:13px;

}

.content_item_inner_left {
	float:left;
	width:1130px;
	line-height:16px;
}
.content_item_inner_right {
	float:right;
	width:211px;
}
.right_title {
	font-size:22px;
    font-family: 'museosanscyrl-300';
}
.infnav {
	margin:15px 0 0 0;
}
.infnav li {
	margin-bottom:8px;
}

.bunner_right {
	margin:25px 0 0 0;

}
.bunner_right a {
	display:block;
	margin-bottom:10px;
}

.tax {
	float:left;
	font-size:11px;
	margin:0 0 15px 0;
}
.tax li {
	float: left;
}


.simple_text {
	background: #f8fcc0;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	float:left;
	font-style:italic;
	line-height:17px;
	max-width:650px;
	padding:10px;
	margin:30px 0 0 0;
}
.simple_text a {
	color: #000;
	text-decoration:underline;
}
.simple_text a:hover {
	text-decoration:none;
}

.social_s {
	margin:10px 0 0 0;
}
.social_s, .social_s li {
	float:left;
	font-size:12px;
	font-weight:bold;
	background:none!important;
}


.social_items {
	margin:-3px 0 0 10px;
}

.inner_text img {
	margin:10px;
	border:1px solid #edede9;
	padding:3px;
}

.form_seacrh {
	text-align:center;
	width:100%;
    max-width: 960px;
    margin: auto;
}
.form_seacrh button{    margin-top: 51px;
    margin-left: 10px;}
.searh_input {
    margin-top: 45px;
    width: 80%;
    height: 30px;
    background: url(../../../wp-content/themes/kipios/img/sbg.png) repeat-x top;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.search_result {
	width:97%;
	margin:20px 0 20px 0;
}
.search_result tr td {
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #d5d3d3;
	border-top:1px solid #d5d3d3;
}

.search_result tr:nth-child(odd) {
   background-color: #eae6e6;
}

.contacts_item {
	position:absolute;
	z-index: 5;
}
.contacts_item_inner {
    background: rgba(255, 255, 255, 0.72);
    padding: 10px;
    margin: 130px 0 0 130px;
    width: 280px;
    border-radius: 5px;
}

.cont_title {
	font-size:24px;
	font-family: 'museosanscyrl-300';
	display:block;
	margin-bottom:10px;
	width:280px;
}
.input {
	background:url(../../../wp-content/themes/kipios/img/sbg.png) #f7f9fa repeat-x;
	height:33px;
	line-height:33px;
	width:258px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	border:1px solid #e4e4e4;
	margin:0 0 10px 0;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}
.cont_title2 {
	margin-bottom:15px;
}
.ctextarea {
	background:url(../../../wp-content/themes/kipios/img/sbg.png) #f7f9fa repeat-x;
	width:272px;
	height:80px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	padding:5px 0 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e4e4e4;
	resize: vertical;
	float:left;
}
.contfbutton {
	float:right;
	margin-top:10px!important;
}


.content_item_inner_left p {
	line-height: 16px;
	margin: 0 0 10px 0;
    text-indent: 15px;
}
.content_item_inner_left ul {
	display: table; list-style-position: outside; margin: 20px 0px 15px 10px; padding-left: 0px;
}
.content_item_inner_left ul li {
	background:url(../../../wp-content/themes/kipios/img/li.png) left no-repeat; padding-left: 15px; margin:0 0 5px 0;
}

.content_item_inner_left ul.news_inner li {
	padding-left:0px;
}


.catalog_item_text h2, .catalog_item_text h1 {
	font-size:22px;
	text-align:center;
	margin-bottom:18px;
}

.catalog_items_inner {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
    background: white;
    border: 1px solid #f3f3f3;
	width:208px;
	height:160px;
	text-align:center;
	margin:5px 5px 5px 5px;
}
.catalog_items_inner img {
	border:0px;
	padding:0px;
	margin:6px 0 0 0;
}


.section {
	width: 100%;
	float:left;
	padding-top:0px;
}
ul.tabs {

}
.tabs li {
	float: left;
	display: inline;
	font-size:24px;
	font-family: 'museosanscyrl-300';
	color: #3e790a;
	cursor: pointer;
	position: relative;
	margin:10px 20px 10px 0px!important;
	border-bottom:1px dotted #3e790a;
	padding-bottom:10px;
	background:none!important;
	padding-left:0px!important;

}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #F70;
}
.tabs li.current {
	color: #444;
	border-bottom:1px dotted #444;
}
.active {
	color: #3B94EA!important;
}
.box {
	display: none;
}
.box.visible {
	display: block;
}

.nav_col4 {
	width:700px;
}


.nav_col4 ul li {
	float:left;
}
.tab_360 {
	width:100%;
	float:left;
	padding:0 0 30px 0;

}

.contacts_item_inner p {
	text-indent:0px;
}

.logo_link {
	position:absolute;
	width:290px;
	height:30px;
	margin:38px 0 0 100px;
}

/*Footer*/
#footer {
	float:left;
	width:100%;
}
.bottom_navigation {
	background: #f8f7f7;
	border-top:1px solid #ece9e9;
	width:100%;
	padding:10px 0 5px 0;
}

.contacts_bottom_item {
	position:absolute;
	z-index: 999;
	margin:80px 0 0 60px;
}
.contacts_bottom_item_inner {
	padding:10px 0px 10px 0px;
	background: url(../../../wp-content/themes/kipios/img/pix.png) repeat;

	float:left;
}
.footer_left {
	float:left;
	font-size:11px;
	padding:17px 0 6px 5px;;
}
.footer_right {
	float:right;
	font-size:11px;
	padding:7px 5px 6px 0px;;
}

.nav_col ul {
	margin:0px!important;
}
.nav_col li {
		background:none!important;
}

.input-error {
	border:1px solid #d53e44;
}

.subpages-table {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.kwayy-html-sitemap-post-list ul li {
	background: none;
}
.content_item_inner_left ul {
	margin: 10px 0 15px 10px;
}
.pagination li {
	background: none!important;
	padding: 0!important;
}










/*    №№№№№№№№№№№№№№№№№№№№№№№№№№№№     NEW    ############################### */

@font-face {
  font-family: 'museosanscyrl-100';
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-100.eot');
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-100.woff') format('woff'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-100.ttf') format('truetype'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-100.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museosanscyrl-300';
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-300.eot');
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-300.woff') format('woff'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-300.ttf') format('truetype'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-300.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museosanscyrl-500';
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-500.eot');
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-500.woff') format('woff'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-500.ttf') format('truetype'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-500.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museosanscyrl-700';
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-700.eot');
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-700.woff') format('woff'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-700.ttf') format('truetype'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-700.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museosanscyrl-900';
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-900.eot');
  src: url('../../../wp-content/themes/kipios/fonts/museosanscyrl-900.woff') format('woff'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-900.ttf') format('truetype'),
       url('../../../wp-content/themes/kipios/fonts/museosanscyrl-900.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



.hide, .close {
	display: none;
}
.show, .open{
	display: block;
}
h2{font-size:24px;}
h3{
    font-size: 18px;
    padding: 15px 0 5px;
    font-weight: 800;
    font-family: museosanscyrl-300;
	}
h4{font-size:16px;}

h1, .h1, .page_title{
    font-family: museosanscyrl-900;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
    color: #191919;

    border-bottom: solid 1px #E5E5E5;
    background-color: #F7F7F7;
    padding: 32px 0px;
}

.page_title h1{
    padding: 0 10px;
    border: 0;
    max-width: 960px;
    margin: auto;
}


.head1, .catalog_item_text h1, .catalog_local_header h1{
    font-family: museosanscyrl-500;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    background: transparent;
    display: flex;
    width: 620px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.head1:before,.head1:after,.catalog_item_text h1:before,.catalog_item_text h1:after, 
.catalog_local_header h1:before,.catalog_local_header h1:after
{
    display: flex;
    flex-shrink: 0;
    content: "";
    flex-basis: 80px;
    height: 4px;
    background: #ff7600;
}

body{
	width:100%;
	min-width:960px;
	font-family: museosanscyrl-500;
	font-size:16px;
	}

p{
	font-family: museosanscyrl-300;
	font-size:15px;
}	

/*  ###############    HEADER      ###################   */

.header-menu-warp{
	border-style: solid;
    border-color: #D8D8D8;
    background-color: #FFFFFF;
    border-width: 0px 0px 1px;
    width:100%;
	}
.header-menu-outer{
	height: 45px;
	width:960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.main-menu{
	    padding-left: 10px;
}
.main-menu li{
    display: inline;
    font-family: museosanscyrl-300;
    font-size: 15px;
    margin-right: 19px;
}
.main-menu li a{
    text-decoration: none;
    color: #666;	
    transition: color .2s;
}
.main-menu li a:hover{
	color:black;
	transition: color .2s;
}
.header-search{
	
}
.header-search-input{
    width: 156px;
    height: 32px;
    min-height: 19px;
    color: #B2B2B2;
    padding: 6px 6px 6px 11px;
    outline: 0;
    border: solid 2px rgb(229, 229, 229);
    box-sizing: border-box;
}
.header-search-input:focus{
	    outline: 0;
    border: solid 2px #ec6117;
    transition: border 0.3s;
}

.header-search-submit{
    width: 80px;
    height: 35px;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background: -webkit-gradient(linear, center top, center bottom, from(#FF6B1C),color-stop(100%, #E55919));
    background: -webkit-linear-gradient(top,#FF6B1C ,#E55919 100%);
    background: linear-gradient(to bottom,#FF6B1C ,#E55919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF6B1C, endColorstr=#FFE55919, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6B1C', endColorstr='#FFE55919', GradientType=0)";
    border-style: solid;
    border-color: #CC4F16;
    text-align: center;
    font-family: museosanscyrl-700;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;

    border-width: 0px 0px 3px;
        position: relative;
    top: -1px;	
}
.header-search-submit:hover{
	    background: -webkit-gradient(linear, center top, center bottom, from(#E55919),color-stop(100%, #E55919));
    background: -webkit-linear-gradient(top,#E55919 ,#E55919 100%);
    background: linear-gradient(to bottom,#E55919 ,#E55919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE55919, endColorstr=#FFE55919, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE55919', endColorstr='#FFE55919', GradientType=0)";
}
.header-contact-warp{
    box-shadow: 0px 7px 15px rgba(0,0,0,0.27);
    background-color: #191919;
    background-color: rgba(0,0,0,0.9);
    padding-bottom: 4px;
    width: 100%;
    z-index: 111;
    position: relative;	
}
.header-contact-outer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    min-height: 101px;
    width:960px;
	margin: auto;
	color:white;
}
.header-contact-outer a{
	color:white;
}
.logo{
	padding-right: 10px;
}
.nav-button{
    align-self: stretch;
    display: flex;
    flex-basis: 333px;

}
.nav-button li{
padding-top: 24px;
}
.nav-button li a{
    display: flex;	
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
		cursor:pointer;
}
.nav-button-img{
	
}

.nav-header{
    white-space: nowrap;
    padding: 0 10px;
    font-size: 19px;
    font-family: museosanscyrl-700;
    font-weight: 900;	
}
.nav-button:hover .nav-outer{
	transition: opacity .3s ease 0.15s;
	visibility: visible;
    opacity: 1;
}
.nav-outer{
	top:106px;
	display:flex;
	justify-content: space-around;
	position: absolute;
	transition: all .3s ease 0.15s;
	visibility: hidden;
    opacity: 0;
	left:0;
    width: 942px;
    min-height: 350px;
	padding-bottom:40px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1), 0px 0px 10px rgba(0,0,0,0.1);
    border-color: #999999;
    background-color: #FFFFFF;
    z-index: 999;
    margin-left:10px;
}

@media screen and (min-width: 940px) {.nav-outer{margin-left: calc((100% - 940px) / 2);}}
.nav-block{
    padding-top: 15px !important;
text-align: center;
	}
.nav-block a{color: #191919; display: inline-block !important;
}
.nav-block-menu a:before{
	content:"-"
}
.nav-block-header{
    font-family: museosanscyrl-500;
    font-size: 25px;	
}
.nav-block-menu {}
.nav-block-menu li{
padding-top: 15px;
    font-size: 17px;
    font-family: museosanscyrl-300;	
}
.nav-block-menu a{
	
}

.header-phone-outer, .header-time-outer{
    display: flex;
    flex-direction: column;	
    justify-content: space-around;
    font-size: 17px;
    line-height: 20px;	
}
.header-phone-outer{align-items: flex-start;}
.header-phone{
font-size: 17px;
font-family: museosanscyrl-300;	
}
.header-phone.ico-mail a{
text-decoration: none;	
}

.header-phone--underline{
    position: relative;
    top: 5px;
}
.header-phone--underline a{
	text-decoration: underline;
}
.header-phone--underline a:hover{
	text-decoration: none;
}
.header-time-outer{ align-items: flex-end;}
.header-time{
font-size: 17px;
font-family: museosanscyrl-300;		
}
.header-time--bold{
font-size: 17px;
font-family: museosanscyrl-100;	
font-weight:600;	
}
.header-time--underline{
    position: relative;
    top: 5px;	
}
.header-time--underline a{
	text-decoration: underline;
}
.header-time--underline a:hover{
	text-decoration: none;
}


.ico-phone:before,
.ico-velcom:before,
.ico-mail:before,
.ico-phone--black:before,
.ico-mail--black:before,
.ico-skype:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 3px 0 0px -33px;
}
.ico-phone:before{
    background: url(../../../wp-content/themes/kipios/img/tel.png) no-repeat;
}
.ico-velcom:before{
    background: url(../../../wp-content/themes/kipios/img/velcom.png) no-repeat;

}
.ico-mail:before{
    background: url(../../../wp-content/themes/kipios/img/email.png) no-repeat;

}
.ico-quest:after{
    display: inline-block;
    position: relative;
    content: "";
    background: url(../../../wp-content/themes/kipios/img/question.png) no-repeat;
    top: 6px;
    margin-left: 9px;
    width: 22px;
    height: 22px;	
}
.ico-phone--black:before{
    background: url(../../../wp-content/themes/kipios/img/tel2.png) no-repeat;	
}
.ico-mail--black:before{
    background: url(../../../wp-content/themes/kipios/img/email2.png) no-repeat;	
}
.ico-skype:before{
    background: url(../../../wp-content/themes/kipios/img/skype-logo.png) no-repeat;	
}
.breadcrumb-outer{
    width: 100%;
    z-index: 6;
    min-height: 30px;
    border-style: solid;
    border-color: #E5E5E5;
    background-color: #F9F9F9;
    border-width: 0px 0px 1px;
}
.breadcrumbs{
    width: 960px;
    margin: auto;	
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs li:after{
	padding-left: 5px;
	content:"/"
	}
.breadcrumbs li:last-child:after{
	content:"";
}
.breadcrumbs li{margin-top: 7px;}
.breadcrumbs li, .breadcrumbs li a{
    font-family: museosanscyrl-300;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    color: #636363;
}
.breadcrumbs li a:hover{
	color:black;
}

/* ############       CONTENT         #############   */

content{
    min-height: 250px;
    display: block;
  
}

.main-gallery-outer{
    width: 960px;
    margin: auto;
    margin-top: 40px;	
}
.main-banner-outer{
	width: 960px;
    margin: auto;
    margin-top: 15px;	
}

#slider-1 {overflow:hidden; height:395px; width:960px;margin:auto;}
#slider-1 .slider_item {float:left; width:277px; min-width:100px;}
#slider-1 .slider_item a {
	float:left;
	margin:0px 0px 1px 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: url(../../../wp-content/themes/kipios/img/slider_line_bd_bur.gif) repeat-x!important;
	height:7px!important;
	margin-top:4px!important;
	cursor: w-resize!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background:url(../../../wp-content/themes/kipios/img/slider_line_bd.gif) repeat-x!important;
}

.slider_title {
    position: relative;
    z-index: 99;
    top: 213px;
    width: 960px;
    margin: auto;
    text-align: right;
}
.slider_tar {
    display: inline-block;
    position: relative;
    background: url(../../../wp-content/themes/kipios/img/slider_title_bg_ar.png) no-repeat;
    width: 22px;
    height: 42px;
    left: 4px;
}
.slider_ttext {
    background: url(../../../wp-content/themes/kipios/img/slider_title_bg.png) repeat-x;
    width: 390px;
    text-align: center;
    height: 42px;
    overflow: hidden;
    display: inline-block;
}
.slider_ttext_item {
	color: #fff;
	font-size:24px;
	font-family:museosanscyrl-300;
	text-align:center;
	padding:8px 15px 0 10px;
}
.slider_ttext_item a {
	color: #fff;
}
.slider_item a {
	color: #000;
}
.slider_item a span {
	position:absolute;
	margin:90px 0 0 0px;
	background: #fff;
	padding:3px;
	max-width:200px;
	z-index:9999;
	display:none;
	cursor:pointer;
	font-size:13px;
	line-height:18px;

}
.slider_item a:hover img {
	opacity:0.6;

}
.slider_item a:hover span {
	display:block;
}

.bunner {
	float:left;
	width:100%;
	padding:10px 0 15px 0;
}
.bunner a.bbig {
	float:left;
	width:50%;
}
.bunner a.bsmall {
	float:left;
	width:25%;
}


.winter-prices {
	background:url(../../../wp-content/themes/kipios/images/banner.jpg) no-repeat;
    width: 960px;
    height: 123px;
    margin: auto;
	background-size: cover;
}


.news_inner {
	display:block;
	width:960px;
	margin:auto;
	padding:15px;
padding-top: 40px;
}
.news_inner li {
	width:49%;
	height:160px;
	overflow:hidden;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	margin-bottom:15px;
	background:none!important;
}
.news_img {
	float:left;
	background:url(../../../wp-content/themes/kipios/img/news_frame.png) no-repeat;
	width:208px;
	height:160px;
	margin:0 10px 0 0;
}
.news_img img {
	margin:8px 0 0 8px;
}
.ndate {
	font-size:11px;
	color: #969595;
	font-style:italic;
	display:block;
	padding:4px 0 5px 0;
}
.news_inner li .news_title {
	font-size:16px;
}
.news_inner li p {
	padding:4px 0 0 0;
}

.pagination {
	font-size:11px;
    text-align: center;
    padding: 15px 0;
}
.pagination li {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
}
.pagination li a {
	color: #000;
	background:url(../../../wp-content/themes/kipios/img/pagination.png) repeat-x;
	height:15px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	padding:0 5px 0px 5px;
	display:block;
	border:1px solid #febf53;
	line-height: 15px;
}
.pagination li a:hover, .pagination li a.pactive {
	text-decoration:none;
	-webkit-box-shadow: inset 1px 1px 2px 1px #666;
	box-shadow: inset 1px 1px 2px 1px #666;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}

.inner_text {
	display:block;
	margin:auto;
}


.awards_img {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    background: url(../../../wp-content/themes/kipios/img/frame.png) no-repeat;
    background-size: cover;
    width: 173px;
    padding-top: 76px;
    padding-left: 67px;
    padding-bottom: 112px;
    padding-right: 68px;
    height: auto;
    margin: 45px 15px 0 15px;
}
.awards_img img {
	padding:0px;
	border:none;
	margin: 0px;
	text-align:inherit;
}
.awards_item {
	text-align:center;
}
.awards_item p{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 960px;
    margin: auto;
}

.big_img, .big_img img {
	width:100%;
	float:left;
	padding:0px;
	border:none;
	margin:0px;
}


.kwayy-html-sitemap-wrapper{
display:block;
width:960px;
margin:auto;	
}

.kwayy-page-title{
	font-size:20px;
	margin:20px 0 15px 0;
}

.kwayy-page-list li{
	padding-bottom:5px;
}

.kwayy-page-list li ul {padding:10px;}
.kwayy-page-list li ul li ul{padding:10px;}
.kwayy-page-list li ul li ul li ul{ padding:10px;}
#ymaps1488904704149190394{margin-top:40px;}


.catalog_items {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;
	background:url(../../../wp-content/themes/kipios/img/frame2.png) no-repeat;
	width:253px;
	height:217px;
	text-align:center;
	color: #000;
	margin:0 10px 15px 10px;
}
.catalog_items img {
	padding:0px;
	border:none;
	margin-top:26px;
}
.catalog_items_title {
	background:url(../../../wp-content/themes/kipios/img/vline.png) repeat-y left #fff;
	font-size:14px;
	padding:10px 10px 10px 10px;
	margin:85px 0 0 20px;
	width:130px;
	float:left;
	text-align:right;
}
.catalog_items:hover span {
	color: #0767c9;
}
.catalog_item_title {
	position:absolute;
}

.catalog_item {
	display:block;
	width:960px;
	margin:auto;
	text-align:center;
	padding:10px 0 0 0;
	
}

.catalog_item_text {
	display:block;
	width:960px;
	margin:auto;
	padding:20px 0 0 0;
}
.catalog_item_text p {
	line-height: 16px;
	margin: 0 0 10px 0;
    text-indent: 15px;
}
.catalog_item_text ul {
display: table; list-style-position: outside; margin: 20px 0px 15px 10px; padding-left: 20px;
font-family: museosanscyrl-300;
list-style-type:disc;
}

.catalog_item_text ul li {
margin:0 0 5px 0;
}
.catalog_item_text ul li a{color:black;}
.catalog_item_text p span {
	line-height:20px;
}

.content-outer-div{width: 960px;
    margin: auto;
    min-height: 730px;
    padding-top: 45px;
	padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}
.content-outer-div p{
    padding-top: 10px;

}

#wpcf7-f159-p154-o1 .contfbutton {    width: 280px;}

.about-ul{    padding: 0 0 10px 20px;
    list-style-type: disc;
    font-family: museosanscyrl-300;}
.about-ul a{    color: black;}
.inner_text.fncbox {margin-top:0px;}
.ngg-clear{display:none;}
.catalog_our_products{
    width: 100%;
    padding: 25px 10px;
    max-width: 960px;
    margin: auto;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog_our_products li{    width: 33.3%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;}
.catalog_our_products li a{    color: black;
    font-size: 19px;
    line-height: 23px;
    margin-top: -3px;
    padding-left: 8px;
    font-family: museosanscyrl-300;}






























.partners-wraper{
	margin-top:40px;
    padding-top: 70px;
    padding-bottom: 120px;
    /* min-height: 887px; */
    box-shadow: 0px -10px 15px rgba(0,0,0,0.010000000000000002);
    background: -webkit-gradient(linear, left center, right center, from(rgba(0,0,0,0.1)),color-stop(26%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1) ,rgba(0,0,0,0) 26%);
    background: linear-gradient(to right,rgba(0,0,0,0.1) ,rgba(0,0,0,0) 26%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#00000000, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#00000000', GradientType=1)";
    border-style: solid;
    border-color: #E5E5E5;
    /* padding-bottom: 32px; */
    border-width: 1px 0px 0px;
    background-size: 100% auto;
}
.partners-outer{
	width:960px;
	margin: auto;
}
.partners-logo-gallery{
    width: 960px;
    margin: 40px auto 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.partners-logo-gallery img{
    height: auto;
    width: 120px;
    margin: 10px;
    box-sizing: border-box;
}
.partners-feed-gallery{
    width: 960px;
    margin: 70px auto 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;	
}
.partners-feed-gallery img{
    width: 220px;
    height: 300px;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: ease;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2), 0px 0px 20px rgba(0,0,0,0.2);
    border-width: 0px;
    border-color: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);	
}
.partners-feed-gallery img:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4), 0px 0px 20px rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* ###############  FOOTER     ###################### */
.partners-wraper + footer{margin-top:0;}

footer {

	    background: url(../../../wp-content/themes/kipios/img/img_0248.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.footer-content-outer{
    min-height: 550px;
    box-shadow: 0px -10px 15px rgba(0,0,0,0.16000000000000003);
    border-width: 0px;
    border-color: transparent;
    opacity: 1;
    background: #323232 url(../../../wp-content/themes/kipios/img/pattern.png) repeat center center;
    background-color: rgba(0,0,0,0.8);
    margin-bottom: -100px;
}

.footer-content-wraper{
    display: block;
    z-index: 99;
    width: 620px;
	min-height: 550px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
    border-style: solid;
    border-width: 2px;
    border-color: #E5E5E5;
    background-color: #F9F9F9;
    position: relative;
    margin: auto;
    top: -50px;	
}
.footer-content-header{
font-family: museosanscyrl-100;
    font-size: 23px;
    line-height: 28px;
    width: 100%;
    min-height: 129px;
    border-style: solid;
    border-color: #E5E5E5;
    background-color: #F2F2F2;
    text-align: center;
    color: #333333;
    border-width: 0px 0px 2px;
}
.footer-content-header span{
    font-size: 40px;
    line-height: 40px;
    font-family: museosanscyrl-900;
    padding-top: 30px;
    display: block;
}

.footer-feed{
	
}
.phonenumber{
    padding: 6px 6px 6px 11px;
    outline: 0;
    border: solid 2px rgb(229, 229, 229);
    box-sizing: border-box;
    width: 300px;
    height: 41px;
    display: block;
    margin: auto;
    color: #999999;
    letter-spacing: -1px;
    font-size: 19px;
    font-family: museosanscyrl-300;
    margin-top: 40px;
}
.phonenumber:focus{
	outline: 0;
    border: solid 2px #ec6117;
    transition: border 0.3s;
}

.wpcf7-submit{
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background: -webkit-gradient(linear, center top, center bottom, from(#FF6B1C),color-stop(100%, #E55919));
    background: -webkit-linear-gradient(top,#FF6B1C ,#E55919 100%);
    background: linear-gradient(to bottom,#FF6B1C ,#E55919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF6B1C, endColorstr=#FFE55919, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6B1C', endColorstr='#FFE55919', GradientType=0)";
    border-style: solid;
    border-color: #CC4F16;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 17px;
    color: #FFFFFF;
    border-width: 0px 0px 3px;
    padding-top: 5px;
    padding-bottom: 0px;
    min-height: 0px;
    width: 300px;
    height: 48px;
    display: block;
    margin: auto;
    font-family: museosanscyrl-500;
    font-weight: bold;
    margin-top: 15px;
}
.wpcf7-submit:hover{
	    background: -webkit-gradient(linear, center top, center bottom, from(#E55919),color-stop(100%, #E55919));
    background: -webkit-linear-gradient(top,#E55919 ,#E55919 100%);
    background: linear-gradient(to bottom,#E55919 ,#E55919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE55919, endColorstr=#FFE55919, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE55919', endColorstr='#FFE55919', GradientType=0)";
}


.footer-adress{
    margin-top: 40px;
    text-align: center;
    font-size: 21px;
    color: #333333;
    font-family: museosanscyrl-100;	
}
.footer-phone-outer{
    width: 500px;
    margin: auto;
    display: flex;	
    margin-top: 40px;
    margin-bottom: 55px;
    padding-left: 62px;
}
.phone-column{
    width: 50%;
    text-align: left;
    font-size: 20px;
    color: #333333;
    font-family: museosanscyrl-300;
}
.phone-column a{
	color: #333333;
	text-decoration: none;
}
.phone-column a:hover{
	text-decoration: underline;
}
.footer-phone{
    display: block;	
    margin-bottom: 15px;
}
.ico-phone--black{
	
}
.ico-mail--black{
	
}
.ico-skype{
	
}






.catalog_item_text{overflow: hidden; height: 450px;}

.item_text_more{
	display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: flex-end;
    font-size: 17px;
    height: 75px;
    width: 960px;
	color: #4C4C4C;
    font-family: museosanscyrl-300;
    text-decoration: underline;
    position: relative;
    margin: -75px auto 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(252,251,251,1) 71%, rgba(251,250,250,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(252,251,251,1) 71%,rgba(251,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(252,251,251,1) 71%,rgba(251,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfafa',GradientType=0 );
}		
.item_text_more:hover{text-decoration: none;}
.hidden{display:none;}

/*
playback timings (ms):
  captures_list: 0.476
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 27.917
  LoadShardBlock: 288.335 (3)
  PetaboxLoader3.datanode: 294.052 (4)
  load_resource: 160.735
  PetaboxLoader3.resolve: 94.623
*/