@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0; padding: 0;
}
html, body{
    height:100%;
}
ul{
    list-style:none;
}
h1,h2,h3,h4{
    font-weight:normal;
}
a{
	text-decoration:none;
}
table{
    width: 100%; border-collapse:collapse;
}
th, td{
   border: 1px solid black; 
}
.post-single td p{
    padding: 5px 7px 5px 7px; margin:0 0px 10px 0px;
    text-align:left;
}
body{
    background: #fff;
	font-family: "Inter", sans-serif;
	font-size:16px;
}
.digital-block-con{
   max-width: 1340px; margin: 0 auto;
   display:flex; justify-content: space-between; align-items:center;
}
.center-block{
    width:50%; box-sizing:border-box;
}
.digital-lib-text{
    font-size:21px;   
}
.head-text-block h3{
   font-family:'Roboto'; font-size:22px; font-weight:700; color:#1dc0eb; text-transform:uppercase;
   display:block;  margin:0; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.head-text-block p{ 
   font-size:30px; margin:10px 0 40px 0; text-transform:uppercase;
   font-weight:700;
}
.header-top-left{
	display: flex;
}
.header-top-text{
	display: flex; align-items:center;
}
.header-top-text .info-box .number{
	background: url("../images/whatsapp.png") no-repeat; width:20px; height:20px; 
}
.header-top-text .info-box .email{
	background: url("../images/email.png") no-repeat; width:20px; height:20px; 
}
.header-top-text .info-box .clock{
	background: url("../images/clock.png") no-repeat; width:20px; height:20px; 
}
.info-box{
	margin-right:30px; display: flex; align-items: center;
}
.info-box div{
	margin-right: 10px;
}
.info-box span{
	color:#fff; font-size:15px;
}
.head-social{
    display: flex;
}
.head-social a{
    margin-right:5px;
    display: flex; align-items:center;
}
.head-social .ins-ico{
	background: url(../images/ins.png) no-repeat 0 0; width:24px; height:24px; 
}
.head-social .fb-ico{
	background: url(../images/fb.png) no-repeat 0 0; width:24px; height:24px; 
}
.head-social .in-ico{
	background: url(../images/linkedin.png) no-repeat 0 0; width:24px; height:24px; 
}
.header-top-right{
	display: flex;
}
/*Язык в шапке*/
.lang-head{
   font-size:15px; text-transform:uppercase;
   display: flex;
}
.lang-head a{
   
}
.lang-active{
    color:#ffe8c4;
}
.lang-active a{
    color: #B3CFE5!important; font-weight:600;
}
.top-bar{
    background:#0A1931;
}
.top-bar-container{
   max-width: 1340px; margin: 0 auto;
   padding:15px 0 15px 0; overflow:hidden;
   display: flex; justify-content: space-between;
   align-items:center;
}
.header-container{
   max-width: 1340px; margin: 0 auto; display:flex;
   flex-direction: row; padding:0px 0px 0px 0;
   align-items:center;
}
.logo{
    display:flex;
}
.logo img{
    margin-right:10px;
}
.header-left{
   display:flex; background:#B3CFE5;
   padding: 25px 10px 25px 30px;
   border-radius: 0 40px 0 0
}
.site-name{
    width:180px;
}
.site-name h1{
    color:#0A1931; font-size:22px; font-weight:700;
    text-transform:uppercase;
}
.header-right{
    display:flex; align-items:flex-end;
}
#mainmenu{
    margin-bottom:8px;   
}
#mainmenu ul li{
   /*display: inline-block;
   margin-right:27px;
   text-transform:uppercase;
   font-size:16px;
   position:relative;*/
}
#mainmenu ul li a{
   /*position:relative; color:#013e7f; text-decoration:none; display:block;*/
}
.dj-megamenu-default li a.dj-up_a{
    border:none!important;
}
.site-link div a{
   display:inline-block; background:#B3CFE5;
   padding:0 20px 0 20px; height:40px;
   line-height:40px; text-transform: uppercase;
   font-size: 16px; font-weight:700; color:#0A1931;
   transition: all 0.3s ease-out;
}
.site-link div a:hover{
   background:#0A1931; color:#fff!important;
}
/* Slider */
.slider{
    background:#F6FAFD;
}
.head-text-block-con{
   max-width: 1000px; margin: 0 auto; text-align:center;
}
.icon-menu-main{
	width: 100%;
}
.icon-menu{
   width:1340px; margin: 0 auto; box-sizing: border-box;
   display:flex; flex-wrap:wrap; justify-content:space-between;
}
.icon-menu div{
   display:flex; align-items:center; flex-direction:column;
	flex-basis:23%; box-sizing: border-box; padding: 15px 10px 25px 10px;
    border: 1px solid #eeeeee; position:relative; background:#fff;
    box-shadow: 0 3px 2px -2px #c9c9c9;
}
.icon-menu div a{
	text-align: center;
}
.icon-menu div a img{   
   margin-bottom:10px;
}
.icon-menu div a .image-title{   
   color:#4a4a4a; font-size:15px; font-weight:500; line-height:20px;
   position:absolute; bottom:8px; left:0; right:0; padding:0 5px;
   text-transform:uppercase;
}
.icon-menu div a .image-title:hover{
	color:#1dc0eb;
}
.blog-news h1, .center-block h1, .address h1{
   font-size:30px; color:#0A1931; font-weight:700;
   text-transform:uppercase; margin-bottom:30px;
   text-align:center; position: relative; padding-bottom:15px;   
}
.blog-news h1:after, .center-block h1:after, .address h1:after{
    content: "";
    position: absolute; bottom:0; left:50%; right:0; z-index: 1;
    width:350px; height:2px; transform: translateX(-50%);
    background: url(../images/bottom-line.png) no-repeat center;
}
.block-main{
   width: 100%; margin-bottom: 30px; position: relative;
   background-color: #003E7E; z-index:99;
}
.block-main::before{
    height:171px;
    content:'';
    position:absolute; right:0;
    width:15%; z-index:-1;
    background-color:#45A1FF;
}
.block-main-con{
   max-width:1340px; margin: 0 auto; overflow: hidden;
   display: flex; align-items: center; justify-content: space-between;  
}
.section-main-con{
   margin:40px 0;    
}
.section-block-content{
    display: flex; justify-content: space-between;
}
.section-block-item{
    display:flex; flex-direction:column; flex-basis:31%;
    padding:50px 50px 20px 50px; background:#F6FAFD; box-sizing: border-box;
    border:1px solid #B3CFE5; border-radius:20px;
}
.section-block-title{
    margin:20px 0;   
}
.section-block-title h2{
    font-size:30px; color:#0A1931;
}
.section-block-text{
    margin-bottom:10px;   
}
.section-block-text p{
    font-size:21px; color:#0A1931;
}
.more-section{
    margin-top: auto;
    /*margin-top:20px;*/
}
.more-section a{
   display:inline-block!important; color:#0A1931;
   background:url(../images/arrow-up.png) no-repeat 88% center #B3CFE5; padding:0 40px 0 40px; height:40px;
   line-height:40px; font-size: 22px;
   transition: all 0.3s ease-out;
}
.main-head{
   position:relative;
}
.main{
    min-height:100%; height: auto !important; height:100%; 
}
.main-container{
   max-width: 1340px; margin:0 auto;
}
.articles-container{
  margin-top:15px; margin-bottom:40px;  
}
.header-page-title{
	background-size:cover; height:380px;
	background-position: center;
	position:relative; text-align:center;
}
.header-page-con{
   max-width: 1340px; margin: 0 auto;
   position:relative; overflow:hidden;
   color:#fff; text-align:center;
   height:350px;
}
.header-text-block{
   display: flex;
   height:100%;
}
.header-page-title:after{
    content:"";
	width:100%;
	height:100%;
	position:absolute; left:0; top:0;
	background-color: rgba(0,0,0,0.6);
}
	.header-page-title h1{
		color:#fff; font-size:37px; z-index:1; margin: auto;
	}
.page-map{
   font-size:13px; padding:15px 0 15px 0;
}
.page-map span{
	padding-right:5px;
}
	.page-map a{
		color:#0A1931; text-decoration:none; font-weight:bold;
	}
	.page-map a:hover{
		text-decoration:underline;
	}
	.page-map a span{
		color:#B3CFE5; border-right: 1px solid #333;
	}
.com-content-category-blog, .blog-items{
    max-width:1040px;  
}    
.com-content-articles{
    max-width:1040px;
}
.com-content-articles p img, .com-content-category-blog img{ 
    max-width:100%; height:auto;
}    
.blog-news{
    position:relative; margin-top:40px; margin-bottom:40px;
}        
.main_news{
   width:100%; height:490px; overflow: hidden; box-sizing: border-box;
   display:flex; flex-wrap:wrap; flex-direction: column; justify-content:space-between;
}
.posts_item.list{
    box-sizing: border-box; width:45%; height:155px;
    border-bottom:2px solid #B3CFE5;
}
.posts_item.list .posts_img{
	width:36%; float:right;
}	
.posts_item.list a > div img{
	display:block; object-fit:cover;
	width:100%; height:145px;
}
.posts_info{
	
}
.posts_info h3{
	font-size:18px; line-height:23px;
	color:#0A1931; transition: all 0.3s ease-out;
	font-weight:700; text-transform: uppercase;
    margin-bottom:10px;
}
.posts_info h3:hover{
    text-decoration:underline;
}
.posts_info .intro_text{
	color:rgba(10, 25, 49, 0.7); margin:10px 0 0 0;
	font-weight:500; font-size:14px;
}
.posts_item.list .posts_info .intro_text{
    height:35px; overflow:hidden;    
}

.posts_meta{
   font-size:15px; display:flex;
   color:#0A1931;
}
.posts_date{
	margin-right:25px;
}
.posts_date_ico{
	padding-left:25px;  position: relative;
}
.posts_date_ico:before{
	content: ""; position: absolute; top:-1px; left:0; 
    width:18px; height:18px;
	background: url("../images/date-ico.png") no-repeat;
}
.posts_date_txt, .posts_view_txt{
  
}
.posts_view_ico{
    padding-left:25px;  position: relative;
}
.posts_view_ico:before{
    content: ""; position: absolute; top:-1px; left:0; 
    width:18px; height:18px;
	background: url("../images/eye-ico.png") no-repeat; 
}
.posts_item.first{
	width:50%; height:490px;
    background-color:#f7f7f7;
}
.posts_item.first a{
	position:relative; display:block;
}
.posts_item.first .posts_info{
	position:absolute;
	bottom:20px;
	left:30px;
	padding:0 20px 0 0;
	z-index:1;
}
.posts_item.first .posts_info .intro_text{
    display:none;
}
.posts_item.first .posts_info h3{
    font-size:30px;
	color:#fff;
	line-height:36px;
    max-height: 100%;
}
.posts_item.first .posts_info h3:hover{
    
}
.posts_item.first .posts_info p, .posts_item.first .posts_info span{
	color:#fff;
}
.posts_item.first .posts_img{
    width:100%; height:490px;
}
.posts_item.first img{
	width:100%; height:100%!important; object-fit:cover;
}	
.posts_item.first .posts_img::after{
	content:"";
	width:100%; height:100%;
	position:absolute;
	left:0; top:0;
	background-image:linear-gradient(to top, rgba(10, 25, 49, 1), rgba(31, 77, 151, 0));
}
.first .posts_date .posts_date_ico:before{
	content: ""; position: absolute; top:-1px; left:0; 
    width:18px; height:18px;
	background: url("../images/date-ico.png") no-repeat;
}
.first .posts_view .posts_view_ico:before{
	content: ""; position: absolute; top:-1px; left:0; 
    width:18px; height:18px;
	background: url("../images/eye-ico.png") no-repeat;
}
.more-link-post{
    position:absolute; top:10px; right:0;
}
.more-link-post a{
   display:block; background:#B3CFE5;
   color:#0A1931; font-size: 18px;
   padding:0 20px; height:40px; line-height:40px;
   transition: all 0.3s ease-out;
}
.more-link-post a:hover{
   background:#0A1931; color:#fff!important;
}
/*Футер*/
.footer{
  background-color:#0A1931;
  background-image: url(../images/foot-book.png);
  background-position: right; background-repeat: no-repeat;
  background-size: contain;
}
.footer-container{
  color:#fff; max-width:1340px; margin:auto; overflow:hidden;
  position:relative;
}
.footer-top{
    display: flex; justify-content: flex-start;
    padding-bottom:40px;
}
.footer-menu{
    width: 25%; padding-top:60px;
}
.foot-menu-list h1{
    text-transform:uppercase; font-size: 22px; margin-bottom: 15px;
}
.foot-menu-list ul li{
    margin-bottom: 5px; 
}
.foot-menu-list ul li::before{
  content: "\2022"; /* юникод точки */
  color: white; /* Менять цвет */
  font-weight: bold; /* Менять жирность */
  display: inline-block; /* Расстояние между точкой и текстом */
  width: 1em; /* Задать значение расстояния */ 
}
.foot-menu-list ul li a{
    display:inline-block; color:#fff; font-size:18px; line-height: 22px;  
}
.foot-menu-list ul li a:hover{
    color: #B3CFE5; 
}
.copy{
  padding:30px 0 30px 0;
}
.copy p{
  text-align: center; font-size:17px;
}
.articles-content{
    display:flex;
	flex-wrap:wrap;
	justify-content:space-around;  
}
.articles{
    display:flex; flex-direction:column;
	background-color:#F6FAFD;
	flex-basis:32%;  border:1px solid #B3CFE5; border-radius:20px;
	margin:0 0 20px 0; position:relative; box-sizing: border-box;
    overflow:hidden;
}
.articles-header{
    margin-bottom:15px;	
}
.articles h1{
        font-size:17px; font-weight:600; line-height:22px;
        overflow: hidden; padding:15px 10px;
     }
     .bottom-line-h{
        margin:0;
     }
     .articles h1 a{
        color:#1d1d1d; text-decoration:none;
         -moz-transition: all 0.3s 0.01s ease;
         -o-transition: all 0.3s 0.01s ease;
         -webkit-transition: all 0.3s 0.01s ease;
     }
	 .articles h1 a:hover{
        color:#B3CFE5;
     }
.articles-introtext{
    overflow:hidden; height:70px; font-size: 16px;
}     
.articles p{
    text-align: justify; font-size: 15px; color:#555;
}
    .articles-gen-img{
       position:relative; width:100%; height:280px;
    }
    .afisha-gen-img{
        line-height:0;
    }
    .articles-gen-img img{
        display:block; object-fit:cover;
 	    width:100%; height:100%;
    }
.article-footer{
    overflow:hidden; margin:10px 0 0 0;
}
.article-footer span.article-meta span{
    margin-right:15px;
}
    .article-footer span.article-meta{
        padding: 10px 0 10px 10px; float:left; margin:0;
    }
.article-meta span.article-meta-date img{
    margin-right:6px; vertical-align:middle; margin-top: -4px;
}
.article-meta span.article-meta-view img{
    margin-right:4px; vertical-align:middle; margin-top: -3px;
}
.article-meta span.article-meta-date, .article-meta span.article-meta-view{
	font-size:14px; color:#818181;
}   
.readmore{
   display:block; float:right;
   background:#FF8000;
   font-weight:600;
   color:#fff;
   font-size:16px;
   padding:0 20px;
   height:40px;
   line-height:40px;
   -moz-transition: all 0.3s 0.01s ease;
   -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}
.readmore:hover{
   background:#003E7E; color:#ff9c3a;
}
/* Pages */
.post-single-head{
    overflow:hidden;
    margin-bottom:15px;
}
.post-single-head h1{
    font-size:32px; margin-bottom:10px; font-weight:700;
}
.post-single-meta{
    float:left; font-size:14px;
    color:#818181; margin-top:10px;
}
.post-single-meta span{
    margin-right:15px;
}
.post-single-meta span.post-meta-date img{
    margin-right:6px; vertical-align:middle; margin-top:-4px;
}
.post-single-meta span.post-meta-view img{
    margin-right:4px; vertical-align:middle; margin-top:-3px;    
}
.yandex-social{
   float:right;
} 
.post-single p{
   margin:0 0px 15px 0px;
   line-height:24px;
   font-size:17px;
   text-align: justify;
   color:#333;
}
.pager{
   overflow:hidden; padding:0 0 20px 0; clear:both; 
}
.pager li{
   float:left; 
}
.pager li a, .pager li span{
   background:#0A1931; color: #fff; display: block; font-size: 15px; margin: 0 5px 0 0;
   padding:9px 17px; transition: all 0.3s 0.01s ease;
}
.pager li.active span{
    color:#fff; background:#B3CFE5; 
}
.pager li a:hover{
    color: #fff; background:#B3CFE5;
}
/* Management */
.manage-content{
   width:1340px; margin-top:40px;
   display:flex; flex-wrap:wrap; justify-content:space-between; 
}
.manage{
    display:flex; flex-direction:column;
	flex-basis:100%; margin:0 0 40px 0;
}
.manage-gen-img{
        float:left; margin-right:20px;
    }
    .manage-gen-img{
        line-height:0;
    }
    .manage-gen-img img{
	width: 180px; height:180px;
    object-fit:cover; border-radius: 50%;
    }
.manage-header{
    margin:10px 0;	
}
.manage h1{
        font-size:19px; font-weight:700; line-height:22px;
        text-transform:uppercase;
     }
     .manage h1 a{
        color:#000; text-decoration:none; transition: all 0.3s 0.01s ease;
     }
	 .manage h1 a:hover{
        color:#1dc0eb;
     }
.manage-introtext{
    overflow:hidden; font-size: 15px; margin-bottom:20px;
}
.manage-footer .readmore{
   display:block; float:left; background:#003E7E;
   font-weight:700; color:#fff; font-size:15px;
   padding:0 25px; height:30px; line-height:30px;
   transition: all 0.3s 0.01s ease; border-radius:20px;
}
.manage-footer .readmore:hover{
   background:#FF8000; color:#fff;
}
.manage-introtext p {
    margin-bottom:5px;
}
.articles-introtext{
    display:none;
}
.manager-ico{
    display:flex;
}
.manager-ico p{
    margin:20px 20px 0 0;
}
.manager-ico p a img{
    height:30px;
}