body{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'PT Sans', sans-serif;
	position: relative;
	min-width: 320px;
	font-size: 16px;
}
html,body, .content {
	min-height: 100%;
}

html,body {
	height: 100%;
}

.both,
.clear {
	clear:both;
}

.clear_end:after {
	display: block;
	content: '';
	clear: both;
}

.no_sie_padding {
	padding-left: 0;
	padding-right: 0;
}

.container {
	position: relative;
}

#content:after,#page:after,.container:after{
	clear:both;
	content:" ";
	display:table;
}
a,a:hover, a:focus{
	text-decoration:none;
	outline: none;
}

a,a:hover, .transition, .transition:hover {
	cursor: pointer;
	transition: ease-in-out 0.25s;
}

.position-relative{
	position: relative;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.first_menu{
	width: 100%;
	height: 50px;
	background:#009481;
}
.globus{
	float:left;
	padding-top: 10px;
}
.languages{
	background:transparent;
	border: 1px solid #40afa1;
	color:#fff;
	width: 108px;
	height: 28px;
	margin-left: 7px;
	margin-top: 10px;
	outline: none;
	border-radius: 2px;
}

.languages:hover{
	transition-duration: 0.25s;
	border: 1px solid #fff;
}

.languages option{
	background:transparent;
}

.for_regist{
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-top: 15px;
    padding: 0 15px;
}

.for_regist:hover{
	transition-duration:0.25s;
	color:#09413a;
	cursor: pointer;
}
.one_lang{
    background: transparent;
    border: 1px solid #40afa1;
    color: #fff;
    width: 108px;
    height: 28px;
    margin-top: 10px;
    outline: none;
    border-radius: 2px;
    float: left;
    padding-left: 10px;
    font-size: 13px;
    padding-top: 4px;
}

.for_regist:first-child{
	background: url('/images/border.png') no-repeat 100% 100%;
}

#registration{
	
}
.search_site{
	float:right;
	width: 280px;
}

#searchname{
	background:transparent;
	border:0px;
	outline: none;
	border-bottom: 1px solid #40afa1;
	color:#fff;
	width: 250px;
	height: 28px;
	line-height: 1.2;
	float:left;
	margin-top: 8px;
}

.search_site:hover #searchname{
	transition-duration: 0.25s;
	border-bottom: 1px solid #fff;
}

#searchname:focus{
	border-bottom: 1px solid #fff;
}

#searchkey{
	background: url(/images/search.svg) no-repeat;
    width: 19px;
    height: 20px;
    outline: none;
    border: none;
    margin-top: 13px;
    margin-left: 5px;
}

#searchkey:hover {
	background: url(/images/search_hover.svg) no-repeat;
	width: 19px;
    height: 20px;
}

#searchkey:active {
	background: url(/images/search_click.svg) no-repeat;
	width: 19px;
    height: 20px;
}

.personal_data{
	padding-left: 60px;
}

::-webkit-input-placeholder {color:#a3cec7;}
::-moz-placeholder          {color:#a3cec7;}
:-moz-placeholder           {color:#a3cec7;}
:-ms-input-placeholder      {color:#a3cec7;}

input:focus::-webkit-input-placeholder {color:transparent;}
input:focus::-moz-placeholder          {color:transparent;}
input:focus:-moz-placeholder           {color:transparent;}
input:focus:-ms-input-placeholder      {color:transparent;}

.second_menu{
	width: 100%;
	height: 100px;
	background:#fff;
	border-bottom: 1px solid #c1cfce;
}
.main_logo{
	float:left;
	padding-top: 10px;
}
.p4ec_logo{
	float:right;
	padding-top: 10px;
}
.point_menu{
	color:#09413a;
	font-size: 19px;
	text-transform:uppercase;
	display: block;
	/*float:left;*/
	font-weight: 600;
	height: 40px;
	border-right: 1px solid #bfbfbf; 
	line-height: 2.5;
	margin-top: 30px;
	width: 157px;
	text-align:center;
	transition: ease-in-out 0.25s;
}
.point_menu:hover{
	transition: ease-in-out 0.25s;
	color: #009481;
	cursor: pointer;
}
.link_menu{
	position:relative;
	float:left;
}

.dropdown_menu {
	margin: 0;
	padding: 10px 18px;
	list-style-type: none;
	border: 1px solid #a1a1a1;
	width: 280px;
	background-color: #fff;
	position: absolute;
	z-index: 50;
	top: 100px;
	left: 30px;
}

.dropdown_point:after {
	display: block;
	content: '';
	position: absolute;
	
}

.dropdown_menu a {
	display: block;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #bfbfbf;
	padding: 8px 0px;
}

.dropdown_menu a:hover {
	color: #009481;
}

.dropdown_menu li:last-of-type a {
	border-bottom: 0;
}

.link_menu:nth-child(6) .point_menu {
	border-right: none;
}

.wrapper_menu{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.wrapper_menu a {
	display: block;
}

.slider_zone{
	width: 100%;
	height: 650px;
	z-index: 10;
}

.social_links{
	position:absolute;
	right:17px;
	top: 140px;
	z-index: 10;
}

.soc_links{
	display:block;
}

.mobile_menu{
    font-size: 23px;
    line-height: 1.7;
    color:#009481;
}

.wrapper_dropmenu{
	width: 100%; 
	height: 100%; 
	/*background: rgba(0,0,0,0.5);*/
	position: fixed;
	top:90px;
	left:0;
	z-index: 150;
}

.dropdownmobile{
	width: 320px; 
	margin: auto; 
	height: 430px; 
	background: #fff;
}
.content_menu{
	width: 95%;
	margin:auto;
}

.homebutton{
	margin-top: 15px;
}
.first_link{
	border: 1px solid #bfe4df;
	height: 42px;
	line-height: 2.2;
	font-size: 18px;
	color:#000;
	display:inline-block;
	width: 100%;
	border-radius:3px;
	padding-left: 9px;
	background: url('/images/home.png') no-repeat 90% 50%;
}
.lang_link{
	border: 1px solid #bfe4df;
	height: 42px;
	line-height: 2.2;
	font-size: 18px;
	color:#000;
	display:inline-block;
	width: 100%;
	border-radius:3px;
	padding-left: 9px;
	background: url('/images/arrow_mobile.png') no-repeat 90% 50%;
}

.antent_name_main{
    color: #009481;
    font-size: 45px;
    margin-top: -27px;
    margin-bottom: 3px;
}

.title_name_events_main{
	color: #009481;
    font-size: 45px;
    margin-bottom: 3px;
    margin-top: 22px;
}

.open_menu{
	display:block;
}
.bottom_line{
	border-bottom: 1px solid #d9efec;
	margin-top: 16px;
}
.button_menu{
	padding-top: 11px;
	font-size: 19px;
	color:#009481;
}

.button_menu:nth-child(1){
	background: url('/images/user.svg') no-repeat 95% 80%;
}

.bottom_line_menu{
	border-bottom: 1px solid #d9efec;
	margin-top: 13px;
}

.all_news_blocks{
	text-decoration:none !important;
	padding-left: 0px;
	margin-bottom: 20px;
}

.container_news {
	position: relative;  
}
.container_text_transparent {
    padding: 12px 22px 20px;
    position: absolute;
    background: #fff;
    opacity: 0.7;
    height: 100px;*/
    width: 100%;
    bottom: 0px;
    color: #000;
    font-size: 27px;
    line-height: 1.3;
    
}

.container_text_transparent span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container_text {
	font-size: 15px;
	padding: 14px 50px 0px 17px;
	line-height: 1.4;
	color:#000;
}

.container_bottom {
	background: #f6f6f6;
	height: 150px;
}

.container_info{
	margin-top: 22px;
	padding: 0px 20px 0px 17px;
}
.date_news{
	float:left;
	color: #aeaeae;
    font-size: 14px;
}
.date_news span{
	margin-left: 10px;
    display: block;
    float: right;
    margin-top: 2px;
}

.detail_news{
	float:right;
	color:#09413a;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: 700;
}
.detail_news span{
	margin-top: 2px;
	float:left;
	margin-right: 10px;
}

.all_news_blocks:hover .arrow_news{
	 fill: #009481;
     fill-rule: evenodd;
     transition-duration: 0.25s;
}
.all_news_blocks:hover .detail_news span{
	 transition-duration: 0.25s;
	 color:#009481;
}
.all_news_blocks:hover .container_text_transparent{
	transition-duration: 0.25s;
	 color:#009481;
}

.view_all_news{
	padding-right: 20px;
	margin-top: -7px;
}

.view_all_news:hover .detail_news span{
	 transition-duration: 0.25s;
	 color:#009481;
}
.view_all_news:hover .arrow_news{
	 fill: #009481;
     fill-rule: evenodd;
     transition-duration: 0.25s;
}

.subscribe_newsletter{
	padding-left: 20px;
}

.subscribe_newsletter span{
	color: #09413a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    float: left;
    line-height: 1.2;
    padding-left: 10px;
}

.page {
	padding-bottom: 320px;
}

.footer {
	padding-top: 20px;
	background-color: #009481;
	/*height: 320px;*/
	margin-top: -320px;
}

.footer_content_item {
	float: left;
	width: 25%;
}

.footer_logo {
	width: 85%;
}

.footer_logo img {
	/*width: 100%;*/
}

.footer_content_title {
	color: #fff;
	font-size: 19px;
	position: relative;
}

.footer_content_title:after {
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #26a494;
	left: 0;
	bottom: -5px;
}

.footer_ul {
	margin: 0;
	padding: 13px 0px;
	list-style-type: none;
}

.footer_ul a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 4px 0px;
	position: relative;
}

.footer_ul a:after,
.copyright_zone a:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #fff;
	bottom: 3px;
	left: 0;
}

.footer_ul a:after,
.footer_ul a:hover:after,
.copyright_zone:after,
.copyright_zone:hover:after {
	transition: width 0.25s ease;
}

.footer_ul a:hover:after {
	width: 100%;
}

.no_side_padding {
	padding-left: 0;
	padding-right: 0;
}

.footer_ul .footer_social {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.facebook_social {
	background-image: url(/images/footer_facebook.svg);
}

.tube_social {
	background-image: url(/images/footer_youtube.svg);
}

.ok_social {
	background-image: url(/images/footer_ok.svg);
}

.cek_social {
	background-image: url(/images/globe.svg);
}

.copyright_zone {
	border-top: 1px solid #26a494;
	color: #fff;
	font-size: 16px;
	padding: 15px 0px 0;
	margin-top: 20px;
}

.copyright_zone a {
	color: #fff;
	display: inline-block;
}

.event_pic {
	width: 130px;
	height: 130px;
	overflow: hidden;
}

.event_pic img {
	/*height: 100%;*/
	width: 100%;
}


.event_pic,
.event_content {
	float: left;
}

.event_content {
	width: 32%;
}

.event_content .date_news {
	float: none;
	padding-left: 17px;
}

.event_content .date_news span {
	float: none;
	margin-left: 5px;
}

.event_content .date_news img,
.event_content .date_news span {
	display: inline-block;
}

.event_content .container_text {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 0px;
}

.event_content .detail_news {
	float: none;
	left: 17px;
	position: absolute;
	bottom: 0;
}

.event_content {
	position: relative;
	height: 140px;
	width: 65%;
}

.event_item {
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.events_zone_col {
	margin-top: 20px;
}

.events_calendar_col{
	border: 1px solid #f6f6f6;
	padding-left: 0px;
	padding-right: 0px;
}

.table-condensed th{
	background: #f6f6f6;
	border-top: 1px solid #fff;
}

.table-condensed tr:nth-child(2) th{
	color: #009481;
}

.event_content .detail_news a,
.detail_news a {
	display: inline-block;
	color: #09413a;
	background-image: url(/images/detailed_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
	padding-right: 5px;
}

.event_content .detail_news a:hover,
.detail_news a:hover {
	color: #009481;
	background-image: url(/images/detailed_arrow_hovered.svg);
}

.events_zone_col {
	padding-right: 0;
}

.event_pic a {
	display: block;
}

.events_calendar_title {
	text-align: center;
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 14px;
    padding-top: 20px;
}

.input-group-addon,
#my-input,
.accordion-toggle,
.bootstrap-datetimepicker-widget table td.active.today:before,
.bootstrap-datetimepicker-widget table td.today:before {
	display: none !important;
}

.input-group {
	display: block;
}

.table-condensed tr .prev,
.table-condensed tr .picker-switch,
.table-condensed tr .next {
	background-color: #f6f6f6;
}

.table-condensed tr .picker-switch {
	font-weight: normal;
	font-size: 16px;
}

.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .bootstrap-datetimepicker-widget table td.active, 
body .bootstrap-datetimepicker-widget table td.active:hover,
body .bootstrap-datetimepicker-widget table td.day.active:hover {
	color: #fff;
	background-color: #009481;
}

.bootstrap-datetimepicker-widget table td.day {
	font-size: 16px;
	position: relative;
}

body .bootstrap-datetimepicker-widget table td.day:hover {
	background-color: #fff;	
	color: #009481;
}

body .bootstrap-datetimepicker-widget table td.new {
	display: none;
}

.datepicker_container {
	position: relative;
}

.input-group {
	position: relative;
	position: initial;
	z-index: 10;
}

.datepicker_container_event {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	box-shadow: 10px 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
	display: none;
}

.datepicker_container_event:after {
	display: block;
    content: '';
    position: absolute;
    left: 49%;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;    
}

.datepicker_container_event .event_pic,
.datepicker_container_event .event_content {
	display: inline-block;
	float: left;
}

.datepicker_container_event .event_pic {
	width: 30%;
	height: 130px;
}

.datepicker_container_event .event_content {
	width: 70%;
	background-color: #fff;
}

.datepicker_container_event .event_content {
	padding: 10px 15px 0;
	height: 130px;
}

.datepicker_container_event .event_content_text {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0px;
    color: #000;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.4;
}




.datepicker-days .event_content .detail_news a>span{
	
	background: url(/images/detailed_arrow.svg) no-repeat center right;
	padding-right: 25px;
	min-width: 90px;
}


.datepicker_container_events_zone {
	position: relative;
}

.event_content .event_content_text {
	text-align: left;
}


body .bootstrap-datetimepicker-widget table td span {
	margin: 0;
	/*position: absolute;*/
	bottom: 8px;
	height: auto;
	line-height: 20px;
	left: -5px;
}

body .bootstrap-datetimepicker-widget table td span:hover {
	background-color: transparent;
}

.confirmed:hover .datepicker_container_event {
	display: block;
}

.wrapper_dropmenu  {
	display: none;
}

.container_news .img-responsive {
	width: 100%;
}

.container_news_zone{
	position:relative;
}

.activity_title_col .title_name_events_main {
	margin-top: 40px;
}

.event_item:last-of-type,
.event_item:nth-last-of-type(2) {
	margin-bottom: 0;
}

.activity_col .activity_pic img {
	height: 100%;
}

.activity_pic {
	position: relative;
}

.activity_zone:hover .activity_name a{
	color:#009481;
}

.activity_zone:hover .detail_news a{
	 transition-duration: 0.25s;
	 color:#009481;
	 background-image: url(/images/detailed_arrow_hovered.svg);
}


.activity_name {
	position: absolute;
	background-color: rgba(255,255,255,0.75);
	bottom: 0;
	width: 100%;
	left: 0;
}

.activity_name a {
	display: block;
	color: #000;
	font-size: 28px;
	padding: 10px 20px;
}

.activity_description_zone {
	background-color: #f6f6f6;
	padding: 14px 20px 20px 20px;
	height: 120px;
	position: relative;
}

.activity_description {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.activity_zone .detail_news a {
	padding-right: 7px;
}

.activity_zone .detail_news {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.activity_description_zone .detail_news a {
	background-position: 100% 50%;
}

.activity_pic {
	height: 200px;
}

.activity_zone {
	overflow: hidden;
}

.video_title_col .title_name_events_main {
	margin-top: 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 60px; 
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view_all_video_col .detail_news a {
	background-position: 90% 50%;
	padding-right: 20px;
}

.view_all_video_col {
	padding: 10px 0px;	
	position: relative;
}

.partners_gallery {
	position: relative;
}

.partners_gallery .slick-arrow {
	position: absolute;
	top: 55px;
	font-size: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	background-position: center;
	-webkit-background-size: 15px 30px;
	background-size: 15px 30px;
	border: 0;
	outline: none;
}

.partners_gallery .slick-slide {
	outline: none;
}

.partners_gallery .slick-prev {
	left: 0;
	background-image: url(/images/arrow_2.svg);
	transform: rotate(180deg);
	left: -40px;
}

.partners_gallery .slick-next {
	background-image: url(/images/arrow_2.svg);
	right: -40px;
}

.partners_col {
	background-color: #f6f6f6;
	height: 140px;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
}

.progect_description_zone {
	/*background-image: url(/images/pre_footer_bcgr.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;*/
	background-size: cover;
	padding: 5px 0px 5px 0px;
	/*padding: 44px 50px 50px 50px;*/
	/*min-height: 400px;*/
}

.progect_description_zone,
.progect_description {
	position: relative;
}

.progect_description {
	z-index: 15;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	width: 100%;
	/*width: 50%;*/
}

.description_background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.85);
}

.project_description_container {
	margin-bottom: 40px;
}

/*09.01.2017*/

.partners_container  {
	margin-bottom: 20px;
}

.container_text_transparent {
	width: 100%;
}

.footer_mobile_logo_block,
.footer_mobile_copyright,
.mobile_copyright {
	display: none;
}

.disabled_col {
	opacity: 0.5;
	cursor: default;
}

.disabled_col a:hover {
	cursor: default;
	color: #09413a;	
}

.disabled_col .disabled_col a:hover {
	background-image: url(/images/detailed_arrow.svg);
}

body .footer_extended {
	height: auto;
}

.confirmed {
	font-weight: 700;
}

.dropdown_point {
	position: relative;
}

.dropdown_point:after {
	display: block;
	content: '';
	position: absolute;
	background-image: url(/images/dropdown_menu_arrow.png);
	-webkit-background-size: 12px 5px;
	background-size: 12px 5px;
	background-repeat: no-repeat;
	background-position: center;
	bottom: -5px;
	left: 48%;
	width: 12px;
	height: 5px;
}

.dropdown_point_active:after {
	transform: rotate(180deg);
}

.dropdown_point:after,
.dropdown_point_active:after {
	transition: transform 0.25s ease;
}
.partners_gallery .partner{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.partner a {
	display: block;
	position: relative;
	cursor: default;
}

.partner .hidden_block {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.partner:hover .hidden_block {
	opacity: 1;
	visibility: visible;
}

.partner:hover .to_hide {
	opacity: 0;
	visibility: hidden;
}

.page_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
}

.pop_block {
	position: relative;
	z-index: 9999;
	width: 660px;
	margin: 10% auto 0 auto;
	background-color: #fff;
	padding: 40px;
}

.pop_block .title_name_events_main {
	text-transform: uppercase;
	margin-top: 0;
	line-height: 36px;
}

.pop_block label,
.registration_option_col label {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

.pop_block .pop_input,
.registration_option_col .pop_input {
	border: 1px solid #a1a1a1;
	padding: 9px 5px;
	outline: none;
	width: 100%;
}

.input_field {
	width: 48%;
	margin-bottom: 13px;
}

.input_field:nth-child(even),
.pop_block .detail_news {
	float: right;
}

.input_field:nth-child(odd) {
	float: left;
}

.pop_block .input_field:nth-child(5n),
.registration_option_col .input_field:nth-child(5n) {
	width: 100%;
}

.pop_block .pass_input,
.registration_option_col .pass_input {
	width: 48%;
	display: block;
}

.pop_block .pass_input:last-of-type,
.registration_option_col .pass_input:last-of-type {
	display: inline-block;
	float: left;
}

.password_retype_description {
	width: 48%;
	float: right;
}

.pass_input {
	margin-bottom: 13px;
}

.pop_input::-webkit-input-placeholder {	
	color: #000;	
	opacity: 1;
}

.pop_input:-moz-placeholder {	
	color: #000;	
	opacity: 1;
}

.pop_input::-moz-placeholder {	
	color: #000;	
	opacity: 1;
}

.pop_input:-ms-input-placeholder {	
	color: #000;	
	opacity: 1;
}

.password_retype_description {
	color: #a1a1a1;
}

.user_agreement {
	position: relative;
}

.agreement_check_imitation {
	width: 13px;
	height: 13px;
	border: 1px solid #808080;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 5px;
}

.user_agreed,
.user_agreement_text {
	display: inline-block;
}

.user_agreed {
	position: absolute;
	opacity: 0;
}

.user_agreement_text {
	padding-left: 20px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}

.user_agreement_text a {
	position: relative;
	color: #000;
	display: inline-block;
}

.user_agreement_text a:after {
	display: block;
	content: '';
	width: 100%;	
	height: 1px;
	background-color: #000;
	bottom: 1px;
	position: absolute;
}

.user_agreement_text a:hover {
	color: #009481;
}

.user_agreement_text a:hover:after {
	width: 0;
	background-color: #009481;
}

.user_agreement_text a:after,
.user_agreement_text a:hover:after {
	transition: width 0.25s ease;
}

.agreement_check_imitation_active {
	background-image: url(/images/check.png);
	background-repeat: no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-position: center;
	background-color: rgb(255,255,255); /* Old browsers */
	background-color: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.agreement_check_imitation:hover {
	cursor: pointer;
}

/*10.01.2017*/

.autorization_registration_blocks {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
}

.captcha_block,
.captcha_refresh,
.captcha_input {
	float: left;
	display: inline-block;
	border: 1px solid #a1a1a1;
}

.captcha_block {
	width: 110px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.captcha_block img,
.captcha_refresh img {
	width: 100%;
}

.captcha_block,
.captcha_refresh {
	height: 40px;
	overflow: hidden;
}

.captcha_refresh {
	width: 40px;
	margin-left: -1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-right: 20px;
	height: 40px;
	background-image: url(/images/refresh_button.png);
	background-repeat: no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
	background-position: center;
}

.captcha_refresh:hover {
	cursor: pointer;
	background-image: url(/images/refresh_button_hovered.png);
}

body .pop_block .pop_input.captcha_input,
body .registration_option_col .pop_input.captcha_input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
}

.captcha_zone  {
	margin-top: 35px;
	display: inline-block;
	float: left;
}

.confirmation_button {
	float: right;
	margin-top: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 180px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #009481;
	text-transform: uppercase;
	border: 1px solid #009481;
	font-size: 14px;
	outline: none;
	padding: 9px 0px;
}

.transition,
.transition:hover {
	transition: ease-in-out 0.25s;
}

.confirmation_button:hover {
	cursor: pointer;
	background-color: #09413a;
}

.confirmation_button_clicked,
.confirmation_button_clicked:hover {
	background-color: #09413a;
	color: #009481;
}

.pop_block .detail_news a {
	padding-right: 10px;
}

.block_close_option {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-position: center;
}

.block_close_option:hover {
	cursor: pointer;
	background-image: url(/images/close_hovered.svg);
}

.autorization_block .input_field {
	width: 100%;
}

.autorization_block .pop_input {
	width: 100%;
}

.autorization_block {
	width: 460px;
}

.reset_password {
	text-align: right;
	color: #000;
	font-size: 16px;
}

.reset_password_span {
	display: inline-block;
	position: relative;
}

.reset_password_span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.reset_password_span:hover {
	color: #009481;
}

.reset_password_span:after,
.reset_password_span:hover:after {
	transition: width 0.25s ease;
}

.reset_password_span:hover:after {
	width: 0;
	background-color: #009481;
}

.autorization_block .confirmation_button {
	margin-top: 15px;
}

.social_icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: 50px;
	background-size: 50px;
	background-position: center;
	margin-right: 20px;
}

.social_icon:last-of-type {
	margin-right: 0;
}

.social_icon,
.social_icon:hover {
	transition: ease-in-out 0.25s;
}

.facebook_icon {
	background-image: url(/images/facebook_btt.svg);
}
.facebook_icon:hover {
	background-image: url(/images/facebook_btt_hovered.svg);
}

.twitter_icon {
	background-image: url(/images/twitter_btt.svg);
}

.twitter_icon:hover {
	background-image: url(/images/twitter_btt_hovered.svg);
}

.ok_icon {
	background-image: url(/images/ok_btt.svg);
}

.ok_icon:hover {
	background-image: url(/images/ok_btt_hovered.svg);
}

.vk_icon {
	background-image: url(/images/vk_btt.svg);
}

.vk_icon:hover {
	background-image: url(/images/vk_btt_hovered.svg);
}

.social_icon:hover {
	cursor: pointer;
}

.socials_title {
	font-size: 16px;
	color: #000;
	margin: 30px 0px 15px 0px;
}

.pop_block .detail_news span {
	display: block;
	background-image: url(/images/detailed_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
    padding-right: 15px;
}

.pop_block .detail_news span:hover {
	color: #009481;
}

.pop_block .detail_news span:hover {
	background-image: url(/images/detailed_arrow_hovered.svg);
}

.registration_option_col {
	padding-right: 80px;
}

.autorization_option_col {
	padding-left: 30px;
}

.autorization_option_col_text {
	color: #000;
	font-size: 16px;
	margin-top: 28px;
}

.autorization_option_col .confirmation_button {
	float: none;
	margin-top: 6px;
}

.autorization_option_col .socials_title {
	margin-top: 50px;
}

.registration_option_col .block_inputs_zone {
	margin-top: 30px;
}

.registration_page_container {
	padding-bottom: 60px;
}

.library_second_page_right_zone {
	float: right;
}

.library_second_page_title_col .title_page_news {
	display: inline-block;
	float: left;
}

.library_second_page_title_col .library_second_page_right_zone {
	width: 40%;
}

.add_content_option {
	text-align: right;
}

.library_second_page_title_col .filter_search,
.library_second_page_title_col .submit_button {
	margin-top: 0;
}

.library_second_page_title_col .add_content_option {
	font-weight: 700;
	text-transform: uppercase;
	background-image: url(/images/+.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	background-position: right center;
	padding-right: 20px;
	margin-top: 10px;
}

.library_second_page_title_col .add_content_option:hover {
	color: #009481;
	background-image: url(/images/plus_hovered.svg);
}

.left_content_ul {
	margin: 0;
	padding: 0px 20px;
	list-style-type: none;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1);
}

.left_content_ul a,
.left_content_ul span {
	display: block;
	font-size: 16px;
	color: #000;
}

.left_content_ul span {
	padding: 10px 0px;
	line-height: 38px;
}

.left_content_ul li {
	border-bottom: 1px solid #c1cfce;
}

.left_content_ul span:hover {
	color: #009481;
}

.left_content_ul li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.dropdown_span {
	position: relative;
}

.dropdown_span:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	width: 5px;
	height: 12px;
	background-image: url(/images/left_content_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.dropdown_span:hover:after {
	background-image: url(/images/left_content_arrow_hovered.png);
}

.dropdown_span_active:after {
	transform: rotate(-90deg);
	right: 5px;
}

.dropdown_span:after,
.dropdown_span_active:after {
	transition: transform 0.25s ease;
}

.dropdown_span:after,
.dropdown_span:hover:after {
	transition: ease-in-out 0.25s;
}

.left_content_dropdown_ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	border-top: 1px solid #c1cfce;
	max-height: 250px;
	display: none;
}

.left_content_dropdown_ul li {
	border-bottom: 0;
}

.left_content_dropdown_ul a {
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #c1cfce;
	padding: 12px 0px;
	line-height: 16px;
}

.left_content_dropdown_ul li:last-of-type a {
	border-bottom: 0;
}

.left_content_dropdown_ul a:hover {
	color: #009481;
}

.slimScrollDiv{
	display: none;
}

.library_second_page_right_content_col_content {
	border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1);
}

.library_second_page_right_title {
	font-size: 28px;
	color: #000;
	margin-top: 25px;
}

.right_content_col_ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right_content_col_ul_name_block {
	font-weight: 700;
	color: #009481;
	font-size: 19px;
	padding: 7px 0px;
	background-image: url(/images/show.svg);
	-webkit-background-size: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.right_content_col_ul_name_block_active {
	background-image: url(/images/hide.svg);
}

.right_content_col_dropdown_ul {
	margin: 0;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	border-top: 1px solid #c1cfce;
}

.dropdown_ul_item_icon {
	float: left;
	margin-top: 20px;
}

.dropdown_ul_item_content {
	padding-left: 35px;
}

.dropdown_ul_item_title {	
	color: #000;
	font-size: 16px;
	padding: 20px 0px 10px 0px;
}

.dropdown_ul_item_title_active {
	font-weight: 700;
}

.dropdown_ul_item_title:hover {
	color: #009481;
	cursor: pointer;
}

.dropdown_ul_item_title,
.dropdown_ul_item_title:hover {
	transition: ease-in-out 0.25s;
}

.dropdown_ul_item_text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	color: #000;
}

.dropdown_ul_item_options .detail_news {
	float: none;
}

.dropdown_ul_item_options .detail_news {
	float: none;
	display: inline-block;
}

.detail_news a {
	/*padding-right: 5px !important;*/
}

.dropdown_ul_item_options {
	float: right;
	margin-top: 20px;
}

.download_option {
	background-image: url(/images/download.svg);
	-webkit-background-size: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-left: 25px;
}
.link_ico{
    background-image: url(/images/linkico.svg) !important;
    background-size: 10px;
    padding-right: 5px;
}
.dropdown_ul_item_title .date_news {
	float: right;
}

.dropdown_ul_item_hidden_content {
	display: none;
}

.dropdown_ul_item_hidden_content.dropdown_ul_item_visible_content {
	display: block;
}

.dropdown_ul_item_title .date_news {
	display: none;
}

.dropdown_ul_item_title_active .date_news {
	display: block;
}

.right_content_col_ul_content_block {
	display: none;
}

.library_second_page_right_title {
	margin-bottom: 13px;
}

.library_second_page_left_content_col {
	padding-right: 0;
	margin-top: 25px;
}

.library_second_page_right_content_col_content {
	padding: 0px 40px;	
	margin-left: 5px;
	min-height: 500px !important;
/*height: 500px !important;*/
}

.library_second_page_right_content_col .slimScrollDiv {
	display: block;
	max-height: 505px;
	margin-top: 25px;
}

.sharing_container_holder {
	float: right;
	padding: 10px 0px 60px 0px;
}

.slimScrollBar {
	width: 3px !important;
}

.fisiere {
	display: none;
	background: #009481;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.item_pic_col {
	width: 380px;
}

.item_pic_col,
.item_content {
	display: inline-block;
}

.item_content {
	float: right;
	width: 65%;
	position: relative;
}

.blog_page_title_zone {
	font-style: italic;
	font-size: 16px;
	border-bottom: 1px solid #c1cfce;
	margin-bottom: 20px;
	margin-top: 3px;
	padding-bottom: 14px;
	background-image: url(/images/user_blog.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 16px 20px;
	background-size: 16px 20px;
	background-position: left 2px;
	padding-left: 25px;
}


.item_pic_col a {
	display: block;
}

.item_content_title a {
	font-size: 28px;
	color: #000;
	line-height: 32px;
	margin-top: -5px;
	/*display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 65px;*/
}

.item_content_text {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 19px;
}

.item_content_options {
	margin: 19px 0px 20px 0px;
}

.blog_page_item_zone:hover .item_content_title a {
	color: #009481;
}

.blog_page_item {
	margin-bottom: 13px;
}

.blog_page_item:last-of-type {
	margin-bottom: 0;
	border-bottom: 1px solid #c1cfce;
}

body .pagination {
	list-style: none;
	display: inline-block;
	padding: 0px;
	cursor: default;
	margin: 0px 0px 45px 0px;
}

.pagination li{
	display: inline-block;
}

body .pagination_col .pagination li a,
body .library_page_pagination_zone .pagination li a {
	border: 0;
	font-size: 14px;
	padding: 15px 12px;
	color: #a1a1a1;
}

body .pagination_col .pagination li a:hover,
body .library_page_pagination_zone .pagination li a:hover {
	background-color: transparent;
	color: #000;
	font-weight: 700;
}

body .pagination_col .pagination li:first-of-type a,
body .library_page_pagination_zone .pagination li:first-of-type a {
	padding-left: 0;
}

body .library_page_pagination_zone .pagination li a.activepage {
    color: #009481;
    font-weight: 600;
}

.pagination li a.activepage{
	
}

.pagination li a.backlink{
	
}

.pagination li a.forwardlink{
	
}

.pagination li.backlink-disabled a{
	cursor: not-allowed;
}

.pagination li.forwardlink-disabled a{
	cursor: not-allowed;
}

.pagination li.dots a{
	cursor: default;
}

.left_content_ul span {
	position: relative;
}

.active_page_span:before {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	height: 80%;
	width: 4px;
	background-color: #009481;
}

.half_col_pic {
	width: 180px;
	overflow: hidden;
}

.half_col_pic,
.half_col_content {
	display: inline-block;
}

.half_col_content {
	width: 51%;
	float: right;
}

.half_col_content .date_news {
	float: none;
	display: inline-block;
}

.half_col_content_title a {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 18px 0px 10px 0px;
}

.half_col_content_text {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 70px;
	overflow: hidden;
}

.half_col_content,
.half_col_pic {
	height: 250px;
}

.half_col_pic img {
	height: 100%;
}

.half_col_content {
	position: relative;
}

.half_col_content .detail_news {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 14px;
}

.half_col:hover .half_col_content_title a,
.half_col:hover .detail_news a {
	color: #009481;
}

.library_second_page_search_zone.clear_end {
    margin-top: 20px;
}

.first_library_container .library_second_page_left_content_col {
	margin-top: 0;
}

.half_col {
	margin-bottom: 35px;
}

.library_page_pagination_zone {
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #c1cfce;
}

.library_page_pagination_zone .pagination,
.library_page_pagination_zone .sharing_container_holder {
	display: inline-block;
}

.library_page_pagination_zone .sharing_container_holder {
	float: right;
	margin-top: 5px;
}

.library_third_page_container .first_library_right_content_col {
	margin-top: 30px;
}

.library_third_page_container .item_pic_col {
	width: 380px;
}

.library_third_page_container .item_pic_col img {
	width: 100%;
}

.library_third_page_container .item_content {
	width: 54%;
}

.library_third_page_container .blog_page_item {
	border-bottom: 1px solid #c1cfce;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.library_third_page_container .blog_page_item:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

/*12.01.2017*/

.add_page_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

.add_document_zone {
	position: relative;
	width: 600px;
	padding: 40px;
	margin: 10% auto 0px auto;
	background-color: #fff;
	max-height: 600px;
	overflow: auto;
}

.add_document_title {
	color: #009481;
    font-size: 36px;
    line-height: 40px;
}

.add_document_select_zone select {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-size: 16px;
	border: 1px solid #a1a1a1;
	padding: 5px 10px;
	margin: 20px 0px;
	max-width: 100%;
}

.add_document_data label,
.add_document_data input,
.add_document_data textarea {
	display: block;
}

.add_document_data label {
	font-weight: normal;
    font-size: 16px;
    color: #000;
    margin-bottom: 3px;
}

.add_document_data input,
.add_document_data textarea {
	border: 1px solid #a1a1a1;
    padding: 9px 5px;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
}

.add_document_data textarea {
	font-family: 'PT Sans', sans-serif;
	height: 100px;
	resize: vertical;
	max-height: 150px;
}

.add_document_button {
	float: right;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #009481;
    text-transform: uppercase;
    border: 1px solid #009481;
    font-size: 14px;
    outline: none;
    padding: 9px 0px;
}

.add_document_button:hover {
	cursor: pointer;
    background-color: #09413a;
}

.pop_star {
	color: #ff5e40;
} 

.zone_close_button {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/images/close.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: center;
}

.zone_close_button:hover {
	cursor: pointer;
	background-image: url(/images/close_hovered.svg);
}

.user_registered_case {
	color: #fff;
    font-size: 14px;
    float: left;
    /*margin-top: 15px;
    padding: 0 15px;*/
    position: relative; 
    background-image: url(/images/user_header.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 116px 20px;
    background-size: 16px 20px;
    background-position: left center;
    padding-left: 20px;
}

.user_registered_case:after {
	display: none;
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: 0;
	background: rgb(0,148,129); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,148,129,1) 0%, rgba(64,175,161,1) 50%, rgba(0,148,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,148,129,1) 0%,rgba(64,175,161,1) 50%,rgba(0,148,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,148,129,1) 0%,rgba(64,175,161,1) 50%,rgba(0,148,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009481', endColorstr='#009481',GradientType=0 ); /* IE6-9 */
}

body div.fancy-select div.trigger {
	background: transparent;
	text-transform: none;
	color: #fff;
	font-weight: normal;
	border: 1px solid #40afa1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 24px 5px 9px;
	margin-top: 10px;
	width: 110px;
	position: relative;
}

.globus {
	padding-right: 10px;
}

body div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 12px;
    right: 9px;
}

body div.fancy-select div.trigger.open {
	background: transparent;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
	color: #fff;
}

body div.fancy-select ul.options {
	width: 110px;
	min-width: initial;
	left: initial;
	right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 27px;
	background: #009481;
	border: 1px solid #fff;
	border-top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.lang_selection {
	position: relative;
	width: 136px;
}

body div.fancy-select ul.options.open {
	top: 27px;
}

body div.fancy-select {
	font-weight: normal;
	text-transform: none;
	color: #fff;
}

body div.fancy-select ul.options li {
	color: #fff;
}

.blog_page_col .item_pic_col a {
	position: relative;
	display: block;
}

.blog_page_col .item_pic_col a img {
	position: relative;
	z-index: 5;
}

.blog_page_col .item_pic_mask {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.video_block,
.audio_block {
	width: 60px;
	height: 46px;
	background-image: url(/images/video_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: 60px 46px;
	background-size: 60px 46px;
	background-position: center;
}

.video_block {
	background-image: url(/images/video_icon.png);
}

.audio_block {
	background-image: url(/images/audio_icon.png);
}

body .disabled_webinar {
	background-color: #ccc;
	pointer-events: none;
	border: 0px;
}

/*13.01.2017*/

body div.fancy-select ul.options li:hover {
	background-color: #09413a;
}

#map {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.datepicker_container_event .date_news {
	display: none;
}

.wrapper_dropmenu {
	/*display: block;*/
}

.dropdownmobile .homebutton:nth-child(1) {
	padding-left: 0;
}

.dropdownmobile .homebutton:nth-child(2) {
	padding-right: 0;
}

.dropdownmobile .button_menu {
	padding-left: 0;
	padding-right: 0;
}

.content_menu:last-of-type .button_menu:nth-child(1) {
	background: url(/images/enter.png) no-repeat 95% 80%;
	margin-bottom: 13px;
}

.mobile_main_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #009481;
}

.mobile_main_menu li {
	padding-left: 10px;
	padding-right: 10px;
}

.mobile_main_menu a,
.mobile_main_menu span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #26a494;
	padding: 15px 0px;
}

.mobile_main_menu li:last-of-type a {
	border-bottom: 0;
}

.mobile_main_menu li:hover {
	background-color: #09413a;
}

.navbar-toggle {
  		border: none;
 		background: transparent !important;
	}
	.navbar-toggle:hover {
		background: transparent !important;
	}
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
	
/*14.01.2017*/

.subscription_mask {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

.subscription_zone {
	position: relative;
	margin: 10% auto 0 auto;
	width: 480px;
	padding: 20px 40px 40px 40px;
	background-color: #fff;
}

.subscription_zone .title_name_events_main {
	margin: 0px 0px 20px 0px;
	line-height: 36px;
}

.subscription_zone_text {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding-bottom: 20px;
}

.subscription_zone_input_area label {
	display: block;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.subscription_zone_input {
	border: 1px solid #a1a1a1;
    padding: 9px 5px;
    outline: none;
    width: 100%;
}

.subscription_zone_span {
	color: #ff5e40;
}

.subscription_zone_button {
	float: right;
	margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #009481;
    text-transform: uppercase;
    border: 1px solid #009481;
    font-size: 14px;
    outline: none;
    padding: 9px 0px;
}

.subscription_zone_button:hover {
	background-color: #09413a;
}


.subscription_zone_close_button {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/images/close.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    background-position: center;
}


.subscription_zone_close_button:hover {
	cursor: pointer;
	background-image: url(/images/close_hovered.svg);
}

.error-field {
	border: 1px solid #cb2708;
	color: #cb2708;
}

.subscribe_newsletter span:hover {
	cursor: pointer;
}

/*Alerts*/

#alert__msg{
	padding: 30px 40px 30px 40px;
	background: #fff;
	color: #324554;
	border: 1px solid #efefef;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    	
    position: fixed;
    z-index: 999999;
    top: 120px;
    width: 450px;
    	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    display: none;
}

.alert__title{
	font-weight: bold;
	text-align: center;
}

.alert_message{
	line-height: 1.2;
	padding-top: 10px;
	font-size: 16px;
}

.alert__ok {
	width: 95px;
    /*float: right;*/
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #009481;
    border: 0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.alert__ok:hover {
	background-color: #09413a;
}

.alert__ok,
.alert__ok:hover {
	transition: ease-in-out 0.25s;
}

/**/
	
.mobile_dropdowned_menu a,
.mobile_dropdowned_menu span {
	text-transform: none;
	border-bottom: 0;
	padding: 10px 0px;
}

.mobile_dropdowned_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #26a494;
	display: none;
}

.mobile_fixed_menu {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.datepicker_container_event .event_title,
.datepicker_container_event .event_date,
.datepicker_event_close,
.block_close_option {
	display: none;
}

.menu_fixator {
	position: fixed;
    width: 100%;
    z-index: 990;
}

.page_menu_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 16;
}

.datepicker_container_event {
	background-color: #fff;
}

.page_table {
	float: right;
}

.page_table .table_title {
	color: #009481;
	font-size: 26px;
	font-weight: normal;
	border-bottom: 1px solid #009481;
	display: block;
}

.page_table_holder_col {
	margin-top: -35px;
}

.page_table_option_link {
	color: #000;
	display: inline-block;
	position: relative;
}

.page_table_option_link:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.page_table_option_link:hover:after {
	width: 0;
	background-color: #009481;
}

.page_table_option_link:after,
.page_table_option_link:hover:after {
	transition: width 0.25s ease;
}

.page_table_input {
	position: relative;
	top: 2px;
}

.title_desc_file_media{
	font-weight: 600;
}

.for_regist_out a{
	color:#000;
	background: url('/images/enter.png') no-repeat;
	padding-left: 27px;
	background-size: 23%;
}
.for_regist_out{
	padding: 0 10px 10px;
	margin-top: 10px;
}

/**/
.addc {
	padding-bottom: 50px;
}

.page_table_holder_col table {
	/*float: right;*/
	border: 0 !important;
}

.page_table_holder_col table b {
	color: #009481;
    font-size: 26px;
    font-weight: normal;
    border-bottom: 1px solid #009481;
    display: block;
    line-height: 30px;
}

.btn-default {
	color: #009481;
	border-color: #009481;
	margin: 10px 0px;
	display: inline-block;
}

.btn-group {
	float: left;
}

.btn-default:hover {
	background-color: #009481;
	color: #fff;
	border: 1px solid #009481;
}

.results_option_link {
	float: right;
	margin-top: -15px;
}

.page_table_holder_col table tr {
	background-color: #fff;
}

.form-control {
	outline: none;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'PT Sans';
	resize: vertical;
	height: 100px;
	max-height: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #009481;
}

.navbar-toggle {
  		border: none;
 		background: transparent !important;
	}
	.navbar-toggle:hover {
		background: transparent !important;
	}
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	
.soc_links {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
	box-shadow: -1px -11px 49px rgba(0,0,0,0.05), 0px 15px 32px rgba(0,0,0,0.13);
	height: 50px;
	margin-bottom: 3px;
}

.soc_links:first-of-type {
	margin-bottom: 3px;
}

.soc_links:first-of-type svg {
	position: relative;
    top: 0px;
    left: 0px;
}

.slider_zone div {
	text-align: center;
}

.bx-wrapper img {
	margin: 0 auto;
}

/**/
	
.mobile_lang_selection_area {
	position: relative;
}

.mobile_lang_selection_area .first_link {
	position: relative;
	z-index: 10;
}

.mobile_lang_selection {
	position: absolute;
	z-index: 15;
	margin: 0;
	padding: 0;
	background-color: #fff;
	left: 7px;
	top: 50px;
	list-style-type: none;
	border: 1px solid #bfe4df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: calc(100% - 7px);
	padding: 0px 10px;
	display: none;
} 

.mobile_lang_selection a {
	display: block;
	color: #000;
	border-bottom: 1px solid #bfe4df;
	padding: 5px 0px;
}

.mobile_lang_selection li:last-of-type a {
	border-bottom: 0;
}

.media_container_personal_stories{
	margin-top: 20px;
}


.content_pop{
	max-height: 560px;
	overflow: auto;
}


/* 28.11.2017 */
.content_user{
 margin-bottom: 35px;   
 text-align: center;
}
.avatar-user{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}
.avatar-user img{
    border-radius: 4%;
}
.avatar-user img:hover{
    
}
.info_user{
    
}
.userName{
    color: #009380;
    font-size: 15px;
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
    font-weight: bolder;
}
.userName:hover{
    text-decoration: underline;
}
.avatar-user.default{
    height: 130px;
    width: 130px;
    border: 1px solid #009380;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
.userWordFunction{
    color: #020202;
    font-weight: 500;
    font-size: 14px;
}
.footer_content_title a {
    color: #fff;
}
.content_footer_txt a , .content_footer_txt p {
    color: #fff;
}

.foot_link_head:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: 3px;
    left: 0;
}
.foot_link_head:hover:after {
    width: 50%;
    transition: ease-in-out 0.25s;
}
.foot_link_head:hover{
    cursor: pointer;
    transition: ease-in-out 0.25s;
}
.footer_ul p {
    margin: 0 0 8px;
}
