* , form {margin:0; padding:0;}
table, td, th { border:none; border-collapse:collapse; font-size:100%;}
a {color:#4b77b4; text-decoration:none;}
a:hover { text-decoration:underline;}
img {border:0px;}

	/* Internet Explorer*/
@font-face {
    font-family: OpenSansLight;
    src: local("OpenSansLight"), 
    url(../fonts/OpenSans-Light.eot); 
}

@font-face {
    font-family: OpenSans-Bold;
    src: local("OpenSans-Bold"), 
    url(../fonts/OpenSans-Bold.eot); 
}

@font-face {
    font-family: OpenSans-Italic;
    src: local("OpenSans-Italic"), 
    url(../fonts/OpenSans-Italic.eot); 
}

@font-face {
    font-family: OpenSansLight;
    src: local("OpenSansLight"), 
    url(../fonts/OpenSans-Light.ttf); 
}
@font-face {
font-family: OpenSansBold; src:url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
font-family: OpenSansReg; src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: OpenSansIt; src:url(../fonts/OpenSans-Italic.ttf);
}


body {
font-family: OpenSansLight, Arial, Helvetica, sans-serif !important;
font-size: 14px;
color:#838383;
margin: 0px !important;
padding: 0px !important;
 line-height: 1.35;
}

a:focus,button:focus,input:focus,textarea:focus {
outline: none;
}

#err {
    background: #fff url(/i/d/home_background.png) top left no-repeat;
}

#int {
    background: #fff url(/i/d/int_background.png) top left no-repeat;   
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

footer {
     position: absolute;
 bottom: 0;
 width: 100%;
}
/*
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
main {
  flex: 1;
  white-space: pre-line;
  -ms-flex-preferred-size: auto;
}
*/

#home .bg {
    background: url(/i/d/home_background.png) top center no-repeat;
    width: 100%;
    height: 2000px;
    position: absolute;
    z-index: 99;
}

.cont-int table {
    float: left;
    margin-bottom: 30px;
}
.navbar, .container, .content, .news-announ, .col-md-6, footer, .bottom-menu, .search_block  {
   z-index: 999999; 
}

.bottom-menu, footer {
    position: relative;
    z-index: 999999; 
}

hr {
    margin-top: 10px;
}

a img:hover {
    opacity: 0.8;
}

.both, .clear {
    clear: both;
}

/* ----------------------content--------------------------- */

#home .news-announ h3, .content h3 {
    color: #3f3f3f;
    font: normal 36px/32px OpenSansLight;
    background: url(/i/d/arrow-h3.png) left center no-repeat;
    padding-left: 25px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-left: 14px;
    z-index: 9999999;
    position: relative;
}

#home .news-announ .theme, .news-arhiv .theme, #int .news-announ .theme, .cod {
    color: #888888;
    font: 500 14px/20px OpenSansIt;
}
#home .news-announ span.date, .news-arhiv span.date, .news-int span.date, #int .news-announ span.date, .date {
    color: #3f3f3f;
    font: bold 12px/20px OpenSansIt;
    padding-right: 13px;
    letter-spacing: -1px;
}

#home .news-announ a.news_title {
    color: #7d9c8c;
    font: bold 16px/16px OpenSansLight;
    display: block;
}

#home .anouns-block {
     margin: 0 0 45px;
}
#home .news-announ .news_img {
    display: none;
}

#home .one-news {
    margin-right: 90px;
    max-width: 390px;
}
#home .one-news .news_img {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
#home .one-news .theme {
    display: none;
}
#home .news-announ .news .anouns {
    display: none;
}

 p{ padding: 0px !important;}  

.one-news .news-announ span.date {
    
}
.news-announ .sammer .anouns {
    display: block;
}

.news_img img {
    width: 100%;
    max-width: 390px;
    
}

#int .news-announ .news_img img, .news-arhiv .news_img img {
    width: 305px;
    float: left;

}

.news-announ div.news_img {
    min-height: 100px;
}
#home .one-news a.news_title {
    display: block;
    position: absolute;
    bottom: 0;
    background: url("/i/d/bg-news.png");
    padding: 17px 15px 20px;
    color: #fff;
    text-align: center;
    font: bold 17px/20px OpenSansLight;
}

#home .one-news a.news_title:hover {
    opacity: 0.8;
}

#int .news-announ {
    margin-top: -20px;
}

#int .news-announ .col-md-6 {
    width: 100%;
    padding: 0px;
}

#int .news-announ .news_img {
    min-height: 0px;
}

#int .news-announ h3 {
    display: none;
}

/* ----------------------footer--------------------------- */
.bottom-menu {
    background: #404041;
    padding: 35px 0 70px 0;
}

.line-title {
    background: #404041 url(/i/d/line-title.png) 15px bottom repeat-x;
    overflow: hidden;
    padding-bottom: 4px;
}

.line-title .one h3 {
    display: block;
    width: 170px;
}

.line-title .col-md-3 {
    padding-left: 0px;
}

.bottom-menu  h3 {
    color: #c9c9c9;
    font: normal 22px/22px OpenSansLight;
    display: block;
    margin-right: 15px;
}

.bottom-menu  h3:hover {
    text-decoration: none;
}

.bottom-menu a {
    color: #7d9c8c;
    font: normal 14px/15px OpenSansLight;
    
}
.bottom-menu p {
   padding-bottom: 4px; 
}
.copyrite {
    padding: 30px 0 45px;
}
.copy-gchs {
    text-align: left;
}
.copy-gchs p {
    font: normal 16px/18px OpenSansLight;
    color: #d9d9d9;
}
.copy-int {
    text-align: right;
}
.copy-gchs a {
    color: #7d9c8c;
    font: normal 13px OpenSansLight;
}
.copy-int p {
    color: #646464;
    font: normal 14px/8px OpenSansLight;
    text-align: right;
}
.copy-int a {
    color: #5c7266; 
}

.copy-int a:hover {
    color: #7d9c8c; 
}

.soc {
    text-align: center;
    margin-top: 10px;
}
.fc, .twit, .googl, .youtube  {
    background: url(/i/d/soc.png) no-repeat;
    width: 31px;
    height: 32px;
    display: inline-block;
    margin: 0 30px 0 auto;
    padding-right: 30px;
}

.twit {
    background: url(/i/d/soc.png) -32px 0 no-repeat;
}

.googl {
    background: url(/i/d/soc.png) -66px 0 no-repeat;
}
.youtube {
    background: url(/i/d/soc.png) -97px 0 no-repeat;
}

.fc:hover {
   background: url(/i/d/soc.png) 0 -34px no-repeat; 
}
.twit:hover {
   background: url(/i/d/soc.png) -32px -34px no-repeat; 
}
.googl:hover {
   background: url(/i/d/soc.png) -66px -34px no-repeat; 
}
.youtube:hover {
   background: url(/i/d/soc.png) -97px -34px no-repeat; 
}
.soc a:hover {
    cursor: pointer;
}

.search_block.col-md-6 {
    padding: 0;
}  

/* -------------------------------PAGE------------------------ */
.top {
	width:100%;
	height:60px;
	padding-top:2px;
}
#logo {
	float:left;
}

.phone img{
	vertical-align:baseline;
	padding-right:10px;
}
.content {
	padding-top:2px;
}
/* LEFT */
.column {
	float:left;
	width:176px;
	padding-right:2px;
}

.frm_search {
	padding-bottom:10px;
	background-color:#f6f6ee;
	margin-bottom:2px;
}
.frm_search .frm_group {
	padding:10px;

}
.frm_search select{
	margin-left:10px;
	width:104px;
	margin-right:-4px;
}
.frm_search label{
	display:block;
	font:85% Tahoma;
	line-height:1em;
	padding:10px 10px 1px 10px;
}

.frm_search .button{
	position:relative;
	top:3px;
	margin-left:10px;
}
.frm_search .text {
	width:100px;
	margin-left:10px;
}

.cat_list {
}
.cat_list a {
	display:block;
	margin-bottom:2px;
	padding:2px 5px 3px 20px;
	font-size:85%;
	line-height:1.3em;
	background:#f6f6ee url(../i/arr_b.gif) 8px 5px no-repeat;
	color:#4e4e4e;
}
.cat_list a.sel {
	font-weight:bold;
}
.cat_list a:hover, .cat_list a.cur {
	padding:1px 4px 2px 20px;
	border:1px solid #d1d1c9;
	background:#4e4e4e url(../i/arr_w.gif) 10px 5px no-repeat;
	color:#fff;
}


/* RIGHT */

.column_right {
	float:right;
	width:250px;
	font-size:88%;
}
.oh{
	overflow:hidden;
	width:100%;
}

h3 span{
	color:#4e4e4e;
}
h3 img{
	vertical-align:top;
	margin-right:5px;
}

.recl, .cat_cart {
	padding:5px;
	border:1px solid #cecece;
	margin-bottom:2px;
}
.recl a {
	text-decoration:underline;
	font-weight:bold;
	color:#008e8f;
}

.cat_cart {
	background-color:#f6f6ee;
}
.no_recl {
	padding:6px;
	padding-top:10px;
}
.warn {
	color:red;
	font-weight:bold;
}
a.arr {
	font-weight:bold;
	display:block;
	padding:1px 5px 3px 10px;
	background:url(../i/arr_b.gif) 0px 5px no-repeat;
	color:#4b77b4;
	text-decoration:underline;
}

/* CENTER */
.center {
	margin:0 252px 0 178px;
	z-index:-1;
}
.incenter {
	width:100%;
	float:left;
}

.center .no_recl {
	padding:10px 20px;
	background:#ebebeb url(../i/bg_recl_top.jpg) right top no-repeat;
}
.center .recl {
	padding:2px 0px;
	text-align:center;
	border:none;
	border-bottom:2px solid #CECECE;
	margin-bottom:2px;
}

/* MENU TOP */

#menu_top {
padding-bottom:2px;
margin-left:178px;
height:22px;

}
#menu_top, .menu_bot {
background-color:#4e4e4e;
color:#fff;
}
#menu_top a {
font:85% Tahoma;
color:#fff;
letter-spacing:1px;
}
#menu_top a:hover{
color:#fff;
}
#menu_top table {
	float:right;
	height:24px;
	margin-bottom:-2px;
	position:relative;
}
#menu_top table td {
	position:relative;
	padding:3px 5px 4px 6px;
}
#menu_top table td.current a{
	font-weight:bold;
}
#menu_top table td a{
	border-right:1px solid #fff;
	padding-right:10px;
	line-height:0.8em;
}
#menu_top table td a.last {
	border-right:none;
}

#menu_top table td table {
	position:absolute;
	display:none;
	width:200px;
	margin-left:-12px;
	margin-top:8px;
	border-collapse:collapse;
	z-index:100;
	margin-right:10px;
}
#menu_top table td table td{
	border:none;
	padding:0;
}
#menu_top table td table a, #menu_top table td.current table a {
	padding:0; margin:0;
	display:block;
	float:left;
	width:190px;
	line-height:1.3em;
	font-weight:normal;
	padding:1px 5px 3px;
	background-color:#4e4e4e;
	border:2px solid #f6f6ee;

}
#menu_top table td table a:hover{
	background-color:#f6f6ee;
	border:2px solid #4e4e4e;
	color:#4e4e4e;
}
#menu_top table td table a.current{
	font-weight:bold;
}
/* MENU LEFT */





/* MENU BOTTOM */

.menu_bot {
	font-size:90%;
	padding:2px 20px 3px;
}
.menu_bot a{
font:85% Tahoma;
color:#fff;
letter-spacing:1px;
height:18px;
line-height:1em;
padding:0 3px 0 4px;
text-transform:capitalize;
}


/* ELEMENTS */
p {
	margin:0 0 10px;
	line-height:1.25em;
}
img.left {
	margin:0 5px 5px 0;
	float:left;
}
img.right {
	margin:0 0 5px 5px;
	float:right;
}
p.bborder {
	padding-bottom:10px;
	border-bottom:1px solid #cecece;
}
p.bborder a{
	color:#4C4C4C;
	font-weight:bold;
	text-decoration:underline;
}

/* LISTS */
ul {
	list-style-type:none;
}
/*
ul li {
	line-height:1.2em;
	padding-left:14px;
	background:url(../i/arr_b.gif) 3px 4px no-repeat;
}
*/
/* FOOTER */


# p {
	float:left;
	margin-top:12px;
	padding-left:25px;
	font-size:85%;
}
#footer p a{
	font-weight:bold;
}
.counter {
	float:right;
	width:150px;
	margin-top:5px;
	padding-right:25px;
	text-align:right;
}


/* CATALOGUE */

ul.cat_prev {
	margin:10px 5px 0px;
}
ul.cat_prev li{
	float:left;
	width:45%;
	padding:13px;
	background:none;
	border-right:2px solid #cecece;
	border-bottom:2px solid #cecece;

}
ul.cat_prev li.odd{
	border-right:none;
}
ul.cat_prev li.last{
	border-bottom:none;
}

ul.cat_prev dl {
	height:120px;
}
ul.cat_prev dt {
	float:left;
	width:85px;
}
ul.cat_prev dd {
	margin:0pt 0pt 0pt 95px;
	font:88% Tahoma;
	line-height:1.3em;
}
ul.cat_prev dd strong{
	font-size:110%;
	line-height:1.6em;
}
ul.cat_prev dd a.buy{
	display:block;
	padding:10px 0 0 30px;
	background: url(../i/buy.gif) bottom left no-repeat;
	font:120% Arial;
	color:#4e4e4e;
	font-weight:bold;
}
#blckLoading {
    background:#FFF url(/i/admin/load.gif) no-repeat scroll 0% 50%;
    border:1px solid #0F4B8E; color:#0F4B8E; float:right; font-weight:bold; margin:0px; padding:3px 3px 3px 23px;
    filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity:0.99; opacity:0.99;
    position:fixed; right:10px; top:10px; width:220px; height:26px;
    position:expression("absolute");
    top:expression(parseInt(document.body.scrollTop + 10));
    z-index:101;
}
.hide {display:none;}

a,.tp-caption a.btn:hover {
	color: #67b0d1;
}


.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}


form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

.copyrite {
    background: #313131;
}

a,.tp-caption a.btn:hover {
	color: #67b0d1;
}

sup {color: #c26e71;}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

.btn-skin {
  color: #fff;
  background-color: #67b0d1;
  border-color: #67b0d1;
}



/*---- my-style ------*/

#ico-head {
    float: right;
    padding-top: 5px;
}
#ico-head a {
    margin-left: 20px;
}
#ico-head .ico-home {
    background: url(../i/d/ico-head.png);
    width: 13px;
    height: 13px;
    display: block;
    float: right; 
}
#ico-head .ico-home:hover {
    background: url(../i/d/ico-head.png) 0 -13px;
}
#ico-head .ico-email {
    background: url(../i/d/ico-head.png) -14px 0px;
    width: 13px;
    height: 12px;
    display: block;
    float: right;  
}
#ico-head .ico-email:hover {
    background: url(../i/d/ico-head.png) -14px -13px;
}

#ico-head .ico-star {
    background: url(../i/d/ico-head.png) -28px 0;
    width: 13px;
    height: 13px;
    display: block;
    float: right;  
}

#ico-head .ico-star:hover {
    background: url(../i/d/ico-head.png) -28px -13px;
}

#ico-head .ico-map {
    background: url(../i/d/ico-head.png) -42px 0;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: -2px;  
}

#ico-head .ico-map:hover {
    background: url(../i/d/ico-head.png) -42px -16px;
}
.line-head{
    background: #3f3f3f; 
    padding: 15px 0 10px;
    z-index: 99999999;
    position: relative;
}

.lang {
    float: left;
}

.line-head a {
    color: #fff;
    font-size: 13px;
    font-family: OpenSansLight;
    font-weight: 600;

}
.line-head a:hover {
    cursor: pointer;
}

.line-head a.active {
    color: #aeaeae;
}

.line-head a.en {
    padding-right: 40px;

}
input, .feedback-form textarea {
    border: 1px solid #b1b1b1;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 5px;
}

.feedback-form textarea {
   padding: 8px 7px; 
   width: 100%;
}

.feedback-form input {
    width: 100%;
}

button {
    background: #d4595d;
    border: 0px;
    color: #fff;
    font-size: 13px;
    padding: 9px 18px;
    font-weight: 600;
}

button:hover, .loginform-page.doc-pop a.ex:hover {
    background: #e97276;
    text-decoration: none;
}

.feedback-form button{
    float: right;
    margin-top: 30px;
}

#frmChangePsw {
    font-weight: bold;
}

#frmChangePsw input {
    margin-bottom: 10px;
    width: 30%;
}
button a {
    color: #fff;
}
.search_block {
    float: right;
    margin-top: 80px;
    z-index: 99999999;
    position: relative;
}
.search_block button {
    margin-left: 3px;
    float: right;
}
.search_block input {
    width: 252px;
    float: right;
}
.navbar-fixed-top {
    position: fixed;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-fixed-top.top-nav-collapse {
    position: fixed;
}

.navbar-fixed-top .line-menu {
    width: 100%;
}

.top-nav-collapse #logo img {
    width: 115%;
}

.navbar-custom {
    margin-top: -85px;
}
.collapse .container {
    background: #628673; 
}

.nook-menu {
    float: left;
    width: 85px;
    height: 90px;
}

#logo {
     margin-bottom: 70px;
}

.line-menu {
    background: #628673 url("/i/d/nook-menu.jpg") no-repeat;
}

.navbar-nav > li {
    padding: 0 14px 0 0;
}

.navbar-nav li a {
    color: #fff;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
    max-width: 205px;
    height: 88px;
}
.nav > li > a {
    padding: 0 22px;
}

.navbar-fixed-top .nav > li > a {
    padding: 0 15px;
}
.navbar-fixed-top #logo {
    margin-top: 20px;
    position: absolute;
}

.navbar-fixed-top .navbar-nav li a {
    max-width: 200px;
    height: 93px;
    font-size: 12px;
}

.navbar-nav li.curr a {
    color: #333;
}

.navbar-fixed-top .line-menu {
    background: #628673 url("/i/d/bg-menu-fix.jpg") repeat-x;
}
.navbar-collapse {
    padding: 0px;
}

.left-green {
    background: #c4d5cc;
    overflow: hidden;
    min-height: 580px;
}

.right-green {
    overflow: hidden;

}
.left-green2 {
    background: #c4d5cc;
     position: absolute;
    float: left;
    width: 50%;

}
.right-green2 {
    position: absolute;
    right: 0;
    float: right;
    width: 50%;
    background: #d5e3dc;

}

.cont {
    min-height: 550px;
    overflow: hidden;
}

/*---- tabs ------*/


ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;

}
.tabs li {
	float: left;
    display: table-cell;
    vertical-align: middle;
	width: 100%;
	height: 78px;
    
    
    
    background: url("/i/d/tab.png") no-repeat;
    margin-bottom: 10px;
    margin-left: 160px;
    color: #fff;
    font: 500 14px/18px OpenSansIt;

}
.tabs li:hover,
.vertical .tabs li:hover {

cursor: pointer;
}

.box {
	display: none;
    width: 45%;
    margin-left: 53%;
}
.box.visible {
	display: block;
}

.box div{
    display: table-cell;
    height: 260px;
    vertical-align: middle;
    width: 50%;
}
.vertical .tabs {
    width: 50%;
	float: left;
	display: inline;
    min-width: 130px;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	height: 77px;
    background: #9cb7aa url("/i/d/tab.jpg") right no-repeat;
    margin-bottom: 10px;
    margin-left: 160px;
    color: #fff;
    font: 500 14px/18px OpenSansIt;
    padding-left: 25px;
    padding-right: 50px;

}


.vertical .tabs li div {
    display: table-cell;
    vertical-align: middle;
	height: 78px;
    min-width: 100px;
}


.vertical .tabs li:hover {
    opacity: 0.9;
}
.vertical .tabs li.current {
	color: #393939;
    font: 500 14px/18px OpenSansIt;
    background: #fff url("/i/d/tab-ative.jpg") right no-repeat;
	
}
.vertical .box {
  border-width: 1px;
}

.vertical .box button {
    margin-top: 25px;
}
.box button a {
    color: #fff;
}
.box a {
    color: #31875b;
}

.box p {
    color: #737373;
    font: normal 14px/18px OpenSansLight;
}

.left-green h3, .right-green h3 {
    margin-left: 0px;
    margin-bottom: 30px;
}

.left-green, .right-green, .left-green2, .right-green2 {
    padding-bottom: 50px;
    padding-top: 70px;
}

.right-green {
    padding-left: 45px;
}

.page-int {
    padding-top: 35px;
    padding-bottom: 100px;
}

.submenu, .news-block {
    background: #d4595d;
    padding: 35px 15px 55px 15px;
}

.submenu li a, .news-block li a {
    color: #fff;
    font: normal 14px/16px OpenSansLight;
    display: block;
    padding: 19px 0;
    background: url("/i/d/arrow-sub.png") left 23px no-repeat;
    padding-left: 15px;
    margin-left:  15px;
}
.news-block li a {
    margin-left: 20px;
}

.submenu li a:hover, .news-block li a:hover {
    text-decoration: none;
    background: url("/i/d/arrow-sub-hover.png") left 23px no-repeat;
}
.submenu li, .news-block li {
    background: url("/i/d/border-dub.png") bottom repeat-x;
}
.submenu li ul li a, .news-block li ul li a {
    color: #722a2d;
    padding: 5px 0 5px 15px;
    background: none;
    font: normal 13px/16px OpenSansLight;
}

.submenu li ul li a:hover, .news-block li ul li a:hover {
    color: #1a1a1a;
    background: none;
}

.submenu li a:hover, .news-block li a:hover{
    color: #f1f1f1;
}  

.submenu li ul, .news-block li ul {
   padding-bottom: 20px;
   margin-top: -12px; 
}
.news-block span {
    color: #9e3b3e;
}

#txtRepl0 {
    width: 100%;
}
.submenu li ul li, .submenu li.last-menu,  .news-block li ul li, .news-block li.last-news {
    background: none;
}
.title-calendar {
    background: #9cb7aa;
    padding: 5px 0;
    margin-bottom: 15px;
    font: 600 16px/16px OpenSansLight;
}

.title-calendar a {
    font: 600 18px/16px OpenSansLight;
    color: #3f3f3f !important;
}

#calendar th, #calendar td {
    text-align: center;
    padding: 3px;
    font: normal 12px/16px OpenSansLight;
}

#calendar hr {
    margin-top: 10px !important;
}
.path {
    font: normal 12px/16px OpenSansLight;
    padding-bottom: 10px;
}
.path a {
    color: #7d9c8c !important; 
}
.path span {
    color: #3f3f3f !important; 
}

.good_group_block p {
 
}

.good_group_block span {
    color: #4c4c4c;

}

.good_group_block span.name {
    color: #3e3e3e;
    font: bold 13px/16px OpenSansLight;
}

/*---- content user------- */

.cont-int {
    padding-left: 23px;
}
.cont-int h1 {
    color: #3f3f3f;
    font: 600 36px/36px OpenSansLight;
    background: url(/i/d/arrow-h3.png) left 5px no-repeat;
    padding-left: 25px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.cont-int h2 {
    color: #a68888;
    font: 600 30px/30px OpenSansLight;
    margin: 40px 0 30px;
}

.cont-int h3 {
    color: #3f3f3f;
    font: 600 22px/24px OpenSansLight;
    margin: 40px 0 35px;
}

.cont-int h4 {
    color: #3f3f3f;
    font: 600 18px/20px OpenSansLight;
    background: none;
    border: none;
    padding-left: 0;
    margin: 30px 0 15px;
}

.cont-int h5 {
    color: #a68888;
    font: 600 18px/24px OpenSansLight;
    margin: 30px 0 15px;
}

.cont-int ul {
    
}
.cont-int p {
    color: #737373;
    font: normal 14px/20px OpenSansLight;
}

.cont-int ul {
    margin-left: 30px;
}
.cont-int ol  {
    margin-left: 40px;
}
.cont-int ul li, .error404 .page-int ul li {
    background: url(/i/d/li.png) left 5px no-repeat;
    padding-left: 12px;
    padding-bottom: 10px;
    list-style-type: none;
}

.cont-int ol li {
   padding-bottom: 10px; 
}
.cont-int a img:hover {
    opacity: 0.8;
}
.cont-int table th {
    background: #9bb1a5;
    color: #fff;
    text-align: center;
}

.cont-int table a {
    color: #d4595d
}

.cont-int table th, .cont-int table tr td {
    padding: 13px 32px;
}
.cont-int table tr {
    border-bottom: 1px solid #fff;
}

.cont-int table td {
    background: #e8e8e8;
    color: #3f3f3f;
}

.cont-int table tr:hover td {
    background: #d5e3dc;
}

.cont-int a {
    color: #d4595d;
    text-decoration: none;
}

.cont-int a:hover {
    color: #d4595d;
    text-decoration: underline;
}
/* ----- архив новостей ---- */
.news-arhiv a, #int .news-announ a, .group-block a.title-gr {
    color: #5a7d6b;
    font: 600 14px/18px OpenSansLight;
}

.news-arhiv a:hover, #int .news-announ a:hover {
    color: #5a7d6b;
}
.news-arhiv .news_img img, #int .news-announ .news_img img {
    width: 305px;
    float: left;
    margin-right: 30px;
}

.news-arhiv .news_title, #int .news-announ .news_title{
    display: block;
    margin-top: 7px;
}

.news-arhiv .news, #int .news-announ .news {
    margin-bottom: 30px;
    overflow: hidden;
}
.submenu li.curr a, .submenu li.curr a:hover{
    color: #1a1a1a;
}

.submenu li.curr ul li a {
    color: #722a2d;
}

.submenu li.curr ul li.curr2 a {
    color: #1a1a1a;
}

.tech {
    margin-top: 70px;
    margin-bottom: 60px;
}

.comment3.tech a.arrow-nav-next {
    position: relative;
}

.comment3.tech span {
    background: #d5e3dc;
    border-radius: 30px;
    color: #3f3f3f;
    display: block;
    float: left;
    font-weight: bold;
    height: auto;
    margin-top: -10px;
    padding: 8px 15px;
}


.comment3.tech a {
    color: #7d9c8c;
    display: block;
    float: left;
    padding: 0 15px;
}

.tech a {
    color: #7d9c8c;
    padding: 0 15px;
}
#form-reply-0 {
    margin-top: 10px;
}
.tech span {
    color: #3f3f3f;
    padding: 8px 15px;
    font-weight: bold;
    background: #d5e3dc;
    -moz-border-radius: 30px; 
    -webkit-border-radius: 30px; 
    -khtml-border-radius: 30px; 
    border-radius: 30px; 
    height: 20px;
}

.arrow-nav-prev {
    background: url(/i/d/arrow-news.png) no-repeat;
    width: 15px;
    display: block;
    height: 20px;
    margin-right: 20px;
    margin-top: 3px;
    padding-right: 0 !important;
    float: left;
    margin-top: 3px;
}

.arrow-nav-next {
    background: url(/i/d/arrow-news.png) -15px 0px no-repeat;
    width: 15px;
    display: inline-block;
    height: 20px;
    margin-left: 25px;
    position: absolute;
    margin-top: 3px;
}

.arrow-nav-next-show {
    background: url(/i/d/arrow-news-next.png) right 5px no-repeat;
    padding-right: 17px;
}

.link-news {
    margin-top: 30px;
}

.link-news a {
    color: #d4595d;
    font: normal 13px/18px OpenSansIt;
}

.arrow-nav-prev-show {
     background: url(/i/d/arrow-news-prev.png) left 5px no-repeat;
     padding-left: 17px; 
}

.center-show {
    padding: 0 20px;
}

.news-int .theme {
    margin-bottom: 20px;
}

.news-content {
    margin-top: 10px;
}

a:hover.arrow-nav-next:hover,  a.arrow-nav-prev:hover {
    opacity: 0.7;
}

/*---- search-form ----- */
.info-form  {
    background: #c4d5cc;
    overflow: hidden;
    padding: 10px 10px 0px 30px;
    margin-bottom: 50px;
}

.info-form a.cansel {
    color: #628673;
    font: 600 14px/18px OpenSansLight;
}

.info-form span {
    color: #2c2c2c;
    font: 600 13px/18px OpenSansLight;
}

.search_block .info-form input {
    margin-right: 15px;
    width: auto;
}

.info-form .col-xs-9 {
    margin-top: 4px;
}

.info-form input.d {
    margin-right: 0px;
}
.info-form .col-xs-3 {
    padding: 0px;
}
.info-form button {
    background: #628673;
    margin-right: 10px;
    padding: 12px 30px;
    font: 600 14px/18px OpenSansLight;
}

.info-form button:hover {
    opacity: 0.8;
}

.doc-assort a.title {
    color: #7d9c8c;
    font: 600 16px/18px OpenSansLight;
    margin-top: 5px;
    display: block;
}
.text {
    margin-bottom: 5px; 
}

.download {
    margin-top: 10px;
}

.doc-assort {
    margin-bottom: 45px;
}

.doc-pop h3, .new-project h3 {
    color: #3f3f3f;
    font: bold 22px/22px OpenSansLight;
    display: block;
    width: 150px;
    letter-spacing: -1px;
    margin: 0 auto 10px;
}
.new-project h3 {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
}
.doc-pop, .new-project {
    margin-top: 40px;
    color: #737373;
}

.new-project {
    margin-top: 15px;  
}
.doc-pop a, .new-project a {
    color: #7d9c8c;
    display: block;
    font: bold 15px/18px OpenSansLight;
}

.doc-pop .doul {
    margin: 10px 0 20px;
}
.doc-pop li {
    padding: 20px 0 2px;
    text-align: center;
    background: url("/i/d/bord-pop.png") center bottom repeat-x;
}

.new-project li {
    padding: 10px 0;
    background: url("/i/d/bord-pop.png") center bottom repeat-x;
}

.doc-pop li.last-pop, .new-project li.last-project {
    background: none;
}

.group-list {
    
}

.group-block {
    background: #efefef url("/i/d/bord-group.jpg") left top no-repeat;
    margin-bottom: 10px;
    padding: 35px 15px 40px 30px;
}

.group-block a.title-gr {
    color: #7d9c8c;
}

.mark {
    background: url("/i/d/bord-pop.png") center top repeat-x;
    padding-top: 7px;
}
.menu-law ul {
    margin: 40px 0px 20px;
}
.menu-law ul li {
    background: #efefef url("/i/d/bord-group.jpg") no-repeat scroll left top;
    list-style-type: none;
    padding: 35px 25px 35px;
    margin-bottom: 10px;
}
.menu-law ul li a {
    color: #7d9c8c;
    font: bold 16px/22px OpenSansLight;
}

.map-site dl {
    margin-bottom: 0px;
}

.map-site dd a {
    color: #a68888;
    font: bold 22px/32px OpenSansLight;
    background: url("/i/d/arrow-sub-hover.png") left center no-repeat;
    padding-left: 20px;
}

.map-site dd.content{
    margin-left: 40px;
}

.map-site dl.close dd a, .map-site dl.leaf dd a {
    color: #628673;
    background: none;
}

.map-site dd.content dl.close dd.content dl.leaf dd a {
    color: #7d9c8c;
    background: url("/i/d/map-l3.png") left center no-repeat;
    font: bold 13px/22px OpenSansLight;
}

.map-site dd.content dd.content dd.content dl.leaf dd a, .map-site dd.content dl.close dd.content dl.close dd.content dl.leaf dd a {
    color: #7d9c8c;
    background: url("/i/d/map-l3.png") left center no-repeat;
    font: bold 13px/22px OpenSansLight;
    
}
.to_top{height: 250px;}

.map-site dd.content dl.close dd.content dl.close dd.content dl.leaf dd {
    margin-bottom: 10px;
}

.map-site dd.content dd.content dl.close dd a, .map-site dd.content dl.close dd.content dl.leaf dd a {
    color: #722a2d;
    background: url("/i/d/map-l2.png") left center no-repeat;
    font: bold 17px/21px OpenSansLight;
}
.map-site dd.content dd.content dl.close dd, .map-site dd.content dl.close dd.content dl.leaf dd  {
    margin-bottom: 5px;
}

.map-site dl.close dd, .map-site dl.leaf dd {
    margin-bottom: 3px;
}

dd.content {
    margin-bottom: 15px;
}


.map-site a:hover {
    opacity: 1;
    outline: ;   
}

.feedback-form .usual-text {
    margin: 15px 0;
}

.info-bl{
  margin-bottom: 20px;
}

.feedback-form .col-xs-10 {
    margin-bottom: 15px; 
}

.feedback-form .col-xs-4 {
    padding-left: 0px;
    margin-left: -20px;
}

.feedback-form .col-xs-6 {
    margin-left: -20px;
}

h2.error {
    background: #efefef;
    color: #838383;
    padding: 15px 20px;
    font-size: 14px;
}
.stictions {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 99999999;
}
.stictions .navbar-nav {
    float: right;
}
.stictions .line-menu {
    background: #628673 url(/i/d/bg-menu-fix.jpg) repeat-x;
    padding-top: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #6d927e;
  color: #333;
}

.stictions #logo img {
    width: 220px;
}

.stictions {
    display: none;
}

.visible-clon {
    display: block;
}

.stictions .nav > li > a {
    padding: 0 15px;
}
.stictions #logo {
    margin-top: 27px;
    position: absolute;
    width: 220px;
}
.stictions .navbar-nav > li {
    padding: 0 10px 0 0;
}
.stictions .navbar-nav li a {
    max-width: 140px;
    height: 93px;
    font-size: 12px;
}
html, body, #main {height: 100%; }
body > #main { height: auto; min-height: 100%; } 

button i.fa {
    font-size: 14px;
}            
footer {
clear: both;
position: relative;
height: 3em;
margin-top: -3em;
}

.line-title.one h3 {
    display: block;
    width: 170px;
}

.bottom-menu .col-md-12 {
    padding-bottom: 10px;
    overflow: hidden;
}

.bottom-menu .col-md-12, .bottom-menu .col-md-3 {
    padding: 0px;
}
.bottom-menu .col-md-3.one-bl {
    padding-left: 15px;
    padding-right: 2px;
}
.menu-btn {
    padding: 20px 50px 0 0;
    overflow: hidden;
}

.table-responsive {
    border: 0px;
    overflow-x: auto;
    overflow-y: hidden; 
}

.left-bl {
   float: left;
}

.cont-int {
    float: right;
}

.captcha_block {
    margin-top: 20px;
}

.loginform input, loginform input {
    background: #767676;
    border: 0px;
    color: #fff;
    max-width: 23%;
    padding: 2px 2px 3px 7px;
}

.line-head .auto-center {
    position: relative;
    text-align: center;
}

.loginform a.exit {
    display: inline-block;


}
#frmEdit input {
    width: 40%;
}

input#del_img  {
    width: 1%;
}
.loginform-page.doc-pop {
    margin-top: 0px;
}
.loginform-page.doc-pop li {
    text-align: left;
    padding: 10px 0;
}

.loginform-page.doc-pop a.ex {
    display: block;
    background: none repeat scroll 0 0 #d4595d;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    float: left;
}


.loginform-page a.special {
    display: block;
}
.loginform button, .loginform a.exit {
    background: #7d9c8c;
    color: #fff;
    padding: 4px 28px;
    margin-right: 12px;
    margin-left: 5px;
}
.loginform button:hover, .loginform a.exit:hover {
    background: #8aa899;
    text-decoration: none;
}

.loginform a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    letter-spacing: -1px;
}
/* comment */   

.commetn-block {
    background: #e8e8e8;
    padding: 20px 40px 30px;
    overflow: hidden;
    margin-bottom: 45px;
}

.edit-block {
    float: right;
}

.img-comment {
    float: left;
    display: block;
}

.text-coment {
    display: block;
    margin-left: 150px;
}

a.btn-from-comment, a.answ {
    display: block;
    background: #d4595d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    float: left;
    margin: 30px 15px 0 0;
}
a.answ {
    text-decoration: none;
    float: right;
    
}
.commetn-block textarea {
    width: 100%;
    float: left;
}

.commetn-block .format-buttons {
    margin-top: 40px;
    clear: both;
}

.commetn-block button {
    float: right;
    margin-top: 30px;
}

.commetn-block button:hover, a.answer-btn:hover, a.btn-from-comment:hover, a.answ:hover  {
    text-decoration: none;
    background: #e97276;
}

.top-coment {
    background: #d5e3dc;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.top-coment a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
}
.top-coment a:hover {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    text-decoration: none;
}

.top-coment i {
    color: #3f3f3f;
    font: 600 13px/18px OpenSansLight;
    padding-left: 33px;
}
.auth_form a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    letter-spacing: -1px;
}
.auth_form input {
    margin-bottom: 10px;
}
.mob-reg, .mob-enter {
    background: #7d9c8c;
    color: #fff !important;
    margin-right: 5px;
    padding: 4px 14px;
}

.mob-top {
    display: none;
}

.error404 footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.error404 .page-int {
   
}

.error404 .lang, .error404 .ico-head {
    position: relative;
}

.error404 .lang {
    top: 0px;
}
.error404 .page-int {
    padding-bottom: 100px;
    width: 500px;
    margin: 0 auto;
}
.navbar-toggle {
    background: none;
}

.print-v {
    display: none;
}





.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;

}



.tooltip {
  position: absolute;
  z-index: 1030;

  font-size: 13px;

  filter: alpha(opacity=0);
  opacity: 0;


}

.tooltip {
   
  max-width: 230px;
  padding: 5px 14px 7px;
  color: #fff;
  position: absolute !important;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;

  height: 30px !important;
  margin-top: -5px;
}





.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #e8e2e2;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e8e2e2;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #e8e2e2;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #e8e2e2;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e8e2e2;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e8e2e2;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e2e2;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e2e2;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e8e2e2;
}

.copy-int-print {
    display: none;
}






.menu_body {
	display:none;
}




@media (max-width: 1500px) {
    .line-menu {
        background: #628673;
    } 
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 0 20px;
    }
    .navbar-nav li a {
        width: 80px; 
    }
    
    .stictions .navbar-nav > li {
        padding: 0px;
    }

    .submenu, .news-block {
        padding: 5px 10px 20px;
    }
    
    .left-bl img {
        padding-right: 55px;
    }

        
    .form-group input {
        width: 100%;
    }
    
    .form-group .col-xs-3 button {
        margin-top: 20px;
    }
    
    a.cansel {
        display: block;
        margin: 20px 0 0 24px;
    }
    
    #main #div-chart2 div{
        width: 100% !important;
    }
    
    .line-head .col-md-2, .line-head .col-md-8 {
        padding: 0px;
    }
    
    .navbar-nav {
        margin: 0 auto;
        width: 870px;
    }
    
    .navbar-nav > li {
        padding: 0px;
    }
   
}

@media (max-width: 990px) {
    #home .one-news {
        margin-right: 0px;
    }
    #home .one-news {
        max-width: 100%;
    }
    #home .one-news .news_img {
        max-width: 390px;
    }
    
    .left-green {
        min-height: auto;
    }
    
   .left-bl {
        float: none;
    }

    .cont-int {
        float: none;
    }
    
    .right-green {
        padding-left: 0px;
        background: #d5e3dc;
        height: auto !important;
        padding-top: 30px;
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .left-green {
        padding-top: 30px;
    }
    .vertical .tabs li {
        width: 60%;
        min-width: 180px;
    }
    .bottom-menu .col-md-3 {
        padding-left: 15px;
    }
    
    .copy-int, .copy-int p {
        float: left;
        text-align: left; 
        width: 100%;
    }
    
    .copy-int {
        margin-top: 20px;
    }
    
    .soc {
        margin-top: 20px;
        text-align: left;
    }
      .fc, .twit, .googl, .youtube {
        margin: 0 10px 0 auto;
    }
    .box {
        margin-left: 33%;
        width: 65%;
    }
    .visible-clon {
        display: none;
    }
    
    .left-bl img {
        padding-right: 0px;
    }
    #ico-head {
        position: absolute;
        top: 15px;
        right: 5px;
    }
    
    .lang {
        position: absolute;
        left: 5px;
        top: 15px;
    }
    
    .mob-top {
    display: block;
    }
    
    .common {
        display: none;
    }
    
    .dynamic, .loginform-page.doc-pop {
        margin-top: 50px;
    }
}

@media (max-width: 965px) {
   .navbar-nav li a {
        width: 100%; 
        max-width: 100%;
    }

    .navbar-nav li a {
        height: auto;
        padding: 12px 20px;
    }
    
    .navbar-nav {
        margin: 7.5px 0;
    }

}


@media (max-width: 800px) {
    
    .search_block {
        float: left;
        margin: 20px 0 20px;
    }
    .search_block input {
        width: auto;
    }
    
    #logo {
        float: left;
        width: 100%;
    }

    .feedback-form .col-xs-4 {
        width: 100%;
    } 
    .feedback-form .col-xs-4 {
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 15px;
    }
    
    .feedback-form .col-xs-6 {
        width: 100%;
        margin-left: 0;
    }
    
    .feedback-form button {
        float: left;
    }
    
    .usual-text .col-xs-2 {
        width: 100%;
    }
    
    .cont-int h2 {
        font: 600 16px/20px OpenSansLight;
    }
    
   .error404 footer {
        position: relative;
        bottom: 0px;
    }
    
    #frmEdit input {
        width: 100%;
    }
}


@media (max-width: 700px) {
    #home .bg, #int {
       background: none;
    }
    .line-head a.en {
        padding-right: 10px;
    }

    #logo {
        margin: 35px 0 20px;
        width: auto;
    }
    
    #logo img {
        width: 100%;
    }
    
    .search_block {
        display: none;
    }
    
    .box {
        margin-left: 40%;
        width: 60%;
    }
        
    .cont-int h1 {
        font: 600 22px/24px OpenSansLight;
    }
    
    .cont-int h2 {
        font: 600 20px/22px OpenSansLight;
    }

    .news-arhiv .news_img img, #int .news-announ .news_img img {
        width: 100%;
    }
    button.mob-enter {
           margin-left: 10px !important;
    }
    
    #logo {
        margin-top: 100px;
    }
    .error404 #logo {
        margin-top: 30px;
    }
    
    
}


@media (max-width: 500px) {
    #main img {
        width: 100%;
    }
    
    #main img.img_com {
        width: auto;
    }
    #main .format-buttons img {
        width: auto;
    }
    
    #main .edit_form img {
        width: auto;
    }
    
    .box {
        margin-left: 100px !important;
        width: 60%;
    }

    .vertical .tabs li {
        min-width: 90px;
        background: #9cb7aa;
        padding-left: 4px;
        padding-right: 3px;
        width: 50%;
    }
    .vertical .tabs li.current {
       background: #fff; 
    }

    
    .vertical .tabs li {
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 14px ;
    }

    iframe {
        width: 100%;
    }

    .left-bl img {
        width: 100%;
        padding-right: 0px;
    }
    
    .doc-pop img {
        width: auto;
    }
    
    .form-group .col-xs-9, .form-group .col-xs-3 {
        width: 100%;
        padding-left: 0px;
    }
    
    a.cansel {
        display: block;
        margin: 33px 0 0 24px;
        float: left;
    }
    
    .info-form button {
        float: left;
    } 
     .cont-int table.contact-tbl th, .cont-int table.contact-tbl tr td{
        display: block;
        float: left;
        background: none;
        padding: 0 5px;
    }
    
    .cont-int table.contact-tbl tr {
        margin-bottom: 25px;
        display: block;
    }
    
    .map-site dd.content {
        margin-left: 10px;
    }
    .top-coment {
        padding: 15px 10px;
    }
    .top-coment i{
        display: block;
        padding-left: 0px;
    }
    
    .edit-block {
        float: left;
    }
    .cont-int a {
        float: none;
    }
    
    a.answ {
        float: right;
    }
    
    .text-coment {
        margin-left: 0px;
    }
    .auth_form input {
         margin-bottom: 15px;
    }
    .commetn-block {
        padding: 10px 15px 20px;
        margin-bottom: 25px;
    }

     .loginform a.exit {
        width: auto;
     }
     
     .loginform a {
         font: 600 12px/14px OpenSansLight;
         display: block;
     }
     
     #ico-head a {
            margin-left: 10px;
     } 
     
     .auto-center.col-md-8 {
        width: 95%;
     }
     
     .prof {
        font: 600 11px/14px OpenSansLight;
     }

    .loginform button, .loginform a.exit {
           padding: 4px 28px;
    }
    
    .prof {
        margin-bottom: 10px;
    }
    
    a.mob-reg, a.mob-enter {
        margin: 0 auto 10px;
        position: relative;
        width: 100px;
        display: block;
        margin-top: 10px;
    }
 
    a.mob-enter  {
        margin-top: 0px;
    }
    
    #frmEdit input {
        width: 100%;
    }
    .error404 .page-int {
        padding-bottom: 100px;
        width: 100%;
        margin: 0 auto;
}
}  

* , form {margin:0; padding:0;}
table, td, th { border:none; border-collapse:collapse; font-size:100%;}
a {color:#4b77b4; text-decoration:none;}
a:hover { text-decoration:underline;}
img {border:0px;}

	/* Internet Explorer*/
@font-face {
    font-family: OpenSansLight;
    src: local("OpenSansLight"), 
    url(../fonts/OpenSans-Light.eot); 
}

@font-face {
    font-family: OpenSansLight;
    src: local("OpenSansLight"), 
    url(../fonts/OpenSans-Light.ttf); 
}
@font-face {
font-family: OpenSansBold; src:url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
font-family: OpenSansReg; src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
font-family: OpenSansIt; src:url(../fonts/OpenSans-Italic.ttf);
}


body {
font-family: OpenSansLight, Arial, Helvetica, sans-serif !important;
font-size: 14px;
color:#838383;
margin: 0px !important;
padding: 0px !important;
 line-height: 1.35;
}


#err {
    background: #fff url(/i/d/home_background.png) top left no-repeat;
}

#int {
    background: #fff url(/i/d/int_background.png) top left no-repeat;   
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

footer {
     position: absolute;
 bottom: 0;
 width: 100%;
}
/*
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
main {
  flex: 1;
  white-space: pre-line;
  -ms-flex-preferred-size: auto;
}
*/

#home .bg {
    background: url(/i/d/home_background.png) top center no-repeat;
    width: 100%;
    height: 2000px;
    position: absolute;
    z-index: 99;
}

.cont-int table {
    float: left;
    margin-bottom: 30px;
}
.navbar, .container, .content, .news-announ, .col-md-6, footer, .bottom-menu, .search_block  {
   z-index: 999999; 
}

.bottom-menu, footer {
    position: relative;
    z-index: 999999; 
}

hr {
    margin-top: 10px;
}

a img:hover {
    opacity: 0.8;
}

.both, .clear {
    clear: both;
}

/* ----------------------content--------------------------- */

#home .news-announ h3, .content h3 {
    color: #3f3f3f;
    font: normal 36px/32px OpenSansLight;
    background: url(/i/d/arrow-h3.png) left center no-repeat;
    padding-left: 25px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-left: 14px;
    z-index: 9999999;
    position: relative;
}

#home .news-announ .theme, .news-arhiv .theme, #int .news-announ .theme, .cod {
    color: #888888;
    font: 500 14px/20px OpenSansIt;
}
#home .news-announ span.date, .news-arhiv span.date, .news-int span.date, #int .news-announ span.date, .date {
    color: #3f3f3f;
    font: bold 12px/20px OpenSansIt;
    padding-right: 13px;
    letter-spacing: -1px;
}

#home .news-announ a.news_title {
    color: #7d9c8c;
    font: bold 16px/16px OpenSansLight;
    display: block;
}

#home .anouns-block {
     margin: 0 0 45px;
}
#home .news-announ .news_img {
    display: none;
}

#home .one-news {
    margin-right: 90px;
    max-width: 390px;
}
#home .one-news .news_img {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
#home .one-news .theme {
    display: none;
}
#home .news-announ .news .anouns {
    display: none;
}

 p{ padding: 0px !important;}  

.one-news .news-announ span.date {
    
}
.news-announ .sammer .anouns {
    display: block;
}

.news_img img {
    width: 100%;
    max-width: 390px;
    
}

#int .news-announ .news_img img, .news-arhiv .news_img img {
    width: 305px;
    float: left;

}

.news-announ div.news_img {
    min-height: 100px;
}
#home .one-news a.news_title {
    display: block;
    position: absolute;
    bottom: 0;
    background: url("/i/d/bg-news.png");
    padding: 17px 15px 20px;
    color: #fff;
    text-align: center;
    font: bold 17px/20px OpenSansLight;
}

#home .one-news a.news_title:hover {
    opacity: 0.8;
}

#int .news-announ {
    margin-top: -20px;
}

#int .news-announ .col-md-6 {
    width: 100%;
    padding: 0px;
}

#int .news-announ .news_img {
    min-height: 0px;
}

#int .news-announ h3 {
    display: none;
}

/* ----------------------footer--------------------------- */
.bottom-menu {
    background: #404041;
    padding: 35px 0 70px 0;
}

.line-title {
    background: #404041 url(/i/d/line-title.png) 15px bottom repeat-x;
    overflow: hidden;
    padding-bottom: 4px;
}

.line-title .one h3 {
    display: block;
    width: 170px;
}

.line-title .col-md-3 {
    padding-left: 0px;
}

.bottom-menu  h3 {
    color: #c9c9c9;
    font: normal 22px/22px OpenSansLight;
    display: block;
    margin-right: 15px;
}

.bottom-menu  h3:hover {
    text-decoration: none;
}

.bottom-menu a {
    color: #7d9c8c;
    font: normal 14px/15px OpenSansLight;
    
}
.bottom-menu p {
   padding-bottom: 4px; 
}
.copyrite {
    padding: 30px 0 45px;
}
.copy-gchs {
    text-align: left;
}
.copy-gchs p {
    font: normal 16px/18px OpenSansLight;
    color: #d9d9d9;
}
.copy-int {
    text-align: right;
}
.copy-gchs a {
    color: #7d9c8c;
    font: normal 13px OpenSansLight;
}
.copy-int p {
    color: #646464;
    font: normal 14px/8px OpenSansLight;
    text-align: right;
}
.copy-int a {
    color: #5c7266; 
}

.copy-int a:hover {
    color: #7d9c8c; 
}

.soc {
    text-align: center;
    margin-top: 10px;
}
.fc, .twit, .googl, .youtube  {
    background: url(/i/d/soc.png) no-repeat;
    width: 31px;
    height: 32px;
    display: inline-block;
    margin: 0 30px 0 auto;
    padding-right: 30px;
}

.twit {
    background: url(/i/d/soc.png) -32px 0 no-repeat;
}

.googl {
    background: url(/i/d/soc.png) -66px 0 no-repeat;
}
.youtube {
    background: url(/i/d/soc.png) -97px 0 no-repeat;
}

.fc:hover {
   background: url(/i/d/soc.png) 0 -34px no-repeat; 
}
.twit:hover {
   background: url(/i/d/soc.png) -32px -34px no-repeat; 
}
.googl:hover {
   background: url(/i/d/soc.png) -66px -34px no-repeat; 
}
.youtube:hover {
   background: url(/i/d/soc.png) -97px -34px no-repeat; 
}
.soc a:hover {
    cursor: pointer;
}

.search_block.col-md-6 {
    padding: 0;
}  

/* -------------------------------PAGE------------------------ */
.top {
	width:100%;
	height:60px;
	padding-top:2px;
}
#logo {
	float:left;
}

.phone img{
	vertical-align:baseline;
	padding-right:10px;
}
.content {
	padding-top:2px;
}
/* LEFT */
.column {
	float:left;
	width:176px;
	padding-right:2px;
}

.frm_search {
	padding-bottom:10px;
	background-color:#f6f6ee;
	margin-bottom:2px;
}
.frm_search .frm_group {
	padding:10px;

}
.frm_search select{
	margin-left:10px;
	width:104px;
	margin-right:-4px;
}
.frm_search label{
	display:block;
	font:85% Tahoma;
	line-height:1em;
	padding:10px 10px 1px 10px;
}

.frm_search .button{
	position:relative;
	top:3px;
	margin-left:10px;
}
.frm_search .text {
	width:100px;
	margin-left:10px;
}

.cat_list {
}
.cat_list a {
	display:block;
	margin-bottom:2px;
	padding:2px 5px 3px 20px;
	font-size:85%;
	line-height:1.3em;
	background:#f6f6ee url(../i/arr_b.gif) 8px 5px no-repeat;
	color:#4e4e4e;
}
.cat_list a.sel {
	font-weight:bold;
}
.cat_list a:hover, .cat_list a.cur {
	padding:1px 4px 2px 20px;
	border:1px solid #d1d1c9;
	background:#4e4e4e url(../i/arr_w.gif) 10px 5px no-repeat;
	color:#fff;
}


/* RIGHT */

.column_right {
	float:right;
	width:250px;
	font-size:88%;
}
.oh{
	overflow:hidden;
	width:100%;
}

h3 span{
	color:#4e4e4e;
}
h3 img{
	vertical-align:top;
	margin-right:5px;
}

.recl, .cat_cart {
	padding:5px;
	border:1px solid #cecece;
	margin-bottom:2px;
}
.recl a {
	text-decoration:underline;
	font-weight:bold;
	color:#008e8f;
}

.cat_cart {
	background-color:#f6f6ee;
}
.no_recl {
	padding:6px;
	padding-top:10px;
}
.warn {
	color:red;
	font-weight:bold;
}
a.arr {
	font-weight:bold;
	display:block;
	padding:1px 5px 3px 10px;
	background:url(../i/arr_b.gif) 0px 5px no-repeat;
	color:#4b77b4;
	text-decoration:underline;
}

/* CENTER */
.center {
	margin:0 252px 0 178px;
	z-index:-1;
}
.incenter {
	width:100%;
	float:left;
}

.center .no_recl {
	padding:10px 20px;
	background:#ebebeb url(../i/bg_recl_top.jpg) right top no-repeat;
}
.center .recl {
	padding:2px 0px;
	text-align:center;
	border:none;
	border-bottom:2px solid #CECECE;
	margin-bottom:2px;
}

/* MENU TOP */

#menu_top {
padding-bottom:2px;
margin-left:178px;
height:22px;

}
#menu_top, .menu_bot {
background-color:#4e4e4e;
color:#fff;
}
#menu_top a {
font:85% Tahoma;
color:#fff;
letter-spacing:1px;
}
#menu_top a:hover{
color:#fff;
}
#menu_top table {
	float:right;
	height:24px;
	margin-bottom:-2px;
	position:relative;
}
#menu_top table td {
	position:relative;
	padding:3px 5px 4px 6px;
}
#menu_top table td.current a{
	font-weight:bold;
}
#menu_top table td a{
	border-right:1px solid #fff;
	padding-right:10px;
	line-height:0.8em;
}
#menu_top table td a.last {
	border-right:none;
}

#menu_top table td table {
	position:absolute;
	display:none;
	width:200px;
	margin-left:-12px;
	margin-top:8px;
	border-collapse:collapse;
	z-index:100;
	margin-right:10px;
}
#menu_top table td table td{
	border:none;
	padding:0;
}
#menu_top table td table a, #menu_top table td.current table a {
	padding:0; margin:0;
	display:block;
	float:left;
	width:190px;
	line-height:1.3em;
	font-weight:normal;
	padding:1px 5px 3px;
	background-color:#4e4e4e;
	border:2px solid #f6f6ee;

}
#menu_top table td table a:hover{
	background-color:#f6f6ee;
	border:2px solid #4e4e4e;
	color:#4e4e4e;
}
#menu_top table td table a.current{
	font-weight:bold;
}
/* MENU LEFT */





/* MENU BOTTOM */

.menu_bot {
	font-size:90%;
	padding:2px 20px 3px;
}
.menu_bot a{
font:85% Tahoma;
color:#fff;
letter-spacing:1px;
height:18px;
line-height:1em;
padding:0 3px 0 4px;
text-transform:capitalize;
}


/* ELEMENTS */
p {
	margin:0 0 10px;
	line-height:1.25em;
}
img.left {
	margin:0 5px 5px 0;
	float:left;
}
img.right {
	margin:0 0 5px 5px;
	float:right;
}
p.bborder {
	padding-bottom:10px;
	border-bottom:1px solid #cecece;
}
p.bborder a{
	color:#4C4C4C;
	font-weight:bold;
	text-decoration:underline;
}

/* LISTS */
ul {
	list-style-type:none;
}
/*
ul li {
	line-height:1.2em;
	padding-left:14px;
	background:url(../i/arr_b.gif) 3px 4px no-repeat;
}
*/
/* FOOTER */


# p {
	float:left;
	margin-top:12px;
	padding-left:25px;
	font-size:85%;
}
#footer p a{
	font-weight:bold;
}
.counter {
	float:right;
	width:150px;
	margin-top:5px;
	padding-right:25px;
	text-align:right;
}


/* CATALOGUE */

ul.cat_prev {
	margin:10px 5px 0px;
}
ul.cat_prev li{
	float:left;
	width:45%;
	padding:13px;
	background:none;
	border-right:2px solid #cecece;
	border-bottom:2px solid #cecece;

}
ul.cat_prev li.odd{
	border-right:none;
}
ul.cat_prev li.last{
	border-bottom:none;
}

ul.cat_prev dl {
	height:120px;
}
ul.cat_prev dt {
	float:left;
	width:85px;
}
ul.cat_prev dd {
	margin:0pt 0pt 0pt 95px;
	font:88% Tahoma;
	line-height:1.3em;
}
ul.cat_prev dd strong{
	font-size:110%;
	line-height:1.6em;
}
ul.cat_prev dd a.buy{
	display:block;
	padding:10px 0 0 30px;
	background: url(../i/buy.gif) bottom left no-repeat;
	font:120% Arial;
	color:#4e4e4e;
	font-weight:bold;
}
#blckLoading {
    background:#FFF url(/i/admin/load.gif) no-repeat scroll 0% 50%;
    border:1px solid #0F4B8E; color:#0F4B8E; float:right; font-weight:bold; margin:0px; padding:3px 3px 3px 23px;
    filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity:0.99; opacity:0.99;
    position:fixed; right:10px; top:10px; width:220px; height:26px;
    position:expression("absolute");
    top:expression(parseInt(document.body.scrollTop + 10));
    z-index:101;
}
.hide {display:none;}

a,.tp-caption a.btn:hover {
	color: #67b0d1;
}


.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}


form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

.copyrite {
    background: #313131;
}

a,.tp-caption a.btn:hover {
	color: #67b0d1;
}

sup {color: #c26e71;}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

.btn-skin {
  color: #fff;
  background-color: #67b0d1;
  border-color: #67b0d1;
}



/*---- my-style ------*/

#ico-head {
    float: right;
    padding-top: 5px;
}
#ico-head a {
    margin-left: 20px;
}
#ico-head .ico-home {
    background: url(../i/d/ico-head.png);
    width: 13px;
    height: 13px;
    display: block;
    float: right; 
}
#ico-head .ico-home:hover {
    background: url(../i/d/ico-head.png) 0 -13px;
}
#ico-head .ico-email {
    background: url(../i/d/ico-head.png) -14px 0px;
    width: 13px;
    height: 12px;
    display: block;
    float: right;  
}
#ico-head .ico-email:hover {
    background: url(../i/d/ico-head.png) -14px -13px;
}

#ico-head .ico-star {
    background: url(../i/d/ico-head.png) -28px 0;
    width: 13px;
    height: 13px;
    display: block;
    float: right;  
}

#ico-head .ico-star:hover {
    background: url(../i/d/ico-head.png) -28px -13px;
}

#ico-head .ico-map {
    background: url(../i/d/ico-head.png) -42px 0;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: -2px;  
}

#ico-head .ico-map:hover {
    background: url(../i/d/ico-head.png) -42px -16px;
}
.line-head{
    background: #3f3f3f; 
    padding: 15px 0 10px;
    z-index: 99999999;
    position: relative;
}

.lang {
    float: left;
}

.line-head a {
    color: #fff;
    font-size: 13px;
    font-family: OpenSansLight;
    font-weight: 600;

}
.line-head a:hover {
    cursor: pointer;
}

.line-head a.active {
    color: #aeaeae;
}

.line-head a.en {
    padding-right: 40px;

}
input, .feedback-form textarea {
    border: 1px solid #b1b1b1;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 5px;
}

.feedback-form textarea {
   padding: 8px 7px; 
   width: 100%;
}

.feedback-form input {
    width: 100%;
}

button {
    background: #d4595d;
    border: 0px;
    color: #fff;
    font-size: 13px;
    padding: 9px 18px;
    font-weight: 600;
}

button:hover, .loginform-page.doc-pop a.ex:hover {
    background: #e97276;
    text-decoration: none;
}

.feedback-form button{
    float: right;
    margin-top: 30px;
}

#frmChangePsw {
    font-weight: bold;
}

#frmChangePsw input {
    margin-bottom: 10px;
    width: 30%;
}
button a {
    color: #fff;
}
.search_block {
    float: right;
    margin-top: 80px;
    z-index: 99999999;
    position: relative;
}
.search_block button {
    margin-left: 3px;
    float: right;
}
.search_block input {
    width: 252px;
    float: right;
}
.navbar-fixed-top {
    position: fixed;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-fixed-top.top-nav-collapse {
    position: fixed;
}

.navbar-fixed-top .line-menu {
    width: 100%;
}

.top-nav-collapse #logo img {
    width: 115%;
}

.navbar-custom {
    margin-top: -85px;
}
.collapse .container {
    background: #628673; 
}

.nook-menu {
    float: left;
    width: 85px;
    height: 90px;
}

#logo {
     margin-bottom: 70px;
}

.line-menu {
    background: #628673 url("/i/d/nook-menu.jpg") no-repeat;
}

.navbar-nav > li {
    padding: 0 14px 0 0;
}

.navbar-nav li a {
    color: #fff;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
    max-width: 205px;
    height: 88px;
}
.nav > li > a {
    padding: 0 22px;
}

.navbar-fixed-top .nav > li > a {
    padding: 0 15px;
}
.navbar-fixed-top #logo {
    margin-top: 20px;
    position: absolute;
}

.navbar-fixed-top .navbar-nav li a {
    max-width: 200px;
    height: 93px;
    font-size: 12px;
}

.navbar-nav li.curr a {
    color: #333;
}

.navbar-fixed-top .line-menu {
    background: #628673 url("/i/d/bg-menu-fix.jpg") repeat-x;
}
.navbar-collapse {
    padding: 0px;
}

.left-green {
    background: #c4d5cc;
    overflow: hidden;
    min-height: 580px;
}

.right-green {
    overflow: hidden;

}
.left-green2 {
    background: #c4d5cc;
     position: absolute;
    float: left;
    width: 50%;

}
.right-green2 {
    position: absolute;
    right: 0;
    float: right;
    width: 50%;
    background: #d5e3dc;

}

.cont {
    min-height: 550px;
    overflow: hidden;
}

/*---- tabs ------*/


ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;

}
.tabs li {
	float: left;
    display: table-cell;
    vertical-align: middle;
	width: 100%;
	height: 78px;
    
    
    
    background: url("/i/d/tab.png") no-repeat;
    margin-bottom: 10px;
    margin-left: 160px;
    color: #fff;
    font: 500 14px/18px OpenSansIt;

}
.tabs li:hover,
.vertical .tabs li:hover {

cursor: pointer;
}

.box {
	display: none;
    width: 45%;
    margin-left: 53%;
}
.box.visible {
	display: block;
}

.box div{
    display: table-cell;
    height: 260px;
    vertical-align: middle;
    width: 50%;
}
.vertical .tabs {
    width: 50%;
	float: left;
	display: inline;
    min-width: 130px;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	height: 77px;
    background: #9cb7aa url("/i/d/tab.jpg") right no-repeat;
    margin-bottom: 10px;
    margin-left: 160px;
    color: #fff;
    font: 500 14px/18px OpenSansIt;
    padding-left: 25px;
    padding-right: 50px;

}


.vertical .tabs li div {
    display: table-cell;
    vertical-align: middle;
	height: 78px;
    min-width: 100px;
}


.vertical .tabs li:hover {
    opacity: 0.9;
}
.vertical .tabs li.current {
	color: #393939;
    font: 500 14px/18px OpenSansIt;
    background: #fff url("/i/d/tab-ative.jpg") right no-repeat;
	
}
.vertical .box {
  border-width: 1px;
}

.vertical .box button {
    margin-top: 25px;
}
.box button a {
    color: #fff;
}
.box a {
    color: #31875b;
}

.box p {
    color: #737373;
    font: normal 14px/18px OpenSansLight;
}

.left-green h3, .right-green h3 {
    margin-left: 0px;
    margin-bottom: 30px;
}

.left-green, .right-green, .left-green2, .right-green2 {
    padding-bottom: 50px;
    padding-top: 70px;
}

.right-green {
    padding-left: 45px;
}

.page-int {
    padding-top: 35px;
    padding-bottom: 100px;
}

.submenu, .news-block {
    background: #d4595d;
    padding: 35px 15px 55px 15px;
}

.submenu li a, .news-block li a {
    color: #fff;
    font: normal 14px/16px OpenSansLight;
    display: block;
    padding: 19px 0;
    background: url("/i/d/arrow-sub.png") left 23px no-repeat;
    padding-left: 15px;
    margin-left:  15px;
}
.news-block li a {
    margin-left: 20px;
}

.submenu li a:hover, .news-block li a:hover {
    text-decoration: none;
    background: url("/i/d/arrow-sub-hover.png") left 23px no-repeat;
}
.submenu li, .news-block li {
    background: url("/i/d/border-dub.png") bottom repeat-x;
}
.submenu li ul li a, .news-block li ul li a {
    color: #722a2d;
    padding: 5px 0 5px 15px;
    background: none;
    font: normal 13px/16px OpenSansLight;
}

.submenu li ul li a:hover, .news-block li ul li a:hover {
    color: #1a1a1a;
    background: none;
}

.submenu li a:hover, .news-block li a:hover{
    color: #f1f1f1;
}  

.submenu li ul, .news-block li ul {
   padding-bottom: 20px;
   margin-top: -12px; 
}
.news-block span {
    color: #9e3b3e;
}

#txtRepl0 {
    width: 100%;
}
.submenu li ul li, .submenu li.last-menu,  .news-block li ul li, .news-block li.last-news {
    background: none;
}
.title-calendar {
    background: #9cb7aa;
    padding: 5px 0;
    margin-bottom: 15px;
    font: 600 16px/16px OpenSansLight;
}

.title-calendar a {
    font: 600 18px/16px OpenSansLight;
    color: #3f3f3f !important;
}

#calendar th, #calendar td {
    text-align: center;
    padding: 3px;
    font: normal 12px/16px OpenSansLight;
}

#calendar hr {
    margin-top: 10px !important;
}
.path {
    font: normal 12px/16px OpenSansLight;
    padding-bottom: 10px;
}
.path a {
    color: #7d9c8c !important; 
}
.path span {
    color: #3f3f3f !important; 
}

.good_group_block p {
 
}

.good_group_block span {
    color: #4c4c4c;

}

.good_group_block span.name {
    color: #3e3e3e;
    font: bold 13px/16px OpenSansLight;
}

/*---- content user------- */

.cont-int {
    padding-left: 23px;
}
.cont-int h1 {
    color: #3f3f3f;
    font: 600 36px/36px OpenSansLight;
    background: url(/i/d/arrow-h3.png) left 5px no-repeat;
    padding-left: 25px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.cont-int h2 {
    color: #a68888;
    font: 600 30px/30px OpenSansLight;
    margin: 40px 0 30px;
}

.cont-int h3 {
    color: #3f3f3f;
    font: 600 22px/24px OpenSansLight;
    margin: 40px 0 35px;
}

.cont-int h4 {
    color: #3f3f3f;
    font: 600 18px/20px OpenSansLight;
    background: none;
    border: none;
    padding-left: 0;
    margin: 30px 0 15px;
}

.cont-int h5 {
    color: #a68888;
    font: 600 18px/24px OpenSansLight;
    margin: 30px 0 15px;
}

.cont-int ul {
    
}
.cont-int p {
    color: #737373;
    font: normal 14px/20px OpenSansLight;
}

.cont-int ul {
    margin-left: 30px;
}
.cont-int ol  {
    margin-left: 40px;
}
.cont-int ul li, .error404 .page-int ul li {
    background: url(/i/d/li.png) left 5px no-repeat;
    padding-left: 12px;
    padding-bottom: 10px;
    list-style-type: none;
}

.cont-int ol li {
   padding-bottom: 10px; 
}
.cont-int a img:hover {
    opacity: 0.8;
}
.cont-int table th {
    background: #9bb1a5;
    color: #fff;
    text-align: center;
}

.cont-int table a {
    color: #d4595d
}

.cont-int table th, .cont-int table tr td {
    padding: 13px 32px;
}
.cont-int table tr {
    border-bottom: 1px solid #fff;
}

.cont-int table td {
    background: #e8e8e8;
    color: #3f3f3f;
}

.cont-int table tr:hover td {
    background: #d5e3dc;
}

.cont-int a {
    color: #d4595d;
    text-decoration: none;
}

.cont-int a:hover {
    color: #d4595d;
    text-decoration: underline;
}
/* ----- архив новостей ---- */
.news-arhiv a, #int .news-announ a, .group-block a.title-gr {
    color: #5a7d6b;
    font: 600 14px/18px OpenSansLight;
}

.news-arhiv a:hover, #int .news-announ a:hover {
    color: #5a7d6b;
}
.news-arhiv .news_img img, #int .news-announ .news_img img {
    width: 305px;
    float: left;
    margin-right: 30px;
}

.news-arhiv .news_title, #int .news-announ .news_title{
    display: block;
    margin-top: 7px;
}

.news-arhiv .news, #int .news-announ .news {
    margin-bottom: 30px;
    overflow: hidden;
}
.submenu li.curr a, .submenu li.curr a:hover{
    color: #1a1a1a;
}

.submenu li.curr ul li a {
    color: #722a2d;
}

.submenu li.curr ul li.curr2 a {
    color: #1a1a1a;
}

.tech {
    margin-top: 70px;
    margin-bottom: 60px;
}

.comment3.tech a.arrow-nav-next {
    position: relative;
}

.comment3.tech span {
    background: #d5e3dc;
    border-radius: 30px;
    color: #3f3f3f;
    display: block;
    float: left;
    font-weight: bold;
    height: auto;
    margin-top: -10px;
    padding: 8px 15px;
}


.comment3.tech a {
    color: #7d9c8c;
    display: block;
    float: left;
    padding: 0 15px;
}

.tech a {
    color: #7d9c8c;
    padding: 0 15px;
}
#form-reply-0 {
    margin-top: 10px;
}
.tech span {
    color: #3f3f3f;
    padding: 8px 15px;
    font-weight: bold;
    background: #d5e3dc;
    -moz-border-radius: 30px; 
    -webkit-border-radius: 30px; 
    -khtml-border-radius: 30px; 
    border-radius: 30px; 
    height: 20px;
}

.arrow-nav-prev {
    background: url(/i/d/arrow-news.png) no-repeat;
    width: 15px;
    display: block;
    height: 20px;
    margin-right: 20px;
    margin-top: 3px;
    padding-right: 0 !important;
    float: left;
    margin-top: 3px;
}

.arrow-nav-next {
    background: url(/i/d/arrow-news.png) -15px 0px no-repeat;
    width: 15px;
    display: inline-block;
    height: 20px;
    margin-left: 25px;
    position: absolute;
    margin-top: 3px;
}

.arrow-nav-next-show {
    background: url(/i/d/arrow-news-next.png) right 5px no-repeat;
    padding-right: 17px;
}

.link-news {
    margin-top: 30px;
}

.link-news a {
    color: #d4595d;
    font: normal 13px/18px OpenSansIt;
}

.arrow-nav-prev-show {
     background: url(/i/d/arrow-news-prev.png) left 5px no-repeat;
     padding-left: 17px; 
}

.center-show {
    padding: 0 20px;
}

.news-int .theme {
    margin-bottom: 20px;
}

.news-content {
    margin-top: 10px;
}

a:hover.arrow-nav-next:hover,  a.arrow-nav-prev:hover {
    opacity: 0.7;
}

/*---- search-form ----- */
.info-form  {
    background: #c4d5cc;
    overflow: hidden;
    padding: 10px 10px 0px 30px;
    margin-bottom: 50px;
}

.info-form a.cansel {
    color: #628673;
    font: 600 14px/18px OpenSansLight;
}

.info-form span {
    color: #2c2c2c;
    font: 600 13px/18px OpenSansLight;
}

.search_block .info-form input {
    margin-right: 15px;
    width: auto;
}

.info-form .col-xs-9 {
    margin-top: 4px;
}

.info-form input.d {
    margin-right: 0px;
}
.info-form .col-xs-3 {
    padding: 0px;
}
.info-form button {
    background: #628673;
    margin-right: 10px;
    padding: 12px 30px;
    font: 600 14px/18px OpenSansLight;
}

.info-form button:hover {
    opacity: 0.8;
}

.doc-assort a.title {
    color: #7d9c8c;
    font: 600 16px/18px OpenSansLight;
    margin-top: 5px;
    display: block;
}
.text {
    margin-bottom: 5px; 
}

.download {
    margin-top: 10px;
}

.doc-assort {
    margin-bottom: 45px;
}

.doc-pop h3, .new-project h3 {
    color: #3f3f3f;
    font: bold 22px/22px OpenSansLight;
    display: block;
    width: 150px;
    letter-spacing: -1px;
    margin: 0 auto 10px;
}
.new-project h3 {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
}
.doc-pop, .new-project {
    margin-top: 40px;
    color: #737373;
}

.new-project {
    margin-top: 15px;  
}
.doc-pop a, .new-project a {
    color: #7d9c8c;
    display: block;
    font: bold 15px/18px OpenSansLight;
}

.doc-pop .doul {
    margin: 10px 0 20px;
}
.doc-pop li {
    padding: 20px 0 2px;
    text-align: center;
    background: url("/i/d/bord-pop.png") center bottom repeat-x;
}

.new-project li {
    padding: 10px 0;
    background: url("/i/d/bord-pop.png") center bottom repeat-x;
}

.doc-pop li.last-pop, .new-project li.last-project {
    background: none;
}

.group-list {
    
}

.group-block {
    background: #efefef url("/i/d/bord-group.jpg") left top no-repeat;
    margin-bottom: 10px;
    padding: 35px 15px 40px 30px;
}

.group-block a.title-gr {
    color: #7d9c8c;
}

.mark {
    background: url("/i/d/bord-pop.png") center top repeat-x;
    padding-top: 7px;
}
.menu-law ul {
    margin: 40px 0px 20px;
}
.menu-law ul li {
    background: #efefef url("/i/d/bord-group.jpg") no-repeat scroll left top;
    list-style-type: none;
    padding: 35px 25px 35px;
    margin-bottom: 10px;
}
.menu-law ul li a {
    color: #7d9c8c;
    font: bold 16px/22px OpenSansLight;
}

.map-site dl {
    margin-bottom: 0px;
}

.map-site dd a {
    color: #a68888;
    font: bold 22px/32px OpenSansLight;
    background: url("/i/d/arrow-sub-hover.png") left center no-repeat;
    padding-left: 20px;
}

.map-site dd.content{
    margin-left: 40px;
}

.map-site dl.close dd a, .map-site dl.leaf dd a {
    color: #628673;
    background: none;
}

.map-site dd.content dl.close dd.content dl.leaf dd a {
    color: #7d9c8c;
    background: url("/i/d/map-l3.png") left center no-repeat;
    font: bold 13px/22px OpenSansLight;
}

.map-site dd.content dd.content dd.content dl.leaf dd a, .map-site dd.content dl.close dd.content dl.close dd.content dl.leaf dd a {
    color: #7d9c8c;
    background: url("/i/d/map-l3.png") left center no-repeat;
    font: bold 13px/22px OpenSansLight;
    
}
.to_top{height: 250px;}

.map-site dd.content dl.close dd.content dl.close dd.content dl.leaf dd {
    margin-bottom: 10px;
}

.map-site dd.content dd.content dl.close dd a, .map-site dd.content dl.close dd.content dl.leaf dd a {
    color: #722a2d;
    background: url("/i/d/map-l2.png") left center no-repeat;
    font: bold 17px/21px OpenSansLight;
}
.map-site dd.content dd.content dl.close dd, .map-site dd.content dl.close dd.content dl.leaf dd  {
    margin-bottom: 5px;
}

.map-site dl.close dd, .map-site dl.leaf dd {
    margin-bottom: 3px;
}

dd.content {
    margin-bottom: 15px;
}


.map-site a:hover {
    opacity: 1;
    outline: ;   
}

.feedback-form .usual-text {
    margin: 15px 0;
}

.info-bl{
  margin-bottom: 20px;
}

.feedback-form .col-xs-10 {
    margin-bottom: 15px; 
}

.feedback-form .col-xs-4 {
    padding-left: 0px;
    margin-left: -20px;
}

.feedback-form .col-xs-6 {
    margin-left: -20px;
}

h2.error {
    background: #efefef;
    color: #838383;
    padding: 15px 20px;
    font-size: 14px;
}
.stictions {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 99999999;
}

.stictions .line-menu {
    background: #628673 url(/i/d/bg-menu-fix.jpg) repeat-x;
    padding-top: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #6d927e;
  color: #333;
}

.stictions #logo img {
    width: 220px;
}

.stictions {
    display: none;
}

.visible-clon {
    display: block;
}

.stictions .nav > li > a {
    padding: 0 15px;
}
.stictions #logo {
    margin-top: 28px;
    position: absolute;
    width: 220px;
}
.stictions .navbar-nav > li {
    padding: 0 10px 0 0;
}
.stictions .navbar-nav li a {
    max-width: 140px;
    height: 93px;
    font-size: 12px;
}
html, body, #main {height: 100%; }
body > #main { height: auto; min-height: 100%; } 

button i.fa {
    font-size: 14px;
}            
footer {
clear: both;
position: relative;
height: 3em;
margin-top: -3em;
}

.line-title.one h3 {
    display: block;
    width: 170px;
}

.bottom-menu .col-md-12 {
    padding-bottom: 10px;
    overflow: hidden;
}

.bottom-menu .col-md-12, .bottom-menu .col-md-3 {
    padding: 0px;
}
.bottom-menu .col-md-3.one-bl {
    padding-left: 15px;
    padding-right: 2px;
}
.menu-btn {
    padding: 20px 50px 0 0;
    overflow: hidden;
}

.table-responsive {
    border: 0px;
    overflow-x: auto;
    overflow-y: hidden; 
}

.left-bl {
   float: left;
}

.cont-int {
    float: right;
}

.captcha_block {
    margin-top: 20px;
}

.loginform input, loginform input {
    background: #767676;
    border: 0px;
    color: #fff;
    max-width: 23%;
    padding: 2px 2px 3px 7px;
}

.line-head .auto-center {
    position: relative;
    text-align: center;
}

.loginform a.exit {
    display: inline-block;


}
#frmEdit input {
    width: 40%;
}

input#del_img  {
    width: 1%;
}
.loginform-page.doc-pop {
    margin-top: 0px;
}
.loginform-page.doc-pop li {
    text-align: left;
    padding: 10px 0;
}

.loginform-page.doc-pop a.ex {
    display: block;
    background: none repeat scroll 0 0 #d4595d;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    float: left;
}


.loginform-page a.special {
    display: block;
}
.loginform button, .loginform a.exit {
    background: #7d9c8c;
    color: #fff;
    padding: 4px 28px;
    margin-right: 12px;
    margin-left: 5px;
}
.loginform button:hover, .loginform a.exit:hover {
    background: #8aa899;
    text-decoration: none;
}

.loginform a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    letter-spacing: -1px;
}
/* comment */   

.commetn-block {
    background: #e8e8e8;
    padding: 20px 40px 30px;
    overflow: hidden;
    margin-bottom: 45px;
}

.edit-block {
    float: right;
}

.img-comment {
    float: left;
    display: block;
}

.text-coment {
    display: block;
    margin-left: 150px;
}

a.btn-from-comment, a.answ {
    display: block;
    background: #d4595d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    float: left;
    margin: 30px 15px 0 0;
}
a.answ {
    text-decoration: none;
    float: right;
    
}
.commetn-block textarea {
    width: 100%;
    float: left;
}

.commetn-block .format-buttons {
    margin-top: 40px;
    clear: both;
}

.commetn-block button {
    float: right;
    margin-top: 30px;
}

.commetn-block button:hover, a.answer-btn:hover, a.btn-from-comment:hover, a.answ:hover  {
    text-decoration: none;
    background: #e97276;
}

.top-coment {
    background: #d5e3dc;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.top-coment a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
}
.top-coment a:hover {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    text-decoration: none;
}

.top-coment i {
    color: #3f3f3f;
    font: 600 13px/18px OpenSansLight;
    padding-left: 33px;
}
.auth_form a {
    color: #7d9c8c;
    font: 600 13px/18px OpenSansLight;
    letter-spacing: -1px;
}
.auth_form input {
    margin-bottom: 10px;
}
.mob-reg, .mob-enter {
    background: #7d9c8c;
    color: #fff !important;
    margin-right: 5px;
    padding: 4px 14px;
}

.mob-top {
    display: none;
}

.error404 footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.error404 .page-int {
   
}

.error404 .lang, .error404 .ico-head {
    position: relative;
}

.error404 .lang {
    top: 0px;
}
.error404 .page-int {
    padding-bottom: 100px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .line-menu {
        background: #628673;
    } 
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 0 20px;
    }
    .navbar-nav li a {
        width: 80px; 
    }
    
    .stictions .navbar-nav > li {
        padding: 0px;
    }

    .submenu, .news-block {
        padding: 5px 10px 20px;
    }
    
    .left-bl img {
        padding-right: 55px;
    }

        
    .form-group input {
        width: 100%;
    }
    
    .form-group .col-xs-3 button {
        margin-top: 20px;
    }
    
    a.cansel {
        display: block;
        margin: 20px 0 0 24px;
    }
    
    #main #div-chart2 div{
        width: 100% !important;
    }
    
    .line-head .col-md-2, .line-head .col-md-8 {
        padding: 0px;
    }
    
    .navbar-nav {
        margin: 0 auto;
        width: 870px;
    }
    
    .navbar-nav > li {
        padding: 0px;
    }
   
}

@media (max-width: 990px) {
    #home .one-news {
        margin-right: 0px;
    }
    #home .one-news {
        max-width: 100%;
    }
    #home .one-news .news_img {
        max-width: 390px;
    }
    
    .left-green {
        min-height: auto;
    }
    
   .left-bl {
        float: none;
    }

    .cont-int {
        float: none;
    }
    
    .right-green {
        padding-left: 0px;
        background: #d5e3dc;
        height: auto !important;
        padding-top: 30px;
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .left-green {
        padding-top: 30px;
    }
    .vertical .tabs li {
        width: 60%;
        min-width: 180px;
    }
    .bottom-menu .col-md-3 {
        padding-left: 15px;
    }
    
    .copy-int, .copy-int p {
        float: left;
        text-align: left; 
        width: 100%;
    }
    
    .copy-int {
        margin-top: 20px;
    }
    
    .soc {
        margin-top: 20px;
        text-align: left;
    }
      .fc, .twit, .googl, .youtube {
        margin: 0 10px 0 auto;
    }
    .box {
        margin-left: 33%;
        width: 65%;
    }
    .visible-clon {
        display: none;
    }
    
    .left-bl img {
        padding-right: 0px;
    }
    #ico-head {
        position: absolute;
        top: 15px;
        right: 5px;
    }
    
    .lang {
        position: absolute;
        left: 5px;
        top: 15px;
    }
    
    .mob-top {
    display: block;
    }
    
    .common {
        display: none;
    }
    
    .dynamic, .loginform-page.doc-pop {
        margin-top: 50px;
    }
}

@media (max-width: 965px) {
   .navbar-nav li a {
        width: 100%; 
        max-width: 100%;
    }

    .navbar-nav li a {
        height: auto;
        padding: 12px 20px;
    }
    
    .navbar-nav {
        margin: 7.5px 0;
    }

}


@media (max-width: 800px) {
    
    .search_block {
        float: left;
        margin: 20px 0 20px;
    }
    .search_block input {
        width: auto;
    }
    
    #logo {
        float: left;
        width: 100%;
    }

    .feedback-form .col-xs-4 {
        width: 100%;
    } 
    .feedback-form .col-xs-4 {
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 15px;
    }
    
    .feedback-form .col-xs-6 {
        width: 100%;
        margin-left: 0;
    }
    
    .feedback-form button {
        float: left;
    }
    
    .usual-text .col-xs-2 {
        width: 100%;
    }
    
    .cont-int h2 {
        font: 600 16px/20px OpenSansLight;
    }
    
   .error404 footer {
        position: relative;
        bottom: 0px;
    }
    
    #frmEdit input {
        width: 100%;
    }
}


@media (max-width: 700px) {
    #home .bg, #int {
       background: none;
    }
    .line-head a.en {
        padding-right: 10px;
    }

    #logo {
        margin: 35px 0 20px;
        width: auto;
    }
    
    #logo img {
        width: 100%;
    }
    
    .search_block {
        display: none;
    }
    
    .box {
        margin-left: 40%;
        width: 60%;
    }
        
    .cont-int h1 {
        font: 600 22px/24px OpenSansLight;
    }
    
    .cont-int h2 {
        font: 600 20px/22px OpenSansLight;
    }

    .news-arhiv .news_img img, #int .news-announ .news_img img {
        width: 100%;
    }
    button.mob-enter {
           margin-left: 10px !important;
    }
    
    #logo {
        margin-top: 100px;
    }
    .error404 #logo {
        margin-top: 30px;
    }
    
    
}


@media (max-width: 500px) {
    #main img {
        width: 100%;
    }
    
    #main img.img_com {
        width: auto;
    }
    #main .format-buttons img {
        width: auto;
    }
    
    #main .edit_form img {
        width: auto;
    }
    
    .box {
        margin-left: 100px !important;
        width: 60%;
    }

    .vertical .tabs li {
        min-width: 90px;
        background: #9cb7aa;
        padding-left: 4px;
        padding-right: 3px;
        width: 50%;
    }
    .vertical .tabs li.current {
       background: #fff; 
    }

    
    .vertical .tabs li {
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 14px ;
    }

    iframe {
        width: 100%;
    }

    .left-bl img {
        width: 100%;
        padding-right: 0px;
    }
    
    .doc-pop img {
        width: auto;
    }
    
    .form-group .col-xs-9, .form-group .col-xs-3 {
        width: 100%;
        padding-left: 0px;
    }
    
    a.cansel {
        display: block;
        margin: 33px 0 0 24px;
        float: left;
    }
    
    .info-form button {
        float: left;
    } 
     .cont-int table.contact-tbl th, .cont-int table.contact-tbl tr td{
        display: block;
        float: left;
        background: none;
        padding: 0 5px;
    }
    
    .cont-int table.contact-tbl tr {
        margin-bottom: 25px;
        display: block;
    }
    
    .map-site dd.content {
        margin-left: 10px;
    }
    .top-coment {
        padding: 15px 10px;
    }
    .top-coment i{
        display: block;
        padding-left: 0px;
    }
    
    .edit-block {
        float: left;
    }
    .cont-int a {
        float: none;
    }
    
    a.answ {
        float: right;
    }
    
    .text-coment {
        margin-left: 0px;
    }
    .auth_form input {
         margin-bottom: 15px;
    }
    .commetn-block {
        padding: 10px 15px 20px;
        margin-bottom: 25px;
    }

     .loginform a.exit {
        width: auto;
     }
     
     .loginform a {
         font: 600 12px/14px OpenSansLight;
         display: block;
     }
     
     #ico-head a {
            margin-left: 10px;
     } 
     
     .auto-center.col-md-8 {
        width: 95%;
     }
     
     .prof {
        font: 600 11px/14px OpenSansLight;
     }

    .loginform button, .loginform a.exit {
           padding: 4px 28px;
    }
    
    .prof {
        margin-bottom: 10px;
    }
    
    a.mob-reg, a.mob-enter {
        margin: 0 auto 10px;
        position: relative;
        width: 100px;
        display: block;
        margin-top: 10px;
    }
 
    a.mob-enter  {
        margin-top: 0px;
    }
    
    #frmEdit input {
        width: 100%;
    }
    .error404 .page-int {
        padding-bottom: 100px;
        width: 100%;
        margin: 0 auto;
}
}  

