*,*::before,*::after {box-sizing: border-box;}

body {
   margin: 0;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  background-color: #fbfbfb;
  color:#2E282A;

}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

p {
  margin: 20px 0;
}

ul,ol {
  margin-left: 0px;
  line-height:30px;
}
ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
ol  li{
  margin-bottom: 5px;
}

a{
  color:#3F88C5;
  text-decoration:none;
}

blockquote {
  margin: 0;
  padding:0;
  position: relative;  
  clear:both;
}
blockquote p {
  margin: 25px;
  padding: 40px 30px;
  background:#f7f6f1;
  font-size:18px;
  font-weight:bold;
  font-style:italic;
}
blockquote:before {
  content: "";
  display: block;
  width: 100%;
  height:3px;
  background-color: #ffc914;
  position: absolute;
  left: 0;
  top: 0;
}
h1,
h2,
h3,
h4,.h2,.h3,.h4 {
  font-weight: bold;
  line-height: 35px;
  font-family: Arial;
  letter-spacing: .2;
}
.header,.nav,.subnav,.inner-page,.footer,.col,.top-box,.grid,.row-region,.row {	
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header {
  min-height:95px;
  border-bottom:1px solid #d8d8d8;
  font: 14px Arial;
}
.header .logo{
  display:block;
  width:65px;
  height:59px;
  margin:15px 0 0;
}
.header .city{
  position:absolute;
  top:38px;
  left:115px;
  padding-left:27px;  
}
.header .city a.region,.header .city em.region{
  color:#2E282A;
  max-width: 100px;
  overflow: hidden;
  float: left;
}
.header .city a.region:before,.header .city em.region:before{
  content:'';
  position:absolute;
  margin-left:-25px;
  margin-top:-2px;
  width:20px;
  height:20px;
  background:url('../img/location.svg') no-repeat;  	
}
.header .city .curr_date{
  margin-left:25px;
  font-size:14px;
}
.header .city #weather{
  margin-left:25px;
  padding-left:27px; 
}
.header .city #weather img {
  position:absolute;
  margin-left:-25px;
  margin-top:-2px;
}
.header a.login,.header span.login{
  position:absolute;
  padding:7px 25px;
  top:30px;
  right:0;
  background: #e5572f;	
  border-radius: 140px;
  color:#fff;
  font:14px Arial;
}
.header span.login,.header .city em.region{
  cursor:pointer;	
  font-style:normal;
}
.header a.login:hover,.header span.login:hover{
  opacity:0.8;
}
.header #person{
  position:absolute;
  left:400px;
  top:15px;
  width:48%;
  height:62px;
  padding:10px 10px 10px 65px;
  overflow: hidden;
  background: #F9FBFD;
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 4px 54px -4px rgba(24, 39, 75, 0.08);
  background:url('../img/fire.svg') left 25px top 20px no-repeat; 
  border-radius: 5px;
}
.header #person .image{
  float:left;
  width:40px;
  height:40px;
  margin-right:20px;
}
.header #person .image img{
  width:100%;
  height:auto;
}
.header #person .title{
  font:14px/16px Georgia;
  height: 35px;
  margin-top:5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color:#000;
}
.nav{
  height:65px;
  border-bottom:1px solid #d8d8d8;
}
.sub-nav{
  margin:0 0 30px 0;
}
.nav ul,.sub-nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li,.sub-nav ul li{
  display:inline-block;
  font: 14px Arial;
}
.nav ul li a,.sub-nav ul li a{
  display:block;
  position:relative;
  margin-right:40px;
  height:100%;
  line-height:65px;
  color:#2E282A;
}
.sub-nav ul li a{
  line-height:10px;
  margin-right:20px;
}
.nav ul li a:after{
  display:none;
  content:'';
  position:absolute;
  width:100%;
  height:3px;
  background-color:#FF3C3C;
  left:0;
  bottom:0;
  z-index:5;
}
.nav ul li a:hover:after{
  display:block;
}
.sub-nav ul li a:hover{
  color:#E4572E
}
.nav ul li.last-el{
  margin-left:100px;
  padding-right:20px;
  background:url('../img/arrow.svg') right no-repeat;
  cursor:pointer;
  color:#E4572E;
}
.nav span.burg{
  position:absolute;
  top:23px;
  width:24px;
  height:15px;
  background:url('../img/burger.svg') no-repeat;
  cursor:pointer;
}
.subnav{	
  min-height:110px;  
  background:#cfe0f0;
  text-align:center;
}
.subnav ul {
  max-width:80%;
  margin-top:22px;
  margin-left:auto;
  margin-right:auto;
}
.subnav ul li a{
  display:block;
  margin:0 5px 5px 0;
  padding:4px 26px;
  background: linear-gradient(112.3deg, #FFFFFF 7.64%, #EFEFEF 107.35%);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.02), 2px 2px 4px rgba(129, 129, 129, 0.25);
  border-radius: 140px;
  color:#2E282A;
}
.subnav ul li a:hover{
  background:#fff;
}
.inner-page{
  background:url('../img/line-main.svg') repeat-x;
  padding:20px 0 40px;
}
.main-page{
  padding: 5px 0 40px 0;
}
.col .article,.col .aside {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position:relative;
}

#loaded{
  margin:50px -25px 20px -100px;
}

@media (max-width: 1100px) {
	/*html,body{
	   overflow-x:hidden !important;
	}*/
}
@media (min-width: 992px) {
	.col .article {
	  -ms-flex: 0 0 73%;
	  flex: 0 0 73%;
	  max-width: 73%;
	  padding:0 80px;
	}
	.col .aside {
	 -ms-flex: 0 0 27%;
	 flex: 0 0 27%;
	 max-width: 27%;
	}
}

.col .aside .ads-block{	
  max-width:320px;
  padding:9px;
  margin-bottom:15px;
  text-align:center;
  background:#f1f1f1;
  border:1px solid #d6d6d6;
}
.col .content h1{
  font-size:26px;
  /*min-height:65px;*/
}
.col .content-page h1{
  min-height:auto;
}
.col .content p,.preview,.col .content h2,blockquote p,.col .content h3{
  line-height:30px;
}
.col .content h2{
  font-size:24px;
}
.maintitle{
  font-size:26px;
  min-height:40px;
}
.col .content h3{
  font-size:22px;
}
.col .content .preview{
  background: linear-gradient(180deg, #ececf2 0%, #faf8f9 100%);
  border:1px solid #eeeeee;
  border-radius: 5px;
  padding:20px 30px;
  font-size:18px;
  font-weight:700;
  -webkit-box-shadow: 0px 80px 55px -52px rgba(243, 223, 229, 0.76);
  -moz-box-shadow: 0px 80px 55px -52px rgba(243, 223, 229, 0.76);
  box-shadow: 0px 80px 55px -52px rgba(243, 223, 229, 0.76);
}
.inner-page .content .img-box {
  margin: 20px auto 0 auto;
  min-height: 200px;
}
.col .content .alignnone{
  max-width:100%;
  height:auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.col .content .img-box img,.col .content .im{
  max-width: 710px;
  max-width: 100%;
  height: auto;
}
.col .content .wp-caption-text{
  display:block;
  margin-top:0;
  font-size:12px;
  color:#CAC9C9;
  overflow:hidden;
}
.col .content .link-content {
  max-width: 300px;
  padding: 20px 15px;
  box-shadow: 0px 8px 22px -6px rgb(24 39 75 / 12%), 0px 14px 64px -4px rgb(24 39 75 / 12%);
  border-radius: 5px;
}
.col .content .link-content a{
  font-weight: 700;
  color: #2E282A;
}
.col .content .link-content img{
  width:300px;
  height:auto;
  margin:-20px -15px 10px -15px;
}
.col .content .insert-page.right{
	float:right;
	margin:10px 0 20px 30px;
}
.col .content .insert-page.left{
  float:left;
  margin:10px 30px 20px 0;
}
.col .content .link-content .img-box img{
  margin:0;	
}
.col .content .link-content .img-box{
   margin: -20px -30px 10px -15px;	
}
.col .content .top-box{
  max-width:65%;	
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font:14px Arial;
}
.content .top-box time{
  padding-left:20px;
  color: #E4572E;
}
.content .top-box time:before{
  content:'';
  position:absolute;
  margin-left:-20px;
  width:14px;
  height:15px;
  background:url('../img/date.svg') no-repeat;
}
.content .top-box .read{
  padding-left:25px;
  font-family:Georgia;
}
.content .top-box .read:before{
  content:'';
  position:absolute;
  margin-left:-25px;
  width:19px;
  height:19px;
  background:url('../img/time.svg') no-repeat;
}
.ads-block{
  min-height:425px;
}
.content .person-title{
  position:relative;
  margin:35px 0 55px 0;
  font:24px/20px Georgia;
  font-weight:700;
}
.content .person-title:after{
  content:'';
  left:20px;
  bottom:-35px;
  position:absolute;
  width:150px;
  height:10px;
  background:url('../img/circle.svg') no-repeat,url('../img/arrow-slide.svg') left 30px center no-repeat;
}
.content .persons-box .person{
  min-height:350px;
  max-width:45%;
  margin:30px 0 40px 0;
  padding:30px;
  background: #E3ECF4;
  border-radius: 15px;
  -webkit-box-shadow: 0px 80px 55px -52px rgba(213, 221, 226, 0.76);
  -moz-box-shadow: 0px 80px 55px -52px rgba(213, 221, 226, 0.76);
  box-shadow: 0px 80px 55px -52px rgba(213, 221, 226, 0.76);
}

.content .persons-box .person p.quote,.content .persons-box .person p.sub_person_title{
  font:14px/1.3em Georgia;
}
.content .persons-box .person p.sub_person_title,.content .persons-box .person span.sub_person_category{
  position:relative;
  font-weight:700;
}
.content .persons-box .person span.sub_person_category{
  display:block;	
  margin:20px 0 -10px 0;
  font:12px/1.3em Georgia;
  color:#468CC7;
}
.content .persons-box .person p.sub_person_title:after{
  content:'';
  position:absolute;
  left:0;
  bottom:-10px;
  width:100px;
  height:1px;
  background:#fff;
}
.content .persons-box .person .sub_person_img{
  display:block;
  width:145px;
  height:145px;
}
.content .persons-box .person .sub_person_img:before{
  content:'';
  position:absolute;
  width:110px;
  height:150px;
  margin-left:170px;
  background:url('../img/pattern-persons.svg') no-repeat;
}
.content .persons-box .person .sub_person_img img{
  width:100%;
  border-radius:50%;
  border:10px solid #d4e3e8;
}
.content .persons-box .person p.quote{
  height: 55px;
  overflow: hidden;
  -webkit-line-clamp: 3;
   display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content .subscribe{
  background: #e5e5e5 url('../img/girl-suscribe.svg') right bottom no-repeat;
  background-color: linear-gradient(to right, #e5e5e5, #d8d8d8); 
  background-image:url('../img/girl-suscribe.svg');
  background-position:right bottom;
  background-repeat:no-repeat;
  padding:50px;
  margin:35px 0 50px 0;
  min-height:240px;
  border-radius:5px;
  border:1px solid #d4d4d4;
}
.content .subscribe .sub-title{
  margin-bottom:30px;
  font:30px/26px Arial;
  font-weight:900;
}
.content .subscribe a{
  display:inline-block;
  margin-right:20px;
}
.content .maxwd{
  /*max-width:670px;*/
}

/*GRID*/

.grid{
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.grid .it_news,.list-news{
  position:relative;
  width: 400px;
  background:#fff;
  padding:20px 15px;
  margin-bottom:50px;
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  border-radius: 5px;
}
.grid .covid-news{
  position:relative;
  background:#fff url('../img/cv-bg.jpg') top no-repeat;
  background-size: cover;
  padding:20px 15px;
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  border-radius: 5px;
  height:285px;
  margin-bottom:20px;  
}
.grid .subscribe-news{
  background: #ccdeee url('../img/subscribe-girl2.svg') right -10px bottom no-repeat;
  background-color: linear-gradient(to right, #ccdeee, #ecd2ca); 
  background-image:url('../img/subscribe-girl2.svg');
  background-position:right -10px bottom;
  background-repeat:no-repeat;
  background-size:110% auto;
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  height:130px;	
  padding:30px 15px;
  border-radius: 5px;
}
.list-news {
  position:absolute;	
  right:0;
  height:900px;
  overflow: hidden;
}
.grid .it_middle_news{
  width: 396px;
  margin-bottom: 15px;
}
.grid .it_mini_news{
  width: 294px;
  margin-bottom: 15px;
}
.grid .it_big_news{
  width: 603px;
  margin-bottom: 15px;
}
.grid .it_news_adf{
  position:relative;
  width: 400px;
  height:390px;
  margin-bottom:50px;
  background:#fff;
  padding:20px 15px;
  margin-bottom:50px;
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  border-radius: 5px;
}
.grid .even{
  margin-left:50px;
  margin-right:50px;
}
.grid .img-box{
  margin:-20px -15px 20px -15px;
}
.grid .it_mini_news .img-box{
  min-height:245px;	
}
.grid .it_big_news .img-box{
  max-height:245px;	
  margin-bottom: 25px;
}
.grid .img-box img{
  width:100%;
  height:auto;
  max-width:403px;
  max-height:250px;
  border-radius: 5px 5px 0 0;
}
.grid .it_mini_news img{
  max-height:230px;
}
.grid .it_mini_news .banner_vertical img{
  max-height:100%;
}
.grid .it_mini_news .img-box{
  overflow:hidden;
  border-radius: 0 5px 0 0;
}
.grid .it_mini_news .img-box img{
  width:128%;	
}
.grid .it_news time,.list-news time{
  display:block;
  padding-left:20px;
  margin-bottom:10px;
  font:14px Arial;
  color: #E4572E;
}
.grid .it_news time:before,.list-news time:before{
  content:'';
  position:absolute;
  margin-left:-20px;
  width:14px;
  height:15px;
  background:url('../img/date.svg') no-repeat;
}
.grid .it_news .title{	
  font:18px/23px Arial;
  font-weight:700;
  color:#2E282A;
  height: 70px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.grid .it_middle_news .title,.grid .it_mini_news .title{
  height: 95px;
  -webkit-line-clamp: 4;	
}
.grid .it_big_news .title{
  margin-top:15px;	
  line-height:25px;
  height: 50px;
  -webkit-line-clamp: 2;	
}
.grid .it_news .region{
  margin:-25px -15px 20px -15px;	
  background:#fff2ee;
  padding:10px 15px;
  font:12px Arial;
  color:#2E282A;  
}
.grid .it_mini_news .region{
  margin-top:-35px;	
  padding:15px;	
}
.grid .it_big_news .anonce{
  margin-top:10px;	
  font:16px/20px Arial;
  color:#2E282A;
  -webkit-line-clamp: 3;
  overflow:hidden;
  height: 63px;
  display: -webkit-box;
   -webkit-box-orient: vertical;
}
.grid .it_news .region span.scope{
  display:inline-block;
  margin-left:40px;
  padding-left:20px;
  background:url('../img/region-icon.svg') no-repeat;  
  font-size:14px;	
}
.grid .it_mini_patt .img-box img{
	width:100%;
	margin-top: 60px
}
.grid .it_mini_patt .img-box{
	background:#fff2ef;
}
blockquote p.myrtb,span#burger{
	display:none;
}
.col-home .link_more{
  position:absolute;
  right:0;
  margin-top:-62px;  
  padding:10px 60px 10px 30px;
  border: 1px solid #E4572E;
  background:url('../img/line-right.svg') center right 25px no-repeat; 
  border-radius:25px;
  font:14px/20px Arial;
  font-weight:900;
  color:#E4572E;  
}
.main-page .company-regions .link_more{
  margin-top:-82px;  
}

/*No critical*/

.wd100{
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}

.content .author{
  clear: both;
  padding:20px;
  background: #FFF2EE;
}
.content .author .user{
  overflow:hidden;
  margin-bottom:15px;
  line-height:25px;
}
.content .author .user .aname{
  max-width: 210px;
  display: inline-block;
}
.content .author .user img{
  float:left;
  margin-right:15px;
}
.content .author .message{
  width:100%;	
  font:14px Arial;
  color:#ADADAD;
  line-height:20px;
}
.toTop {
  border: 2px solid #cfe0f0;
  background: #cfe0f0;
  text-align: center;
  padding: 0px 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  display: none;
  cursor: pointer;
  color: #fff;
  z-index: 10;
  font-size: 24px;
  height: 30px;
}
.small-slide__social{
  float:right;
  margin-top: -20px;
}
.small-slide__social span.social-icon,.small-slide__social a.social-icon {
  display:inline-block;
  margin: 5px 15px 0 0;
  width:24px;
  height:24px;
  background:#ccc;
  cursor:pointer;
}
.small-slide__social span.social-icon_fb,.small-slide__social a.social-icon_fb{
  background:url('../img/face-icon.svg') no-repeat;	
}
.small-slide__social span.social-icon_vk,.small-slide__social a.social-icon_vk{
  background:url('../img/vk-icon.svg') no-repeat;	
}
.small-slide__social span.social-icon_tw,.small-slide__social a.social-icon_tw{
  background:url('../img/twit-icon.svg') no-repeat;	
}
.small-slide__social span.social-icon_tlgrm,.small-slide__social a.social-icon_tlgrm{
  background:url('../img/teleg-icon.svg') no-repeat;		
}
.small-slide__social span.social-icon_odn,.small-slide__social a.social-icon_odn{
  background:url('../img/icon-odnoklassniki.svg') no-repeat;
background-size: 24px 24px;  
}

#loaded2 {
    margin: 50px -75px 20px -100px;
	justify-content: flex-start;   
}
#loaded2 .it_news{
	margin: 0 50px 50px 0;
}

.reveal-modal{
  display:none;
  position:absolute;
  font-family:Arial;
}

.reveal-modal.city-modal{
  width:300px;
  top:95px;	
  background: #625E5F;
  padding:20px 35px 24px 35px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  z-index:999999;
}
.reveal-modal.login{
  width:600px;
  top:95px;
  right:0;
  background: #625E5F;
  padding:20px 35px 24px 35px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  z-index:999999;
}
.reveal-modal.city-modal .t4,.reveal-modal.login .t4{
  color:#fff;
  margin:10px 0 15px 0;
  font-size:22px;
}
.reveal-modal.city-modal a{
  font-size:16px;
  line-height:1.4em;
  color:#fff;
}
.reveal-modal.login a{
  font-size:14px;
  color:#15ab78;
  text-decoration:underline;
}

.reveal-modal.city-modal a:hover{
  text-decoration:underline;
  color:#ccc;
}
.reveal-modal.city-modal a strong{
  font-weight:bold;
  color:#ccc;
}
.reveal-modal.city-modal a.tfirst {
  display: block;
  line-height: 1.0em;
  margin: 10px 0 -10px 0;
  color: #ccc;
  font-size: 16px;
}
.reveal-modal.qsend{
  position:fixed;
  width:350px;
  left:50%;
  margin-left:-175px;
  top:20% !important;	
  background: #625E5F;
  padding:20px 25px 24px 25px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  z-index:999999;
}
.qsend input[type=text],.qsend input[type=email], .qsend textarea{
  width:100%;
  padding: 10px;
  font-size:16px;									
}
.qsend textarea{
  height:100px;	
  font:16px Arial; 
}
.reveal-modal .close-reveal-modal,.close-reveal-menu{
  width:20px;
  height:20px;
  background:url('../img/close-btn.svg') no-repeat;	
  position:absolute;
  top:18px;
  right:30px;
  cursor:pointer;
  border:none;
}
.close-reveal-menu{
  top:40px;
}
.reveal-modal input[type=text],.reveal-modal input[type=email],.reveal-modal input[type=password]{
  margin:0 0 15px 0;
  height:40px;
  padding: 10px;
}
.reveal-modal input[type=submit]{
  padding: 10px 20px;
  border: none;
  font-size:16px;
  background: #E4572E;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
  position:relative;
  z-index:10;
}
.reveal-modal input[type=submit]:hover{
  background: #111;
}
.wpcf7-not-valid-tip{display:none !important;font-size:15px !important;line-height:1.1em !important;}
.wpcf7-validation-errors{color:#fff !important;border:2px solid #cc0000 !important;font-size:15px !important;line-height:1.1em !important;position:absolute !important;margin: 0 !important;background:#cc0000 !important;z-index:10 !important;margin:35px 30px 0 0 !important;text-align: center;}
.wpcf7-mail-sent-ok{border:2px solid #67953c !important;color:#fff !important;font-size:15px !important;line-height:1.1em !important;position:absolute !important;background:#67953c !important;z-index:10 !important;margin:25px 30px 0 0 !important;text-align: center;}		
.wpcf7-not-valid {border:2px solid #cc0000 !important;}
.scrollbar-rail > .scroll-element.scroll-y{
  right:-5px !important;
}
.scroll-wrapper{
  height:410px;
}
.menu .scroll-wrapper{
  height:455px;
}
.menu .scrollbar-rail > .scroll-element.scroll-y{
	right:-25px !important;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer{
  display:none !important;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size{
  width:4px;
  background-color: rgba(255, 255, 255, 0.8);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size{
  background-color: rgba(255, 255, 255, 1);
}
.scrollbar-rail > .scroll-element .scroll-bar{
  background-color:#a1a1a2;
  height:150px !important;
  box-shadow:none !important;
  margin-left:1px;
}
.scrollbar-rail > .scroll-element{
  background:none !important;
}
.agree,.menu{
  display:none;
}

/********** menu **********/
.menu-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: rgba(34,72,139,0.4);*/
  height:20px;
  z-index: 190;
}
.menu-overlay:before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  /*background: #fff;*/
}
.menu-overlay:after{
  content: "";
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url('../img/icons.svg') -30px -690px;
}
.menu{
  position: fixed;
  top: 0;
  left: -255px;
  padding: 100px 35px 20px 40px;
  width: 100%;
  height:100%;
  background: #625E5F;
  overflow: hidden;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 100;
}
.menu_open{left: 0;top:0;display:block}
.menu__list{
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.menu-item{
  position: relative;
  list-style-type: none;
  font:16px Arial;
 }
.menu-item__link{
  display: block;
  margin: 0 40px 12px 0;
  padding: 5px 0;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}
.menu-item__link:hover{
  color:#fff;
}
.menu-item__link_yellow{
  color: #fa0;
}
.menu-item__button{
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url('../img/arrow-down.svg') no-repeat;
}
.submenu{
  display: none;
 }
.menu_open{left: 0;top:0;display:block}
.menu__list_extra{
  padding: 20px 0 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.menu__list_extra .menu-item__link{
  color: #ccc;
}
.menu-item_open > .menu-item__link{color: #ccc;}
.menu-item_open > .menu-item__button{background: url('../img/icons.svg') -30px -720px no-repeat;top: 0;}
.menu-item_open > .submenu{display: block;}

.menu__social{
  margin: 30px 0 20px;
  overflow: hidden;
}
.menu__auth{
  font-size: 13px;
  margin: 0 0px 12px 0;
  padding: 5px 0;
  color: #fff;
  line-height: 20px;
}
.menu__auth:after{
  content: "";
  float: right;
  margin-top: 5px;
  width: 16px;
  height: 8px;
  background-image: url('../img/icons.svg');
  background-position: 0 0;
}
.menu__language{
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0px 12px 0;
  padding: 5px 0;
  color: #fff;
  line-height: 20px;
}

.menu .social-icon {
  float: left;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background-image: url('../img/icons.svg');
  background-clip: content-box;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.menu .social-icon_fb {
  background-position: 0 -150px;
}	
.menu .social-icon_vk {
  background-position: 0 -180px;
}
.menu .social-icon_tw {
  background-position: 0 -210px;
}
.menu .social-icon_twex {
  position: relative;
  background-position: -3px -213px;
}
.social-icon_in {
  background-position: -30px -240px;
}
.social-icon.social-icon_tlgrm {
  background-position: 3px 6px;
  background-image: url('../img/Tel.svg');
  background-size: 21px;
  background-repeat: no-repeat;
}
.menu .social-icon_odn{
	background: url(../img/icon-odnoklassniki-white2.svg) no-repeat;
   background-size: 12px auto;
    background-position: 8px 4px;
}

/*pages*/

.row-region,.row{
   justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.row-region .regions,.row .col-md{
  width:25%;
}
.row .col-ld{
  width:50%;	
}
.row .col-sd{
  width:31%;
  margin:0 1%;
  float:left;  
}
.regions .regions-sub{
  margin-top:25px;
}
.regions a {
  display: block;
  margin: 0 15px 5px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.regions a.tfirst {
  display: block;
  margin-bottom: 15px;
  color: #15ab78;
  font-size: 20px;
}
.regions a:hover{
  color: #3062b8;
}

.redact .redaction div.authorava{
  display:block;
  margin-bottom:30px;
  text-align:center;
}
.redact .redaction .authorname{
  color:#000;	
}
.redact .redaction div.authorava .f{
  display:block;
  margin:0 auto 0 auto;
  width:125px;
  height:125px;
}
.redact .redaction div.authorava img{
  width:125px;
  height:125px;
  border: 8px solid #dbe2f2;
  border-radius: 50%;
  box-shadow: 0 0 0 12px #f0f3fa;
  margin-bottom:10px;
}
.redact .user-list__title {
  margin-top: 25px;
  font-size: 22px;
  color: #222;
  font-weight:bold;
  margin-bottom: 37px;
  clear: both;
}
.redact .user__info {
  display: block;
  height: 20px;
  color: #3062b8;
  font-size: 13px;
}
.redact .user-list__title-reg {
  color: #15ab78;
  font-size: 20px;
  font-weight:bold;
  margin-bottom: 35px;
  clear: both;
}
.redactforms input[type=text],.redactforms input[type=email],.redactforms textarea{
  padding:10px;
  width:50%;
  border:1px solid #ddd;
  font:16px Arial;
  margin:0 20px 20px 0;  
}
.redactforms textarea{
  height:100px;
}
.redactforms .wpcf7-submit{
  font-size:16px;
}
.person-list .person {
  padding-top: 10px;
  margin: 0 0 30px 30px;
  width: 150px;
  color: #222;
  text-align: center;
  text-decoration: none;
}
.person-list .person{
  display:block;
  min-height:260px;
   line-height:1.1em;
}
.person-list .person__image{
  width:125px;
  height:auto;
}
.person-list .person__post{
  max-height:80px;
  overflow:hidden;
}
.person-list .person__post {
  display: block;
   color: #3062b8;
   margin-top:10px;
  font: 14px Arial;
 }
.person-list .person_first {
  clear: both;
  margin-bottom: 0;
}
.person-list .person__image {
  display: block;
  margin: 0 auto 10px;
  width: 124px;
  height: 124px;
  border: 6px solid #dbe2f2;
  border-radius: 50%;
  box-shadow: 0 0 0 9px #f0f3fa;
}
.pagination{
  margin: 70px 0 40px 0;
}
.pagination ul li a:hover, a.select, .pagination .active a {
  border: none;
  color:#000;
}
.pagination ul li a {
  padding: 5px 6px;
  border: none;
  font: 15px Arial;
  color:#444;
}
.pagination .active a,.pagination a{
  border:none !important;
}
.all-link{
  display:block;
  margin-top:30px;	
}
.specproject .item{
	margin-bottom:45px;
}
.specproject .item .small-slide__bottom{
  padding:0 35px 0 0;
}
.specproject .item .small-slide__top{
  margin-bottom:25px;
}
.specproject .item .small-slide__link{
  font-weight:bold;
  color:#000;
}
.specproject .i__label {
  position: absolute;
  margin:-45px 0 0 15px;
  padding: 0 15px 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  background: #15ab78;
  border-radius: 10px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

/*Home page*/
.main-page h1, .main-page h2{
  font-size:30px;
}
.main-page h2{
  margin-left:0;
}
.main-page .company-regions h2{
  margin-left:0;
  margin-bottom:50px;  
}
.main-page section{
  position:relative;	
  margin-bottom:35px;
}
.main-page section.partners{
  margin-bottom:65px;	
}
.main-page section.partners h2{
  text-align:center;
}
.main-page section.partners #partners{
  position:relative;
  margin:65px auto 0 auto;
  text-align:center;
}
#partners .owl-buttons div{
  position: absolute;
  cursor: pointer;
  width: 150px;
  height: 150px;
  top:-25px;
  cursor: pointer;
}
#partners .owl-item {
  border-left:1px solid #CAC9C9;
  height:90px;
  overflow:hidden;
}
#partners .owl-item a{
  display: inline-block;
  line-height: 100px;
}
#partners .owl-buttons div.owl-prev {
  left:-99px;
  background: #fbfbfb url('../img/arrow_owl_left.svg') no-repeat; 
}
#partners .owl-buttons div.owl-next {
  right:-99px;
  background: #fbfbfb url('../img/arrow_owl_right.svg') no-repeat; 
}
.main-page .box_news_more{
  position:absolute;
  right:0;
  top:0;
  width:200px;
  height:248px;
  padding:20px;
  background:#fff2ee;
  border-radius: 0 5px 0 0;
  font:12px/20px Arial;
}
.main-page .box_news_more span{
  font-size:14px;	
}
.main-page .box_news_more .region{
  margin:0;
  padding:10px 0 0;
  border-top:1px solid #e5e5e5;
  background:none;  
}
.main-page .box_news_more .region span.scope{
  margin-left:0;
  margin-top:5px;
}
.main-page .box_news_more div.autor,.main-page .box_news_more div.respondent{
  margin-bottom:10px;
}

.grid .it_big_news .img-box img{
  border-radius: 5px 0 0 0;
}
.list-news .list_news_item{
  margin-bottom:20px;
  font:14px/20px Arial;
}
.list-news .list_news_item a{
  color:#000;	
}
.list-news .list_news_item a.mob_cat_list{
  display:inline-block;	
  margin-top:5px;	
  color:#3F88C5;		
}
.list-news time{
  font-size:12px;	
}
.grid .subscribe-news .sub-title{
  font:14px/26px Arial;
  font-weight:900;  
}
.grid .subscribe-news img{
  margin:10px 20px 0 0;	
  max-width:80px;
  height:auto;  
}
.grid .covid-news .cvd-title{
  font:24px/20px Arial;
  font-weight:900;  
  margin-left:40px;
}
.grid .covid-news table{
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top:15px;
}
.grid .covid-news th{
  border-bottom:1px solid #D0D0D0;	
}
.grid .covid-news th span{
  display:block;
  font-size:10px;
}
.grid .covid-news td,.grid .covid-news th {
  padding:15px 7px;	
  font-size:12px;
  font-weight:normal;  
}
.grid .covid-news td:nth-child(2),.grid .covid-news td:nth-child(3){
  font-family:Arial;
  font-weight:bold;  
}
section.persons{
  height:460px;
}
section.persons #persons{
  width:80%;
  margin-left:20%; 
  margin-top:30px;  
}
section.persons .slide{width:220px;overflow:hidden;}
section.persons .persons-slider__item{
  width:200px;
  height:280px;
  float:right;
  overflow:hidden;
  box-shadow: 0px 4px 12px -3px rgb(24 39 75 / 12%), 0px 7px 32px -2px rgb(24 39 75 / 12%);
  border-radius: 5px;
}
section.persons .persons-slider__item img{
  width:120%;
  height:auto;  
}
#persons .owl-buttons div{
    position: absolute;
    cursor: pointer;
    width: 70px;
    height: 70px;
    bottom: -80px;
    cursor: pointer;
}
#persons .owl-buttons div.owl-prev{
  margin-left:40px;
  background: #fff url('../img/slide-person-left1.svg') center no-repeat; 
}
#persons .owl-buttons div.owl-next{
  margin-left:110px;
  background: #fff url('../img/slide-person-right1.svg') center no-repeat; 
}
#person-slide__person{
  position:absolute;	
  width:150px;	
  margin-top:130px;
}

section.persons .person-slide__name{
  margin-bottom:25px;	
  font-size:18px;
  font-weight:bold;
  color:#000; 
}
section.persons .person-slide__name:before{
  content:'';
  position:absolute;
  margin:10px 0 0 -30px;
  width:20px;
  height:1px;
  background:#000;
}
section.persons .person-slide__position{
  font-size:14px;
  font-weight:normal;
}

/*footer*/
footer.footer{
  padding:60px 0;
  min-height:750px;
  background:#ecf5fc url('../img/footer-bg.svg') bottom -25px center no-repeat;
  background-size: cover;  
}
footer.footer .title{
  margin-bottom:30px;	
  font-size:24px;
  font-weight:bold;
}
footer.footer ul{
  margin:0 0 30px 0;
  padding:0;  
}
footer.footer ul li{
  display:block;
  font-size:16px;
  margin-bottom:2px;
}
footer.footer ul li a{
  color: #2E282A;
}
footer.footer ul li a:hover{
  color:#3F88C5;	
}

footer.footer .legal__age{
  padding:5px;
  border:1px solid #E4572E;  
  font:14px/20px Arial;	
  font-weight:bold;
  color:#E4572E;
}
footer.footer .foot_cont_box{
  margin-left:150px;	
  max-width:380px;
}
footer.footer .flogo{
  position:absolute;	
}
footer.footer .footer__copyright{
  position:absolute;
  right:50px;  
  bottom:-20px;
  font-size:14px;
  color:#595456;
}
footer.footer .small-slide__social{
  float:none;
  margin:0;  
}
footer.footer .small-slide__social .share img{
  margin-right:10px;  
}
footer.footer .copy{
  background:#fff;
  padding:15px;
  border-radius:5px;
  font-size:14px;
  line-height:20px; 
box-shadow: 0px 4px 11px -3px rgb(24 39 75 / 6%), 0px 7px 32px -2px rgb(24 39 75 / 6%);  
}
footer.footer .copy p{
  margin:0 0 20px 0;	
}
footer.footer .contacts{
  margin:20px 0 0;
  overflow:hidden;
}
footer.footer .contacts div.col-sd{
  width:47.5%;
  margin:0;  
}
footer.footer .contacts div.leftmrg{
  margin-left:5%;	
}
footer.footer .contacts .information{
  display:block;
  margin-bottom:20px;  
  padding:50px 20px 20px;	
  background: #f9f9f9;
  box-shadow: 0px 4px 11px -3px rgb(24 39 75 / 6%), 0px 7px 32px -2px rgb(24 39 75 / 6%);
  border-radius: 5px;
  font-size:14px;
}
footer.footer .contacts .private{
  background: #f9f9f9;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #F9F9F9 url('../img/privacy-icon.svg') top 15px left 20px no-repeat;
   background-blend-mode: soft-light, normal;
}
footer.footer .contacts .user-terms{
  background: #f9f9f9 ;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #F9F9F9 url('../img/user-icon.svg') top 15px left 20px no-repeat;
  background-blend-mode: soft-light, normal;
}
footer.footer .contacts .redact{
  padding:40px 20px 10px 20px;
  background:#e2ebf4;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #E3ECF4 url('../img/question-icon.svg') top 12px left 20px no-repeat;
  background-blend-mode: soft-light, normal;
}
footer.footer .contacts .dzen{
  padding:21px 20px;	
}

.mrg75{
  max-width:75%;	
}
.mrg23{
  max-width:23.5%;	
}
.regions_child{
  margin-bottom:35px;	
}
.regions_child a {
  display: inline-block;
  background:#15ab78;
  padding:2px 5px;
  font-size:17px;
   margin: 0 10px 7px 0;
  color: #fff;
}
.regions a:hover{
    color: #3062b8;
}
.regions_child a:hover{
	color:#fff;
}
a.mob_cat{
  display:block;	
  position:absolute;
  right:0;
  background: #3F88C5;
  padding:10px 50px;
  margin-top:-60px;
  color:#fff;
  font:14px Arial; 
}
.main-page .it_big_news a.mob_cat{
  padding:10px 25px;	
}
a.yellow_cat{
  background:#FFD74F;
  color:#2E282A;
}
a.green_cat{
  background:#4E937A;
}
a.blue_cat{
  background:#3F88C5;
}
.grid .it_middle_news a.mob_cat,.grid .it_mini_news a.mob_cat{
  margin-top:-40px;
  border-radius:5px 0 0 0;	
}
#loaded a.mob_cat{
  border-radius:5px 0 0 0;		
}
.main-page section.interview-news a.mob_cat,.main-page section.popular-news .it_big_news .box_news_more a.mob_cat,.main-page section.days-news .it_big_news .box_news_more a.mob_cat{
  position:relative;
  margin:-20px -20px 20px -20px;
  text-align:center;
}
.grid .it_big_news .mob_cat_alt,.grid .it_big_news .region_alt,.content a.mob_cat{
  display:none;	
}
.wp-caption,.wp-caption img,.text p img,.text .gallery a img{
  width:100% !important;
  height:auto !important; 
}
.text .ads-ob{
  clear:both;
  margin-bottom:30px;
}
.banner_vertical{
   position:relative;	 
   margin: 0 auto;
   max-height: 400px;
   overflow: hidden;
   width: 240px;	
}
.banner_vertical .banner__link {
    position: absolute;
    height: 400px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 5;
}
.text .gallery{
  overflow: hidden;	
}
.text .gallery a{
  width: 45%;
  margin: 0 2% 4% 2%;
  display: inline-block;
 }
.text .gallery a .img-box{
  min-height:auto;
  margin:0;  
}
.hor_b2{display:none;margin:-30px 0 40px 0;}
.cat_hor_b2{margin:0 auto 30px auto;}
.hor_b2_mob{display:none;width:300px;margin:30px auto 40px auto;}
.cat_hor_b2_mob{margin:20px auto 40px auto;}
.abs-top-rca{position:absolute;margin-top:10px;z-index:10;left:0;}.fimages{min-height:300px;}.rca-mob{display:none;}.rca-des{display:block;}

.specproject .small-slide__top img{
	width:90%;
	height:auto;
}
.content .text iframe{
	width: 100%;
    height: auto;
    min-height: 400px;
}
.ekb-col .content .top-box,.mos-col .content .top-box,.tmn-col .content .top-box{max-width:100%;}
.ekb-col .content .top-box .logo-ekb-descope,.mos-col .content .top-box .logo-mos-descope,.tmn-col .content .top-box .logo-tmn-descope{margin-left:-25px;margin-right:0;}
.ekb-col .content .top-box .logo-ekb-descope:after,.mos-col .content .top-box .logo-mos-descope:after,.tmn-col .content .top-box .logo-tmn-descope:after{display:none}
.ekb-col .content .top-box .logo-ekb-descope{position: relative;display: inline-block;margin: 0 0 0 -25px;width: 230px;height: 48px;background:url(../inc-home-sites/img/ekb_sm_news-hor.svg) top -40px center no-repeat;background-size: 180px 128px;float: left;}
.mos-col .content .top-box .logo-mos-descope{position: relative;display: inline-block;margin: 0 0 0 -25px;width: 230px;height: 48px;background:url(../inc-home-sites/img/mos_sm_news.svg) top -40px center no-repeat;background-size: 180px 128px;float: left;}
.tmn-col .content .top-box .logo-tmn-descope{position: relative;display: inline-block;margin: 0 0 0 -25px;width: 230px;height: 48px;background:url(../inc-home-sites/img/tmn_sm_news.svg) top -40px center no-repeat;background-size: 180px 128px;float: left;}
.mainsub_title{display: block;font: 16px/40px Arial; color: #E4572E;text-transform: uppercase; margin-top: -5px; font-weight: 600;letter-spacing: 3px;}	
.ekbtitle,.mostitle,.tmntitle{height: 55px;}
.modactive{opacity: 1; display: block; top: 95px;}
.scrollbar-rail{
	height: 400px;
    overflow-y: scroll;
    width: 125%;
    padding-right: 75px;
}
.reveal-modal.city-modal{
  overflow:hidden	
}
#wp-admin-bar-wpfc-toolbar-parent{
	display:none !important;
}
.height250{
	 height:250px;
	 overflow:hidden;
}
.ft_more{
	position:absolute;
	bottom:20px;
	right:15px;
	font-size:12px;
	color:#CAC9C9;
	cursor:pointer;
}
.top-image{
	position:relative;
	max-height: 430px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.descope_box{
  display:block;  
}
.mobile_box{
  display:none;  
}
.header a.login, .header span.login{
	top:112px;
	z-index:2;
}
.header .levsha-digital{
	position:absolute;
	right:0;
	top:8px;
	width:175px;
	height:71px;
	background:url('../img/media/levsha-descope.svg') no-repeat;
}
.live{
	margin:-25px 0 0 135px;
	position:absolute;
}
@media (min-width: 1200px) {
	html,body{
		overflow-x:hidden !important;
	}
	section.persons:before{
	  content:'';
	  position:absolute;
	  left:-50%;
	   width:200%; 
	  height:490px;
	  background:url('../img/person-bg-no-line.svg') top 110px left repeat-x; 
	}	
	.list-news{
	  margin-top:-914px;	
	}
	.hor_b2{display:block;}
	.logo-ekb-descope,.logo-mos-descope,.logo-tmn-descope{
		position: relative;
		display: inline-block;
		margin: 0 40px 0 0;
		width: 185px;
		height: 55px;
		background: url(../inc-home-sites/img/ekb_sm_news-hor.svg) top -35px center no-repeat;
		background-size: 180px 128px;
		float: left;
	}
	.logo-mos-descope{
		background: url(../inc-home-sites/img/mos_sm_news.svg) top -35px center no-repeat;
		background-size: 180px 128px;
	}
	.logo-tmn-descope{
		background: url(../inc-home-sites/img/tmn_sm_news.svg) top -35px center no-repeat;
		background-size: 180px 128px;
	}
	.logo-ekb-descope:after,.logo-mos-descope:after,.logo-tmn-descope:after{
		content:'';
		position:absolute;
		right:-21px;
		margin-top:5px;
		width:2px;
		height:50px;
		background:#000;
	}
	.col-home .link_more_ekb{
		margin-top: -60px; 
	}
	.grid .covid-regions{
	  height:440px;
      margin-bottom:0;	  
	}
}

@media (max-width: 767px) {
	.grid .it_news,.grid .it_news_adf{
	   margin:0 auto 50px auto;
	}
	.text .gallery a{
	  width:100%;
      margin:0 0 25px 0;	  
	}
	.small-slide__social{
	  float:none;
	  margin-top:40px;	
	}
	.content .author .user .aname {
		max-width: 100%;
	}
}
@media (max-width: 550px) {
	.grid .it_news{
	  width:340px;
	}
	blockquote p.myrtb{
     display:block;
	}	 
	.myrtb{
	  min-height: 300px;
	  width: 300px;
	  margin:0 auto;
	}
	#loaded .myrtb,#loaded2 .myrtb{
	  margin-bottom:45px;
	}
	.ads-block-mob,.ads-block-mob2{
	  height:300px;
	  min-height:300px;
	  width:300px;
	  margin:0 auto 30px auto;
	  background:none;
	  border:none;
	  padding: 0px;
	}	
	.ads-block-mob{
	  height:320px;
	  min-height:320px;
	  width:320px;	 
	}	
	.col .content .link-content{
	  display:block;
	  width:300px;
	  margin:0 auto 30px auto;
	}
	.mrg-load{
	  width:320px;
	  min-height:250px;
	  margin:10px auto 40px auto;
	  background:none;
	  border:none;
	  padding: 0px;
	}
	.content .author {
      margin-left: -15px;
	}	
	.main-page .box_news_more{
	  display:none;
	}
	.grid .it_big_news .mob_cat_alt,.grid .it_big_news .region_alt{
	  display:block;	
	}
	.grid .region_alt .r-it{
	  display:inline-block;		  
	  line-height:18px;
	}
	.interview-news .grid .region_alt .r-it{
		margin:5px 0;	
	}
	.grid .region_alt .r-it strong,.grid .it_news .region span.scope{
	  font-size:13px;	
	}
	.grid .region_alt .r-it span,.grid .it_news .region_alt .r-it .scope{
	  font-size:14px;	
	}
	#mpopular .region_alt .r-it{
	  line-height:20px;	
	}
	.grid .region_alt .r-it:first-child{
	  margin-right:20px;	
	}
	.grid .it_news .region_alt .r-it span.scope{
		margin-left:0;
	}	
	.grid .it_big_news .mob_cat_alt{
	  position:absolute !important;	
	  padding: 10px 50px !important;
	  margin: -40px 0 0 !important;
	  border-radius: 5px 0 0 0;
	}
	.grid .it_big_news .img-box {
		margin-bottom: 20px;
	}
	.grid .it_news .region{
	  font-size:14px;	
	}

}

@media (max-width: 1199px) {
	.header #person {
		width: 45%;
	}
	.header a.login{
		display:none;
	}
	.col .content .top-box{
	  max-width:80%;	
	}
	.container{
	  padding:0 15px;	
	}
	.content .persons-box .person{
	  max-width:100%;
	  width:325px;
	}
	.col-home .link_more{
	  right:50px;	
	}
	.list-news{
	  margin:0;
	  width:98%;
	  height:auto;
      position:relative;	  
	}
	.mrg75,.mrg23{
	  max-width: 100%;	
	}
	.grid .it_mini_news,.grid .it_middle_news{
	  width:325px;
	}
	.main-page section.partners #partners{
	  width:100%;	
	}
	#partners .owl-buttons div.owl-next	{
	  right:-30px;	
	}
	#partners .owl-buttons div.owl-prev{
	  left:-30px;	
	}
	section.persons{	 
	  background:url('../img/person-bg-no-line.svg') top 110px left repeat-x; 
	}
	section.persons:before{
	  content:'';
	  position:absolute;
	  left:-50%;
	   width:100%; 
	  height:490px;
	  background:url('../img/person-bg-no-line.svg') top 110px left repeat-x; 
	}
	.grid .it_big_news {
	  width: 53%;
	}
	section.interview-news .grid .it_big_news {
	  width: 47%;
	}
	.grid .img-box img{
	  max-height:235px;	
	}
	.main-page .box_news_more{
	  height:235px;	
	}
	.grid .cor{
	  width:325px;	
	  margin-left:auto;
	  margin-right:auto;
	}
	.grid .covid-news{
	  height:250px;
	}
	footer.footer .foot_cont_box{
	  margin-left:90px;	
	}
	#person-slide__person{
	  margin-left:20px;	
	}
	.b2{
	  display:none;	
	}
	.grid .it_mini_patt .img-box img{
		margin-top: 0
	}
	.grid .it_mini_patt .img-box {
		min-height: 200px;
	}	
}

@media (max-width: 1196px) {
  .grid .even, .grid .it_news,.grid .it_news_adf{
	  margin-left:auto;
	  margin-right:auto;
  }
}

@media (max-width: 1100px) {
	.header #person{
	  display:none;
	}
	.nav ul li.last-el{
	  margin-left:0;
	}
}

@media (min-width: 600px) {
	.ads-block_35{
	  min-height:300px;
	  margin-bottom:30px;
	}
	.ads-block_40{
	  margin:30px 0;       
	}
	.ads-ob{
	  padding:9px;
      background:#f1f1f1;
      border:1px solid #d6d6d6;	 
	}
	.company-regions .it_no_mini_news .img-box{
	  height:104px;
      overflow:hidden;	  
	}
}

@media (max-width: 991px) {
	.col .aside,.nav,.nav a.login,.nav span.login,.subnav,.header a.login,.header span.login{
	  display:none;
	}	
	.header .levsha-digital{
		top:5px;
		width:163px;
		height:53px;
		background:url('../img/media/levsha-mobile.svg') no-repeat;
	}
	span#burger{
		left:15px;
		display:block;
        position:absolute; 
		top:22px;
		width:24px;
		height:16px;
		background:url('../img/burger.svg') no-repeat;	
		cursor:pointer;	  
	}		
	.header .city .curr_date{
		margin-left:15px;
	}
	.main-page section{
	  padding-bottom:50px;	
	}
	section.persons{
	  height:442px;	
	}
	.col-home .link_more{
	  position:absolute;
      bottom:0;
      left:50%;
	  right:0;
	  padding: 10px 35px 10px 15px;
	  background-position: center right 10px;
	  font-weight:700;
	  display: block;
	}
	section.popular-news .link_more{
	  width:268px;	
	  margin-left:-134px;	
	}
	section.days-news .link_more{
	  width:205px;	
	  margin-left:-102px;	
	}
	section.interview-news .link_more{
	  width:248px;
	  margin-left:-124px;	
	}
	section.redaction-news .link_more{
	  width:205px;
	  margin-left:-102px;	
	}
	section.analytics-news .link_more{
	  width:224px;
	  margin-left:-112px;	
	}
	section.company-news .link_more{
	  width:205px;	
	  margin-left:-102px;	
	}
	.nav {
	  min-height:0;
	}	
	.header{
	  min-height:60px;		
	}
	.header .logo{
	  width:45px;
	  height:41px;
	  margin-top:10px;
	  margin-left:40px;
	}
	.header .logo img{
	  width:100%;
	  height:auto;
	}
	.header .city {
	  top: 22px;
	  left:110px;
	  margin-left: 0;
	}
	.reveal-modal.city-modal{
	  top:60px;	
	}
	.nav span.burg {    
	  top: -40px;  
	  right: 0;
	}
	.col .content .top-box{
	  max-width:100%;	
	}	
	#loaded,#loaded2{
	  margin-left:0;
	  margin-right:0;
	  clear: both;
	}
	#loaded2 .it_news{
		margin:0 auto 50px auto;
	}
	.row-region .regions,.row .col-md{
	 width: 50%;
	}
	.grid .it_mini_news, .grid .it_middle_news {
		width: 350px;
	}
	.grid .it_big_news,section.interview-news .grid .it_big_news{
	  width:100%;	
	}
	.row .col-ld{
	  width:100%;	
	}
	footer.footer .foot_cont_box{
	  margin:25px 0;
      max-width:100%;	  
	}
	footer.footer .flogo{
	  position:relative;	
	}
	footer.footer .contacts .redact {
	  padding: 42px 20px 25px 20px;
	}
	.main-page .box_news_more{
	  width:50%;	
	}
	section.persons #persons {
	  width: 70%;
	  margin-left: 30%;
	}
	.grid .covid-news{
	  height:285px;
	}
	.list-news{
	  margin-bottom:20px;	
	}
	.grid .it_mini_patt .img-box {
		height: 215px;
		min-height: auto;
	}	
	
}

@media (max-width: 550px) {	
	blockquote p {
	  margin: 0 10px;
	  padding: 20px 20px;	
	}
	.col .content .preview {
      padding: 20px 15px;
	  font-size: 18px;		
	}
	.col .content h1 {
	  font-size: 24px;
	  min-height: 65px;
	}	
	.col .content-page h1{
	  min-height:auto;
	}	
	.col .content h2,.maintitle {
	  font-size: 22px;
	}
	.col .content h3{
	  font-size: 20px;
	}
	.content .subscribe .sub-title{
	  font-size:18px;
	  margin-bottom:15px;
	}
	.col .content h1,.col .content h2,.col .content h3{
	  line-height:30px;
	}
	.main-page h2{
	  font-size:25px;
      line-height:30px;	
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;  
	}
	.ekbtitle,.mostitle,.tmntitle{
		margin: 15px 0 95px 0;
		text-align: center;
	}
	.mainsub_title{
		margin-top:25px;
	}
	.mainsub_title:before{
		content:'';
		position:absolute;
		margin: -10px auto 0 auto;
		width:180px;
		height:1px;
		background:#828282;
	}
	.col .content .top-box a.cat,.header .city .curr_date,.ads-ob,.text .ads-ob{
	  display:none;
	}
	.inner-page .content .img-box {
	  min-height: 180px;
	  text-align:center;
	}
	.inner-page .content .link-content .img-box{
	  text-align:left;
	}
	.content a.mob_cat{
	  display:block;
	}
	.col .content .insert-page.right,.col .content .insert-page.left{
	  float:none;
	  margin:10px 0 20px 0;
	}
	.content .subscribe{
	  padding:20px;
	  min-height:110px;
	  width:100%;
	  background-size:110% auto;
	  background-position:bottom 0 right -20px;
	}
	.content .subscribe a{
	  max-width:150px;
	  margin-right:10px;
	}
	.content .subscribe a img{
	  width:100%;
	  max-width:100px;
	  height:auto;
	}
	.content .author .message,.row-region .regions,.row .col-md,.redactforms input[type=text],.redactforms input[type=email],.redactforms textarea{
	  width:100%;
	}
	.list-news,.grid .cor,.grid .it_big_news, section.interview-news .grid .it_big_news{
	  width:350px;	
	  margin-left:auto;
	  margin-right:auto;
	}	
	.grid .cor,.hor_b2_mob{
	  display:block;
	}
	#person-slide__person{
	  width:130px;
	}	
	.grid .it_big_news .img-box img{
	  border-radius:5px 5px 0 0;	
	}
   html,body{overflow-x:hidden;}
	#person-slide__person {
		margin-left: -5px;
	}   
	footer.footer .legal__age {   
		margin-bottom: 20px;
		display: inline-block;
	}	
	footer.footer .contacts .redact {
		padding: 40px 20px 10px 20px;
	}
	.rca-mob{display:block;}.rca-des{display:none;}	
	.company-regions img{
	  width:100%;
	  height:auto;
	}	
	.logo-ekb-mobile{
		position:absolute;
		width:177px;
		height:37px;
		background:url('../inc-home-sites/img/ekb_sm_news-hor.svg') no-repeat; 
		background-size:177px 37px;
		left: 50%;
		margin: 12px 0 0 -78.5px;
	}	
	.logo-mos-mobile{
		position:absolute;
		width:160px;
		height:33px;
		background:url('../inc-home-sites/img/mos_sm_news.svg') no-repeat; 
		background-size:150px 31px;
		left: 0;
		margin: 18px 0 0 90.5px;
	}
	.logo-tmn-mobile{
		position:absolute;
		width:160px;
		height:33px;
		background:url('../inc-home-sites/img/tmn_sm_news.svg') no-repeat; 
		background-size:150px 31px;
		left: 0;
		margin: 18px 0 0 90.5px;
	}		
	.ekb-city,.mos-city,.tmn-city{
		display:none;
	}
	.grid .cor_ekb{
		margin-top: 80px;
		margin-bottom: -60px;
	}
	.col-home .link_more_ekb{
		bottom: 470px;
		z-index:10;
	}
	.ekb-col .content .top-box .read,.mos-col .content .top-box .read,.tmn-col .content .top-box .read{
		display:none;
	}
	.col-home .link_more_ekb {
		bottom: -10px;
	}
	#mpopular .owl-pagination{
		position:absolute;
		width:110px;
		left:50%;
		bottom: -10px;
		margin-left:-55px;
		text-align:center;
	}
	#mpopular .owl-pagination .owl-page{
		display:inline-block;
		width:7px;
		height:7px;
		margin:0 5px;
		border-radius:50%;
		background:#000;
	}
	#mpopular .owl-pagination .active{
		background:#ff0000;
	}
	#mpopular .it_big_news{
		height:410px;
		overflow:hidden;
	}
	.grid .cor_ekb {
		margin-top: 100px;
	}
	#mpopular .it_big_news .anonce {
		display:none;
		-webkit-line-clamp: 2;
		height: 43px;
	}
	#mpopular .it_big_news .title{
		height:75px;
		-webkit-line-clamp: 3;
	}	

  .grid .it_news .title{
	 font-size:18px;	 
  }
  .grid .it_big_news .title{
	 line-height:23px; 
  }
  .grid .it_news time{
	  font-size:15px; 
  } 
  .list-news .list_news_item{
	 font-size:16px; 
	 line-height:22px;
  }
  .list-news .list_news_item{
	 margin-bottom:30px; 
  }
   .grid .it_big_news .anonce,footer.footer ul li, .list-news time,.list-news .list_news_item a.mob_cat_list{
	 font-size:14px;	
  }
  .grid .it_middle_news .title, .grid .it_mini_news .title,#mpopular .it_big_news .title {
	 height: 70px;
    -webkit-line-clamp: 3;
  }
  footer.footer .title{
    font-size:18px;	  
  }
  footer.footer .contacts div.col-sd {
	width:98%; 
    margin-left:0;	
  }	 
  footer.footer .contacts .dzen {
    padding: 13px 20px;
  }
  .col-home .days-news .link_more{
	bottom:-10px;  
  }
  .main-page .company-regions h2 {
    margin-bottom: -10px;
  }
  .grid .it_news .region{
	margin-bottom:15px;	
  }
  .grid .it_news, .grid .it_news_adf {
    margin: 0 auto 25px auto;
  }
  .main-page section.popular-news{
	padding-bottom:60px;  
  }
  .main-page section.analytics-news .grid .it_news .title,.main-page section.redaction-news .grid .it_news .title {
    font-size: 20px;
	line-height:24px;
  }
 .main-page section.partners {
    margin-bottom: 0;
  }
 .grid .it_big_news .anonce {
    -webkit-line-clamp: 4;
    height: 80px;
	font-size: 16px;
 }

.descope_box{
  display:none;  
}
.mobile_box{
  display:block;  
}
.live{
	margin-top:-50px;
}

.ads-block-first{
	height: 300px;
    min-height: 300px;
    width: 320px;
    margin-top: -20px;
	margin-bottom:20px;
}

}

@media (max-width: 400px) {
	.header .levsha-digital{
		top:5px;
	}
}

@media (max-width: 350px) {
	.header .levsha-digital{
		width:135px;
		height:40px;
		background-size:135px 40px;
		top:12px;
	}
	.logo-ekb-mobile,.logo-mos-mobile{
		display:none;
	}	
	.container {
	  padding: 0 10px;
	}	
	.ads-block-mob, .ads-block-mob2,.mrg-load {
	  height: 300px;
	  width: 300px;	 
	}
	.menu{
	  padding: 20px 35px 20px 40px;	
	}
	.close-reveal-menu {
	  top: 15px;
	}
	#persons .owl-buttons div.owl-next {
	  margin-left: 90px;
	}
	#persons .owl-buttons div.owl-prev {
      margin-left: 20px;    
	}
	section.persons .persons-slider__item {
	  width: 190px;
	  height: 270px;    
	}
	section.persons .slide {
      width: 180px;
	}
	#person-slide__person {
	  width: 120px;
	}
	section.persons #persons {
	  width: 60%;
      margin-left: 40%;
	}
	#mpopular .it_news{
		width: 300px !important;
	}
}	

.mrg{margin-top:30px;}
.jnone{display:none !important;}
.author{position:relative;}
.inner-page .content .author .img-box{
  min-height:auto;	
}
#link{display:none;}
.none{display:none;}

.cityModal{position:absolute;margin:-58px 0 0 100px;background: #3F88C5; padding: 5px 15px 10px 15px;color:#fff;font:14px/18px Arial;width:275px;border-radius:10px;}.cityModal strong{font-weight:bold;}.cityModal .btn{display:inline-block;padding:2px 10px;margin:5px 4px 0 0;border:1px solid #fff;border-radius:5px;cursor:pointer;color:#fff;}@media (max-width: 991px) {.cityModal {margin: -47px 0 0 0; padding: 5px 15px 7px 15px;    font: 12px/14px Arial; width: 225px; right: 60px;}}@media (max-width: 550px) {.cityModal {margin: 8px auto 0 auto; right: 20%;z-index: 10;border-radius: 0 0 10px 10px;}}

.content .sbscr2{background:none;margin:5px 0 10px;padding:10px 0;}.content .sbscr2 .social-regions{position:absolute;margin:5px 0 0;}.content .sbscr2 .social_tw{margin-left:225px;}.content .sbscr2 .small-slide__social{float:left;}@media (max-width: 767px){.content .sbscr2{margin:-25px 0 35px 0;}.content .sbscr2 .small-slide__social {margin-top: 0;}}@media (max-width: 550px){.content .sbscr2 {margin: -25px 0 55px 0;}.content .sbscr2 .small-slide__social{margin:0 0 20px 0;}.content .sbscr2{padding-left:0;}.content .sbscr2 .social-regions{position:relative;margin:0;}.content .sbscr2 .social_tw{margin-left:0;}}