.bgc-E5E5E5 {
  background: #E5E5E5;
}
.breadcrumb {
  margin-top: 30px;
}
.container-center {
  max-width: 1170px;
}
/*header*/
.mx-head-line-new {
  height: 126px;
  box-shadow: 0px 4px 4px rgba(23, 50, 68, 0.05);
  background: #FFFFFF;
  /*logo*/
}
.logo_wrap-new {
  width: 221px;
  height: 73px;
  float: left;
  margin-top: 9px;
  margin-left: 56px;
}
.logo_wrap-new img {
  width: 100%;
}
  /*phone*/
.email_wrap-new,
.mx-phone_wrap-new {
  font-family: 'Roboto-Bold';
  color: #046FB7;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px;
  padding-left: 39px;
  float: right;
  font-size: 18px;
  margin-top: 21px;
  margin-right: 51px;
}
.mx-phone_wrap-new a {
  font-family: 'Roboto-Bold';
  color: #046FB7;
  font-size: 18px;
}

.mx-phone_wrap-new {
  font-family: 'Roboto-Bold';
  color: #046FB7;
  background-image: url(../img/phone_icon-new.png);
  background-position: left center;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.email_wrap-new {
  background-image: url(../img/email_icon-new.png);  
  width: 200px;
}
.email_wrap-new img {
  width: 100%;
}

/*login*/
/*.mx-login_wrap-new {
  margin-right: 30px; 
}*/
.mx-user_login,
.mx-user_logout {
  width: 51px;
  height: 51px;
  float: right;
  background-image: url(../img/user_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #6BD1F9;
  margin-top: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-user_login:hover,
.mx-user_logout:hover {
  border: 2px solid #046FB7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.mx-user_logout {
  background: none;
}
.mx-user_logout i {
  margin: 14px 15px;
  font-size: 22px;
  color: #6BD1F9 ;
}

/*menu*/
.mx-navigaton-new .container-center {
  background-color: #046FB7;
  border-top: 5px solid #6BD1F9;
  height: 84px;
  margin-top: -30px;
}
.mx-navigaton-new ul {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.mx-navigaton-new ul li {
  display: inline-block;
  position: relative;
}
.mx-navigaton-new a {
  font-family: 'Roboto-Bold';
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 29px 22px 30px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-navigaton-new a:hover {
  background-color: #035d99;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
li.mx-nav_active-new > a:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #6BD1F9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  top: 14px;
}
li.mx-nav_active-new > a {
  color: #6BD1F9;
}
.mx-navigaton-new ul li .mx-nav_active-new a:before {
  display: none;
}

/*sub*/
.mx-navigaton-new ul li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 888;
}
.mx-navigaton-new ul li > ul li {
  width: 100%;
}
.mx-navigaton-new ul li > ul li a {
  padding: 14px 22px;
  margin-top: 4px;
  background-color: #046FB7;
}
.mx-navigaton-new ul li:hover > ul {
  display: block;
}

/*footer*/
footer.container-horizontal {
  padding-top: 19px;
  padding-bottom: 45px;
  background: #E5E5E5;
}
.footer_content_new > * {
  float: left;
}
.footer_nav_new ul {
  float: left;
  padding-left: 46px;
  padding-right: 50px;
  border-right: 1px dashed rgba(93, 93, 93, 0.5);
  border-left: 1px dashed rgba(93, 93, 93, 0.5);
}
.footer_nav_new ul:last-child {
  border-left: none;
  padding-left: 37px;
}
.footer_nav_new ul a {
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #5D5D5D;
}
.footer_nav_new ul a.active_item_footer {
  color: #6BD1F9;
}
footer .footer_contacts_new {
  float: right;
  margin-top: 26px;
  margin-right: 15px;
}
.footer_phone_new {
  background-image: url(../img/footer_phone_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  margin-bottom: 18px;
  padding-left: 35px;
}
.footer_phone_new a {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5D5D5D;
}
.footer_logo {
  margin-right: 46px;
  margin-top: 21px;
}
.footer_email_new {
  background-image: url(../img/footer_m_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  margin-bottom: 18px;
  padding-left: 35px;
  width: 236px;
}
.footer_email_new img {
  margin-top: -2px;
  margin-bottom: 1px;
}
footer a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #192b74;
}

/*first block home*/
.first_block_home {
  background-image: url(../img/backgroung_first_block_home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.45);
  box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.45);
}
.first_text_block_home {
  width: 50%;
  float: left;
  padding: 60px 135px 60px 56px;
  height: 466px;
}
.first_text_block_home h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #046FB7;
  line-height: normal;
  font-family: 'Roboto-Bold';
}
p.description_project {
  font-size: 16.1634px;
  letter-spacing: 0.05em;
  color: #5D5D5D;
  padding-left: 25px;
  border-left: 4px solid #6BD1F9;
  margin-top: 20px;
  padding-right: 47px;
  font-family: 'Roboto';
  line-height: normal;
}
button.project {
  background: rgba(4,111,183,1);
  background: -moz-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,111,183,1)), color-stop(100%, rgba(107,209,249,1)));
  background: -webkit-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -o-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -ms-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: linear-gradient(to right, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
/*background: #046FB7;
  background: linear-gradient(112.7deg, #046FB7 30.48%, #6BD1F9 101.04%);*/
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 160px;
  height: 40px;
  border: none;
  margin: 28px 0px 0px 100px;
  font-family: 'Roboto-Light';
  position: relative;
  padding-left: 35px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button.project:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.7;
}
button.project:before {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background-image: url(../img/arrows_big_button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 24%;
  left: 19%;
}

/*second_block_home*/
.second_block_home {
  padding: 100px 22px 57px 22px;
  height: 480px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item_second_block {
  width: 100%;
  height: 323px;
  background: transparent;
  margin: auto;
  padding: 36px 14px 31px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item_second_block h3 {
  position: relative;
  line-height: 20px;
  font-size: 21px;
  color: #5D5D5D;
  font-family: 'Roboto-Bold';
  padding-left: 44px;
  height: 40px;
}
.item_second_block:nth-child(2) h3,
.item_second_block:nth-child(3) h3,
.item_second_block:nth-child(4) h3 {
    padding-top: 4px;
    margin-top: 5px;
    height: 35px;
}
p.description_item {
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  font-size: 14px;
  color: #5D5D5D;
  padding: 0;
  font-family: 'Roboto';
  height: 140px;
  margin-top: 25px;
}
a.link_item_second_block {
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto';
  color: #046FB7;
  background: #FFFFFF;
  width: 112px;
  height: 28px;
  display: block;
  position: relative;
  margin: 0px auto;
  border: 1.5px solid #046FB7;
  -moz-border-image: -moz-linear-gradient(left, #6BD1F9 0%, #046FB7 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #6BD1F9 0%, #046FB7 100%);
  border-image: linear-gradient(to left, #6BD1F9 0%, #046FB7 100%);
  border-image-slice: 1;
  padding: 8px 0px 7px 21px;
}
a.link_item_second_block:before {
  content: '';
  display: block;
  width: 9px;
  height: 14px;
  background-image: url(../img/arrows_small_button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 24%;
  left: 9%;
}
.wrap_item_second_block:nth-child(1) .item_second_block {
  background-image: url(../img/background_item_1.png);
  background-size: 75px 99px;
  background-repeat: no-repeat;
  background-position: 102% 5%;
}
.wrap_item_second_block:nth-child(2) .item_second_block {
  background-image: url(../img/background_item_2.png);
  background-size: 76px 100px;
  background-repeat: no-repeat;
  background-position: 102% 5%;
}
.wrap_item_second_block:nth-child(3) .item_second_block {
  background-image: url(../img/background_item_3.png);
  background-size: 75px 100px;
  background-repeat: no-repeat;
  background-position: 102% 5%;
}
.wrap_item_second_block:nth-child(4) .item_second_block {
  background-image: url(../img/background_item_4.png);
  background-size: 75px 100px;
  background-repeat: no-repeat;
  background-position: 102% 5%;
}
.wrap_item_second_block:nth-child(5) .item_second_block {
  background-image: url(../img/background_item_5.png);
  background-size: 76px 100px;
  background-repeat: no-repeat;
  background-position: 102% 5%;
}
.item_second_block h3:before {
  content: '';
  display: block;  
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
.wrap_item_second_block:nth-child(1) .item_second_block h3:before {
  background-image: url(../img/icon_item_1.png);
  top: 5%;
  left: 5%;
  width: 27px;
  height: 31px;
}
.wrap_item_second_block:nth-child(2) .item_second_block h3:before {
  background-image: url(../img/icon_item_2.png);
  top: -2px;
  left: 5%;
  width: 29px;
  height: 26px;
}
.wrap_item_second_block:nth-child(3) .item_second_block h3:before {
  background-image: url(../img/icon_item_3.png);
  top: -3px;
  left: 7px;
  width: 32px;
  height: 31px;
}
.wrap_item_second_block:nth-child(4) .item_second_block h3:before {
  background-image: url(../img/icon_item_4.png);
  top: -2px;
  left: 6px;
  width: 32px;
  height: 31px;
}
.wrap_item_second_block:nth-child(5) .item_second_block h3:before {
  background-image: url(../img/icon_item_5.png);
  top: 2px;
  left: 5px;
  width: 32px;
  height: 31px;
}
.wrap_item_second_block {
  width: 20%;
  height: 323px;
  background: #FFFFFF;
  border: 1px solid rgba(93, 93, 93, 0.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 5px 20px -11px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 5px 20px -11px rgba(0,0,0,0.33);
  box-shadow: 0px 5px 20px -11px rgba(0,0,0,0.33);
}
.wrap_item_second_block:hover {
  height: 388px;
  margin-top: -32px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.wrap_item_second_block:hover .link_item_second_block {
  background: rgba(4,111,183,1);
  background: -moz-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,111,183,1)), color-stop(100%, rgba(107,209,249,1)));
  background: -webkit-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -o-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: -ms-linear-gradient(left, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  background: linear-gradient(to right, rgba(4,111,183,1) 0%, rgba(107,209,249,1) 100%);
  /*background: #046FB7;
  background: linear-gradient(112.7deg, #046FB7 30.48%, #6BD1F9 101.04%);*/
  color: #FFFFFF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.wrap_item_second_block:hover .link_item_second_block:before {
  background-image: url(../img/arrows_small_button_hover.png); 
}

/*third_block_home*/
.background_third_block {
  background: url(../img/background_third_block.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
}
.block_news {
  width: 778px;
  padding-top: 76px;
  padding-bottom: 144px;
  float: left;
}
.tabs_news_smi {
  width: 100%;
  text-align: left;
  margin-bottom: 35px;
}
.tabs_news_smi a {
  font-weight: normal;
  line-height: 16px;
  font-size: 17.9426px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: 'Roboto-LightItalic';
  color: #5D5D5D;
  margin-left: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tabs_news_smi a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.active_tab {
  line-height: normal;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#046FB7, #6BD1F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto-Bold';
  cursor: default;
}
.one_news {
  width: 246px;
  height: 175px;
  margin-right: 16px;
  margin-top: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
.one_news:first-child,
.one_news:last-child {
  margin-right: 0;
}
.one_news:first-child {
  margin-top: 0;
  height: 361px;
  width: 770px;
}
.one_news .wrap_text_news {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: rgba(221, 221, 221, 0.23);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.one_news .wrap_text_news:hover {
  background: rgba(21, 127, 194, 0.7);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.one_news:first-child .wrap_text_news {
  display: block;
  height: auto;
}
.one_news:first-child .wrap_text_news {
  bottom: 0;
  left: 0;
  padding: 14px 20px;
  top: inherit;
}
.one_news h4 {
  font-family: 'Roboto';
  font-style: normal;
  line-height: normal;
  font-size: 16px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
  padding: 0px 8px;
} 
.one_news:first-child h4 {
  line-height: 19px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px;
}
.one_news .description_news {
  display: none;
}
.one_news:first-child .description_news {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
  font-family: 'Roboto';
}
#mxTabSmi {
  display: none;
}

/*events blue block*/
.block_events {
  float: right;
  height: 555px;
  width: 370px;
  padding-top: 76px;
  padding-bottom: 144px;
}
.title_block_events {
  line-height: normal;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#046FB7, #6BD1F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto-Bold';
}
.wrap_events_items {
  background: rgba(107,209,249,1);
  background: -moz-linear-gradient(-45deg, rgba(107,209,249,1) 0%, rgba(4,111,183,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(107,209,249,1)), color-stop(100%, rgba(4,111,183,1)));
  background: -webkit-linear-gradient(-45deg, rgba(107,209,249,1) 0%, rgba(4,111,183,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(107,209,249,1) 0%, rgba(4,111,183,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(107,209,249,1) 0%, rgba(4,111,183,1) 100%);
  background: linear-gradient(135deg, rgba(107,209,249,1) 0%, rgba(4,111,183,1) 100%);
  margin-top: 35px;
  max-height: 552px;
}
.event_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  font-style: normal;
}
.date_event {
  width: 23%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Roboto-Medium';
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.numeric {
  font-size: 21px;
  text-align: center;
}
.month {
  font-size: 13px;
}
.description_event {
  line-height: 19.5px;
  font-size: 14px;
  width: 73%;
  margin: 8px 12px 8px 0px;
  font-family: 'Roboto-Regular';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.description_event p {
  margin: 0;
}
.event_item:hover {
  background: #147ec1;
}
.event_item:hover .date_event {
  opacity: 0.8;
  font-family: 'Roboto-Regular';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.event_item:hover .description_event {
  font-family: 'Roboto-Medium';
}

/*develop*/
.mx-develop_process {
  padding: 100px 0px;
}
.container .jumbotron {
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
}
.jumbotron h1 {
  font-size: 63px;
  color: rgb(51, 51, 51);
  font-family: 'Roboto';
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron a {
color: #337ab7;
}
.jumbotron a:hover {
  color: #337ab7;
  text-decoration: underline;
}
.questionnaires-wrapp {
  margin-top: 80px;
  margin-bottom: 80px;
  min-height: 301px;
}
body {
  min-width: 1170px;
}
/**/
.one_news_wrap_img {
  height: 100%;
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.one_news_wrap_img img {
  height: 176px;
  width: auto;
}
.one_news:first-child .one_news_wrap_img {
  display: block;
}
.one_news:first-child .one_news_wrap_img img {
  width: 100%;
  height: auto;
}
.mx-ff-roboto {
  font-family: 'Roboto';
}

/*ustanovochnyi seminar*/
.roboto-bold {
  font-family: 'Roboto-Bold';
}
.title_seminar {
  text-align: center;
  margin: 230px 30px 50px 30px;
  font-family: 'Roboto-Bold';
  color: #046FB7;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.installation_seminar p {
  text-indent: 15px;
  line-height: 25px;
}
.installation_seminar ul li {
  line-height: 25px;
  list-style-type: disc;
}
.installation_seminar ul {
  margin-left: 30px;
}
.installation_seminar_table {
  margin-bottom: 40px;
}
.installation_seminar_table td {
  border: 1px solid #eee;
  padding: 0px 10px;
}
.installation_seminar_table td p {
  text-indent: 0px;
}
.installation_seminar_table thead tr td {
  font-family: 'Roboto-Bold';
}
.installation_seminar_table thead tr td:first-child,
.installation_seminar_table tbody tr td:first-child {
  text-align: center;
}
.installation_seminar_table_title {
  color: #046FB7;
  text-align: center;
  margin: 30px 0px;
  font-size: 18px;
}
.installation_seminar {
  margin-bottom: 50px;
}

/*lichnyi kabinet*/
h1.title_cabinet {
  line-height: 23px;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #5D5D5D;
  margin-top: 215px;
  margin-bottom: 26px;
  font-family: 'Arial';
  font-weight: 300;
  width: 954px;
}
p.subtitle_cabinet {
  line-height: 17px;
  font-size: 16px;
  color: #5D5D5D;
  margin-bottom: 30px;
}
.link_cabinet {
  line-height: 16px;
  font-size: 16px;
  color: #046FB7;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_cabinet:hover, 
.link_cabinet:active {
  text-decoration: underline;
  color: #2DABF3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.general_information {
  height: 42px;
  float: left;
  background-image: url(../img/icon_general_info.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 0px;  
  width: 250px;
}
.edit_information {
  height: 42px;
  float: left;
  background-image: url(../img/icon_edit_info.png);
  background-position: left center;
  background-repeat: no-repeat;  
  text-align: center;
  padding: 12px 0px;
  width: 315px;
}
.blue_line hr {
  border: none; 
  color: #6BD1F9; 
  background-color: #6BD1F9; 
  height: 5px;
  margin-bottom: 0;
}
.personal_cabinet_background {
  background-color: #E5E5E5;
}
.container.personal_cabinet {
  margin-bottom: 0;
}
.title_form_cabinet {
  width: 998px;
  background-color: #FCFCFC;
  height: 40px;
  margin-top: 24px;
}
.title_form_cabinet p {
  margin: 0;
  line-height: normal;
  font-size: 16px;
  color: #8A93A2;
  padding: 11px 0px 0px 105px;
}
.title_form_cabinet span {
  background-color: #E6E8EB;
  text-transform: uppercase;
  height: 40px;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; 
  display: block;
  float: left;
  width: 82px;
  color: #8A93A2;
  padding: 13px 0px;
}

/**/
.mx-one-month {
  float: left;
  background: #FFFFFF;
  border: 1px solid rgba(93, 93, 93, 0.1);
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(23, 50, 68, 0.03);
  margin-right: 36px;
  width: 154px;
  height: 160px;
  padding-top: 19px;
}
.mx-one-month:last-child {
  margin-right: 0px;
}
.mx-one-month h4 {
  color: #2DABF3;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  font-family: 'Arial';
  font-weight: 300;
}
.mx-lock-month span {
  background-image: url(/mx/img/lock.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 112px;
  display: block;
}
.mx-open-month span {
  background-image: url(/mx/img/open-month.png);
  background-repeat: no-repeat;
  background-position: 11% center;
  width: 100%;
  height: 112px;
  display: block;
  text-align: center;
  padding-top: 62px;
  padding-left: 36px;
  font-size: 17px;
  color: #4CAF50;
  font-family: 'Roboto-Bold';
}
.mx-one-month.mx-main-month {
  position: relative;
  background: #6BD1F9;
  width: 239px;
  height: 160px;
  color: #fff;
  padding-top: 32px;
}
.mx-one-month.mx-main-month h4 {
  font-weight: bold;
  line-height: 26px;
  font-size: 21px;
  color: #fff;
  text-align: left;
  padding: 0px 20px;
}
.mx-one-month.mx-main-month a {
  background: #2dabf3;
  color: #fff;
  font-size: 16px;
  width: 238px;
  display: block;
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 12px;
  padding-left: 42px;
}
.mx-months-wrap {
  margin-top: 10px;
}
.mx-container-for-lich-kabinet {
  padding-left: 50px;
}
.mx-form_cabinet-item {
  width: 100%;
  display: inline-block;
}
.mx-one-month.mx-main-month a {
  background-image: url(/mx/img/icon_edit_white.png);
  background-position: 6% 38%;
  background-repeat: no-repeat; 
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-one-month.mx-main-month a.edit_form {
  background-image: url(/mx/img/icon_edit_form.png);
  background-position: 6% 41%;
  background-repeat: no-repeat; 
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-one-month.mx-main-month a:hover,
.mx-one-month.mx-main-month a:active {
  opacity: 0.8;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.title_form_cabinet.long_title {
  min-height: 50px;
}
.title_form_cabinet.long_title p{
  padding-top: 5px;
}
.title_form_cabinet.long_title span {
  height: 50px;
  padding-top: 16px;
}

/*header user area*/
.mx-login_wrap-new.mx-login_wrap_expert {
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F6F6F6;
  margin-top: 20px;
  background-image: url(../img/icon_expert.png);
  background-position: 14px center;
  background-repeat: no-repeat;
  padding: 17px 14px;
}
.mx-user_logout.mx-user_logout_exit {
  float: none;
  order: 2;
  margin-top: 0;
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../img/icon_exit.png);
  background-position: center 3px;
  background-repeat: no-repeat;
  background-size: 19px 21px;
  border: none;
  margin-left: 30px;
  padding: 2px;
}
.mx-user_logout.mx-user_logout_exit:hover {
  border: none;
  opacity: 0.7;
}
.mx-user_logout.mx-user_logout_exit i {
  display: none;
}
.expert_name {
  order: 1;
  margin-left: 36px;
  line-height: 16px;
  font-size: 16px;
  color: #5D5D5D;
  font-family: 'Roboto-Bold', 'Arial';
}
/*cabinet*/
.link_instruction {
  padding-bottom: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*forum*/
.page_forum {
  font-family: 'Roboto-Regular', 'Arial';
}
.title_forum_wrap {
  margin: 240px 0px 21px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 954px;
}
.page_forum h1 {
  line-height: 33px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5D5D5D;
  font-family: 'Roboto-Bold';
}
.title_forum_wrap a {
  border: 1px solid #046FB7;
  width: 117px;
  height: 28px;
  display: block;
  position: relative;
  margin-left: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 10px;
  color: #046FB7;
  text-align: center;
  font-family: 'Roboto-Regular', 'Arial';
  padding: 8px 0px 7px 27px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;  
  background: #FFFFFF;
  background-image: url(/mx/img/icon_add_topic2.png);
  background-position: 9px 6px;
  border: 1px solid rgba(4,111,183,1);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.title_forum_wrap a:hover {
  border: 1px solid #2DABF3;
  color: #2DABF3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.forum_table {
  margin-bottom: 80px;
}
.forum_table thead {
  background-color: #E6E8EB;
  font-family: 'Roboto-Bold';
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #8A93A2;
}
.forum_table th {
  padding: 12px 0;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.forum_table th:first-child {
  border: none;
  padding-right: 130px;
}
.forum_table td {
  padding: 20px 10px;
  line-height: normal;
  font-size: 14px;
  color: #5D5D5D;
  text-align: center;
  position: relative;
  border: 1px solid #E6E8EB;
}
.forum_table td:first-child {
  padding: 25px 16px 21px 95px;
  text-align: left;
  border-left: none;
}
.forum_table td:last-child {
  border-right: none;
}
.forum_table a {
  line-height: 16px;
  font-size: 16px;
  color: #046FB7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.forum_table a:hover {
  text-decoration: underline;
  color: #2DABF3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.forum_table td .topic_icon {
  background-image: url(/mx/img/icon_topic.png);
  position: absolute;
  top: 18px;
  left: 16px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: #6BD1F9;
  border-radius: 50%;
  background-position: 9.5px 10px;
}
.forum_table .description {
  margin: 5px 0;
  line-height: 20px;
}

/*forum one topic*/
.topic {
  margin-top: 235px;
}
.topic p {
  font-size: 16px;
  color: #5D5D5D;
  margin: 5px 0;
  line-height: 20px;
}
.topic p:first-child {
  line-height: 33px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5D5D5D;
  font-family: 'Roboto-Bold';
}
button.show-form {
  width: 165px;
  height: 28px;
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
  padding: 8px 0px 7px 21px;
  background-color: rgba(4,111,183,1);
  background-image: url(../img/arrows_small_button_hover.png);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  color: #FFFFFF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
}
button.show-form:hover {
  background-image: url(../img/arrows_small_button.png);
  background-repeat: no-repeat;
  background-position: 12px 6px;
  background-color: #ffffff;
  color: rgba(4,111,183,1);
  border: 1px solid rgba(4,111,183,1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link_topics_list {
  line-height: 28px;
  font-size: 16px;
  color: #046FB7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  } 
.link_topics_list:hover {
  text-decoration: underline;
  color: #2DABF3;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.messages .message .message-info {
  padding: 5px 15px 5px 15px;
  background-color: #F6F6F6;
}
.messages .message .message-info .fullname {
  line-height: 16px;
  font-size: 14px;
  color: #5D5D5D;
  font-family: 'Roboto-Bold';
  margin: 0;
}
input.delete_post,
button.delete_post {
  outline: none;
  background-color: #ddd;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  margin: 5px;
  font-family: 'Roboto-Regular', 'Arial';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
input.delete_post:hover,
button.delete_post:hover {
  background-color: #f0f0f0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.message p {
  font-family: 'Roboto-Regular', 'Arial';
}
.form.send_mess_form_forum {
  padding: 20px 60px 93px;
  height: auto;
  border: none;
  background-color: #EAECED;
  margin-bottom: 10px;
}
.form.send_mess_form_forum label {
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 14px;
  color: #046FB7;
  font-family: 'Roboto-Regular';
}
.form.send_mess_form_forum .form-group {
  float: left;
  margin-top: 10px;
}
.form.send_mess_form_forum .form-group label {
  /*padding-left: 35px;*/
  font-style: normal;
  line-height: normal;
  font-size: 14px;
  color: #8A93A2;
  font-family: 'Roboto-Bold';
  /*opacity: 0.8;*/
 /* background-image: url(../img/clip.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 27px 12px;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-right: 30px;
  line-height: 37px;
}
.form.send_mess_form_forum .form-group input {
  float: left;
  width: 266px;
  height: 38px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  padding: 8px 0px 7px 21px;
  background: rgba(4,111,183,1);
  color: #FFFFFF;
}
.send_message_forum {
  float: right;
  width: 165px;
  height: 28px;
  display: block;
  position: relative;
  margin: 0px auto;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
  padding: 9px 0px 7px 21px;
  background-color: rgba(4,111,183,1);
  background-image: url(../img/arrows_small_button_hover.png);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  color: #FFFFFF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
  margin-top: 10px;
}
.send_message_forum:hover {
  color: #046FB7;
  background-color: #FFFFFF;
  background-image: url(../img/arrows_small_button.png);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid rgba(4,111,183,1);
}
