html,body{
	margin:0;
	padding:0; 
	height: 100%;
	font-family:Arial;
    font-size:14px;
	color:#716f75;
	background:url('../img/bg.png');
}
@font-face {
    font-family: 'pf_agora_sans_pro_blackRg';
    src: url('../fonts/pfagorasanspro-black-webfont.eot');
    src: url('../fonts/pfagorasanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagorasanspro-black-webfont.woff') format('woff'),
         url('../fonts/pfagorasanspro-black-webfont.ttf') format('truetype'),
         url('../fonts/pfagorasanspro-black-webfont.svg#pf_agora_sans_pro_blackRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_agora_sans_proregular';
    src: url('../fonts/pfagorasanspro-reg-webfont.eot');
    src: url('../fonts/pfagorasanspro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagorasanspro-reg-webfont.woff') format('woff'),
         url('../fonts/pfagorasanspro-reg-webfont.ttf') format('truetype'),
         url('../fonts/pfagorasanspro-reg-webfont.svg#pf_agora_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_agora_sans_probold_italic';
    src: url('../fonts/pfagorasanspro-bolditalic-webfont.eot');
    src: url('../fonts/pfagorasanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagorasanspro-bolditalic-webfont.woff') format('woff'),
         url('../fonts/pfagorasanspro-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/pfagorasanspro-bolditalic-webfont.svg#pf_agora_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	color:#22686f;
}
a img{
	border:none;
}
.logo img {
    width: 312px;
}
img{
	border:none;
}
table{
	border:none;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
table td{
	vertical-align:top;
	padding:0;
}
.border_transparent{
	border:1px solid transparent;
}
.border{
	border:1px solid red;
}
.border2{
	border:1px solid green;
}
.border3{
	border:1px solid blue;
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
.w_100p{
	width:100%;
}
.global{
    width: 100%;
    min-height:630px;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.global_center{
    /*margin:100px auto 0px auto;*/
    width:1058px;
    height:615px;
}
.header{
    height:77px;
    margin:0px 0px 2px 0px;
    background-color:rgba(0, 0, 0, 0.6);
	position: relative;
	    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 50px;
}
.logo{
height: 36px;
    display: flex;
    align-items: end;
    padding:0px 0 0 0px;
}
.logo a{
	display: block;
}
.header_phone{
    color:#ffffff;
    font-size:31px;
    padding:0px 0px 0px 0px;
	margin-right: 25px

}
.header_phone span{
    color:#b6b6b6;
    font-size:21px;
}

.butContacts, .butForum {
	background-color: #28A1E7;
	padding: 10px 20px;
	position: absolute;
	right: 35px;
	top: 20px;
	cursor: pointer;
}
.butContacts{
	right: 250px;
}
.butContacts a, .butForum a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.butForum {
	background-color: #3ebaee;
}
.content_container{
    overflow:hidden;
    height:500px;
    width:1058px;
    position:relative;
}
.main_menu{
    position:absolute;
    top:0;
    width:263px;
    height:500px;
    cursor:pointer;
}
.about{
    /*left:0;*/
    left:265px;
}
.color_about, .color_objects, .color_partners, .color_contacts, .color_news{
    /*opacity: 0.6;*/
    height:150px;
    /*background:#3ecbee;*/
    background:#22716d;
}
.objects{
    /*left:265px;*/
    left:0;
}
.color_objects{
    /*background:#3ebaee;*/
    background: #18715e;
}
.partners{
    left:530px;
}
.color_partners{
    /*background:#015fb6;*/
    background:#2f757c;
}
.contacts{
    left:795px;
}

.fonds{
    left:795px;
}
.color_contacts{
    /*background:#003e93;*/
    background:#337b8d;
}
.mm_white{
    background:#5aa9a6;
    height:14px;
    /*opacity: 0.5;*/
}
.mm_white2{
    background:#48aa9b;
    height:14px;
    /*opacity: 0.5;*/
}
.mm_white3{
    background:#6ba8ad;
    height:14px;
    /*opacity: 0.5;*/
}
.mm_white4{
    background:#73b3be;
    height:14px;
    /*opacity: 0.5;*/
}
.mm1{
    color:#ffffff;
    font-size:25px;
    text-transform:uppercase;
    padding:45px 0px 0px 30px;
    font-family: 'pf_agora_sans_pro_blackRg';
}
.mm2{
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    padding:0px 0px 0px 30px;
    font-family: 'pf_agora_sans_proregular';
}
.copy{
    color:#6e6e6e;
    font-size:11px;
    padding:20px 0px 0px 0px;
    padding:12px 0px 0px 0px;
    float:left;
}
.develop{
    float:right;
    padding:17px 0px 0px 0px;
    color:#6e6e6e;
    font-size:11px;
}
.content_block{
    position:absolute;
    left:265px;
    /*left:-793px;*/
    width:793px;
    height:500px;
    background:#ffffff;
}
.top_line{
    background:#64ccf4;
    height:14px;
    /*opacity: 0.5;*/
}
.top_line2{
    background:#5aa9a6;
    height:14px;
    /*opacity: 0.5;*/
}
.top_line3{
    background:#5ba3a8;
    height:14px;
    /*opacity: 0.5;*/
}
.top_line4{
    background:#48aa9b;
    height:14px;
    /*opacity: 0.5;*/
}
.top_line5{
    background:#73b3be;
    height:14px;
    /*opacity: 0.5;*/
}
.menu{
    height:45px;
    *height:95px;
    padding:50px 0px 0px 30px;
}
.menu ul{
    margin:0px;
    padding:0px;
}
.menu ul li{
    list-style:none;
    margin:0px;
    padding:0px 26px 0px 0px;
    float:left;
    background:none !important;
}
.menu ul li a{
    color:#606060;
    font-size:18px;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'pf_agora_sans_proregular';
    padding:2px 7px 0px 7px;
}
.menu ul li a:hover, .menu ul li a.here{
    /*text-decoration:underline;*/
    background:#22686f;
    color:#ffffff;
}
.content{
    width:750px;
    height:365px;
    margin:0px 0px 0px 30px;
}
.content2{
    width:1058px;
    height:554px;
    margin:0px 0px 0px 0px;
	background:#ffffff;
}
.content_overflow{
	height:365px;
    float:left;
    width:710px;
    overflow:hidden;
}
.content_overflow2{
    height:520px;
    float:left;
    width:968px;
    overflow:hidden;
	margin:20px 0px 0px 20px;
}
.content_prokrutka{
    height:365px;
    width:30px;
    float:right;
}
.content_prokrutka2{
    height:460px;
    width:30px;
    float:right;
	margin:20px 0px 0px 0px;
}
.relsa{
    background:#e9e9e9;
    height:365px;
    width:5px;
    margin:0px 0px 0px 10px;
}
.relsa2{
    background:#e2e2e2;
    height:460px;
    width:5px;
    margin:0px 0px 0px 10px;
}
.katok, .katok2{
    margin:0px 0px 0px -3px;
}
.partner_name{
    color:#279fe4;
    font-size:20px;
    text-transform:uppercase;
    margin:0px 0px 18px 0px;
}
.partner_img{
    float:left;
    margin:0px 31px 28px 0px;
}
.partner_img img{
    border:1px solid #e1e1e1;
}
.partner_annons{
    float:left;
    color:#363636;
    font-size:14px;
    font-family:Myriad Pro;
    width:500px;
}
.partner_link{
    margin:15px 0px 28px 0px;
    float:left;
    width:500px;
}
.partner_link a{
    color:#28a2e8;
    font-size:14px;
    font-family:Myriad Pro;
}
.line1{
    border-bottom:1px solid #e1e1e1;
    width:705px;
    margin:0px 0px 15px 0px;
}
.title{
    color:#3dc6e8;
    font-weight:bold;
    font-size:20px;
    font-family: 'pf_agora_sans_probold_italic';
    text-transform:uppercase;
}
.title2{
    color:#4c7bd1;
    font-weight:bold;
    font-size:20px;
    font-family: 'pf_agora_sans_probold_italic';
    text-transform:uppercase;
    margin:0px 0px 20px 0px;
}
.title3{
    color:#4c7bd1;
    font-weight:bold;
    font-size:16px;
    font-family:Myriad Pro;
    font-style:italic;
}
.text1{
    color:#363636;
    font-size:14px;
    font-family:Myriad Pro;
}
#map{
    float:left;
    width:496px;
    height:318px;
    box-shadow:inset 0px 0px 5px 0px #000000;
}
.cont_left{
    float:left;
    width:210px;
    font-size:14px;
    color:#363636;
    font-family:Myriad Pro;
    margin:0px 30px 0px 0px;
}
.cont_left2{
    background:#f7f7f7;
    font-size:14px;
    color:#363636;
    font-family:Myriad Pro;
    padding:10px;
    width:190px;
    *width:210px;
    margin:10px 0px 10px 0px;
}
.cont_left2 a{
    color:#4b78cd;
}
.cont_left2 span{
    font-size:18px;
}
.object_name{
    color:#22686f;
    font-size:20px;
    text-transform:uppercase;
    margin:0px 0px 8px 0px;
    /*font-family: 'pf_agora_sans_probold_italic';*/
	/*width:700px;*/
}
.object_name a{
    color:#3bb2e4;
    font-size:20px;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'pf_agora_sans_probold_italic';
}
.obj_addr{
    background:url('../img/map_point.png') no-repeat 0px 5px;
    padding:0px 0px 0px 12px;
        width: 308px;

}
.obj_addr a{
    color:#363636;
    font-size:14px;
    font-family:Myriad Pro;   
}
.obj_addr2{
    background:url('../img/map_point.png') no-repeat 0px 5px;
    padding:0px 0px 0px 12px;
    float:left;
    width:343px;
}


.obj_addr2 a{
    color:#363636;
    font-size:14px;
    font-family:Myriad Pro;   
	font-weight: normal!important;
}
.object_link{
    margin:0px 0px 10px 0px;
}
.object_link a{
    color:#22686f;
    font-size:14px;
    font-family:Myriad Pro;
    /*font-weight: normal!important;*/
}
.object_link2{
    float:left;
    margin:10px 0px 10px 0px;
    width:343px;
}
.object_link2 a{
    color:#28a2e8;
    font-size:14px;
    font-family:Myriad Pro;
    font-weight: normal!important;
}
.object_expl{
    color:#363636;
    font-size:13px;
    font-style:italic;
    font-weight:bold;
    margin:5px 0px 5px 0px;
	/*width:700px;*/
}
.object_expl2{
    color:#363636;
    font-size:15px;
    font-style:italic;
    font-weight:bold;
    margin:0px 0px 15px 0px;
    font-family:Myriad Pro;
    /*float:left;*/
    /*width:330px;*/
}
.object_foto{
    float:left;
    width:345px;
    height:231px;
    margin:0px 30px 24px 0px;
    position:relative;
}
.object_foto img{
    left:0px;
    top:0px;
    position:absolute;
    /*opacity:0;*/
}
.object_foto img:first-child{
 /*   opacity:1;*/
}
.object_foto a{
	display: none;
}
.object_foto a:first-child{
	display: block;
}
.detailed{
    margin:0px 0px 10px 0px;
	/*width:700px;*/
}
.content_overflow_height{
	/*width:700px;*/
}
.content_overflow_height p{
    font-size:14px;
    color:#363636;
    /*font-family:Myriad Pro;*/
    text-align: justify;
}
.content_overflow_height a{
    color: #22686f!important;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
}
.preimuschestva{
    color:#363636;
    font-weight:bold;
    font-family:Myriad Pro;
    font-size:16px;
    padding:0px 0px 0px 20px;
}
ul{
    margin:15px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
ul li{
    color:#363636;
    font-size:14px;
    background:url('../img/li1.png') no-repeat 0px 5px;
    font-family:Myriad Pro;
    padding:0px 0px 0px 20px;
}
.hide_obj{
    opacity: 0;
    display:none;
}
.global_map_conteiner{
    position:absolute;
    background:url('../img/window_bg.png');
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    min-height: 630px;
    display:none;
    /*opacity:0;*/
    z-index:100;
}
.map_conteiner{
    width:1058px;
    height:579px;
    margin:0px auto;
    min-height: 577px;
}
.close_map_conteiner{
    width:1058px;
    height:20px;
    *height:25px;
    margin:0px auto;
    padding: 5px 5px 0 0;
    text-align: right;
}
.close_map_conteiner_a, .close_map_conteiner_a2{
    color:#ffffff;
}
.news{
    left:530px;
}
.color_news{
    /*background:#003e93;*/
    background:#2f757c;
}
.global_map_conteiner2{
    position:absolute;
    background:url('../img/window_bg.png');
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    min-height: 630px;
    
    
    z-index:100;
}
.news_img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width:154px;
	height: 94px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.news_name{
	padding-left: 170px;
    color:#22686f;
    font-size:16px;
	font-weight: bold;
    /*text-transform:uppercase;*/
    margin:0px 0px 5px 0px;
    /*font-family: 'pf_agora_sans_probold_italic';*/
	width:700px;
}
.news_date{
    /*padding-left: 170px;*/
    color: #999999;	
}
.content_overflow2 .news_date{
	padding: 0;
}
.news_annons{
    padding-left: 170px;
    color:#363636;
	font-size: 16px;
    margin:5px 0px 5px 0px;
	width:530px;
	font-family: Myriad Pro;
	font-family: 'pf_agora_sans_proregular';
}
.news_name2{
    color:#22686f;
    font-size:18px;
    margin:0px 0px 5px 0px;
    font-family: 'pf_agora_sans_probold_italic';
}
.news_annons2{
    color:#363636;
    font-size:13px;
    margin:5px 0px 5px 0px;
    text-align: justify;
}
.news_annons2 div{
	margin:14px 0px 14px 0px;
}
.news_detailed{
    padding-left: 170px;
    margin:0px 0px 10px 0px;
	width:700px;
}

/* Фонди */

.butMenu {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 14px 32px;
	background: linear-gradient(to top, #1C8CD9, #65B9F4);
}

.active,
.butMenu:hover {
	background: #1870AD;
}

#fondsContent > div {
	display: none;
}

#fondsContent > div:first-child {
	display: block;
}


.fondTitle {
	text-transform: uppercase;
	font-size: 18px;
	color: #3dc6e8;
	margin-bottom: 10px;
}

.accordion {
	color: #4d4d4d;
	background-color: #F7F7F7;
}

.accordion .title{
	padding: 8px;
	margin: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #4d4d4d;
	background-color: #ECECEC;
	text-transform: none;
	background-image: url(../img/down.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.accordion .open{
	text-transform: none;
	background-image: url(../img/up.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hide {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 5px 20px;
   	display: none;
}

.hide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.hide table td{
	vertical-align:top;
	padding:5px;
}

.pdf {
	background: url(../img/pdf.png) left top no-repeat;
	display: block;
	padding: 3px 5px 8px 30px;
	margin-left: 16px;
	margin-bottom: 5px;
}

.pdf a {
	color: #4d4d4d;
	font-size: 14px;
}

.pdf a:hover {
	text-decoration: none;
}


.underline {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #ECECEC;
	margin-bottom: 50px;
}


.obj_addr a{
	color: #999999!important;
	font-weight: normal;
}
.news_name  a{
	text-decoration: none;
}


.content_overflow_scroll .mCSB_dragger{
	background:url(../img/katok.png) no-repeat;
	background-size: cover;
	width:11px!important;
	height: 57px!important;
	    left: 0;
    right: 0;
    margin: auto;
}
.content_overflow_scroll .mCSB_draggerRail{
	background: #e9e9e9!important;
    width: 5px!important;
    border-radius: 0!important;
    margin: 0px 0px 0px 10px;
}
.content_overflow_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 11px!important;
	
}
.content_overflow_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:url(../img/katok.png) no-repeat;
	background-size: cover;
}
.objects_wr{
	    display: grid;
    grid-template-columns: repeat(2, calc(50% - 18px));
    grid-gap: 20px 35px;
}
.object_img_wr{
	width: 308px;
	height: 184px;
}
.object_img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.object_item{
	
    display: grid;
    grid-template-rows: 184px auto;
    grid-gap: 8px;

}
.object_info_top{
	
}
.object_info_bottom{
	
}
.object_info{
    display: grid;
    grid-template-rows: auto 27px;	
}
.header_right{
	    display: flex;
    align-items: center;
}
.langs_wr{
	
	
}
.lang{
	    padding: 4px 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
      transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.lang:hover{
	background: #22686f;
	
}
.lang_active{
	background: #22686f;
	pointer-events: none;
}
body .object_item_more{
    background-image: linear-gradient( to top, rgb(35,108,115) 0%, rgb(94,167,173) 100%);
    display: inline-block;
    padding: 6px 10px;
    color: #fff!important;
    font-size: 12px!important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}
body .back_to_all_obj{
	background-image: linear-gradient( to top, rgb(35,108,115) 0%, rgb(94,167,173) 100%);
        align-items: center;
    display: inline-flex;
    padding: 4px 10px;
    color: #fff!important;
    font-size: 12px!important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}
.back_to_all_obj_arrow{
	    width: 5px;
    margin-right: 6px;
    transform: scale(-1);
}
.main_video_wr{
	width: 263px;
	height: 350px;
	position: relative;
}
.main_video_wr video{
	    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.main_menu:hover video{
	opacity: 1;
}
.main_img{
	width: 263px;
	height: 350px;
	object-fit: cover;
	
}