
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
   font-family: 'PT Sans';
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: center;
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1, h2, h3, h4, h5 {
    color: #061822;font-weight: bold;
}

h1 {
    color: #5B8626;
    font-size: 18px;
    margin: 0 0 19px;
}

h2 {
    font-size: 18px;
    margin: 0 0 12px;
	color:#e6bb45;
}

h3 {	
	color:#5e5f61;
    font-size: 16px;
	margin: 0 0 14px;

}

h4 {
    font-size: 15px;
  
}
p {
    font-size: 15px;
    padding: 0 0 21px;
}
b{
	font-weight:bold;
}

html {
	
}

body {
	background:none #ecf1d7;
	font-family: 'PT Sans';
	color:#373737;     
	margin: 0 auto;
    padding: 0;
    width: 100%;
	font-size:14px;
	overflow-x: hidden;
}

a{   
   color:#744100;   
   -webkit-transition:color 0.2s ease-in;  
   -moz-transition:color 0.2s ease-in;  
   -o-transition:color 0.2s ease-in;  
   -ms-transition:color 0.2s ease-in;  
   transition:color 0.2s ease-in;  
}  
 
a:hover{color:#e6bb45;} 

.container{
    margin-left: auto;
    margin-right: auto;
	max-width: 1000px !important;
}
/*====================================================================================*/
.header{
	background:#5b8626;
	float: left;
	width: 100%;
}
.header .lang {
    float: left;
    margin: 10px 0 0 18px;
}
.header .lang a{
	color:#fff;
	display: inline-block;
    float: left;
	font-size:11px;
	font-weight:500;
	text-decoration:none;
	padding:5px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	 margin: 0 8px 0 0;
}
.header .lang a:hover, .header .lang a.cur{
	background: #e6bb45;
}
.header .social {
    float: right;
    margin: 11px 10px 0 0;
}
.header .social a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: none repeat scroll 0 0 #4A7219;
    display: block;
    float: left;
    height: 25px;
    margin: 0 7px 0 0;
    position: relative;
    width: 29px;
}
.header .social a.facebook img {
    left: 8px;
    position: absolute;
    top: 4px;
}
.header .social a.twitter img {
    left: 5px;
    position: absolute;
    top: 3px;
}

.header .social a.linkedin img {
    left: 6px;
    position: relative;
    top: 2px;
}
.header .social a.linkedin:hover{
    background:#2f81a3;
}
.header .social a.facebook:hover{
    background:#0152a3;
}
.header .social a.twitter:hover{
    background:#49c8f5;
}
.nav {
margin:0;
clear:none;}
.nav ul li{
	display:inline-block;
	float:left;
	position:relative;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	padding:0px;
	margin:0px;
	
}
.nav ul li a{
	
	text-decoration:none;
	color:#feffff;
	padding: 13px 9px 17px;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
	
	
}
.nav ul li a span{
	display:inline-block;
  padding: 13px 9px 15px;
}
.nav ul li ul {
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;  
    background: none repeat scroll 0 0 #4a7219;
    display: none;
    left: 0px;
    position: absolute;
    top: 46px;
	margin:0px;
    z-index: 100000;
	width:230px;
}
.nav ul li:hover, .nav ul li.active-trail{
	background:#4a7219;
}
.nav ul li:hover ul{
	display:block;
}
.nav ul li ul li,.nav ul li ul li a{
	 display: inline-block;width:100%;

}
.nav ul li ul li a span{
	display:inline-block;
	font-size:16px;
  padding: 10px 9px !important;
}
.nav ul li ul li a{
-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	width: 212px;
	text-transform:uppercase;
	font-size: 12px;
	padding: 10px 9px !important;


}
.nav ul li ul li a:hover{
	background:#e6bb45;
}
.nav ul li ul li a:hover{
	background:#e6bb45;
	
}
.nav ul li ul li:last-child{
}
.nav ul li ul li:last-child a:hover{
	background:#e6bb45;
}


#mobile select{
	padding:5px;
}

.visual{
position: relative;
}
.visual img{
	width:100%;
}
/*====================================================================================*/
.col3{
	margin: 0 0 26px;
    overflow: hidden;
    padding: 0;
}
.col3 .col{
	height:178px;
	color:#fff;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	float:left;
	display:table;
  }
 .col3 .col a{
	vertical-align:middle;
	display:table-cell;
	padding:0px;
	text-decoration:none;
	background:rgba(116,65,0,0.4);
	color:#fff !important;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
 }
 .col3 .col a:hover{
	background:rgba(116,65,0,0.7);
 }
 .col3 .col.alfa a{
	background:rgba(230,187,69,0.4);
 }
 .col3 .col.alfa a:hover{
	background:rgba(230,187,69,0.7);
 }
 .col3 .col.omega a{
	background:rgba(91,134,38,0.4);
 }
 .col3 .col.omega a:hover{
	background:rgba(91,134,38,0.7);
 }
 
 /*====================================================================================*/
 .row{
	overflow:hidden;
	width:100%;
 }
 .row.inner{
   padding: 27px 0 0;
 
 }
  .row .page{
	width:58.5%;
	float:left;
	}
.row .page.full{
	width:100%;
	float:left;
	}
  .row .aside{
	width:37.5%;
	float:right;
	}
  .row .aside h2{
	margin:0 0 19px;
	}
 .posts .item{
	overflow:hidden;
	clear:both;
	margin:0 0 6px;
	border-radius:5px;
	background:#fff;
	display:table;
	width:100%;
} 
 .posts  {
    margin: 0 0 7px;
}
 .posts .item .date{
	width:16%;
	height:100%;
	background:#e6bb45;
	color:#fff;
	border-radius:5px 0 0 5px;
	font-weight:bold;
	font-size:16px;
	text-align:Center;
	vertical-align:middle;
	display:table-cell;
	padding:0 5px;
 }
  .posts .item .date  span{
	font-size:13px;
  }
  
   .jobs .posts .item .date{
	color:#fff;
	border-radius:5px 0 0 5px;
	font-weight:400;
	font-size:11px;
	background:#744100;
	padding: 12px 5px 13px;
}
   .jobs .posts .item .date span{
	font-size:12px;
  }
 .posts .item .cont{
	height:100%;
	color:#5e5f61;
	font-weight:400;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	display:table-cell;
	padding:14px 10px;
 }
 .posts .item .cont a{
	color:#5e5f61;
	text-decoration:none;
}
  .jobs .posts .item .cont{
	color:#57585b;
 }
 
 .jobs  h2{
	color:#744100;
 }
 
 .more.floatright{
	color:#744100;
	font-size:14px;
	font-style:italic;
 }
  .more.floatright:hover{
  color: #e6bb45;
  }
 /*====================================================================================*/
.footer {
    border-top: 1px solid #A4BB40;
    margin: 30px 0 0;
    padding: 14px 0 30px;
    width: 100%;
	overflow:hidden;
}
.footer .footercol {
    color: #5E5F61;
    float: left;
    font-size: 13px;
    line-height: 23px;
    width: 33%;
	 overflow: hidden;
}
 .footer .footercol.omega{
	float:right;
	width:34%;
	text-align:right;
 }
 .footer .footercol .copy {
    display: block;
    font-size: 13px;
	color:#744100;
    margin: 0 0 2px;
}
 .footer .footercol .adres {
    font-size: 12px;
	color:#5e5f61;
}
a.webart {
    background: url("../images/webart.png") no-repeat scroll right top transparent;
    color: #5E5F61;
    display: block;
    font-size: 13px;
    height: 31px;
    margin: 19px auto 0;
    padding: 5px 105px 0 0;
    text-decoration: none;
    width: 105px;
}
a.webart.en{
padding: 5px 85px 0 0;
}
a.webart.ua{
padding: 5px 110px 0 0;
}
#search {
    background: url("../images/search.png") no-repeat scroll 203px 8px #FFFFFF;
    border: 1px solid #A4BB40;
    border-radius: 5px 5px 5px 5px;
    color: #919396;
    font-size: 14px;
    font-style: italic;
    height: 25px;
    margin: 19px 0 0;
    padding: 5px 41px 5px 12px;
    width: 180px;
}

 /*==================================contacts==================================================*/
 .webform-client-form{
	overflow:hidden;
	width: 96.3%;
	background:#fff;
	padding:11px;
 }

 
.webform-client-form   .form-item { 
    clear: both;
    float: left;
    margin: 0 0 11px;
    width: 100%;
}
.webform-client-form .form-item label {
    color: #696969;
    display: block;
    float: left;
    font-size: 15px;
    overflow: hidden;
    padding: 2px 0 0 6px;
    width: 247px;
	margin:0;
}
  .webform-client-form .form-item label req{
	color:#ff9000;
  }
.webform-client-form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(96, 56, 19, 0.45);
    color: #696969;
    display: block;
    float: left;
    font-size: 15px;
    height: 27px;
    margin: 0;
    outline: medium none;
    padding: 1px 11px 0;
    text-align: left;
    width: 271px;
}
.webform-client-form input[type="email"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(96, 56, 19, 0.45);
    color: #696969;
    display: block;
    float: left;
    font-size: 15px;
    height: 27px;
    margin: 0;
    outline: medium none;
    padding: 1px 11px 0;
    text-align: left;
    width: 271px;
}
.grippie{
display:none;
}
.webform-client-form .form-item select {
    padding: 1px 11px 0;
    height: 30px;
    width: 295px;
	color: #696969;
   	background:url("../images/select.png") no-repeat  265px ;
	 border: 1px solid rgba(96, 56, 19, 0.45);
	 -webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.captcha {
    float:left;
	 clear: both;
    float: left;
    margin: 0 0 11px;
    width: 100%;
}
.captcha img{
width: 72px;
height: 36px;
}
.form-item.form-type-textfield.form-item-captcha-response{
width: 473px;
}
.form-item.form-type-textfield.form-item-captcha-response input{
width: 138px;
margin: 0 58px 0 0;
}
.captcha  .description{
display:none;
}
.webform-client-form textarea{
	font-family: 'PT Sans';
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(96, 56, 19, 0.45);
    color: #696969;
    display: block;
    float: left;
    font-size: 15px;
    height: 146px;
    margin: 0;
    outline: medium none;
    padding: 1px 11px 0;
    text-align: left;
    width: 295px;
	resize:none;
}
input[type="submit"] {
    background: none repeat scroll 0 0 #E6BB45;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: none;
   font-family: 'PT Sans';
    font-size: 15px;
    height: 35px;
    margin: 22px auto 0;
    outline: medium none;
    padding: 0 0 2px;
    text-transform: uppercase;
    width: 208px;
}
  
.webform-client-form .form-actions.form-wrapper {
float:left;
width: 100%;
margin: 0;
}
.webform-client-form .form-actions.form-wrapper input[type="submit"]{
position:inherit !important;
background: none repeat scroll 0 0 #E6BB45;
border: medium none !important;
border-radius: 6px 6px 6px 6px !important;
color: #FFFFFF !important;
cursor: pointer !important;
display: block !important;
float: none !important;
font-family: 'PT Sans' !important;
font-size: 15px !important;
height: 35px !important;
margin: 24px auto 0 !important;
outline: medium none !important;
padding: 0 0 2px !important;
text-transform: uppercase !important;
width: 208px !important;
} 
.webform-client-form .form-actions.form-wrapper input:hover{
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: #5b8626;
}
 span.customSelect {
	font-size:15px;
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(96, 56, 19, 0.45);
    border-radius: 6px 6px 6px 6px;
    color: #696969;
	padding: 1px 11px 0;
	height: 27px;
    margin: 0;
    outline: medium none;
    padding: 1px 11px 0;
    text-align: left;
    width: 271px;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	background:url("../images/select.png") no-repeat center right;
	width:100% !important;
	margin: 2px 0 0;
}
.sidecontact h2{
	color:#a6bd41
}
.sidecontact .item,.contacts_kso .item{
	overflow:hidden;
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px;
}
.sidecontact .item .light,.contacts_kso .item .light{
    background: none repeat scroll 0 0 #A6BD41;
    clear: both;
    overflow: hidden;
   display: table;
   width:100%;
   padding: 7px 0;
}
.sidecontact .item .light .alignleft,.contacts_kso .item .light .alignleft {
    color: #4A7219;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
	width: 56%;
    padding: 0px 0 0px 20px;
	vertical-align: middle;
    text-transform: uppercase;
}
.sidecontact .item .light .alignright,.contacts_kso .item .light .alignright{
    color: #FFFFFF;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 30px;
    padding: 0px 24px 0px 0;
    vertical-align: middle;
    width: 135px;
}
.sidecontact .item .dark ,.contacts_kso .item .dark{
    background: none repeat scroll 0 0 #92A736;
    clear: both;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    display: table;
	padding: 7px 0;
   width:100%;
}
.sidecontact .item .dark span,.contacts_kso .item .dark span {
   display: table-cell;
	vertical-align:middle;
	height:100%;
	  padding: 8px 0;
}
#block-search-form{
float:right;
position:relative;
}
.form-item.form-type-textfield.form-item-search-block-form input{
float:right;
border: 1px solid #A4BB40;
color: #919396;
font-size: 14px;
font-style: italic;
height: 27px;
margin: 19px 0 0;
padding: 3px 41px 5px 12px;
width: 235px;
display: block;
-webkit-appearance: none;
box-sizing: content-box;

}
#block-search-form .form-actions.form-wrapper #edit-submit,#block-search-form .form-actions.form-wrapper #edit-submit--2,#block-search-form .form-actions.form-wrapper #edit-submit--3 {
display:block;
background: url("../images/search.png") no-repeat scroll 0px 0px #FFFFFF;
width:17px;
height:17px;
line-height:0px;
font-size:0px;
position:absolute;
right: 14px;
top: 6px;
border-radius: 0px;
}
.col3 #block-block-1,.col3 #block-block-2{
float:left;
width: 333px;
border-right: 1px solid #e4ba4a;
}
.col3 #block-block-3{
float:left;
width: 332px;
}
 /*====================================================================================*/
 /*====================================================================================*/
 /*====================================================================================*/
 /*====================================================================================*/
 
 #block-views-news-block .views-row {
 overflow: hidden;
clear: both;
margin: 0 0 6px;
background: #fff;
display: table;
width: 100%;
height: 67px;
 }
 #block-views-news-block .views-field.views-field-created{
 width: 16%;
height: 100%;
background: #e6bb45;
color: #fff;
font-weight: bold;
font-size: 16px;
text-align: Center;
padding: 18px 5px 18px;
vertical-align: middle;
display: table-cell;
 }
#block-views-news-block .views-field.views-field-title{
height: 100%;
color: #5e5f61;
font-weight: 400;
font-size: 14px;
text-align: left;
vertical-align: middle;
display: table-cell;
padding: 14px 10px;
  }
#block-views-news-block .views-field.views-field-title a{
  
color: #5e5f61;
text-decoration: none;
  }
#block-views-news-block .views-field.views-field-title a:hover{
  
color: #e6bb45;
text-decoration: underline;
  }
  
#block-views-vacancy-block .views-row {
overflow: hidden;
clear: both;
margin: 0 0 6px;
background: #fff;
display: table;
width: 100%;
height: 67px;
 }
#block-views-vacancy-block .views-field.views-field-title{
height: 100%;
color: #5e5f61;
font-weight: 400;
font-size: 14px;
text-align: left;
vertical-align: middle;
display: table-cell;
padding: 14px 10px; 
  }
#block-views-vacancy-block .views-field.views-field-title a{
color: #5e5f61;
text-decoration: none;
  }
#block-views-vacancy-block .views-field.views-field-title a:hover{
color: #744100;
text-decoration: underline;
}
#block-views-vacancy-block .views-field.views-field-unpublish-on{
width: 16%;
height: 100%;
color: #fff;
font-weight: 400;
font-size: 11px;
background: #744100;
padding: 14px 5px 13px; 
vertical-align: middle;
display: table-cell;
 }
#block-views-vacancy-block  .date-display-single{
font-size: 12px;
}
#block-views-vacancy-block .view-content,#block-views-news-block .view-content,.view.view-news .view-content,.view.view-vacancy .view-content{
margin: 0 0 7px;
}
footer.submitted{
display:none;
}
.view.view-news .views-row{
overflow: hidden;
clear: both;
margin: 0 0 6px;
background: #fff;
vertical-align: middle;
display: table;
width: 100%;
}
.view.view-news .views-row .views-field.views-field-created{
 width: 16%;
height: 100%;
background: #e6bb45;
color: #fff;
font-weight: bold;
font-size: 16px;
text-align: Center;
vertical-align: middle;
display: table-cell;
padding: 0 5px;

}
.view.view-news .views-row .views-field.views-field-title{
	height: 100%;
	color: #5e5f61;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	padding: 3px 10px;
}
.view.view-news .views-row .views-field.views-field-title a{
  
color: #5e5f61;
text-decoration: none;
  }
 .view.view-news .views-row .views-field.views-field-title a:hover{
  
color: #e6bb45;
text-decoration: underline;
  }
.field.field-name-body ul{
list-style: circle;
padding: 0 0 21px 15px;
}
.field.field-name-body ul li{
padding: 0 0 0 15px;
background:url("../images/list.png") no-repeat  left 8px ;
list-style:none;
margin: 0 0 5px 0;
}
.view.view-vacancy .views-row {
overflow: hidden;
clear: both;
margin: 0 0 6px;
background: #fff;
display: table;
width: 100%;
 }
.view.view-vacancy .views-field.views-field-title{
height: 100%;
color: #5e5f61;
font-weight: 400;
font-size: 14px;
text-align: left;
vertical-align: middle;
display: table-cell;
padding: 14px 10px;
  }
.view.view-vacancy .views-field.views-field-title a{
color: #5e5f61;
text-decoration: none;
  }
.view.view-vacancy .views-field.views-field-title a:hover{
color: #744100;
text-decoration: underline;
}
.view.view-vacancy .views-field.views-field-unpublish-on{
width: 16%;
height: 100%;
color: #fff;
font-weight: 400;
font-size: 11px;
background: #744100;
padding: 12px 5px 13px; 
vertical-align: middle;
display: table-cell;
text-align: center;
 }
.view.view-vacancy .date-display-single{
font-size: 12px;
}
.ruk_row{
float: left;
width: 93.5%;
background: url("../images/arr_hor.png") no-repeat  555px 13px  #fff;
padding:14px 18px 14px 18px;
margin:0 0 10px 0;
border:1px solid #f4f7e7;
}
.ruk_row.active{
background: url("../images/arr_vert.png") no-repeat  550px 13px  #fff;
}
.ruk_row_head{
width: 100%;
float: left;
cursor:pointer;
}
.ruk_row_head strong{
font-weight:500;
font-size:16px;
line-height:16px;
color:#fbaf3f;
text-transform:uppercase;
width: 200px;
display: block;
float:left;
}
.ruk_row_head span{
color:#777777;
font-weight:500;
font-size:15px;
line-height:16px;
margin:0 0 0 10px;
}
.ruk_row_body{
float: left;
padding:20px 0 0px 0;
display: none;
}
.ruk_row_body img{
float:left;
margin:0 25px 0 0;
}
.ruk_row_body p{
color:#777;
text-align: justify;
font-weight:500;
font-size:15px;
line-height:19px;
padding:0;
}
.ruk_row_body span{
color: #000;
font-size: 16px;
}
.akc{
float: left;
width: 93.5%;
background:#fff;
padding:14px 18px 14px 18px;
margin:0 0 10px 0;
border:1px solid #f4f7e7;
}
.akc h3{
color:#fbaf3f;
font-weight:500;
}
.akc img{
float:left;
margin:0 15px 15px 0;
}
.akc p{
font-size:14px;
color:#5e5f61;
line-height:21px;
}
 
.harv_cifr{
float:left;
width:100%;
position:relative;
}
.center_cifr{
background: url("../images/circle_cifr.png") no-repeat;
width:135px;
height:268px;
margin: 135px auto 130px 313px;
padding:105px 125px 0 125px;
text-align:center;
color:#fff;
font-size:17px;
line-height:21px;
}
.center_cifr span{
font-size:40px;
font-weight:bold;
line-height: 50px;

}
.cifr{
position:absolute;
}
.cifr span{

font-size:44px;
line-height:48px;
text-shadow:1px 1px 1px #fff;
}
.cifr span.small{
font-size:24px;
line-height:28px;
}
.cifr  p{
float: left;
font-weight:bold;
font-size:14px;
line-height:22px;
color:#58585a;
}
.cifr.one{
top: 5px;
left:462px;
}
.cifr.one span{
color:#faaf3f;
}
.cifr.one img{
float:left;
margin:60px 20px 0 0;
}
.cifr.two{
top: 20px;
right: 85px;

}
.cifr.two span{
color:#e3bb1a;
}
.cifr.two img{
float:left;
margin:100px 15px 0 0;
}
.cifr.three{
top: 460px;
right: 105px;
}
.cifr.three span{
color:#a6bd41;
margin: 0 5px 0 0;
}
.cifr.three img{
float:left;
margin:-5px 20px 0 0;
}
.cifr.four{
top: 440px;
left: 50px;
}
.cifr.four span{
color:#744100;
}
.cifr.four p{float:right;text-align:right;}
.cifr.four img{
float:right;
margin:40px  0 0 20px;
}
.cifr.five{
top: 45px;
left: 0px;
width: 369px;
}
.cifr.five span{
color:#744100;
text-align:right;
font-size: 66px;
}
.cifr.five span.small{
   font-size: 26px; 
}
.cifr.five p{float:right;text-align: right;
    width: 285px;
}
.cifr.five img{
float:right;
margin: 75px 0 0 8px;
}
.cifr.six{
top: 460px;
left: 85px;
}
.cifr.six span{
color:#fcbd56;
}
.cifr.six p{float:right;text-align:right;}
.cifr.six img{
float:right;
margin:-5px   0 0 20px;
}
.struct{
float:left;
width:100%;
position:relative;
}
.struct_circ{
background: url("../images/struct_circ.png") no-repeat;
width:333px;
height:333px;
margin:110px auto 120px auto;
text-align:center;
}
.struct_circ img{
margin:80px 0 0 0;
}
.struc{
position:absolute;
text-align:center;
}
.struc span{
font-size:28px;
line-height:32px;
text-shadow:1px 1px 1px #fff;
font-weight:bold;
margin: 0px 0 5px 0;
display: inline-block;
}
.struc p{
font-weight:bold;
font-size:14px;
line-height:18px;
color:#58585a;

}
.struc.one {
top:0px;
left:390px;
}
.struc.one span {
color:#a6bd41;
}
.struc.two {
top:65px;
right:110px;
text-align:left;
}
.struc.two span {
color:#fbaf3f;
}
.struc.three {
top:160px;
right:20px;
text-align:left;
}
.struc.three span {
color:#8cc63e;
}

.struc.four {
top:265px;
right:60px;
text-align:left;
}
.struc.four span {
color:#65994c;
}
.struc.five {
top:365px;
right:115px;
text-align:left;
}
.struc.five span {
color:#5b8626;
}
.struc.six {
top:450px;
right:200px;
text-align:left;
}
.struc.six span {
color:#c8bc3e;
}
.struc.seven {
top:450px;
left:225px;
text-align:right;
}
.struc.seven span {
color:#fcbd56;
}
.struc.eight {
top:365px;
left:125px;
text-align:right;
}
.struc.eight span {
color:#e6bb45;
}
.struc.nine {
top:265px;
left:60px;
text-align:right;
}
.struc.nine span {
color:#bfac00;
}
.struc.ten {
top:160px;
left:50px;
text-align:right;
}
.struc.ten span {
color:#c8bc3e;
}
.struc.eleven {
top:65px;
left:125px;
text-align:right;
}
.struc.eleven span {
color:#d8d954;
}


.view.view-sales .views-row{
 overflow: hidden;
clear: both;
margin: 0 0 6px;
background: #fff;
display: table;
width: 100%;
}
.view.view-sales .views-row .views-field.views-field-created{
 width: 16%;
height: 100%;
background: #5c7d26; 
color: #fff;
font-weight: bold;
font-size: 16px;
text-align: Center;
vertical-align: middle;
display: table-cell;
padding: 0 5px;
}
.view.view-sales .views-row .views-field.views-field-title{
height: 100%;
color: #5e5f61;
font-weight: 400;
font-size: 14px;
text-align: left;
vertical-align: middle;
display: table-cell;
padding: 14px 10px;
  }
.view.view-sales .views-row .views-field.views-field-title a{
  
color: #5e5f61;
text-decoration: none;
  }
.view.view-sales .views-row .views-field.views-field-title a:hover{
  
color: #5c7d26;
text-decoration: underline;
  }
.vac_row{
float:left;
width: 100%;
background: #fff;
margin:0 0 10px 0;
}
.vac_head{
float:left;
width: 100%;
}
.vac_row label{
float:left;
margin:0 5px 0 0;
}
.vac_brown{ 
float: left;
padding:10px 20px;
width: 93.3%;
background:#744100;
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: url("../images/white_arrow_hor.png") no-repeat 550px 35px #744100;
}
.vac_row.active .vac_brown{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: url("../images/white_arrow_vert.png") no-repeat 545px 45px #e6bb45;
}
.vac_open{
float:left;
color:#ffffff;
font-size:12px;
}
.vac_close{
float:right;
color:#e6bb45;
font-size:12px;
}
.vac_row.active .vac_close{
color:#fff;
}
.vac_title{
float: left;
width: 100%;
clear: both;
margin:15px 0 0px 0;
color:#fff;
font-size:16px;
text-transform:uppercase;
}
.vac_title:hover{
color:#e6bb45;
cursor:pointer;
}
.vac_row.active .vac_title:hover{
color:#744100;
cursor:pointer;
}
.vac_customer{
float: left;
width: 93.3%;
margin:0 20px;
color:#744100;
font-size:13px;
}
.vac_customer label{
color:#696969;
font-size:13px;
margin:0 5px 5px 0;
}
.vac_dest{
float: left;
width: 93.3%;
margin:0 20px;
color:#744100;
font-size:13px;
}
.vac_dest label{
color:#696969;
font-size:13px;
margin:0 5px 5px 0;
}
.vac_body{
display: none;
border-top:1px solid #e6bb45;
float: left;
width: 93.3%;
padding:20px 20px;
color:#5e5f61;
font-size:15px;
}
.vac_send{
float: left;
width: 93.3%;
text-align:center;
margin:0 20px;
}
.vac_send a{
display:inline-block;
margin:15px 0 0px 0;
padding:10px 35px;
background-color:#e6bb45;
color:#fff;
text-transform:uppercase;
font-size:15px;
text-decoration:none;
border-radius:7px;
cursor:pointer;
}
.vac_send a:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background:#5b8626;
}
.vac_arrow{
float:left;
width: 100%;
background: url("../images/arr_hor.png") no-repeat 555px 13px #fff;
}
.vac_row.active .vac_arrow{
background: url("../images/arr_vert.png") no-repeat 550px 13px #fff;
}
.tender{
float:left;
width:100%;
background: url("../images/tender.png") repeat   transparent;
height:73px;
color:#ffffff;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:73px;
margin: 0 0 30px 0;
cursor:pointer;
}
.tender_left{
float:left;
width:84px;
height:100%;
margin:0 10px 0 0;
background: url("../images/tender_bg.png") no-repeat  right 0px  transparent;
}
.tender_right{
float:left;
height:100%;
}
#block-block-8 h2{
color: #5B8626;
}
.view.view-gallery .views-row{
float:left;
background:#fff;
margin:0 10px 10px 0;
width: 185px;
}
.view.view-gallery .views-row .views-field-field-photos{
float:left;
padding:0px 7px;
}
.view.view-gallery .views-row .views-field-field-photos a{
float: left;
}
.view.view-gallery .views-row .views-field-field-photos img{
float: left;
opacity:0.9;
}
.view.view-gallery  .views-field-title{
clear:both;
background:#fff;
padding:10px 10px;
height: 34px;
width:170px;
vertical-align: middle;
display: table-cell;
text-align:center;
}
.view.view-gallery  .views-field-title a{
color:#5B8626;
font-weight:bold;
font-size:13px;
text-transform:uppercase;
text-decoration:none;
}
.view.view-gallery .views-row .views-field-field-photos img:hover{
opacity:1;
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.view.view-gallery .views-row:hover .views-field-field-photos img{
opacity:1;
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.view.view-gallery .views-row:hover .views-field-title a{
color:#e6bb45;
}
.view.view-gallery  .views-field-title a:hover{
color:#e6bb45;
}
.field.field-name-field-photos .field-item{
float:left;
margin:0 5px 10px 0;
padding:5px 10px;
background:#fff;
}
.field.field-name-field-photos .field-item a{
float:left;
}
.field.field-name-field-photos .field-item img{
opacity:0.9;
float:left;
}
.field.field-name-field-photos .field-item:hover img{
opacity:1;
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.vac_body ul{
list-style: circle;
padding: 0 0 21px 15px;
}
.vac_body ul li{
padding: 0 0 0 15px;
background: url("../images/list.png") no-repeat left 8px;
list-style: none;
margin: 0 0 5px 0;
}
u{
font-size:17px;
color:#5b8626;
text-decoration:none;
font-weight:600;
}
#tasks{
margin: 20px 0 20px 0;
}
#tasks ul{
height: 24px;
border-bottom:1px solid #5b8626;
}
#tasks ul li a{
padding: 5px 10px;
border-radius:5px 5px 0 0;
background:#5b8626;
color:#fff;
border:1px solid #5b8626;
}
#tasks ul li a.active,#tasks ul li a:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background:#e6bb45;
border:1px solid #e6bb45;
}
#user-login input{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid rgba(96, 56, 19, 0.45);
color: #696969;
display: block;
float: left;
font-size: 15px;
height: 27px;
margin: 0;
outline: medium none;
padding: 1px 11px 0;
text-align: left;
width: 271px;

}
#user-login .form-item{
float:left;
margin: 0 0 15px 0;
}
#user-login .form-item label{
margin: 0 0 10px 0;
}
#user-login .description{
float: left;
clear: both;
margin: 5px 0 0 0;
}
#user-login  .form-actions{
float:left;
clear:both;
margin: 10px 0 0 0;
}
#user-login .form-actions input{
position:inherit !important;
float:left;
border: none;
text-align:center;
height: 30px;
width: 295px;
background-color:#e6bb45;
color:#fff !important;
text-transform:uppercase;
font-size:15px !important;
text-decoration:none !important;
cursor:pointer;
}
#user-login .form-actions input:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background:#5b8626;
}
#map_google{
width:100%;
height:400px;
}
.infobubble {
text-align: center;
}
.infobubble span{
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.map_row{
float:left;
width:100%;
background-color:#faf0d6;
padding:0 0 0px 0;
margin:0 0 10px 0;
}
.map_head{
padding:10px;
cursor:pointer;
background: url("../images/white_arrow_hor.png") no-repeat  340px 10px #e6bb45;
}
.map_row.active .map_head{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: url("../images/white_arrow_vert.png") no-repeat  333px 15px #754b10;
}
.map_head:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color:#754b10;
}
.map_head h3{
margin:0;
padding:0;
text-transform:uppercase;
color:#fff;
}
.map_body{
padding:10px 0 10px 0;
height: 236px;
}
.map_body ul{
padding: 10px 20px;
}
.map_body ul li{
font-weight:600;
font-size:16px;
color: #5e5f61;
}
.map_body li ul{
padding: 10px 0px;
}
.map_body li ul li{
padding:0 28px;
background: url("../images/list_brown.png") no-repeat  10px 10px;
cursor:pointer;
}
.map_body li ul li a{
color:#5e5f61;
text-decoration:none;
font-size:15px;
line-height:24px;
font-weight:500;
}
.map_body li ul li:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color:#c7b18b;
background: url("../images/list_white.png") no-repeat  10px 10px #c7b18b;
}
.map_body li ul li:hover a{
color:#fff;
}
.row.inner.map h1{
width: 62.1%;
float:left;
}
.row.inner.map h2{
width: 36.9%;
float:right;
display: none;
}
.map_cont{
float: left;
width: 99%;
padding:5px;
background:#fff;

}
.map_cont .page{
width: 62.1%;
}
.map_cont .aside{
width: 36.9%;
}
.zoom{
text-align:center;
}
a.zoom_out{
display: inline-block;
margin: 5px 0px 0px 0px;
padding: 10px 18px;
background-color: #5b8626;
color: #fff;
font-size: 15px;
text-decoration: none;
border-radius: 7px;
cursor: pointer;
}
a.zoom_out:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color:#e6bb45;

}
#webform-client-form-28,#webform-client-form-427,#webform-client-form-545{
padding: 0 0 20px 0;
width:100%;
}
#webform-client-form-28 fieldset,#webform-client-form-427 fieldset{
padding: 0 0 15px 0;
float:left;
}
#webform-client-form-545 fieldset{
    width: 100%;
    padding: 0 0 15px 0;
}
#webform-client-form-545 fieldset .fieldset-wrapper{

    padding: 15px;
}
#webform-client-form-545 .form-item.form-type-radio{
    width: 295px;
    clear: none;
}
#webform-client-form-545 .captcha{
    padding: 0 15px;
}
#webform-component-dopolnitelnaya-informaciya--gotovnost-k-pereezdu-i-prozhivaniyu-v-selskoy-mestnosti-doneckoy-oblasti label{
    padding: 0 24px 0 6px;
width: 217px;
}
#webform-client-form-545 .form-item.form-type-radio label{
    width: 35px;    
}
#webform-client-form-28 legend,#webform-client-form-427 legend,#webform-client-form-545 legend{
width: 95.2%;
background-color:#744100;
color:#e6bb45;
text-transform:uppercase;
font-size:14px;
font-weight:600;
padding:12px 15px;
margin:0 0 15px 0;
}
.webform-component-fieldset.form-wrapper.webform-addmore{
border-bottom:1px solid #e6bb45;
padding:10px 0;
}
#webform-component-personalnaya-informaciya{
float:left;
width: 49.97%;

}
#webform-component-personalnaya-informaciya legend{
width: 89.8%;
}
#webform-component-personalnaya-informaciya .fieldset-wrapper{padding: 0 15px;}
#webform-component-personalnaya-informaciya input{
width: 236px;
}
#webform-component-kontaktnaya-informaciya{
float:right !important;
width: 49.97%;
}
#webform-component-kontaktnaya-informaciya legend{
width: 89.8%;
}
#webform-component-kontaktnaya-informaciya .fieldset-wrapper{padding: 0 15px;}
#webform-component-kontaktnaya-informaciya input{
width: 236px;
}
#webform-component-kontaktnaya-informaciya label,#webform-component-personalnaya-informaciya label{
padding: 0px 0 0 0px;
margin:0 0 15px 0;
}
#webform-client-form-28 fieldset fieldset.webform-component-fieldset.form-wrapper.webform-addmore,#webform-client-form-427 fieldset fieldset.webform-component-fieldset.form-wrapper.webform-addmore{
padding:15px;
float:left;
} 
#webform-component-opyt-raboty--drugoy-opyt{
padding:15px;
float:left;
}
#webform-component-dopolnitelnaya-informaciya .fieldset-wrapper{
padding:15px;
float:left;
}
#webform-client-form-28 .del-btn,#webform-client-form-427 .del-btn {
border: none;
background: none;
color:#603813;
font-size:15px;
padding: 0  0 0 45px;
cursor:pointer;
height:34px;
line-height:34px;
text-decoration:underline;
background: url("../images/delete_string.png") no-repeat  left center transparent;
margin: 0 0 0 7px;

}
#webform-client-form-28 .captcha,#webform-client-form-427 .captcha{
padding: 0 15px;
}
#webform-client-form-28 .del-btn:hover,#webform-client-form-427 .del-btn:hover{
color: #e6bb45;
text-decoration:none;
}
#block-system-main-menu{
float:left;
}
.add-more.button.white{
border: none;
background: none;
float:right;
margin: 15px 20px 15px 0;
color:#603813;
font-size:15px;
line-height:34px;
padding: 0 45px 0 0;
cursor:pointer;
height:34px;
text-decoration:underline;
background: url("../images/add_string.png") no-repeat  right center transparent;

}
.add-more.button.white:hover{
color: #e6bb45;
text-decoration:none;
}
#webform-component-obrazovanie-i-navyki--dopolnitelnoe-obrazovanie{
padding:0 15px;
}
form.search-form #edit-submit{
margin: 22px 0;
width: 226px;
}
form.search-form .form-item.form-type-textfield.form-item-keys label{
float:left;
width:100%;
}
form.search-form .form-item.form-type-textfield.form-item-keys input{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid rgba(96, 56, 19, 0.45);
border-radius: 6px 6px 6px 6px;
color: #696969;
display: block;
float: left;
font-size: 15px;
height: 27px;
margin: 0;
outline: medium none;
padding: 1px 11px 0;
text-align: left;
width: 202px; 
margin:0
}
form.search-form #edit-keys{
float: left;
clear: both;
margin: 10px 200px 10px 0;
}
.search-advanced input[type=text]{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid rgba(96, 56, 19, 0.45);
color: #696969;
width: 202px; 
outline: medium none;
padding: 1px 11px 0;
font-size: 15px;
height: 27px;
}
.search-advanced .action input {
width: 226px;

}
.more-link {
float: right;
}
.more-link a{
color: #744100;
font-size: 14px;
font-style: italic;
}
.more-link a:hover{
color: #e6bb45;
}
.hotline{
background: #5b8626;
float: left;
position: fixed;
top: 107px;
right: 0px;
width: 27px;
height: 176px;
font-size: 10px;
vertical-align: middle;
padding: 26px 0px 0px 8px;
color: #fff;
}
.hotline div{
display: block;
height: 100%;
}
.hotline  .block-content.content a{
display: block;
width: 12px;
height: 100%;
}
.news_full .views-row{
width: 49% !important;
clear:none !important;
height:67px;
}
.news_full .views-row.views-row-odd{
float: left !important;
}
.news_full .views-row.views-row-even{
float: right !important;
}
.node-news .submitted{
display:block;
}
.news_date{
margin: 0 0 10px 0;
font-style: italic;
}
ul.pager{
margin:20px 0 0 0 !important;
}
.pager-current.odd{
color: #5B8626;
font-size: 16px;
}
.pager-previous,.pager-next{

}

.pager-previous a,.pager-next a{
color: #fff;
font-size:16px;
line-height:16px;
text-decoration:none;
font-weight:bold;
background: #e6bb45;
font-size: 16px;
color: #fff;
padding: 5px !important;
display:inline-block !important;
}
.pager-previous a:hover,.pager-next a:hover{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: #5B8626;
}
div.feed-icon{
float: right;
margin: 2px 15px 0 0;
}
#mobile ul{
display:none;
}
#mobile ul li {
width:100%;
border-bottom:1px solid #e6bb45;
}
#mobile ul li.last{
border-bottom:none;
}
#mobile ul li a{
padding: 10px 18px 9px;
}
#mobile ul li  ul{
display:none;
position:inherit;
top:0px;
left:0px;
width:100%;
background: #5b8626;
padding:0 0 10px 38px;
}
#mobile ul li  ul li
{border-bottom:none;}
#mobile ul li  ul li a{
padding: 8px 9px !important;
}
#mobile ul li:hover,#mobile ul li.active-trail {
background: #e6bb45;
}
#mobile ul li:hover ul{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
display:block;
}
#mobile ul li ul li:hover,#mobile ul li ul li.active-trail {
background: #5b8626;
}
#mobile ul li ul li a:hover,#mobile ul li ul li a.active-trail {
background: #5b8626;
color:#e6bb45;
}
.mobile_menu_header{
height:36px;
padding:0 0 0 18px;
background:#4a7219;
color:#fff;
text-transform:uppercase;
font-size:13px;
line-height:36px; 
cursor:pointer;
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background: url("../images/white_arrow_hor.png") no-repeat 662px 8px #4a7219;  
}
#mobile.active .mobile_menu_header{
-webkit-transition:  0.2s ease-in;
-moz-transition:  0.2s ease-in;
-o-transition:  0.2s ease-in;
-ms-transition: 0.2s ease-in;
transition: 0.2s ease-in;
color:#e6bb45;
background: url("../images/white_arrow_vert.png") no-repeat 658px 15px #4a7219; 
}
.mobile_icon{
display:block;
width:28px;
height:20px;
float:left;
margin: 7px 10px 0 0; 
background: url("../images/mobile_icon.png") no-repeat  right center transparent;
}
#edit-submitted-prikrepit-fayl-ajax-wrapper,
#edit-submitted-prikrepit-fayl--2-ajax-wrapper,
#edit-submitted-prikrepit-fayl--3-ajax-wrapper {
float: left;
width: 555px;
padding: 0 15px 15px 15px;
}
#edit-submitted-prikrepit-fayl-ajax-wrapper input[type='file'],
#edit-submitted-prikrepit-fayl--2-ajax-wrapper input[type='file'],
#edit-submitted-prikrepit-fayl--3-ajax-wrapper input[type='file']{
width: 110px;
float: left;
}
#edit-submitted-prikrepit-fayl-ajax-wrapper input[type='submit'],
#edit-submitted-prikrepit-fayl--2-ajax-wrapper input[type='submit'],
#edit-submitted-prikrepit-fayl--3-ajax-wrapper input[type='submit']
{
float: right;
width: 110px;
margin: 0 8px 0 0;
border-radius: 6px 6px 6px 6px !important;
}

.page-node-28 .messages{
float: left;
width: 555px;
padding: 0 15px 15px 15px;
}



#block-locale-language{
    display: none;
}


.field-name-field-news-photo figure{
	margin: 0 0 20px 0;
}

#map_ukraine{
    float: left;
width: 100%;
text-align: center;
}
.map_activate{
    cursor: pointer;
}
.page-node-533 .ruk_row_head strong,.page-node-538 .ruk_row_head strong,.page-node-537 .ruk_row_head strong{
    width: inherit;
    max-width: 75%;
    line-height: 21px;
}
.page-node-533 .ruk_row_body p,.page-node-538 .ruk_row_body p,.page-node-537 .ruk_row_body p{
    margin-bottom: 20px;
}
.page-node-533 .ruk_row_body h3,.page-node-538 .ruk_row_body h3,.page-node-537 .ruk_row_body h3{
    font-weight: 500;
    color: #5B8626;
}
.page-node-533 .ruk_row_body ul li,.page-node-538 .ruk_row_body ul li,.page-node-537 .ruk_row_body ul li{
    color: #777;
}

.content p {
	text-align: justify;
	
}

span.views-label.views-label-unpublish-on {
	display: none !important;
}

.cennost-item .row {
    margin: 15px 0 0 -15px;
    padding: 15px 0 0 11px;
}

.text-center {
    text-align: center;
}

.cennost-item .row .title-item {
    margin: 15px 0 6px 0;
}

.col-sm-6 .btn {
	color: #006742 !important;
	border: 1px solid #006742;
	padding: 12px 27px;
	line-height: 20px;
	text-transform: none;
	background: #ffffff;
	margin: 27px !important;
	display: inline-block !important;
	text-decoration: none !important;
}

.col-sm-6 .btn:hover {
    color: #fff !important;
    background: #1A7655;
}
.col-sm-6 {
	width: 45%;
	float: left !important;
	background: #f7fff5;
	margin: 0;
	min-height: 185px;
	text-align: center !important;
	padding: 12px 12px 0px 11px;
	margin: 0 5px 5px 0;
}


.col-sm-12 {
width: 554px;
float: left !important;
background: #f7fff5;
margin: 0;
min-height: 95px;
text-align: center !important;
padding: 12px 12px 0px 11px;
margin: 0 5px 5px 0;
height: 120px !important;
}

/* 05.11.2018 */
fieldset#webform-component-yazyki,
fieldset#webform-component-navyki-raboty-s-kompyuterom,
fieldset#webform-component-opyt-raboty,
fieldset#webform-component-obrazovanie-i-navyki {
	display: none !important;
}

#edit-submitted-prikrepit-fayl-upload-button {
	display: none !important;
}

.width_100 {
	width: 100% !important;
	height: auto !important;
}

.rating_table_1 {
	font-size: 20px;
	background: #fff;
}

.rating_table_1 th,
.rating_table_1 td {
	padding:5px 10px;
}


.messages.error,
.error {
	display: none !important;

}


.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	/* left: 0; */
	right: 20px;
	bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, sans-serif !important;
	color: #FFF !important;
	background: rgb(149,255,250);
	background: linear-gradient(0deg, rgb(149, 255, 250) 0%, rgb(35, 149, 95) 15%, rgb(56, 130, 23) 100%);
	padding: 10px 20px;
	border-top: 4px solid #BFE2FF;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	max-width: 450px;
	opacity: 0.8;
	border-radius: 5px;
}

.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}

.cookie_btn a {
    color: #fff !important;
}

.cookie_btn:hover {
    color: #fff;
	opacity: 0.8;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #fff;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}



a.cookie_btn {
    display: inline-block !important;
    margin: 10px 6px 4px 6px !important;
    text-decoration: none;
    position: relative;
    font-size: 14px !important;
    padding: 4px 12px !important;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    background: #0e6c0a;
    border: 2px solid #BFE2FF;
    border-radius: 8px;
    box-shadow: 0 0 4px #ccc;
}

a.cookie_btn:hover {
	opacity:0.8;
}