*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden !important;
}
body {
  font-family: Georgia, sans-serif;
  font-size: 18px;
  background-color: #fbfbfb;
  color: #2e282a;
}
.container {
  width: 100%;
  max-width: 1170px;
  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: #e4572e;
  position: absolute;
  left: 0;
  top: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: bold;
  line-height: 35px;
  font-family: Arial;
  letter-spacing: 0.2;
}
.header,
.nav,
.subnav,
.inner-page,
.footer,
.col,
.top-box,
.grid,
.row-region,
.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  min-height: 100px;
  border-bottom: 1px solid #d8d8d8;
  font: 14px Arial;
}
.header .logo {
  display: block;
  width: 271px;
  height: 73px;
  margin: 15px 0 0;
}
.header .city {
  position: absolute;
  top: 25px;
  left: 315px;
  padding-left: 27px;
}
.header .city a.region,
.header .city em.region {
  color: #2e282a;
  max-width: 200px;
  overflow: hidden;
}
.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 {
  display: block;
  margin: 10px 0 0 -35px;
  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: 485px;
  top: 15px;
  width: 40.5%;
  height: 62px;
  padding: 10px 10px 10px 65px;
  overflow: hidden;
  background: #f9fbfd;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 4px 54px -4px rgba(24, 39, 75, 0.08);
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000;
}
.nav {
  height: 52px;
  background: #063cbe;
}
.sub-nav {
  margin: 0 0 30px 0;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li {
  display: inline-block;
  width: 15%;
  text-align: center;
  font: 14px Arial;
}
.nav ul li:first-child {
  width: 34%;
}
.nav ul li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 52px;
  color: #fff;
}
.nav ul li a:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
}
.nav ul li:last-child a:after {
  display: none;
}
.nav span.burg {
  position: absolute;
  top: 23px;
  width: 24px;
  height: 15px;
  background: url("../img/burger.svg") no-repeat;
}
.nav .search {
  position: absolute;
  right: 0;
  top: 18px;
  width: 20px;
  height: 20px;
  background: url("../img/region/search.svg") no-repeat;
  z-index: 10;
}
.nav span.burg,
.nav .search,
.nav #searchform input[type="submit"] {
  cursor: pointer;
}
.nav #searchform {
  top: 7px;
  position: absolute;
  width: 95%;
}
.nav #searchform input[type="text"] {
  width: 100%;
  padding: 10px;
  background: #063cbe;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.nav #searchform input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/region/search.svg") no-repeat;
  border: none;
}
.nav #searchform input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.nav #searchform input[type="text"]::-moz-placeholder {
  color: #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%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.content {
  max-width: 100%;
  overflow: hidden;
}
#loaded {
  margin: 50px 0 20px 0;
}
#loaded .content {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
#loaded .more-link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 50px 10px 20px;
  background: url("../img/region/arrow.svg") right 10px center no-repeat;
  color: #e4572e;
  border: 1px solid #e4572e;
  border-radius: 140px;
  font: 900 14px/20px Arial;
}
@media (max-width: 1100px) {
  /*html,body{
	   overflow-x:hidden !important;
	}*/
}
@media (min-width: 992px) {
  .col .article {
    -ms-flex: 0 0 74%;
    -webkit-box-flex: 0;
    flex: 0 0 74%;
    max-width: 74%;
    padding: 0 95px;
  }
  .col .aside {
    -ms-flex: 0 0 26%;
    -webkit-box-flex: 0;
    flex: 0 0 26%;
    max-width: 26%;
  }
}
.col .aside .ads-block {
  max-width: 320px;
  padding: 9px;
  margin-bottom: 15px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #d6d6d6;
}
.col .content h1,
.col .content .h1 {
  font-size: 26px;
  /* min-height:65px;*/
}
.col .content .h1 {
  margin: 25px 0;
  min-height: auto;
}
.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 {
  margin: 15px 0 15px;
  background: -o-linear-gradient(top, #ececf2 0%, #faf8f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ececf2), to(#faf8f9));
  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);
  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: -2px 0 0 10px;
  font-size: 10px;
  color: #cac9c9;
  overflow: hidden;
}
.col .content .wp-caption-text a {
  font-size: 10px;
  color: #cac9c9;
}
.col .content .link-content {
  max-width: 300px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 8px 22px -6px rgb(24 39 75 / 12%), 0px 14px 64px -4px rgb(24 39 75 / 12%);
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font: 14px Arial;
}
.content .top-box time {
  margin-right: 20px;
  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 {
  margin-left: 225px;
  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;
}
.ads-block_reg_ajax {
  margin: 0px 0 40px;
  width: 100%;
}
.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);
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: 380px;
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  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;
}
.list-news {
  padding: 20px;
}
.grid .covid-news {
  position: relative;
  background: #fff url("../img/cv-bg.jpg") top no-repeat;
  background-size: cover;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  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;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  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;
  left: 0;
  height: 1318px;
  overflow: hidden;
}
.col-home .list-news {
  top: 0;
}
.aside .list-news {
  position: relative;
  height: auto;
  padding-bottom: 65px;
  margin: 35px 0 35px -35px;
}
.grid .it_middle_news {
  width: 380px;
  margin-bottom: 15px;
}
.grid .it_mini_news {
  width: 280px;
  margin-bottom: 15px;
}
.grid .it_big_news {
  width: 577px;
  margin-bottom: 15px;
}
.grid .it_big_spec {
  width: 775px;
}
.grid .it_news_adf {
  position: relative;
  width: 400px;
  height: 390px;
  margin-bottom: 50px;
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  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: 135%;
}
.grid .it_news time,
.list-news time {
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  font: 14px Arial;
  color: #e4572e;
}
.list-news time {
  padding-left: 30px;
}
.grid .it_news time:before {
  content: "";
  position: absolute;
  margin-left: -20px;
  width: 14px;
  height: 15px;
  background: url("../img/date.svg") no-repeat;
}
.list-news time:before {
  content: "";
  position: absolute;
  margin: -5px 0 0 -30px;
  width: 17px;
  height: 21px;
  background: url("../img/region/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: -66px;
  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: -74px;
}
.main-page .specproject .link_more {
  margin-top: -64px;
}
.aside .grid {
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
  width: 380px;
  margin-left: -40px;
}
/*No critical*/
.wd100 {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important;
}
.content .author {
  clear: both;
  padding: 20px;
  background: #fff2ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .author .user {
  margin-bottom: 15px;
  line-height: 25px;
  width: 57%;
  padding-right: 20px;
  border-right: 1px solid #d2b7af;
}
.userbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.userbox a {
  color: #2e282a;
  font-weight: bold;
}
.content .author .user img {
  margin-right: 10px;
}
.content .author .message {
  margin-top: 15px;
  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 {
  padding-left: 20px;
  width: 43%;
}
.singleico {
  margin: 17px -4px -3px -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.singleico span,
.singleico a {
  display: block;
  margin: 3px 4px;
  cursor: pointer;
}
#loaded2 {
  margin: 50px -75px 20px -100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: 110px;
  background: #625e5f;
  padding: 20px 35px 24px 35px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  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;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  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: 1em;
  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;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  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;
  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;
  -webkit-box-shadow: none !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;
  -o-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 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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%;
  -webkit-box-shadow: 0 0 0 12px #f0f3fa;
  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%;
  -webkit-box-shadow: 0 0 0 9px #f0f3fa;
  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;
  -o-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;
  margin-bottom: 28px;
}
.main-page section {
  position: relative;
  margin-bottom: 30px;
}
.main-page section.company-news {
  margin-bottom: -5px;
}
.main-page section.partners {
  margin-bottom: 65px;
  margin-top: 60px;
}
.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: url("../img/arrow_owl_left.svg") no-repeat;
}
#partners .owl-buttons div.owl-next {
  right: -99px;
  background: 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;
}
.list-news .more-news {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  padding-bottom: 5px;
  font: 16px/20px Arial;
  border-bottom: 1px solid #3f88c5;
}
.aside .list-news .title_header {
  margin-bottom: 20px;
  font: 600 18px/20px Arial;
}
.aside .list-news .img-box {
  float: left;
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
}
.aside .list-news time {
  margin-bottom: 5px;
  font-size: 14px;
}
.aside .list-news time:before {
  display: none;
}
.aside .list-news .title {
  font-size: 15px;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.expert-news .item-expert .more-person {
  position: absolute;
  bottom: 25px;
  padding-bottom: 5px;
  font: 600 16px/20px Arial;
  border-bottom: 1px solid #3f88c5;
}
.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;
  -webkit-box-shadow: 0px 4px 12px -3px rgb(24 39 75 / 12%), 0px 7px 32px -2px rgb(24 39 75 / 12%);
  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;
}
.company-regions .grid {
  padding: 25px 0;
}
.main-page section.company-regions h2 {
  margin-bottom: 38px;
}
.main-page section.specproject h2 {
  margin-bottom: 28px;
}
.company-regions .grid:before {
  content: "";
  position: absolute;
  left: -50%;
  margin-top: -20px;
  width: 200%;
  height: 570px;
  background: #fff;
  z-index: -1;
}
.company-regions .it_no_mini_news {
  width: 32%;
  margin-bottom: 15px;
}
.company-regions .it_no_mini_news .img-box {
  width: 170px;
  margin: 0 15px 0 0;
  float: left;
}
.company-regions .it_no_mini_news .img-box img {
  border-radius: 0;
}
.company-regions .it_no_mini_news {
  font: 14px/20px Arial;
}
.company-regions .it_no_mini_news .title {
  overflow: hidden;
  height: 60px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 5px 0;
  color: #000;
}
.company-regions .it_no_mini_news time {
  font-size: 12px;
  color: #e4572e;
}
section.expert-news .item-expert {
  position: relative;
  width: 49.3%;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 25px;
  height: 330px;
  background: #e1e9f0;
  border-radius: 10px 70px 10px 10px;
}
section.expert-news .item-expert .exp-person {
  width: 215px;
  height: 330px;
  margin: -25px -30px 0 30px;
  float: right;
}
section.expert-news .item-expert .exp-person .img-box {
  width: 225px;
  height: 225px;
  background-position: center;
  background-size: 250px auto;
  border-radius: 50%;
}
section.expert-news .item-expert .preview,
section.expert-news .item-expert .person {
  font: 600 18px/25px Arial;
}
section.expert-news .item-expert .preview {
  overflow: hidden;
  height: 205px;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
section.expert-news .item-expert .person {
  margin-left: -15px;
  color: #18274b;
}
section.expert-news .item-expert .person span.position {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.descope_box {
  display: block;
}
.mobile_box,
.ads-block-mob2 {
  display: none;
}
.header .levsha-digital {
  position: absolute;
  right: 0;
  top: 8px;
  width: 175px;
  height: 71px;
  background: url("../img/media/levsha-descope.svg") no-repeat;
}
@media (max-width: 1199px) {
  .company-regions .grid:before {
    display: none;
  }
  .company-regions .it_no_mini_news {
    width: 50%;
  }
  .company-regions .it_no_mini_news .title {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .company-regions .it_no_mini_news {
    width: 100%;
  }
  .company-regions .it_no_mini_news .img-box {
    width: 140px;
  }
  .company-regions .it_no_mini_news .title {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 550px) {
  .company-regions {
    padding-bottom: 30px !important;
  }
  .company-regions .it_no_mini_news {
    font-size: 15px;
  }
  .company-regions .it_no_mini_news time {
    font-size: 14px;
  }
  .company-regions .it_no_mini_news .img-box {
    width: 160px;
  }
  .company-regions .it_no_mini_news .title {
    height: 56px;
  }
  .company-regions .it_no_mini_news {
    margin-bottom: 20px;
  }
}
.specproject .grid {
  padding: 0;
}
/*footer*/
footer.footer {
  padding: 35px 0;
  min-height: 470px;
  background: #ecf5fc url("../img/region/footer.jpg") center no-repeat;
  background-size: cover;
  font-family: Arial;
}
footer.mosfooter {
  background: #ecf5fc url("../img/region/footer-ms.jpg") center no-repeat;
  background-size: cover;
}
footer.tmnfooter {
  background: #ecf5fc url("../img/region/footer-tmn.jpg") 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 {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 35px;
  height: 35px;
  padding: 5px;
  border: 1px solid #fff;
  font: 14px/22px Arial;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
}
footer.footer .foot_cont_box {
  margin-left: 150px;
  max-width: 380px;
}
.footer-col-first {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-col-second {
  min-height: 465px;
}
footer.footer .flogo {
  position: absolute;
}
footer.footer .footer__copyright {
  position: absolute;
  bottom: -50px;
  font-size: 14px;
  color: #fff;
}
footer.footer .footer__copyright a {
  float: left;
  margin-right: 20px;
}
footer.footer .small-slide__social {
  float: none;
  margin: 0;
}
footer.footer .small-slide__social .share img {
  margin-right: 10px;
}
footer.footer .foot_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer .foot_logos .sublogo {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.footer .login {
  margin-top: 20px;
  padding: 6px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  border-radius: 140px;
  border: 1px solid #fff;
}
.footerico {
  position: absolute;
  top: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footerico a {
  display: block;
  margin: 4px 0 0;
}
.footerico a:first-of-type {
  margin: 0;
}
footer.footer .copy {
  margin-top: 30px;
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
footer.footer .copy p {
  margin: 0 0 20px 0;
}
footer.footer .contacts {
  max-width: 90%;
  margin: 30px 0 0;
  padding: 10px 0;
  border-top: 1px solid #96cfff;
  border-bottom: 1px solid #96cfff;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
footer.footer .contacts p {
  overflow: hidden;
}
footer.footer .contacts span.lab {
  font-size: 14px;
  font-weight: bold;
  color: #87c8ff;
}
footer.footer .contacts span.lab.lab-left {
  float: left;
  width: 32%;
  margin-right: 20px;
  text-align: right;
}
footer.footer .contacts span.left {
  float: left;
  width: 60%;
}
footer.footer .reveal-modal {
  border: none;
  border-radius: 0px;
}
footer.footer .dowload {
  display: inline-block;
  margin-top: 60px;
  margin-right: 25px;
  padding-right: 40px;
  background: url("../img/region/download.svg") right center no-repeat;
  font: 700 25px/35px Arial;
  color: #fff;
}
footer.footer .advprice {
  background: none;
}
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;
  -webkit-box-shadow: 0px 4px 11px -3px rgb(24 39 75 / 6%), 0px 7px 32px -2px rgb(24 39 75 / 6%);
  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: -o-linear-gradient(315deg, 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: 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: -o-linear-gradient(315deg, 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: 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: -o-linear-gradient(315deg, 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: 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: 66.3%;
  left: 33.8%;
}
.mrg23 {
  max-width: 33%;
}
.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.red_cat {
  background: #ba0000;
}
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: 0 0 40px 0;
}
.cat_hor_b2 {
  margin: 20px 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;
}
.company-regions .item-project {
  margin-bottom: 10px;
}
.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: 100%;
  padding-right: 75px;
}
.scrollbar-rail::-webkit-scrollbar {
  width: 4px;
  background-color: transparent; /* or add it to the track */
}
/* Add a thumb */
.scrollbar-rail::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 5px;
  cursor: pointer;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elmob {
  display: none;
}
.regnone {
  display: none;
}
@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: -62px;
  }
  .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;
  }
  .content .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content .author .user {
    padding: 20px 0 0;
    width: 100%;
    border: none;
    border-top: 1px solid #d2b7af;
  }
  .small-slide__social {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .singleico {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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 {
    display: block;
    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;
    width: calc(100% + 30px);
  }
  .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: 37%;
  }
  .container {
    padding: 0 15px;
  }
  .content .persons-box .person {
    max-width: 100%;
    width: 325px;
  }
  .col-home .link_more {
    right: 50px;
  }
  .nav .search {
    right: 10px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .content .top-box .read {
    margin-left: 25px;
  }
  .col .article {
    -ms-flex: 0 0 74%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .mrg75,
  .mrg23 {
    max-width: 100%;
    left: 0;
  }
  .col-home .list-news {
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
  }
  .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;
  }
  .company-regions .item-project {
    width: 49%;
  }
  .company-regions .item-project img {
    width: 100%;
    height: auto;
  }
  footer.footer .foot_logos a.login {
    display: none;
  }
  .elmob {
    display: block;
  }
  footer.footer .dowload {
    font-size: 20px;
    margin-right: 10px;
  }
}
@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 .article {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col .aside,
  .nav,
  .nav a.login,
  .nav span.login,
  .subnav,
  .header a.login,
  .header span.login {
    display: none;
  }
  .main-page section {
    padding-bottom: 50px;
  }
  section.persons {
    height: 442px;
  }
  .col-home .link_more {
    width: 215px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -102px;
    right: 0;
    padding: 10px 35px 10px 15px;
    background-position: center right 10px;
    font-weight: 700;
    display: block;
  }
  section.popular-news .link_more,
  section.federal-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: 215px;
    margin-left: -102px;
  }
  .nav {
    min-height: 0;
  }
  .header {
    min-height: 80px;
  }
  .header .logo {
    width: 180px;
    height: 48px;
    margin: 15px 0 0 40px;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }
  .header .city {
    top: 15px;
    left: 275px;
    margin-left: 0;
  }
  .header .city .curr_date {
    margin-top: 7px;
  }
  .reveal-modal.city-modal {
    top: 60px;
  }
  .nav span.burg {
    top: -40px;
    right: 0;
  }
  .col .content .top-box {
    max-width: 100%;
  }
  span#burger {
    display: block;
    position: absolute;
    left: 15px;
    top: 25px;
    width: 24px;
    height: 22px;
    background: url(../img/region/burger.svg) no-repeat;
    cursor: pointer;
  }
  #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-col-first {
    position: static;
  }
  .footer-col-second {
    min-height: auto;
  }
  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;
  }
  section.expert-news .item-expert {
    width: 80%;
    margin: 20px auto;
  }
  footer.footer {
    padding-bottom: 85px;
  }
  footer.footer .col-ld-top {
    padding-top: 245px;
  }
  footer.footer .copy {
    width: 100%;
  }
  footer.footer .legal__age {
    bottom: -65px;
    right: 10px;
  }
  footer.footer .footer__copyright {
    bottom: -35px;
  }
  footer.footer .contacts {
    margin-bottom: 30px;
  }
  footer.footer .contacts span.lab.lab-left,
  footer.footer .contacts span.left {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  footer.footer .foot_logos a.login {
    display: block;
    font-size: 16px;
  }
  footer.footer .foot_logos {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer.footer .foot_logos .sublogo {
    margin: 35px 0 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerico {
    right: 10%;
  }
  footer.footer .dowload {
    display: table;
    margin-top: 15px;
  }
  .header .levsha-digital {
    top: 15px;
    width: 163px;
    height: 53px;
    background: url("../img/media/levsha-mobile-ekb.png") no-repeat;
  }
  footer.footer .dowload {
    font-size: 25px;
    margin-right: 15px;
  }
}
@media (max-width: 550px) {
  .header .city {
    display: none;
  }
  .maintitle {
    text-align: center;
  }
  blockquote p {
    margin: 0 10px;
    padding: 20px 20px;
  }
  .col .content .preview {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .col .content h1,
  .col .content .h1 {
    font-size: 24px;
    min-height: 65px;
  }
  .col .content-page h1,
  .col .content .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 .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;
  }
  #person-slide__person {
    margin-left: -5px;
  }
  footer.footer .legal__age {
    margin-bottom: 0;
    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: 177px;
    height: 37px;
    background: url("../inc-home-sites/img/mos_sm_news.svg") no-repeat;
    background-size: 177px 37px;
    left: 50%;
    margin: 12px 0 0 -78.5px;
  }
  .logo-tmn-mobile {
    position: absolute;
    width: 177px;
    height: 37px;
    background: url("../inc-home-sites/img/tmn_sm_news.svg") no-repeat;
    background-size: 177px 37px;
    left: 50%;
    margin: 12px 0 0 -78.5px;
  }
  .ekb-city,
  .mos-city,
  .tmn-city {
    display: none;
  }
  .grid .cor_ekb {
    margin-top: 80px;
    margin-bottom: -60px;
  }
  .col-home .link_more_ekb {
    top: 560px;
    bottom: auto;
    z-index: 10;
  }
  .ekb-col .content .top-box .read,
  .mos-col .content .top-box .read,
  .tmn-col .content .top-box .read {
    display: none;
  }
  #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;
  }
  .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.popular-news .grid {
    margin-bottom: 100px;
  }
  .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;
  }
  #loaded .more-link {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .company-regions .item-project {
    width: 100%;
  }
  section.expert-news .item-expert {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-bottom: 70px;
    margin-top: 40px;
  }
  section.expert-news .item-expert .more-person {
    left: 50%;
    margin-left: -75px;
  }
  .company-regions h2 {
    margin-bottom: 0;
  }
  section.expert-news .item-expert .exp-person .img-box {
    width: 165px;
    height: 165px;
    background-size: 175px auto;
    margin-left: auto;
    margin-right: auto;
  }
  section.expert-news .item-expert {
    padding-top: 250px;
  }
  section.expert-news .item-expert .exp-person {
    width: 215px;
    height: 330px;
    float: none;
    position: absolute;
    margin: -25px 0 25px -108px;
    top: 0;
    left: 50%;
  }
  section.expert-news .item-expert .preview {
    height: auto;
    font-size: 16px;
  }
  section.expert-news .item-expert .preview:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -20px;
    background: #cbcbcb;
  }
  section.expert-news .item-expert .person {
    margin: 0;
    text-align: center;
  }
  .specproject .grid {
    padding: 25px 0;
  }
  .content .author .user .aname {
    display: inherit;
  }
  .descope_box {
    display: none;
  }
  .mobile_box {
    display: block;
  }
  footer.footer .col-ld-top {
    padding-top: 360px;
  }
  footer.footer .contacts {
    max-width: 100%;
    margin: 25px 0;
  }
  .footerico {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
    padding-bottom: 25px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* border-bottom: 1px solid #96cfff; */
  }
  .footerico a,
  .footerico a:first-of-type {
    margin: 5px 10px;
  }
  .footerico a img {
    width: 45px;
    height: 45px;
  }
  footer.footer .foot_logos a.login,
  footer.footer span.login {
    margin: 0;
    position: absolute;
    bottom: -100px;
    right: 0%;
  }
  .reveal-modal input[type="text"],
  .reveal-modal input[type="email"],
  .reveal-modal input[type="password"],
  footer.footer .reveal-modal {
    width: 100%;
  }
  footer.footer .dowload {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 400px) {
  .header .levsha-digital {
    margin-right: -10px;
  }
  .header .logo {
    width: 170px;
    height: 45px;
  }
}
@media (max-width: 370px) {
  .header {
    min-height: 70px;
  }
  .header .logo {
    width: 140px;
    height: 38px;
  }
  .header .levsha-digital {
    width: 115px;
    height: 34px;
    background-size: 115px 34px;
  }
}
@media (max-width: 350px) {
  .logo-ekb-mobile,
  .logo-mos-mobile {
    width: 157px;
    height: 33px;
    background-size: 157px 33px;
    margin-left: -68.5px;
  }
  .container {
    padding: 0 10px;
  }
  span#burger {
    right: 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 .small-slide__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .sbscr2 .social-regions {
  margin-right: 15px;
  color: #9d9d9d;
}
@media (max-width: 767px) {
  .content .sbscr2 {
    margin: 0 0 35px 0;
  }
  .content .sbscr2 .small-slide__social {
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .content .sbscr2 {
    margin: 0 0 55px 0;
    padding-left: 0;
  }
  .content .sbscr2 .small-slide__social {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .content .sbscr2 .social-regions {
    margin: 0 0 15px;
  }
}
