@font-face {
    font-family: 'Akzidenz-Grotesk Pro XBd Cnd';
    src: url('AkzidenzGroteskPro-XBdCn.eot');
    src: local('Akzidenz-Grotesk Pro XBd Cnd'), local('AkzidenzGroteskPro-XBdCn'),
        url('AkzidenzGroteskPro-XBdCn.eot?#iefix') format('embedded-opentype'),
        url('AkzidenzGroteskPro-XBdCn.woff2') format('woff2'),
        url('AkzidenzGroteskPro-XBdCn.woff') format('woff'),
        url('AkzidenzGroteskPro-XBdCn.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('AkzidenzGroteskPro-Regular.eot');
    src: local('Akzidenz-Grotesk Pro Regular'), local('AkzidenzGroteskPro-Regular'),
        url('AkzidenzGroteskPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('AkzidenzGroteskPro-Regular.woff2') format('woff2'),
        url('AkzidenzGroteskPro-Regular.woff') format('woff'),
        url('AkzidenzGroteskPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
  font-family: 'Akzidenz-Grotesk Pro';
   font-weight: 500;
   font-style: normal;
}
body {
  padding-top: 58px;
  margin: 0;

}
.nav li a {
    padding: 15px 20px;
    text-transform: uppercase;
    color: white;
    border-bottom: 4px solid transparent;
    text-decoration: none;
}
.nav li a:hover {
    border-bottom: 4px solid red;
    background: none;
}
.nav li a:focus {
    background: none;
}
.menu {
  display: flex;
      justify-content: center;
      position: fixed;
      font-size: 16px;
      width: 100%;
      background-color: #6d6e72;
      top: 0;
      list-style: none;
      margin: 0;
      padding: 20px;
}
.news_main {
  background-image: url('../images/back.png');
}
.news{
  justify-content: center;
      text-align: center;

}
.news img{
  display: inline-block;
  margin: 10px;
}
.news img:hover {
  box-shadow: 0px 0px 15px -5px black;
}

.partners {
  justify-content: center;
      text-align: center;
}
.partners img{
  display: inline-block;
  padding: 10px;
}
.banner {
  text-align: center;
background-image: url('../images/back.png');
}
.banner img {
  height: 400px;
padding: 20px 0 20px 0px;

}
footer {
  background-color: #6d6e72;
  padding: 20px;
  color:white;
  text-align: center;
}
.content {
  min-height: calc(100vh - 168px);
}
.container {
  width: 940px;
    margin: auto;
}
dt,dd {
  display: inline-block;
}
.line_text {
margin: 0 0 0 0;
width: 100%;
text-align: center;
background-color: #6d6e72;
padding: 8px 0px 8px 0px;
font-size: 25px;
color: white;
}
.mat_line_text {
  border-bottom: 2px solid black;
  font-weight: 700;
  font-size: 18px;
}
.people_img {
  height: 100px;
}
.people_img_yt {
  height: 35px;
}
.people_table td {
  padding: 10px;
}
.people_table p {
  margin: 0;
}
.Speaker_name {
  font-weight: 600;
}
.a_ut {
  /*pointer-events: none;*/
  margin-bottom: 10px;
  display: block;
}
/*
.a_ut::after{
  content: "Доступно с 18.08";
  padding: 0;
  display: block;
}*/
.partners img {
  pointer-events: none;
      height: 100px;
}
.partners_i {
  padding: 10px;
}
table p {
  margin: 0;
  padding: 0;
}
table {
  margin-bottom: 20px;
}
table caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  background-color: #f7d6cb;
}
table th {
  border: 1px solid black;
  font-weight: bold;
}
.CM {
  display: flex;
      width: 100%;
      height: 100vh;
      background: #f3f3f3;
      position: fixed;
      z-index: 10000000;
      top: 0;
      left: 0;
      justify-content: center;
}

.CM_modal{
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.CM_modal_body{
  padding: 10px;
  background: white;
border: 1px solid black;
text-align: center;
box-shadow: 0px 0px 9px 1px grey;
}
.t_bordered {
  width: 100%;
  border-collapse: collapse;
}
.t_bordered td{
  border: 1px solid black;
  padding: 5px;
}

.modal_err {
  border-bottom: 3px solid red;
  display: none;
}

.o_pedsovete {
  background: url("/templates/senkrolstemplate/images/system/bird_left.png") bottom left no-repeat;
  background-size: contain;

}
.t_p {
  border-collapse: collapse;
}
.t_p td {
  border-bottom: 1px solid black;
  padding: 5px;
}
.t_p th {
  border: none;
  border-bottom: 1px solid black;
  padding: 5px;
}
