@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&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: 'Roboto', sans-serif;
	font-size:16px;
}
.bg-head-block{
    
}
.bg-head-con{
   max-width: 1280px; margin: 0 auto; height:460px;
   position:relative; color:#fff;
}
.bg-head-content{
   display:flex; flex-direction:column; height:100%;
}
.bg-head-content .head-center-block{
   margin: auto; z-index:1;
}
.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 .address{
	background: url("../images/home.png") no-repeat; width:17px; height:17px; 
}
.header-top-text .info-box .mail{
	background: url("../images/mail-ico.png") no-repeat; width:20px; height:14px; 
}
.header-top-text .info-box .phone{
	background: url("../images/phone.png") no-repeat; width:17px; height:17px; 
}
.header-top-text .info-box .clock{
	background: url("../images/phone.png") no-repeat; width:17px; height:17px; 
}
.info-box{
	margin-right: 20px; display: flex; align-items: center;
	border-right: 1px #fff solid; padding-right: 20px;
}
.info-box:last-child{
	border-right: none;
}
.info-box div{
	margin-right:10px;
}
.info-box span{
	color:#fff; font-size:13px;
}
.header-top-right{
	display: flex;
}
/*Язык в шапке*/
.lang-head{
   font-size:13px; text-transform:uppercase;
   display: flex;
}
.lang-head a{
   
}
.lang-active{
    color:#ffe8c4;
}
.lang-active a{
    color:#04d2c8!important; font-weight:600;
}
.top-bar{
    background-color: #42495b;
}
.top-bar-container{
   max-width: 1280px; margin: 0 auto; overflow:hidden; padding:10px 0 10px 0;
   display: flex; justify-content: space-between; align-items:center;
}
header{
   background-color:#fff;
}
.header-container{
   max-width: 1280px; margin: 0 auto; padding:15px 0;
   display:flex; flex-direction: row;
}
.logo{
   display:flex;
}
.logo img{
    width:130px;
}
.site-name{
    display:flex; align-items:center;
    margin-left:20px;
}
.site-name h1{
    color:#42495b; font-size:20px;
    text-transform: uppercase; margin:0; text-align:center;
}
.header-center{
    background-color:#13b1a9;  
}
#mainmenu{
  max-width: 1280px; margin: 0 auto;  
}
#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;
}
/* Slider */
.head-text-block-con{
   max-width: 1000px; margin: 0 auto; text-align:center;
}
.icon-menu-main{
	width: 100%; margin-top:40px;
}
.icon-menu{
   width:1280px; margin: 0 auto;
}
.icon-menu-content{
   display:flex; flex-wrap:wrap; justify-content:space-between;
}
.icon-menu-content div{
    display:flex; flex-direction:column; flex-basis:23%;
}
.icon-menu-content div a{
    display:flex; align-items:center;
    text-align: center; position: relative;
    box-sizing: border-box; border-radius:15px;
    background: #000;  
}
.icon-menu-content div a img{   
    object-fit:cover; position:relative;
	width: 100%; height:100%; border-radius:15px;
    opacity: 0.6;
}
.icon-menu-content div a .image-title{   
   color:#fff; font-size:20px; font-weight:700; line-height:20px;
   position:absolute; bottom:20px; left:0; right:0; padding:0 12px;
   transition: all 0.3s ease-out;
}
.icon-menu-content div a .image-title:hover{
	color:#04d2c8;
}
.blog-news h1, .blog-teacher h1, .icon-menu h1{
   font-size:25px; color:#42495b; font-weight:700;
   text-transform:uppercase; margin-bottom:35px;
   text-align:center; position: relative; padding-bottom:10px;   
}
.blog-news h1:after, .blog-teacher h1:after, .icon-menu h1:after{
    content: "";
    position: absolute; bottom:0; left:50%; right:0; z-index: 1;
    width:284px; height: 4px; transform: translateX(-50%); /* left:0; margin: auto; */
    background: url(../images/border-bottom.png) no-repeat center;
}
.block-main{
   width: 100%; background-color:#13b1a9;
   margin-top:40px; 
}
.block-main-con{
   max-width:1280px; margin: 0 auto; overflow: hidden;
   padding:50px 0; 
}
.center-block{
  float:left; width:25%;
  padding:0px 0 0px 20px;
  box-sizing: border-box;
  border-right: 2px #fff solid; padding-right: 20px;
}
.center-block:last-child{
	border-right: none;
}
.center-block.others-block{
  padding-left:20px;
}
.center-block h1{
  font-size:34px; color:#fff; font-weight: 700;
}
.center-block-text{
    
}
.center-block-text p{
    color:#fff; font-size: 20px; font-weight:700;
}
.main-head{
   position:relative;
}
.main{
    min-height:100%; height: auto !important; height:100%; 
}
.main-container{
   max-width: 1280px; margin:0 auto;
}
.articles-container{
  margin-bottom:40px;  
}
.header-page-title{
	background-size:cover; height:380px;
	background-position: center;
	position:relative; text-align:center;
}
.header-page-con{
   max-width: 1280px; 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;
	}
.breadcrumbs{
   background-color:#e9eff4; padding:20px 0;
   margin-bottom:20px; 
}    
.page-map{
   font-size:13px; text-align: center;
}
.page-map span{
	padding-right:5px;
}
	.page-map a{
		color:#555; text-decoration:none; font-weight:bold;
	}
	.page-map a:hover{
		text-decoration:underline;
	}
	.page-map a span{
		color:#04d2c8; border-right: 1px solid #595959;
	}
.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, .blog-teacher{
    position:relative; margin-top:40px;
}        
.main_news{
   width:100%; box-sizing: border-box;
   display:flex; flex-wrap:wrap; justify-content:space-between;
}
.posts_item{
    display:flex;
	flex-direction:column;
    background-color:#fff;
	flex-basis:32%;
	margin:0 0 25px 0; box-sizing: border-box;
}
.posts_img{
    width:100%; height:260px;
}	
.posts_item a > div img{
	display:block; object-fit:cover;
	width:100%; height:100%; border-radius:10px;
}
.posts_info{
	
}
.posts_info h3{
	font-size:20px; line-height:25px;
	color:#1d1d1d; transition: all 0.3s ease-out;
	font-weight:700; margin-top:10px;
}
.posts_info h3:hover{
    color:#04d2c8;
}
.posts_info .intro_text{
	color:#555; margin:15px 0 15px 0;
	font-weight:500; font-size:15px;
}
.posts_meta{
   font-size: 14px; display:flex;
   color:#818181;
}
.posts_date_ico{
	padding-left:28px;  position: relative;
}
.posts_date_ico:before{
	content: ""; position: absolute; top:-3px; left:0; 
    width:20px; height:20px;
	background: url("../images/date.png") no-repeat;
}
.posts_view_ico{
    padding-left:24px;  position: relative;
}
.posts_view_ico:before{
    content: ""; position: absolute; top:1px; left:0; 
    width:18px; height:14px;
	background: url("../images/view-ico.png") no-repeat; 
}
/* Teacher */
.main_teacher{
    display:flex; flex-wrap:wrap;
}
.teacher_item{
    display:flex; flex-basis:33.3%; justify-content:center;
    box-sizing: border-box; text-align:center; margin-bottom:30px;
}
.teacher_img{
    line-height:0;
}	
.teacher_item a > div img{
	object-fit:cover;
	width: 200px; height:200px;
    border-radius:50%;
}
.teacher_info{
    width:300px;   
}
.teacher_info h3{
	font-size:18px; line-height:21px;
	color:#42495b; transition: all 0.3s ease-out;
	font-weight:700; margin:15px 0 10px 0;
}
.teacher_info h3:hover{
    color:#04d2c8;
}
.teacher_info .intro_text{
	color:#595959; font-weight:500; font-size:15px;
}
/* Teacher */
.more-link-post{
    position:absolute; top:0; right:0;
}
.more-link-post a{
   background:#ff9900;  text-decoration:none; color:#fff; display: inline-block;
   padding:0 20px 0 20px; height:35px; border-radius:10px;
   line-height:35px; text-transform: uppercase; font-size:14px; font-weight:700;
   transition: all 0.3s ease-out; 
}
.more-link-post a:hover{
   background-color:#04d2c8;
}
/*Футер*/
.footer{
  background-color:#42495b;
}
.footer-container{
  color:#fff; max-width:1280px; margin:auto; overflow:hidden;
  position:relative;
}
.copy{
  padding:40px 0 40px 0;
}
.copy p{
  text-align: center; font-size:17px;
}
.articles-content{
    display:flex; flex-wrap:wrap;
    justify-content:space-between;
    box-sizing: border-box;  
}
.articles{
    display:flex; flex-direction:column;
	flex-basis:32%;
	margin:0 0 25px 0; position:relative;
    overflow:hidden;
}
.articles-header{
   
}
.articles h1{
        font-size:20px; font-weight:700; line-height:25px;
        overflow: hidden; margin-top:10px;
     }
     .bottom-line-h{
        margin:0;
     }
     .articles h1 a{
        color:#1d1d1d; text-decoration:none;
        transition: all 0.3s 0.01s ease;
     }
	 .articles h1 a:hover{
        color:#04d2c8;
     }
.articles-introtext{
    overflow:hidden; height:38px;
    color:#555; margin:15px 0 15px 0;
	font-weight:500; font-size:15px;
}     
    .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%; border-radius:10px;
    }
.article-footer{
    overflow:hidden;
}
.article-meta span.article-meta-date img{
    margin-right:5px; vertical-align:middle; margin-top: -4px;
}
.article-meta span.article-meta-date{
	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, .page-header{
    overflow:hidden; margin-bottom:20px;
}
.post-single-head h1, .page-header h1{
    font-size:32px; font-weight:700;
    text-align:center;
}
.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:#13b1a9; color: #fff; display: block; font-size: 15px; margin: 0 5px 0 0;
   padding:9px 17px; transition: all 0.3s 0.01s ease;
   border-radius:5px;
}
.pager li.active span{
    color:#fff; background:#127e7c; 
}
.pager li a:hover{
    color: #fff; background:#127e7c;
}
/* Management */
.manage-content{
   width:1280px; margin-top:40px;
   display:flex; flex-wrap:wrap; justify-content:space-between; 
}
.manage{
    display:flex; flex-direction:column;
	flex-basis:50%; margin:0 0 30px 0;
}
.manage-gen-img{
        float:left; margin-right:20px;
    }
    .manage-gen-img{
        line-height:0;
    }
    .manage-gen-img img{
	width: 200px; height:200px;
    object-fit:cover; border-radius: 50%;
    }
.manage-header{
    margin:10px 0;	
}
.manage h1{
        font-size:18px; font-weight:700; line-height:21px;
     }
     .manage h1 a{
        color:#42495b; text-decoration:none; transition: all 0.3s 0.01s ease;
     }
	 .manage h1 a:hover{
        color:#04d2c8;
     }
.manage-introtext{
    color:#595959; font-size:15px;
    overflow:hidden; margin:10px 0 10px 0;
}
.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:2px;
}
.post-single-meta, .article-footer, .articles-introtext{
    
}
.manager-ico{
    display:flex;
}
.manager-ico p{
    margin:20px 20px 0 0;
}
.manager-ico p a img{
    height:30px;
}