/*header {min-height:145px;position:fixed;width:100%;top:0px;left:0px;z-index:5;align-items:center;display:flex;}*/
/*header .center{align-items:center;}*/
/*header .logo{display:flex;align-items:center;justify-content:flex-start;}*/
/*header .logo .text{margin-left:12px;transition:transform 0.3s, visibility 0.3s;transform:scale(1);visibility:visible;}*/
/*header.scrolled{z-index:4;}*/
/*header.scrolled .logo .text{transform:scale(0);visibility:hidden;}*/
/*header .center > ul{display:flex;margin-left:48px;opacity:1;visibility:visible;transition:opacity 0.3s  0s, visibility 0.3s  0s;}*/
/*header.scrolled .center > ul{opacity:0;visibility:hidden;}*/
/*header .center > ul li{margin-right:52px;min-height: 40px;display: flex;align-items: center;border-bottom:2px solid transparent;box-sizing:border-box;padding:0px 4px;}*/
/*header .center > ul li.active{border-color:#35C98B;}*/
/*header .center > ul li:last-child{margin-right:0px;}*/
/*header .center > ul a{transition:color 0.3s ;}*/
/*header .center > ul a:hover{color:#9590A6;}*/
/*header div.phone_part{margin-left:48px;margin-right:56px;opacity:1;visibility:visible;transition:opacity 0.3s  0s, visibility 0.3s  0s;}*/
/*header.scrolled .center div.phone_part{opacity:0;visibility:hidden;}*/
/*header div.phone_part p:nth-child(1){font-size:1.25rem;line-height:1.75rem;font-family: 'ManropeB';}*/
/*header div.phone_part p:nth-child(1) a{text-decoration:none;}*/
/*header div.phone_part p:nth-child(2){font-size:0.81rem;line-height:1.31rem;display:flex;align-items:center;}*/
/*header div.phone_part p:nth-child(2) svg{margin-right:8px;}*/
/*header div.phone_part p:nth-child(2) b{margin-left:3px;}*/
/*header .burger svg rect{transition:fill 0.3s ;}*/
/*header .burger:hover{--burget-color:#9590A6;}*/
/*header .lang{display:flex;flex-direction:column;position:relative;margin-left:48px;opacity:1;visibility:visible;transition:opacity 0.3s  0s, visibility 0.3s  0s;}*/
/*header .lang > p{background: #35C98B;box-shadow: 0px 12px 16px rgba(53, 201, 139, 0.18);border-radius: 14px;padding:0px 18px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;position:relative;font-family: 'ManropeB';transition:background 0.3s;}*/
/*header .lang > p:hover{background:rgba(53,201,139,0.8);}*/
/*header .lang > p span{margin:0px 7px;}*/
/*header .lang > ul{opacity:0;visibility:hidden;position:absolute;top:100%;width:100%;}*/
/*header .city{display:flex;flex-direction:column;position:relative;margin-left:auto;opacity:1;visibility:visible;transition:opacity 0.3s  0s, visibility 0.3s  0s;}*/
/*header .city > p{background: #35C98B;box-shadow: 0px 12px 16px rgba(53, 201, 139, 0.18);border-radius: 14px;padding:0px 18px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;position:relative;font-family: 'ManropeB';transition:background 0.3s;}*/
/*header .city > p:hover{background:rgba(53,201,139,0.8);}*/
/*header .city > p span{margin:0px 8px;}*/
/*header .lk{height:40px;align-items:center;justify-content:center;color:#fff;cursor:pointer;display:flex;position:relative;margin-right:56px;opacity:1;visibility:visible;transition:opacity 0.3s  0s, visibility 0.3s  0s, background 0.3s;padding:0px 15px;}*/
/*header.scrolled .lang{opacity:0;visibility:hidden;}*/
/*header.scrolled .city{opacity:0;visibility:hidden;}*/
/*header.scrolled .lk{opacity:0;visibility:hidden;}*/

.news_page header .goback{margin-left:80px;display:none;align-items:center;transition:opacity 0.3s  0s, visibility 0.3s  0s;}
.news_page header .goback svg{margin-right:16px;transform:rotate(180deg);}
.news_page header.scrolled .goback{opacity:0;visibility:hidden;}
#news{padding-top:216px;z-index:3;position:relative;overflow:hidden;}

#news .center{padding-top:200px;margin-top:-200px;flex-direction:column;padding-bottom:40px;}
#news  h1{font-size:4rem;line-height:4rem;max-width:1216px;margin:0px auto 40px;padding:0px 10px;box-sizing:border-box;width:100%;z-index:3;}
#news  .news_overflow > ul{display:flex;flex-wrap:wrap;padding-bottom:20px;z-index:3;}
#news  .news_overflow > ul li{background: #FFFFFF;box-shadow: 0px 10px 12px rgba(149, 144, 166, 0.15);border-radius: 24px;margin-top:32px;width:31.5%;margin-right:2.75%;overflow:hidden;padding-bottom:48px;box-sizing:border-box;display:flex;flex-direction:column;min-height:540px;max-height:540px;}
#news  .news_overflow > ul li:nth-child(3n){margin-right:0px;}
#news  .news_overflow > ul li img{margin-bottom:40px;width:100%;max-width:384px;}
#news  .news_overflow > ul li p{padding:0px 48px;}
#news  .news_overflow > ul li p:nth-child(2){font-size:1.25rem;line-height:1.75rem;font-family: 'ManropeB';}
#news  .news_overflow > ul li p:nth-child(3){margin-bottom:16px;font-size:0.81rem;line-height:1.31rem;margin-top:auto;}
#news  .news_overflow > ul li p:nth-child(4){font-size:0.81rem;line-height:1.31rem;color:#9590A6;display:flex;align-items:center;--points-color:#000;}
#news  .news_overflow > ul li p:nth-child(4) svg{margin-left:auto;}
#news  .more_news{width:100%;height:72px;background: #FFFFFF;box-shadow: 0px 10px 12px rgba(149, 144, 166, 0.15);border-radius: 24px;border:0px;cursor:pointer;--bold-arrow:#000;display:flex;align-items:center;justify-content:center;max-width:1216px;margin:16px auto 0px;}
#news  .more_news svg{transition:transform 0.3s;}
#news.list_open .more_news svg{transform:rotate(180deg);}
#news .news_overflow{overflow:hidden;position:relative;display:flex;margin-top:40px;max-width:1296px;margin:0px auto;padding:0px 40px;position:relative;box-sizing:border-box;transition:max-height 0.3s;}
#news .ellipse_1{width:92px;height:92px;border-radius:92px;top:10.5%;left:81.5%}
#news .ellipse_2{width:13px;height:13px;border-radius:13px;top:93.5%;left:90%}
#news .ellipse_3{width:10px;height:10px;border-radius:10px;top:11.5%;left:73%}
#news .ellipse_4{width:48px;height:48px;border-radius:48px;top:84.5%;left:7%}
#news .ellipse_5{width:8px;height:8px;border-radius:8px;top:37%;left:92.5%}
#news .ellipse_6{width:15px;height:15px;border-radius:15px;top:30.5%;left:96%}
#news .ellipse_7{width:17px;height:17px;border-radius:17px;top:16.8%;left:33%}
#news .ellipse_8{width:31px;height:31px;border-radius:31px;top:9%;left:47%}
#news .ellipse_9{width:520px;height:520px;border-radius:520px;top:46%;left:70.5%}
#news .ellipse_10{width:520px;height:520px;border-radius:520px;top:8%;left:-6%}

#article{padding-top:216px;overflow:hidden;}
#article .center{flex-direction:column;max-width:1312px;}
#article .center .heap{font-size: 4rem;line-height: 4rem;display:flex;align-items:center;padding-left:160px;font-family: 'ManropeB';z-index:3;}
#article .center .heap svg{transform:rotate(180deg);margin-right:48px;}
#article .news_text{background: #FFFFFF;box-shadow: 0px 10px 12px rgba(149, 144, 166, 0.15);border-radius: 24px;max-width:816px;margin:72px auto 0px;padding:48px;box-sizing:border-box;width:100%;z-index:3;}
#article .news_text > p:nth-child(1){color:#9590A6;font-size:0.81rem;line-height:1.31rem;margin-bottom:16px;}
#article .news_text > h1{font-size:2.5rem;line-height:3rem;margin-bottom:40px;}
#article .news_text .prevnext, #news .prevnext{display:flex;align-items:center;justify-content:center;margin:14px 0px;}
#article .news_text .prevnext .prev, #news .prevnext .prev{transform:rotate(180deg);}
#article .news_text .prevnext span, #news .prevnext span{font-size:0.81rem;line-height:1.31rem;margin:0px 16px;color:#9590A6;}
#article .news_text .prevnext .prev, #article .news_text .prevnext .next, #news .prevnext .prev, #news .prevnext .next{transition:opacity 0.3s;cursor:pointer;}
#article .news_text .prevnext .prev:hover, #article .news_text .prevnext .next:hover, #news .prevnext .prev:hover, #news .prevnext .next:hover{opacity:0.4;}
#article .news_text .text{display:flex;flex-direction:column;}
#article .news_text .text p{line-height:1.9rem;margin-bottom:24px;}
#article .news_text .text ol{margin-bottom:40px;}
#article .news_text .text ol li{list-style:auto;margin-bottom:16px;padding-left:28px;margin-left:20px;}
#article .news_text .text ol li p{margin-bottom:8px;}
#article .news_text .text ol li::marker{font-family: 'ManropeB';}
#article .news_text .text *:last-child{margin-bottom:0px;}
#article .news_text .text img{margin-top:16px;}
#article .news_text .text h2{margin-top:16px;margin-bottom:32px;}
#article .ellipse_1{width:92px;height:92px;border-radius:92px;top:0.3%;left:91.5%}
#article .ellipse_2{width:13px;height:13px;border-radius:13px;top:68.5%;left:101.5%}
#article .ellipse_3{width:10px;height:10px;border-radius:10px;top:0%;left:79.8%}
#article .ellipse_4{width:48px;height:48px;border-radius:48px;top:61.5%;left:-5%}
#article .ellipse_5{width:8px;height:8px;border-radius:8px;top:22%;left:105.5%}
#article .ellipse_6{width:15px;height:15px;border-radius:15px;top:17.3%;left:109%}
#article .ellipse_7{width:17px;height:17px;border-radius:17px;top:3.5%;left:28%}
#article .ellipse_8{width:31px;height:31px;border-radius:31px;top:-2.5%;left:51%}
#article .ellipse_9{width:520px;height:520px;border-radius:520px;top:29%;left:76%}
#article .ellipse_10{width:520px;height:520px;border-radius:520px;top:-4%;left:-23%}

/*.footer .mobile_part{display:none;}*/
/*.footer .mobile_part span{display:flex;margin-top:24px;}*/
/*.footer .mobile_part span a{display:flex;box-shadow: 0px 10px 12px rgba(149, 144, 166, 0.15);border-radius: 14px;width:40px;height:40px;align-items:center;justify-content:center;margin-right:16px;background:#fff;--social-color:#9590A6;}*/
/*.footer .mobile_part span a:last-child{margin-right:0px;}*/
/*.footer .mobile_part span a path{transition:fill 0.3s;}*/
/*.footer .mobile_part span a:hover{--social-color:#000;}*/

/*.footer{margin-bottom:45px;display:flex;margin-top:261px;z-index:3;position:relative;}*/
.footer.news{margin-top:100px;}
.footer.news .center{flex-direction:column;}
.footer.news .center > div{display:flex;max-width:1216px;margin:0px auto;width:100%;}
.footer.news .center .row_1{margin-bottom:72px;}
.footer.news .center .row_1 .menus{display:flex;width:100%;max-width:968px;justify-content: space-between;}
.footer.news .center .row_1 .menus > div{width:100%;max-width:224px;}
.footer.news .center .row_1 .menus > div > p, .footer.news .center .row_1 .phone_block > p{margin-bottom:32px;font-size:0.81rem;line-height:1.25rem;color:#9590A6;}
.footer.news .center .row_1 .phone_block > p{text-align:right;}
.footer.news .center .row_1 .menus > div li{margin-bottom:16px;font-size:0.81rem;line-height:1.25rem;}
.footer.news .center .row_1 .menus > div li svg{margin-right:8px;}
.footer.news .center .row_1 .menus > div li a{display:flex;align-items:center;transition:color 0.3s;}
.footer.news .center .row_1 .menus > div li a:hover{color:rgba(149,144,166,1);}
.footer.news .center .row_1 .menus > div li:last-child{margin-bottom:0px;}
.footer.news .center .row_1 .menus > div:first-child ul{flex-wrap:wrap;display:flex;}
.footer.news .center .row_1 .menus > div:first-child ul li{width:50%;}
.footer.news .center .row_1 .menus > div:first-child ul li:last-child{width:100%;}
.footer.news .center .row_1 .phone_block{margin-left:auto;display:flex;justify-content:flex-end;flex-direction:column;}
.footer.news .center .row_1 .phone_block .phone_part p:nth-child(1){font-size:1.25rem;line-height:1.75rem;font-family: 'ManropeB';text-align:right;}
.footer.news .center .row_1 .phone_block .phone_part p:nth-child(1) a{text-decoration:none;}
.footer.news .center .row_1 .phone_block .phone_part p:nth-child(2){font-size:0.81rem;line-height:1.31rem;display:flex;align-items:center;margin-top:8px;justify-content: flex-end;}
.footer.news .center .row_1 .phone_block .phone_part p:nth-child(2) svg{margin-right:8px;}
.footer.news .center .row_1 .phone_block .phone_part p:nth-child(2) b{margin-left:3px;}
.footer.news .center .row_2 > p{font-size:0.75rem;line-height:1.25rem;}
.footer.news .center .row_2 > p:nth-child(1){font-family: 'ManropeB';margin-right:24px;width:100%;max-width:224px;}
.footer.news .center .row_2 > p:nth-child(2){max-width:720px;}
.footer.news .center .row_2 .lang{margin-left:auto;position:relative;}
.footer.news .center .row_2 .lang p{display:flex;font-size:0.75rem;line-height:1.25rem;align-items:center;cursor:pointer;}
.footer.news .center .row_2 .lang p svg{margin-left:8px;}
.footer.news .center .row_2 .mob_right{display:none;}
.footer.news .mob_point{display:none;}