* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}


body {
position:relative;
font: 14px/1.4 'l', Arial, sans-serif;
z-index:0;
overflow-x: hidden;
background-color: #b5b5b5;
}

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }

img {
border: 0;
}

h1, h2, h3, h4, h5 {
font-weight: normal;
}

h1 {
font-size:2.4em;
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.2em;
}

a {
color:#00AEEF;
text-decoration:none;
}

a:hover {
text-decoration:none;
}

ul {
list-style:none;
}

input[type="text"], select, button{
outline:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
font-family: 'l';
}

input:focus {
outline:none;
}

b {
font-weight:normal;
}

table {
border-collapse: collapse;
}

.clear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */



@font-face {
    font-family: 'bl_ru';
    src: url('font/subset-Impact.woff2') format('woff2'),
        url('font/subset-Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bl';
    src: url('font/subset-Anton-Regular.woff2') format('woff2'),
        url('font/subset-Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b';
    src: url('font/subset-FiraSans-Bold.woff2') format('woff2'),
        url('font/subset-FiraSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'l';
    src: url('font/subset-FiraSans-Light.woff2') format('woff2'),
        url('font/subset-FiraSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


header {
width:100%;
position: fixed;
top:0px;
left:0px;
z-index: 90;
height: 110px;
box-sizing: border-box;
border-bottom: 1px solid white;
padding: 37px 40px;
}

.logo {
width:195px;
height: 36px;
background: url(img/logo.png) no-repeat center;
background-size: contain;
display: block;
float: left;
}

.langs {
float: left;
position: relative;
margin: 2px 0 2px 7px;
}

.active_lang {
color: white;
border: 1px solid white;
display: block;
width: 43px;
height: 27px;
border-radius: 5px;
background: url(img/active_lang.svg) no-repeat 27px;
box-sizing: border-box;
font-size: 13px;
padding: 4px 8px;
text-transform: uppercase;
}

.all_langs {
position: absolute;
top: 105%;
background: white;
border-radius: 5px;
width: auto;
box-shadow: 0 6px 6px rgba(0,0,0,0.1);
display: none;

}

.all_langs li {
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.all_langs a {
padding: 5px 8px;
color: #4D5858;
font-size: 13px;
box-sizing: border-box;
display: block;
}

.all_langs li:last-child {
border-bottom: none;
}

.logo_side {
vertical-align: middle;
display: inline-block;
margin: 0 40px 0 0;
}

.navigation {
vertical-align: middle;
display: inline-block;
}

.navigation li {
vertical-align: middle;
display: inline-block;
margin: 0 30px 0 0;
perspective: 1000px;
position: relative;
}

.navigation a {
font-family: 'b';
text-transform: uppercase;
font-size: 16px;
position: relative;
}

.home_page .navigation a.main_nav_link {
color:white;
}


.navigation a.main_nav_link:after {
position: absolute;
height: 2px;
top:110%;
left:0px;
background:white;
width: 0%;
display: block;
content: '';
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.home_page .navigation a.main_nav_link:after {
background: white;
}


.navigation a.main_nav_link:hover:after, .navigation a.main_nav_link.active:after  {
width: 100%;
}


.sub_menu {
position: absolute;
top: 120%;
left: 0px;
transform: rotateX(-20deg);
transform-origin: top center;
opacity: 0;
visibility: hidden;
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.main_nav_li:hover .sub_menu{
transform: rotateX(0deg);
opacity: 1;
visibility: visible;
}

.sub_menu:after {
width: 100%;
height: 40px;
display: block;
content: '';
position: absolute;
left: 0px;
top: -15px;
background: none;
}

.sub_menu ul {
border-radius: 10px;
padding: 10px 0;
box-shadow: 0 20px 20px rgba(0,0,0,0.1);
border: 1px solid #E8E8E8;
position: relative;
z-index: 2;
background: white;
}

.sub_menu li {
width:100%;
}

.sub_menu a {
display: block;
font-size: 16px;
color: #5B5B5B;
white-space: nowrap;
padding: 5px 20px;
text-align: left;
}

.search {
display: block;
position: absolute;
right:0px;
top:0px;
height: 100%;
width:110px;
background: url(img/search.svg) no-repeat center;
}

.close_search {
display: block;
position: absolute;
right:0px;
top:0px;
height: 100%;
width:110px;
background: url(img/close_search.svg) no-repeat center;
}

.search_self {
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
background: white;
display: none;
}

.search_self input {
font-size: 1.5em;
width: 100%;
box-sizing: border-box;
padding: 42px;
text-align: center;
}

.hs_bg_item {
width:120%;
height: 100%;
background-size: cover;
background-position: center left;
}

.fp-bg{
width:100%;
height: 100%;
background-size: cover;
background-position: left 50% ;
}

.sec_mid {
position: absolute;
top:0px;
right:0px;
width:50vw;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: table-cell;
display: flex;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
z-index: 2;
}

.sec_desc{
width: 100%;
box-sizing: border-box;
padding: 0 25% 0 0;
}

.sec_desc h3{
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
color:white;
font-size: 4vw;
line-height: 1em;
}

.sec_desc h3 span {
position: relative;
top:60px;
opacity: 0;
transition-delay: 0.3s !important;
text-shadow: 0 20px 70px rgba(0,0,0,0.5);
}

.active .sec_desc h3 span {
top:0px;
opacity:1;
}

.sec_desc h3 span:nth-child(1){
transition: all 0.6s cubic-bezier(.52, .01, .16, 1);
}

.sec_desc h3 span:nth-child(2){
transition: all 0.8s cubic-bezier(.52, .01, .16, 1);
}

.sec_desc h3 span:nth-child(3){
transition: all 1s cubic-bezier(.52, .01, .16, 1);
}

.sec_desc h3 span:nth-child(4){
transition: all 1.2s cubic-bezier(.52, .01, .16, 1);
}

.sec_desc h3 span:nth-child(5){
transition: all 1.4s cubic-bezier(.52, .01, .16, 1);
}

.sec_desc h3 span:nth-child(6){
transition: all 1.6s cubic-bezier(.52, .01, .16, 1);
}


.sec_cat {
color:rgba(255,255,255,0.5);
font-size: 1.4em;
margin: 0 0 10px 0;
transition: all 0.4s cubic-bezier(.52, .01, .16, 1);
position: relative;
top:60px;
opacity: 0;
transition-delay: 0.3s !important;
}

.active .sec_cat {
top:0px;
opacity:1;
}

.explore {
margin: 30px 0 0 0;
display: block;
transition: all 1.2s cubic-bezier(.52, .01, .16, 1);
position: relative;
top:60px;
opacity: 0;
transition-delay: 0.3s !important;
}

.active .explore {
top:0px;
opacity:1;
}

.arr {
width:80px;
height: 80px;
border-radius: 100%;
border:3px solid white;
display: inline-block;
vertical-align: middle;
background: url(img/arr.svg) no-repeat center center;
}

.explore u, .back_to u {
display: inline-block;
vertical-align: middle;
font-family: 'b';
font-size: 18px;
color:white;
text-decoration: none;
margin: 0 0 0 15px;
}

.lit_map {
width: 140px;
height: 140px;
border-radius: 100%;
position: absolute;
z-index: 3;
right:45px;
bottom:45px;
background: black;
overflow:hidden;
opacity: 0.9;
}

#map_lit {
position: absolute;
width:180px;
height: 180px;
left:50%;
top:50%;
margin: -75px 0 0 -90px;
}

.pin_name {
position: absolute;
z-index: 2;
color: white;
width: 100%;
text-align: center;
top: 50%;
margin: -37px 0 0 0;
font-size: 0.9em;
}

footer {
position: fixed;
bottom:45px;
left:40px;
z-index: 90;
}

.soc_ic {
display: inline-block;
vertical-align: bottom;
margin: 0 20px 0 0;
}

.soc_ic a {
width: 18px;
height: 18px;
display: block;
background-position: center;
background-repeat: no-repeat;
}

.soc_ic li {
margin: 15px 0 0 0;
}

.fb {
background-image:url(img/fb.svg);
}

.tw {
background-image:url(img/tw.svg);
}

.y {
background-image:url(img/y.svg);
}

.in {
background-image:url(img/in.svg);
}

.lin {
background-image:url(img/lin.svg);
}

footer p{
display: inline-block;
vertical-align: bottom;
color:rgba(255,255,255,0.5);
}

.page_wrap {
position: absolute;
width:100%;
height: 100%;
top:0px;
left:0px;
}

.inner_page, .inner_page_single {
overflow-x:hidden;
display: none;
height: calc(100vh - 110px);
top:110px;
position: absolute;
z-index: 10;
right:0px;
opacity: 1;
display: block;
}


.pr_text_col {
width: 33vw;
right:33vw;
float: right;
background: white;
min-height: calc(100%);
box-sizing: border-box;
padding: 55px;
}

.pr_text_col h1 {
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
color: #5B5B5B;
font-size: 40px;
line-height: 1em;
margin: 20px 0;
}

.pr_text_col img {
width: 100%;
margin: 25px 0;
}

.pr_text_col p, .in_cat {
color: #5B5B5B;
font-size: 16px;
}

.pr_text_col p {
margin: 0 0 15px 0;
}

.pr_text_col strong {
font-family: 'b';
}

.pr_im_gal {
height: 50%;
width: 100%;
background: black;
position: absolute;
top:0px;
right:0px;
overflow: hidden;
z-index: 3;
}

.pr_im_map {
top:50%;
width: 100%;
height: calc(100vh/2 - 55px);
background: black;
position: absolute;
overflow: hidden;
}

.open_projects {
position: absolute;
bottom:40px;
z-index: 2;
background: white;
width: 180px;
border-radius: 20px;
left: 50%;
margin: 0 0 0 -90px;
text-align: center;
color:#5B5B5B;
font-family: 'b';

}

.open_projects span {
background: url(img/open_projects.svg) no-repeat left center;
padding: 10px 0 10px 30px;
display: inline-block;
}

.pr_im_content {
width:33vw;
float: right;
right:0px;
min-height: calc(100%);
position: relative;
position: sticky;
top:0px;
}

.gal_video video {
object-fit: cover;
}

.gal_item, .gal_video {
position: absolute;
width:100%;
height: calc(100vh/2 - 55px);
background-size: cover;
background-position: center;
}

#map_single {
width: 100%;
height: 110%;
position: absolute;
top:0px;
left:0px;
}

.back_to {
position: sticky;
top: 85px;
left: 45px;
opacity: 0;
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
transition-delay: 1s;
}

.back_to .arr {
background: url(img/back_to.svg) no-repeat center;
}

.page_wrap[data-page='home'] {
width: 100vw;
height: 100vh;
overflow: hidden;
}

.page_bg_project {
width: 120%;
height: 100vh;
background-size: cover;
background-position: left 50%;
position: absolute;
z-index: 3;
display: none;
left:0px;
top:0px;
}


.page_static_bg {
width: 120%;
height: 100vh;
background-size: cover;
background-position: left 50%;
position: absolute;
z-index: 3;
display: none;
left:0px;
top:0px;
}


.page_bg_project.animate_bg {
transition: all 0.6s cubic-bezier(.52, .01, .16, 1);
}

.page_bg_project.to_left {
left:-20%;
}



.inner_page_single .pr_im_map {
top:0;
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
transition-delay: 0.3s;
}

.inner_page_single.animate .pr_im_map {
top:50%;
}


.inner_page_single {
left: 33vw;
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.inner_page_single.animate {
left:0;
}

.inner_page_single .pr_text_col {
margin:0 -66vw 0 0;
transition: all 0.6s cubic-bezier(.52, .01, .16, 1);
transition-delay: 0.6s;
}

.inner_page_single.animate .pr_text_col {
margin:0;
}

.inner_page_single.animate .back_to {
opacity: 1;
}

.inner_page_single.animate.hide_page {
opacity: 0;
}

.inner_page[data-page='all_project'], .inner_page[data-page='simple_page'] {
background: white;
height: 0px;
transition: all 0.6s cubic-bezier(.52, .01, .16, 1);
overflow: hidden;
}

.inner_page[data-page='all_project'].animate, .inner_page[data-page='simple_page'].animate {
height: calc(100vh - 110px);
overflow: visible;
overflow-x: hidden;
}

.page_title {
color:#5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 50px;
text-align: center;
width: 100%;
}

.page_content {
max-width: 1100px;
margin: 0 auto;
box-sizing: border-box;
padding: 50px 0;
}

.projects_list {
margin: 30px 0 0 0;
}

.pl_title b {
float: left;
color: #5B5B5B;
font-family: 'b';
font-size: 16px;
padding: 12px 0;
}

.pl_filter {
float: right;
}

.pl_filter select {
border-radius: 10px;
border: 1px solid #DBDBDB;
background: url(img/select_dd.svg) no-repeat 90%;
height: 45px;
box-sizing: border-box;
padding: 0 30px 0 20px;
width: 190px;
color: #5B5B5B;
font-size: 16px;
margin: 0 0 0 15px;
}

.pl_title {
margin: 0 0 30px 0;
}

.pl_cols {
margin: 0 -25px;
}

.pr_list_item {
width: 50%;
float: left;
box-sizing: border-box;
padding: 0 25px 50px;
}

.prl_wrap {
border-radius: 10px;
border: 1px solid #DBDBDB;
overflow: hidden;
}

.pr_list_item .fp-bg {
height: 250px;
width: 100%;
background-size: cover;
background-position: center;
}

.prl_desc {
padding: 30px;
}

.prl_desc u {
text-decoration: none;
}

.prl_desc b {
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 1.8em;
display: block;
white-space: nowrap;
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
width: 100%;
}

.prl_desc span {
display: block;
color:rgba(91,91,91,0.7);
font-size: 14px;
margin: 5px 0 0 0;
}

.inner_back {
width: 100vw;
height: 100vh;
position: absolute;
z-index: 3;
display: none;
left:0px;
top:0px;
background: #484848;
}

.sp_in_content {
padding: 40px 0 0 0;
}

.sp_in_content p {
  color:rgba(91,91,91,0.7);
  font-size: 16px;
}

.sp_in_content img {
width: 100%;
margin: 30px 0;
}


.inner_page_all .logo {
background: url(img/logo_c.png) no-repeat center;
background-size: contain;
}


.inner_page_all header{
border-bottom: 1px solid #DBDBDB;
}

.open_sub {
color:white;
}


.sub_menu a{
color: #5B5B5B;
}


.projects_title {
position: relative;
}

.switch_view {
position: absolute;
right: 0px;
top: 50%;
height: 40px;
border-radius: 50px;
border: 1px solid #DBDBDB;
margin: -20px 0 0 0;
}

.switch_view:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.switch_view li {
float: left;
}

.switch_view li a {
height: 40px;
border-radius: 50px;
display: block;
color: #5B5B5B;
font-family: 'b';
box-sizing: border-box;
padding: 5px 20px;
}

.pl_icon {
display: block;
}

.l {
background:url(img/l.svg) no-repeat left center;
padding: 6px 0 6px 24px;
color:white;
}



.switch_view li a.active .l{
background:url(img/l_d.svg) no-repeat left center;
color:#5B5B5B;
}


.m {
background:url(img/m.svg) no-repeat left center;
padding: 6px 0 6px 29px;
}

.list_item.active {
background:#ececec;
}

.map_item.active {
background:white;
}

.show_projects_map .projects_list {
position: fixed;
bottom: 0px;
left: 0px;
width: 100vw;
height: 290px;
background: white;
}

.map_all_projects {
position: fixed;
width:100vw;
height: 100vh;
top:0px;
left:0px;
display: none;
}

.show_projects_map .map_all_projects {
display: block;
}

.map_cont {
position: absolute;
top:0px;
left:0px;
width:100%;
height: 100%;
}

.show_projects_map .inner_page {
height: auto;
}

.show_projects_map .navigation a.main_nav_link {
color:white;
}

.show_projects_map .logo {
background: url(img/logo.png) no-repeat center;
background-size: contain;
}

.show_projects_map .navigation a.main_nav_link:after {
background:white;
}

.projects_title h2{
transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.show_projects_map .projects_title h2 {
color:white;
}

.show_projects_map .pl_title {
background: #F8F8F8;
height: 70px;
box-sizing: border-box;
padding: 13px 40px;
margin: 0px;
}

.show_projects_map .pr_list_item {
width:360px;
height: 155px;
padding: 0 10px;
}

.show_projects_map .pr_list_item .fp-bg {
width: 155px;
height: 100%;
position: absolute;
top:0px;
left:0px;
}

.show_projects_map .prl_wrap{
overflow: hidden;
height: 100%;
box-sizing: border-box;
overflow: hidden;
position: relative;
}


.show_projects_map .prl_desc {
padding: 12px 12px 12px 170px;
} 

.show_projects_map .prl_desc b {
font-size: 20px;
white-space: normal;
width: 100%;
height: 83px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
line-height: 1.05em;
}

.show_projects_map footer {
display: none;
}

.show_projects_map .pl_cols {
padding: 31px 0px;
margin: 0px;
box-sizing: border-box;
width: 100vw;
}

.show_projects_map .pl_cols .pr_list_item:first-child {
padding: 0 10px 0 40px;
}

.show_projects_map header {
border-bottom: 1px solid rgba(255,255,255,0.3)
}

.inner_page_project .main_nav_link {
color:white;
}

.inner_page_project .navigation a.main_nav_link:after {
background:white;
}

.inner_page_all .active_lang {
background-color: #e0e0e0;
}

.inner_page_all.show_projects_map .active_lang{
background: url(img/active_lang.svg) no-repeat 27px;
}

.inf_block {
text-align: center;
}

.inf_block a.more_bttn_map{
font-size: 14px;
border: 1px solid #00AEEF;
display: inline-block;
border-radius: 5px;
padding: 8px 12px;
margin: 10px 0 0 0;
width: 100%;
box-sizing: border-box;
text-align: center;
}

.inf_block b {
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 20px;
display: block;
}

.inf_block span {
display: block;
color: rgba(91,91,91,0.7);
font-size: 14px;
margin: 5px 0 0 0;
}

.page_cover {
height: 400px;
position: relative;
overflow: hidden;
}

.page_mid {
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: table-cell;
display: flex;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
z-index: 2;
}

.page_bg_self {
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
background-size: cover;
background-position: center;
}

.page_bg {
position: absolute;
width: 100%;
height: 100%;
top:0px;
left:0px;
background: #5B5B5B;
}

.text_content h3 {
color: #5B5B5B;
font-size: 30px;
display: block;
margin: 0 0 20px 0;
}

.text_content p {
margin: 0 0 20px 0;
color: #5B5B5B;
font-size: 16px;
}

.text_content ul, .pr_text_col ul {
margin: 0 0 20px 0;
}

.text_content li, .pr_text_col li {
color: #5B5B5B;
font-size: 16px;
padding: 0 0 10px 30px;
position: relative;
}

.text_content li:after, .pr_text_col li:after {
height: 1px;
width: 15px;
background:#5B5B5B;
position: absolute;
top:10px;
left:0px;
content:'';
display: block;
}

.text_content {
padding: 0 60px;
}

.bot_repeaters {
padding: 0 60px;
}

.page_cover .page_title {
color:white;
text-shadow: 0 20px 70px rgba(0,0,0,0.5);
font-size: 50px;
}

.page_cover .page_parent {
width: 100%;
font-size: 17px;
text-align: center;
color:white;
}

.breadcrumbs {
width: 100%;
text-align: center;
}

.breadcrumbs li {
display: inline-block;
vertical-align: middle;
font-size: 16px;
color:rgba(255,255,255,0.7);
padding: 0 10px;
position: relative;
}

.breadcrumbs li:after {
position: absolute;
width:10px;
height: 1px;
background: rgba(255,255,255,0.7);
display: block;
content: '';
right:-5px;
top:50%;
margin: -0.5px 0 0 0;
}

.breadcrumbs li:first-child {
display: none;
}

.breadcrumbs a {
color:rgba(255,255,255,0.7);
}

.breadcrumbs li:last-child:after {
display: none;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
overflow: hidden;
position: relative;
height: 100% !important;
}

.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}

.flickity-button:hover {
background: white;
cursor: pointer;
}

.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
opacity: 0.6;
}

.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
pointer-events: none;
}

.flickity-button-icon {
fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%;
/* vertically center */
transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 25px; }
.flickity-prev-next-button.next { right: 25px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
}

.close_gallery {
width: 44px;
height: 44px;
border-radius: 50%;
display: block;
right:45px;
top:45px;
z-index: 10;
position: absolute;
background:url(img/close_gallery.svg) no-repeat center hsla(0, 0%, 100%, 0.75);
background-size: 17px;
}

.close_gallery:hover {
background:url(img/close_gallery.svg) no-repeat center hsla(0, 0%, 100%, 1);
background-size: 17px;
}

/* ---- page dots ---- */

.flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
opacity: 1;
}


.pw_static {
max-width: 1080px;
margin: 0 auto;
background: white;
min-height: calc(100vh - 110px);
}


.lit_cover {
height: auto;
padding: 60px 0 0;
}

.lit_cover .page_parent {
color:#5B5B5B;
}

.lit_cover .page_title {
text-shadow: none;
color:#5B5B5B;
}

.lit_cover .page_mid {
position: relative;
}

.certificate_list li {
float: left;
width:50%;
box-sizing: border-box;
padding: 0 50px;
margin: 0 0 50px 0;
}

.certificate_list a {
display: block;
width:100%;
}

.cer_image {
width: 100%;
height: 530px;
border-radius: 10px;
background-size: 390px;
background-position: center;
overflow: hidden;
box-shadow: 0 20px 20px rgba(0,0,0,0.1);
}

.certificate_list {
padding: 0 60px;
}

.cer_desc {
margin: 30px 0 0 0;
}

.cer_desc span {
color:#5B5B5B;
font-size: 16px;
display: block;
}

.cer_desc b {
font-size: 25px;
color:#5B5B5B;
font-family: 'bl', 'bl_ru';
}

.next_page_wrap {
background: #F6F6F6;
margin: 50px 0 -50px
}

.next_page_url {
display: block;
padding: 50px 0;
display: block;
width: 100%;
text-align: center;
}

.next_page_url span {
color: #5B5B5B;
font-size: 14px;
opacity: 0.7;
display: block;
}

.next_page_url b {
font-size: 25px;
color: #5B5B5B;
display: block;
}

.contacts_map {
position: absolute;
top:0px;
left:0px;
width:100%;
height: 100%;
}

.contacts_map #map {
position: absolute;
top:0px;
left:0px;
width:100%;
height: 140%;
}

.map_cover{
height: 530px;
}

.map_cover .page_mid{
height: auto;
padding: 60px 0 0 0;
}

.contact_list {
margin: 0 -25px;
}

.contact_list li {
float: left;
width: 50%;
box-sizing: border-box;
padding: 0 25px;
margin: 0 0 50px;
}

.contact_item {
border-radius: 10px;
border: 1px solid #DBDBDB;
box-sizing: border-box;
padding: 30px;
}


.contact_item span {
color: #5B5B5B;
display: block;
opacity: 0.7;
font-size: 16px;
}

.contact_item b {
font-size: 20px;
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
line-height: 1.1em;
display: block;
margin: 10px 0;
text-transform: uppercase;
}

.contact_text_desc {
background: #f7f7f796;
margin: 20px -30px -30px;
padding: 30px 30px;
border-top: 1px solid #DBDBDB;
font-size: 15px;
color: #5B5B5B;
}

.contact_text_desc p {
margin: 0px;
}

.contact_text_desc strong {
font-family: 'b';
}


.contact_text_desc a strong {
font-family: 'l' !important;
font-weight: normal;
color: #5B5B5B;
text-decoration: underline;
}

.projects_page_total {
background: white;
padding: 60px;
}

.show_projects_map .page_static_bg {
display: none !important;
}

.show_projects_map .projects_page_total{
background: none;
padding: 60px 0;
}


.partners_list li {
width: 33.33%;
float: left;
box-sizing: border-box;
padding: 0 20px 40px;
}

.partners_list li a {
border: 1px solid #E5E5E5;
border-radius: 10px;
display: block;
width: 100%;
text-align: center;
overflow: hidden;
}

.part_image {
display: block;
height: 150px;
width: 100%;
border-bottom: 1px solid #E5E5E5;
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}

.partners_list li a p {
padding: 15px 10px;
width: 100%;
font-size: 14px;
color: #5B5B5B;
transition: all 0.2s ease-out;
background: transparent;
margin: 0px;
box-sizing: border-box;
}

.tc_m_left {
width: 50%;
position: relative;
z-index: 2;
}

.tc_m_wrap {
position: relative;
}

.tc_m_right {
background-position: center bottom;
background-size: contain;
width: 60%;
height: 116%;
right: -60px;
bottom: -50px;
position: absolute;
background-repeat: no-repeat;
}

.large_gallery {
position: fixed;
width:100%;
height: 100%;
top:0px;
left:0px;
background:#5B5B5B;
z-index: 999;
display: none;
}

.lg_wrap {
position: absolute;
left:20px;
top:20px;
right:20px;
bottom: 20px;
background:white;
border-radius: 20px;
overflow: hidden;
}

.lg_foto {
width: 100%;
height: calc(100% - 150px);
position: relative;
}

.gallery_self {
position: absolute;
width: 100%;
height:100%;
left:0px;
top:0px;
}

.gallery_item {
width: 100%;
height: 100%;
}

.gal_item_large {
position: absolute;
width: 100%;
height:100%;
background-size: contain;
background-position: center;
background-color:#2b2424;
left:0px;
top:0px;
background-repeat: no-repeat;
}



.bs_cover {
background-size: cover;
}

.lg_desc {
text-align: center;
height: 150px;
box-sizing: border-box;
padding: 35px 0;
}

.lg_desc h3 {
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
color: #5B5B5B;
font-size: 30px;
line-height: 1em;
margin: 15px 0 0 0;
}

.si_wrap {
margin: 0 -25px;
}

.si_wrap .pr_list_item {
width: 33.3333%;
}

.si_wrap .prl_desc b{
white-space: normal;
text-overflow: unset;
font-size: 1.4em;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 56px;
}

.si_wrap .prl_desc {
padding: 20px;
}

.pol_title {
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 35px;
margin: 0 0 15px 0;
}

.cover__video {
width: 100%;
height: 100%;
object-fit: cover;
}

.link_to_large {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}

.business_gal .bs_cover {
background-size: contain;
background-color: #e0e0e0;
}



.large_gallery .cover__video{
object-fit: contain;
}

.filter_col {
display: inline-block;
vertical-align: middle;
}

.mob_only {
display: none;
}

.text_cover .page_title{
color: #5B5B5B;
text-shadow: none;
}

.text_cover .page_parent {
color: #5B5B5B;
}

.text_cover {
height: auto;
}

.text_cover .page_mid {
display: block;
position: relative;
}

.business_all {
padding: 60px 0;
box-sizing: border-box;
}

.pl_cols_b {
padding: 0 35px;
}

.business_gal {
position: relative;
width: 100%;
height: 500px;
margin: 30px 0 0 0;
}

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


.doc_pp_image {
height: 80%;
width: 100%;
box-sizing: border-box;
top: 20%;
left: 0;
position: absolute;
text-align: center;
transition: all 0.5s cubic-bezier(.52, .01, .16, 1);
opacity: 0;
}

.pop_up.show .doc_pp_image {
top: 10%;
opacity: 1;
}

.close_pp {
width: 100px;
height: 100px;
right: 0px;
top: 0px;
background: url(img/close.svg) no-repeat center center;
background-size: 20px;
display: block;
z-index: 2;
position: absolute;
}

.doc_pp_image img {
height: 100%;
border: 8px solid white;
}

.files_bot {
margin: 50px 0 0 0;
}

.files {
margin: 0 -20px;
}

.files li {
float: left;
width:50%;
display: block;
box-sizing: border-box;
padding: 0 20px 40px;
}

.file_self {
background: #f9f9f9;
border-radius: 10px;
display: block;
width: 100%;
box-sizing: border-box;
padding: 20px;
position: relative;	
min-height: 105px;
}

.file_type {
width: 60px;
height: 70px;
position: absolute;
background: url(img/file.svg) no-repeat center;
background-size: contain;
position: absolute;
left:20px;
top:15px;
}

.file_type.pdf {
background: url(img/file.svg) no-repeat center;
background-size: contain;
}

.file_type.doc {
background: url(img/doc.svg) no-repeat center;
background-size: contain;
}

.file_desc {
padding: 0 0 0 80px;
}

.file_desc b {
color: #5B5B5B;
font-size: 18px;
display: block;
margin: 0 0 5px 0;
}

.file_desc span {
color: #5B5B5B;
font-size: 14px;
opacity: 0.5;
}

.download_presentation {
display: inline-block;
border-radius: 30px;
background: #00AEEF;
color: white;
font-family: 'b';
font-size: 16px;
padding: 14px 25px;
}

.service_item .si_wrap .pr_list_item {
padding: 0 25px;
}

.service_item {
margin: 0 0 50px 0;
}

.files_for_service {
margin: 20px 0 0 0;
padding: 15px 0;
border-top: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB;
}

.files_for_service p {
float: left;
color: rgba(91,91,91,0.7);
font-size: 16px;
padding: 14px 0;
}

.files_for_service a{
float: right;
}

.pols_list {
position: relative;
margin: 0 0 50px 0;
}

.pols_list:last-child {
margin: 0px;
}

.pol_desc {
margin: 0 400px 0 0;
}

.pol_image {
width: 350px;
height: 350px;
border-radius: 20px;
position: absolute;
top: 0px;
right: 0px;
box-shadow: 0 20px 20px rgba(0,0,0,0.1);
background-size: cover;
background-position: center;
}

.pol_desc .text_content {
padding: 0px;
}

.pol_desc .text_content h3 {
font-size: 20px;
}

.no_page_template {
width: 100%;
}

.page_cover_1029 {
height: 650px;
}

.page_cover_1029 .page_mid {
height: 40%;
}

.recom li {
float: left;
width: 33.333%;
position: relative;
box-sizing: border-box;
padding: 0 15px;
margin: 0 0 57px 0;
}

.f_block {
width:100%;
background: #FFFFFF;
box-shadow: 0 22px 44px 0 rgba(0,0,0,0.08);
border-radius: 10px;
transition: all 0.3s ease-out;
position: relative;
display: block;
}


.fb_top {
padding: 30px 40px;
text-align: center;
}

.f_image {
width:100px;
height: 100px;
border-radius: 100px;
display: block;
margin: 0 auto 20px;
background: #EBE7DB;
background-size: cover;
background-position: center;
}

.f_block span{
border-top:1px solid #EEEEEE;
display: block;
text-align: center;
color:rgba(100,85,85,0.5);
font-size: 16px;
padding: 18px 0;
}

.fb_top p{
font-size: 16px;
color: #645555;
letter-spacing: 0;
line-height: 24px;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
}

.recom {
margin: 60px 0 0 0;
padding: 60px 0 0 0;
border-top: 1px solid #DBDBDB;
}

.recom .pol_title {
padding: 0 15px;
}

.recom .flickity-page-dots {
display: none;
}

.man_wrap {
border: 1px solid #E5E5E5;
border-radius: 10px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 50px 50px;
}


.man_image {
flex: 0 0 40.333333%;
max-width: 40.333333%;
background-size: auto 85%;
background-repeat: no-repeat;
background-position: bottom center;
background-color: #f2f2f2;
}


.man_desc {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
padding: 50px;
}

.man_desc .man_title {
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 30px;
display: block;
}

.man_desc .man_pos{
font-size: 18px;
color: #5B5B5B;
display: block;
}

.man_desc .man_text{
color: #5B5B5B;
font-size: 16px;
margin: 30px 0 0 0;
}

.man_desc .man_text p {
margin: 0 0 20px 0;
}

.man_desc .man_text strong {
font-family: 'b';
}

.man_desc .man_text li {
color: #5B5B5B;
font-size: 16px;
padding: 0 0 10px 30px;
position: relative;
}

.man_desc .man_text li:after {
height: 1px;
width: 15px;
background: #5B5B5B;
position: absolute;
top: 10px;
left: 0px;
content: '';
display: block;
}


.man_desc .man_text ul {
margin: 0 0 20px 0;
} 

.lighter_title {
color: #9e9e9e !important;
}

.search_item {
margin: 0 0 20px 0;
padding: 0px !important;
}

.search_item:after {
display: none !important;
}

.search_item a {
border-radius: 10px;
border: 1px solid #DBDBDB;
padding: 30px;
display: block;
}

.search_item b {
color: #5B5B5B;
font-family: 'bl', 'bl_ru';
text-transform: uppercase;
font-size: 1.8em;
display: block;
}

.search_item p {
display: block;
color: rgba(91,91,91,0.7);
margin: 0px !important;
}


.no_image_page .pr_im_gal {
display: none;
}

.no_image_page .pr_im_map {
top:0% !important;
height: calc(100vh - 110px);
}


.recom .certificate_list{
padding: 0px !important;
}

.recom .cer_image {
height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1080px){ 
	
		
	.mob_only {
	display: block;
	}
	
	.web_only {
	display: none;
	}
	
	.search {
	display: none;
	}
	
	.logo {
    width: 135px;
    height: 36px;
    }
    
	header {
	height: 65px;
	padding: 15px 20px;
	background-color: #1d96e5;
	}
	
	.inner_page, .inner_page_single {
	height: auto;
	top: 0px;
	position: relative;
	margin: 65px 0 0 0;
	}
	
	.switch_view {
	display: none;
	}
	
	.projects_page_total {
    padding:30px 20px;
	}
	
	.pl_cols {
	margin: 0 -20px;
	}
	
	.pr_list_item {
	width: 100%;
	float: none;
	padding: 0 20px 20px;
	    display: block;
	}
	
	.pr_list_item .fp-bg {
    height: 180px;
    }
    
	.prl_desc {
	padding: 20px;
	}
	
	.prl_desc b {
	text-overflow: unset;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 60px;
	white-space: normal;
	font-size: 1.3em;
	}
	
	footer {
	display: none;
	}
	
	.page_title {
	font-size: 30px;
	}
	
	.pl_title b {
	display: none;
	}
	
	.pl_filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	float: none;
	margin: 0 -10px;
	}
	
	.filter_col {
	ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
	}
	
	.filter_col select {
    margin: 0px;
    width: 100%;
	}
	
	.projects_list {
	margin: 20px 0 0 0;
	}
	
	.pl_title {
	margin: 0 0 20px 0;
	}
	
	
	.page_static_bg {
	display: none !important;
	}
	
	.page_cover {
    height: 190px;
    }
    
	.page_cover .page_title {
	font-size: 30px;   
	}
	
	.page_cover .page_parent {
	font-size: 15px;   
	}
	
	
	.text_content {
	padding: 0px;
	}
	
	.page_content {
	padding: 30px 20px;
	}
	
	.text_content h3 {
	font-size: 18px;
	}
	
	.text_content p {
	margin: 0 0 15px 0;
	font-size: 14px;
	}
	
	.next_page_wrap {
	margin: 40px -20px -30px;
	}
	
	.next_page_url b {
	font-size: 18px;
	}
	
	.tc_m_left {
    width: 100%;
    }
    
    .tc_m_right {
	position: relative;
    width: 100%;
    bottom: 0px;
    right: auto;
    height: 240px;
    margin: 0 0 -40px 0;   
    }
    
    header {
	border-bottom: none;
    }
    
    .page_bg {
	background: #1d96e5;   
    }
    
    .bot_repeaters {
	padding: 0px;
    }
    
	.partners_list li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 20px;
	}
	
	.pol_title {
    font-size: 25px;
    margin: 0 0 15px 0;
    line-height: 26px;
	}
	
	
	.si_wrap {
	margin: 0 -20px;
	white-space: nowrap;
	overflow-y: hidden;
	box-sizing: border-box;
	padding: 0 20px 10px;
	}
	
	.si_wrap .pr_list_item {
	width: 70%;
	float: none;
	display: inline-block;
	padding: 0 20px 0 0;
	}
	
	
	.si_wrap .pr_list_item .fp-bg {
	height: 130px;
	}
	
	.service_item {
    margin: 0 0 30px 0;
	}
	
	.back_to {
	display: none;
	}
	
	.pr_im_content {
	display: none;
	}
	
	.pr_text_col {
	width: 100vw;
	right: 0px;
	margin: 0px !important;
	padding: 30px 20px;
    }
    
    .pr_im_gal {
	position: relative;
	height: 200px;  
	width: auto;
	margin: 20px -20px;
    }
    
    
    .inner_page_single {
	left: 0px;  
    }
	
	.logo_side {
	position: relative;
	z-index: 2;
	}
	
		
	.navigation {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: white;
	height: 100vh;
	box-sizing: border-box;
	padding: 65px 0px 0px 0px;
	display: none;
	}
	
	.sub_menu {
    position: relative;
    opacity: 1;
    transform: rotateX(0deg);
    top: 0px;
    visibility: visible;
    display: none;
	}
	
	
	.nv_wrap {
    height: calc(100vh - 65px);
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 20px 50px;
    border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	.nv_wrap .main_nav_li{
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
	}
	
	.main_nav_link {
	color: #5B5B5B;
	}
	
	.sub_menu ul {
	box-shadow: none;
	border-radius: 0px;
	border: none;
	padding: 10px 0 0 0;
	}
	
	.sub_menu ul a {
	text-transform: none;
	font-family: 'l';
	}
	
	.main_nav_li:hover .sub_menu{
	display: block;	
	}
	
	.mobile_menu {
	position: absolute;
	top:0px;
	right:0px;
	width:65px;
	height:65px;
	display: block;
	background: url(img/mobile_menu.svg) no-repeat center;
    background-size: 22px;
	}
	
	.mobile_menu.active {
	background: url(img/close_menu.svg) no-repeat center;
    background-size: 19px;
	}
	
	.open_menu .navigation{
	display: block;
	}
	
	.open_menu .logo {
	background: url(img/logo_c.png) no-repeat center;
	background-size: contain;
	}
	
	.open_menu .active_lang {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid transparent;
	}
	
	.pr_text_col p, .in_cat {
	color: #5B5B5B;
	font-size: 14px;
	}
	
	.pr_text_col h1 {
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	margin: 10px 0 0 0;
	}
	
	.in_cat {
	display: block;
	width: 100%;
	text-align: center;
	}
	
	.text_content li, .pr_text_col li {
    font-size: 14px;
	padding: 0 0 10px 20px;
	}
	
	.text_content li:after, .pr_text_col li:after {
	width: 10px;
	top: 8px;
	}
	
	.page_bg_project {
	display: none !important;
	}
	
	.map_cover {
	height: 500px !important;
	}
	
	.business_all {
    padding: 30px 0;
    }
    
	.text_cover {
	height: auto;
	}
	
	.business_gal {
	height: 250px;
	}
	
	.pl_cols_b {
	padding: 0;
	margin: 0 -20px;
	}
	
	.lit_map {
	display: none;
	}
	
	.hs_bgs {
	height: 100vh;
	}
	
	.home_page header{
    background: none !important;
	}
	
	.hs_bgs .section {
	width: 100%;
	height: 100vh;
	}
	
	.home_page .navigation a.main_nav_link {
	color: #5B5B5B;
	}
	
	.sec_desc h3 span {
	opacity: 1;
	top: 0px;
	}
	
	.sec_cat {
    opacity: 1;
    font-size: 14px;
    top: 0px;
	}
	
	.sec_mid {
	width: 100%;
	height: auto;
	}
	
	.explore {
	opacity: 1;
	top: 0px;
    margin: 20px 0 0 0;
	}
	
	.sec_desc {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 40px 0;
	text-align: center;
	}
	
	.sec_desc h3{
	font-size: 28px;
	text-shadow: 0 20px 70px rgba(0,0,0,0.5);
	}
	
	.explore u, .back_to u {
	font-size: 15px;
	}
	
	.arr {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid white;
	display: inline-block;
	vertical-align: middle;
	background: url(img/arr.svg) no-repeat center center;
	background-size: 7px;
	}
	
	.hs_bgs .flickity-page-dots {
	bottom: 90px;
	z-index: 10;
	}
	
	.flickity-page-dots .dot {
	background: white;
	}
	
	.home_page footer {
	display: block;
	}
	
	.soc_ic li {
	margin: 0 5px;
	display: inline-block;
	}
	
	.soc_ic {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 2px 0;
	width: 100%;
	text-align: center;
	}
	
	footer p {
	display: inline-block;
	vertical-align: bottom;
	color: rgba(255,255,255,0.5);
	position: relative;
	top: -4px;
	}
	
	.soc_ic {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    }
	
	.home_page footer {
	display: block;
	left: 0px;
	width: 100%;
	bottom: 30px;
	text-align: center;
	}
	
	.man_wrap {
	margin: 0 20px 20px;
	}
	
	.man_desc .man_title {
	font-size: 18px;
	}
	
	.man_desc .man_pos, .man_desc .man_text, .man_desc .man_text li {
    font-size: 14px;
    }
    
	.man_desc {
	padding: 25px;
    }
    
    .man_image {
	background-size: auto 115%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #f2f2f2;
	max-width: 100%;
	height: 240px;
	width: 100%;
	display: block;
	flex: none;
	}
	
	.page_cover_1029 {
	height: 380px;
	}
	
	.service_item .si_wrap .pr_list_item {
	padding: 0 20px 0 0;
	}
	
	.pol_image {
	position: relative;
	width: 100%;
	height: 230px;
	}
	
	.pol_desc {
	margin: 20px 0 0 0;
	}
	
	.certificate_list {
	padding: 0;
	}
	
	.certificate_list li {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 50px 0;
	}
	
	.cer_image {
	width: 80%;
	height: 370px;
	border-radius: 10px;
	background-size: 390px;
	background-position: center;
	overflow: hidden;
	box-shadow: 0 20px 20px rgba(0,0,0,0.1);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	margin: 0 auto;
	}
	
	.cer_desc {
	text-align: center;
	}
	
	.cer_desc span {
	font-size: 14px;
	}
	
	
	
	.cer_desc b {
    font-size: 20px; 
    }
    
	.lit_cover {
	height: auto;
	padding: 60px 0 0;
	}
	
	.doc_pp_image img {
	height: auto;
    width: 90%;
	}
	
	.close_pp {
    width: 65px;
    height: 65px;
    }
    
	.contact_list li {
	width: 100%;
	margin: 0 0 30px;   
	}
	
	.contact_item b, .contact_text_desc {
	height: auto !important;
	}
	
	.inf_block b {
	font-size: 16px;
	}
}