/* Шрифты начало */

@font-face {
  font-family: "PF Din Text Cond Pro";
  src: url('../fonts/pfdintextcondpro-regular.ttf')  format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "PF Din Text Cond Pro";
  src: url('../fonts/PFDinTextCondPro-Bold.otf')  format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: "PF Din Text Cond Pro";
  src: url('../fonts/pfdintextcondpro-medium.ttf')  format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: "PF Din Text Cond Pro";
  src: url('../fonts/pfdintextcondpro-light.ttf')  format('truetype');
  font-weight: 300;
}
/* Шрифты конец */

.clearfix { clear: both; }

h2 {
  margin: 0px;
}

p {
  margin: 0px;
}

.time-table  {
  width: 220px;
  text-align: center;
  color: #c71a2c;
  font-size: 34px;
  font-weight: 500;
  vertical-align: baseline;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-table {
  width: 540px;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  padding-top: 4px;
  vertical-align: baseline;
  padding-right: 30px;
  padding-bottom: 40px;
}

.spicker-table {
  width: 247px;
  padding-left: 30px;
  padding-top: 20px;
  opacity: 0.88;
  color: #000;
  font-family: "PF Din Text Cond Pro";
  font-size: 23px;
  font-weight: 300;
  border-left: 1px solid #ffc135;
  vertical-align: baseline;
}

/* Стили вкладов начало */
.tab {
  overflow: hidden;
}

.tab button {
  font-family: "PF Din Text Cond Pro";
  font-size: 34px;
  background-color: inherit;
  float: left;
  cursor: pointer;
  transition: 0.3s;
  border: 3px solid #f8b100;
  width: 370px;
  height: 79px;
  border-bottom: transparent;
  padding: 0px;
  outline: none;
}

.tab button:first-child {
  margin-right: 44px;
}

.tab button:last-child {
  margin-left: 44px;
}

.tab button:hover {
  background-color: #ddd;
  border: 3px solid #c71a2c;
  border-bottom: transparent;
}

.tab button.active {
  background-color: #ddd;
  border: 3px solid #c71a2c;
  border-bottom: transparent;
  
}



.tabcontent {
  display: none;
  border: 3px solid #c71a2c;
  animation: fadeEffect 1s;
}

.tabcontent-main {
  display: none;
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Стили вкладов конец */

.container-table-program {
  width: 1198px;
  font-family: "PF Din Text Cond Pro";
  margin: 0 auto;
}

.tab-date-btn {
  font-weight: 700;
  font-size: 40px;
}

.line-1 {
  background-color: #f2f2f2;
  display: flex;
  min-height: 117px;
}

.line-2 {
  background-color: #fff;
  display: flex;
  min-height: 117px;
}
.line-time-red {
  color: #c71a2c;
  font-size: 34px;
  font-weight: 500;
}

.time-tab-block-1 {
  padding-left: 97px;
  padding-right: 115px;
  padding-top: 28px;
  padding-bottom: 24px;
}

.line-title-1 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36.41px;
}

.line-title-1 {
  width: 538px;
  padding-top: 30px
}

.line-icon-1 {
  padding-top: 29px;
  padding-left: 69px;
}

.line-names-1 {
  border-left: 1px solid #ffc135;
  padding-left: 29px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 23px;
  opacity: 0.88;

}

.line-names-1 p {
  padding-top: 21px;
}

.tabcontent-block {
  border: 3px solid #c71a2c;
  margin-top: 55px;
  margin-bottom: 55px;
  display: flex;

}

.tabcontent-block-time {
  width: 179px;
  background-color: #c71a2c;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tabcontent-block-header {
  background-color: #f8b100;
  width: 100%;
  display: flex;
  align-items: center;
}

.tabcontent-right-column {
  width: 100%;
}

.tabcontent-block-header {
  min-height: 117px;
}

.tabcontent-block-header h2 {
  color: #000000;
  font-family: "PF Din Text Cond Pro";
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 77px;
  padding-right: 10px;

}

.bd-bold {
  font-weight: 300;
}

.times-item-tabcontent-line {
  width: 310px;
  text-align: center;
}



.titles-tabcontent-line {
  width: 100%;
  color: #000000;
  font-size: 27px;
  font-weight: 500;
  padding-top: 4px;
}

.tabcontent-block-inner-content {
  display: flex;
}


.tabcontent-block-inner-content-line {
  display: flex;
  margin-top: 70px;
  width: 100%;
}

.tabcontent-block-inner-content-line:last-child {
  padding-bottom: 58px;
}

.tabcontent-block-inner-content-lines {
  width: 100%;
}

.names-tabcontent-line {
  width: 335px;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0.88;
  color: #000000;
  font-family: "PF Din Text Cond Pro";
  font-size: 23px;
  font-weight: 300;
  border-left: 1px solid #ffc135;
}

.names-item-tabcontent-line {
  padding-top: 63px;
  padding-bottom: 63px;
}


.tabcontent-block-inner-item-line {
  display: flex;
}

.tabcontent-block-grey {
  background-color: #f2f2f2;

}

.tabcontent-block-grey-inner {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}

.time-tab-block-2 {
  margin-left: 230px;
}

.titles-tabcontent-line-block-grey {
  width: 512px;
  margin-left: 75px;
  color: #000000;
  font-family: "PF Din Text Cond Pro";
  font-size: 30px;
  font-weight: 500;
  padding-top: 2px;
}

.banner-time {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  padding-top: 63px;
  padding-left: 44px;
}

.banner-text-h1 {
  color: #ffffff;
  font-family: "PF Din Text Cond Pro";
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 66px;
}

.banner-text-content {
  color: #f8b100;
  font-size: 27px;
  font-weight: 500;
  padding-top: 15px;
}

.banner-text {
  padding-left: 122px;
}




.banner-bottom {
  background: #c71a2c url(../img/banner-bottom.jpg) no-repeat;
  height: 255px;
  border: 3px solid #c71a2c;
  display: flex;
}

.banner-bottom-gala {
  background: #c71a2c url(../img/gala-bg.png) no-repeat;
  height: 255px;
  border: 3px solid #c71a2c;
  display: flex;
}






@media (max-width: 1198px){
  .container-table-program {
    width: 100%;
  }
  .tab button {
    width: 33.333%;
  }

  .tab button:first-child {
    margin-right: 0px;
  }

  .tab button:last-child {
    margin-left: 0px;
  }
  .time-tab-block-1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .line-title-1 {
    width: 50%;
    padding: 20px;
  }
  .line-names-1 p {
    padding-top: 0px;
  }
  .line-names-1 {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
  }
  .line-icon-1 {
    padding-top: 29px;
    padding-left: 10px;
}
.tabcontent-block-inner-content-line {

  margin-top: 0px;

}
.tabcontent-block-inner-content-line:last-child {
  padding: 0px;
}



.names-tabcontent-line {
  width: auto;
  padding: 5px;
  margin: 0px;
}

.times-item-tabcontent-line {
  width: auto;
  padding: 20px;
}
.tabcontent-block-header {
  height: auto;
}
.tabcontent-block-header h2 {
  padding: 20px;
}
.time-tab-block-2 {
  margin-left: 0px;
  padding: 20px;
  width: 33.333%;
}
.titles-tabcontent-line-block-grey {
  margin-left: 0px;
  width: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
}
.img-block-grey {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
}
.tabcontent-block-grey-inner {
  justify-content: center;
  padding: 0px;
}
.names-item-tabcontent-line {
  padding: 20px;
}
.titles-tabcontent-line {
  padding: 20px;
}
}

@media (max-width: 768px) {
  .titles-tabcontent-line {
    padding: 10px;
  }
  .times-item-tabcontent-line {
    padding: 10px;
  }
  .names-tabcontent-line {
    padding: 0px;
  }
  .names-item-tabcontent-line {
    padding: 10px;
  }
  .tabcontent-block-header h2 {
    font-size: 20px;
  }
  .line-time-red {
    font-size: 20px;
  }
  .tabcontent-block-time-item {
    font-size: 20px;
  }
  .titles-tabcontent-line {
    font-size: 15px;
  }
  .tabcontent-block-inner-content {
    display: block;
}
.names-tabcontent-line {
  font-size: 15px;
}
.banner-text {
 padding: 0px;
}
.banner-text-h1 {
  padding-top: 0px;
}
.banner-bottom {
  display: block;
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  background: #c71a2c no-repeat;
}

.banner-time {
  padding: 20px;
}
.titles-tabcontent-line-block-grey {
  font-size: 15px;
}
.time-tab-block-2 {
text-align: center;
}

.time-tab-block-1 {
  padding: 5px;
 
}
.line-title-1 {
  font-size: 15px;
  line-height: normal;
  padding: 5px;
}
.line-icon-1 {
  padding: 5px;
}
.line-icon-1 img {
  width: 100%;
}
.line-names-1 {
  padding: 5px;
  font-size: 15px;
}
.tab button {
  font-size: 15px;
}
.tab-date-btn {
  font-size: 15px;
}
.tabcontent-block-time {
  width: 80px;
}
.title-table {
  float: left;
  width: 100%;
  padding-top: 20px;
  font-size: 20px;
}
.spicker-table {
  float: left;
  width: 100%;
  border: none;
  padding: 0px;
  font-size: 20px;
  padding-bottom: 20px;
}
.time-table {
  width: 120px;
  vertical-align: middle; 
  font-size: 20px;
  padding-top: 0px;
}

}

@media (max-width: 576px) {
  .title-table { 
    padding-right: 20px;
  }
}
.sponsor-img {
  width: 100px;
  margin-top: 15px;
}
/* программа конец */

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCXABTV.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

@media screen and (max-width: 500px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}
.showmobile { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .showmobile { display: inline; }}


@font-face {
	font-family: "PFDinTextCondProRegular";
	src: url('/fonts/PFDinTextCondPro-Regular.ttf') format("truetype");
	font-style:normal;
	font-weight:normal;
}

@font-face {
	font-family: "PFDinTextCondProLight";
	src: url('/fonts/PFDinTextCondPro-Light.ttf') format("truetype");
	font-style:normal;
	font-weight:normal;
}

body {
	background:#ffffff;
	font-weight:300;
	font-size:14px;
	color:#555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	font-family: "PFDinTextCondProRegular";
}

header {
	background:url('/images/fon-header.jpg') no-repeat;
}

h1 {
	font-size:45px;
	color:#b6062c;
	padding:120px 0px 20px 0px;
	text-align:center;
	font-family:"Oswald";
}

h2 {
	font-size:40px;
	color:#e3b041;
	padding:20px 0px;
	font-family:"Oswald";
}

.centered {
	text-align:center;
	margin:0 auto;
}

.justifyred {
	text-align:justify;
}

.container {
	display:flex;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover, a:focus {
	color:#ffc135;
	text-decoration:none;
	outline:0;
}

table.hotel {
    font-size:24px;
    
}

.header {
	font-size:24px;
	background:url('/images/fon-header.jpg') no-repeat;
	width:100%;
	position:fixed;
	z-index:200;
	font-family:"PFDinTextCondProLight";
}

.header_block {
	display:inline-block;
	height:85px;
	vertical-align:top;
}

.nav.navbar-nav.navbar-right {
	display:inline-block;
	height:85px;
}

.nav.navbar-nav.navbar-right li {
	display:inline-block !important;
	padding:0px 9px;
	height:85px;
	padding-top:22px;
}

header .navbar-brand {
	padding:10px 60px;
}

.last:hover {
	text-shadow: 1px 0px 6px rgba(255, 255, 255, 1);
	color:#fff !important;
}

.slider {
	font-family: "Oswald", sans-serif;
	background:url('/images/header-fon.jpg') no-repeat;
	background-size:cover;
	color:#fff;
}



.container.slider_text {
	display:block;
	padding:140px 0px 100px 0px;
}

.slider_text .slider_title {
	font-size:30px;
}

.slider_text .slider_title span {
	color:#f19d43;
}

.slider_text .slider_name {
	font-size:70px;
	text-transform:uppercase;
}

.slider_text .slider_name span {
	color:#f19d43;
}

.slider_text .slider_desc {
	display:inline-block;
	font-size:26px;
	vertical-align:top;
	margin:20px;
}

.slider_text .slider_desc.with_border {
	padding-right:55px;
	padding-bottom:35px;
	/*border-bottom:4px solid #f19d43;*/
	background:url('/images/border-bottom.png') no-repeat;
	background-position:bottom;
}

.info {
	color:#fff;
	padding:40px 0px;
	margin:0 auto;
}

.info_block {
	display:inline-block;
	margin:0px 70px;
	vertical-align:top;
}

.info .info-image img {
	height:83px;
}

.info .info-name {
	font-size:24px;
	font-weight:800;
	padding:10px 0px;
}

.info .info-full {
	font-size:20px;
}

.author-block {
	padding:40px 0px;
}

.author_block {
	display:inline-block;
	vertical-align:top;
	margin:0px 30px;
}

.author .author-name {
	font-size:20px;
	color:#717171;
	padding:15px 0px;
}

.author .button {
	padding:10px 0px;
}

.author .button a {
	color:#fff;
	background:#c71a2c;
	padding:10px 30px;
	font-size:22px;
}

.author .button a:hover {
	background:#f61e34;
}

.author-text {
	font-size:17px;
	line-height:1.2;
	font-family:"Oswald";
}

.author-text-head {
	color:#c71a2c;
	padding-top:10px;
	font-size:20px;
	line-height: 1.2;
    font-family: "Oswald";
}

.congress-block {
	background:url('/images/kongress-fon.jpg') no-repeat;
	background-size:cover;
}

.congress_block {
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	width:180px;
	height:180px;
}

.congress-block .container {
	padding:40px 0px;
}

.congress-blocks {
	display:flex;
}

.congress-block-block {
	background:#fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	padding:20px;
}

.congress-block-head {
	color:black;
	font-size:70px;
}

.congress-block-title {
	color:black;
	font-size:22px;
}

.vmeste-block {
	background:url('/images/fon-vmeste.jpg') no-repeat;
	background-size:cover;
	padding:190px 0px;
}

.vmeste-block .h2_white {
	color:#fff;
	text-transform:uppercase;
	font-size:70px;
	font-family:"Oswald";
}

.vmeste-block hr {
	border-bottom:1px solid #f19d43;
	width:300px;
}

.spikers {
	background:url('/images/fon-header.jpg') no-repeat;
	background-size:cover;
	padding:60px 0px;
}

.h2_white_min {
	color:#fff;
	font-size:40px;
	text-align:center;
	font-family:"Oswald";
}

.spikers .spiker {
	background:#fff;
	color:#c71a2c;
	font-size:26px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.8);
	margin:30px;
	display:inline-block;
	height:435px;
	vertical-align:top;
}

.spiker_name {
	padding:20px 10px 50px;
}

.tickets {
	padding:40px 0px;
}

.tickets a {
	color:#fff;
	background:#c71a2c;
	padding:10px 60px;
	font-size:32px;
}

.tickets a:hover {
	background:#f61e34;
}

.tickets-yel {
	padding:40px 0px;
}

.tickets-yel a {
	color:#fff;
	background:#EFB034;
	padding:10px 60px;
	font-size:32px;
}

.tickets-yel a:hover {
	background:#e6b658;
}

a.buy-link {
	color:#fff;
	background:#c71a2c;
	padding:10px 60px;
	font-size:32px;
}

a.buy-link:hover {
	background:#f61e34;
}

.ticket {
	display:inline-block;
	vertical-align:top;
	margin:0 50px;
}

.buy-link {
	text-align:center;
	padding:80px 0px;
}

.h2_red {
	color:#c71a2c;
	font-size:40px;
	text-align:center;
	font-family:"Oswald";
}

.h2_red span {
	font-size:22px;
}

.h2_black {
	color:#000;
	font-size:40px;
	text-align:center;
	font-family:"Oswald";
	margin: 5px;
}

.how_get_image {
	padding:40px;
}

.how_get_text {
	font-size:16px;
	color:#585858;
	text-align:left;
}

.moments {
	text-align:center;
}

.moments_block {
	max-width:1200px;
	margin:0 auto;
}

.moments .moment_foto {
	display:inline-block;
}

.moments .moment_foto img {
	width: auto;
	margin:15px;
	height: 250px;
}

.moment_buy-link {
	padding:65px 0px;
	text-align:center;
}

.moment_buy-link a {
	color:#fff;
	background:#c71a2c;
	padding:10px 60px;
	font-size:32px;
}

.moment_buy-link a:hover {
	background:#f61e34;
}

.tizers {
	padding:5px 0px;
}

.tizers_head_desc {
	font-size:45px;
	color:#c71a2c;
	font-family:"Oswald";
}

.tizers_head_desc {
	text-align:сenter;
	padding-left:0px;
	position:relative;
	top:-45px;
}

.tizers_head_desc_min {
	font-size:25px;
}

.tizers_head {
	display:inline-block;
	/*width:25%;*/
	width:35%;
	vertical-align:top;
	/*padding:80px 120px;*/
	padding:0px 30px;
}

.tizers_elements {
	display:inline-block;
	/*width:74%;*/
	width:64%;
	padding:0px 0px;
}

.tizers_element {
	display:inline-block;
	width:30%;
	vertical-align:top;
	margin:15px 15px;
}

.tizers_element_head {
	color:#c8332e;
	font-size:22px;
	font-weight: 600;
}

.tizers_element_desc {
	color:#808080;
	font-size:19px;
}

.reviews {
	background:url('/images/reviews.jpg') no-repeat;
	background-size:cover;
	padding:60px 0px;
}

.reviews_buy-link {
	text-align:center;
	padding:100px 0px;
}

.reviews_buy-link a {
	color:#fff;
	background:#c71a2c;
	padding:10px 60px;
	font-size:32px;
}

.reviews_buy-link a:hover {
	background:#f61e34;
}

.review_elements {
	max-width:900px;
	margin:0 auto;
	text-align:center;
	padding:20px 0px;
}

.review_author {
	margin:10px 0px;
}

.review_author_bd {
	display:inline-block;
	vertical-align:middle;
	padding:0px 5px;
}

.programms {
	padding:80px 50px;
	text-align:center;
	display:table;
	border-spacing:10px;
}

.programms_block {
	display:table-cell;
	border:4px solid #e3b041;
	padding:20px 40px;
	width:32%;
	vertical-align:top;
	margin:0px 5px;
	text-align:left;
}

.programms_block_head {
	font-family:'Oswald';
	font-size:40px;
	color:#3f3f3b;
}

.programms_block_txt {
	font-size:20px;
	color:#3f3f3b;
}

.programms_block_link {
	text-align:center;
}

.programms_block_link a {
	background:#c71a2c;
	font-size:25px;
	padding:15px 40px;
}

.banners {
	display:inline-block;
}

.banners .banner {
	display:inline-block;
	margin:10px 0px;
}

.banners .banner img {
	width:100%;
}

/*Начало стилей слайдера*/

/*Конец стилей слайдера*/

footer {
	background:url('/images/fon-footer.jpg') no-repeat;
	background-size:cover;
	padding:60px 90px;
	color:#fff;
	font-size:26px;
}

footer .enter {
	font-size:25px;
}

footer .enter .plus {
	color:#f2b134;
	font-size:80px;
}

footer .enter .enter_text {
	position:relative;
	top:-15px;
}

footer .footer_link {
	font-size:23px;
}

.footer_link {
	border:2px solid #f2b134;
	text-align:center;
	margin:20px 0px;
	padding:5px 0px;
}

.footer_menu li {
	list-style:none;
}

.footer_block {
	display:inline-block;
	vertical-align:top;
	margin:0px 50px;
}

.partners {
	border:1px solid #e4e4e4;
	padding:10px 150px 30px 150px;
	margin:0 auto;
	margin-bottom:50px;
}

.partners .general {
	background:url('/images/fon-partners.jpg') no-repeat;
	background-size:cover;
	position:relative;
	top:-40px;
}

.partners .platina {
	background:url('/images/platina.png') no-repeat;
	background-size:cover;
	position:relative;
	top:-40px;
	background-color: white;
}

.partners .gold {
	background:url('/images/gold.png') no-repeat;
	background-size:cover;
	position:relative;
	top:-40px;
}

.partners .infopartner {
	background:url('/images/info-partner.png') no-repeat;
	background-size:cover;
	position:relative;
	top:-40px;	
}

.partners .infopartner span {
	font-size:30px;
	color:#b6062c;
}

.partners .exhibitor {
	background:url('/images/participants-partner.png') no-repeat;
	background-size:cover;
	position:relative;
	top:-40px;
	max-width: 350px;
    left: 228px;	
}

.partners .exhibitor span {
	font-size:34px;
	color:#fff;
}

.partners .exhibitor img {
	max-width: 235px;
}



.partners .general span {
	font-size:34px;
	color:#fff;
}

.partners .platina span {
	font-size:34px;
	color:#8e8e8e;
}

.partners .gold span {
	font-size:34px;
	
	color: rgb(235, 191, 17);
}

.promo {
    background:url('/images/promo.png') center no-repeat;
    
	height: auto;
	min-height: 60px;
    width: auto;
    background-size: auto;
}

.promo p {
	font-size:28px;
	color:#ffff;
	text-align: center;
	margin: 30px;
    padding: 10px;
}

.pramougolnik {
background:url('/images/mesto_ramka.png')center no-repeat;
	padding:65px 150px 30px 150px;
	margin:0 auto;
	margin-bottom:50px;
 
}
.pramougolnik img{

	padding:10px 150px 30px 150px;
	margin:0 auto;
	margin-bottom:50px;
 
}

.pramougolnik .nazvanie{
padding:17px;
 
}

.pramougolnik .nazvanie span {
	font-size:40px;
	color:#c71a2c;

 
}

.pramougolnik .adress{
	padding:3px;
	
}

.pramougolnik .adress span {
	font-size:22px;
	color:#555;

 
}

.pramougolnik .knopka{
	padding:0px;
	margin-bottom: 22px;
}

.pramougolnik .knopka span {
	font-size:17px;
	color:#ffff;

 
}

/*Для подменю*/
* { box-sizing: border-box; }

.submenu {
  position: absolute;

  top: 100%;
  width: 210px;
  padding: 0px;
  background: #b6062c;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
}
.submenu li a {
  padding: 0px 0;
  margin: 0 10px;
  font-size: 24px;
  color: #ffffff;
}

.submenu li a:hover, a:focus {
	color: #ffc135;
}
.navbar-nav > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/*Для подменю Конец */
.reviews .txt {
	color:#fff;
	font-size:30px;
	font-family:'Oswald';
	padding:15px 0px;
	text-align:center;
}

.reviews .contacts {
	color:#fff;
	font-size:54px;
	font-family:'Oswald';
	padding-top:25px;
	text-align:center;
}


.its {
	background:url('/images/fon-partners.jpg') no-repeat;
	background-size:cover;
}

.its .blocks_3 {
	display:inline-block;
	width:26%;
	text-align:center;
	vertical-align:top;
	color:#fff;
	margin:40px 35px;
}

.its .blocks_3 .blocks_3_name {
	font-weight:bold;
	font-size:30px;
	padding:20px 0px;
}

.its .blocks_3 .blocks_3_txt {
	text-align:justify;
	font-size:20px;
}

@media all and (max-width:767px) {
	header {
		background-size:cover;
	}
	.header {
		position:relative;
	}
	.header_block {
		height:100%;
		display:inline-block;
	}
	.nav.navbar-nav.navbar-right {
		height:100%;
	}
	.slider_text .slider_name {
		font-size:50px;
	}
	.container.slider_text {
		padding:140px 10px 100px 10px;
	}
	.author-image img {
		width:100%;
	}
	.info_block {
		display:block;
		margin:0px;
		padding:20px 0px;
	}
	.author_block {
		display:block;
		padding:20px 0px;
	}
	.congress-block .container {
		margin:0 auto;
	}
	.congress_block {
		margin:10px;
	}
	.tizers {
		padding-top:0px;
	}
	.tizers_head {
		width:100%;
		display:block;
		text-align:center;
	}
	.tizers_head_desc {
		text-align:center;
		padding:0px;
	}
	.tizers_elements {
		width:99%;
		padding:0px;
	}
	.tizers_element {
		display:block;
		width:95%;
		text-align:center;
		margin-bottom:75px;
	}
	.tizers_element_head {
		margin:0px;
	}
	.spikers .container {
		margin:0 auto;
	}
	.tickets .container {
		margin:0 auto;
	} 
	.footer_block {
		display:block;
		margin:0px;
	}
	.footer_menu {
		text-align:center;
	}
	.contacts {
		padding-top:20px;
	}
	.container {
		display:block;
	}
	.centered {
		margin:0px;
	}
	.moment_buy-link a {
		font-size:20px;
	}
	.moments_block .slick-next, .moments_block .slick-prev {
		display:none !important;
	}
	.moments .moment_foto img {
		width:340px;
	}
	.reviews_buy-link a {
		font-size:20px;
		padding:10px 20px;
	}
	.slick-prev, .slick-next {
	    top:-70px !important;
	}
	.slick-prev {
	    left:-5px !important;
	}
	.slick-next {
	    right:-5px !important;
	}
	.vmeste-block .h2_white {
		font-size:4em;
	}
	.ticket {
		margin:0px;
	}
	.moment_buy-link a {
		padding:10px 20px;
	}
	footer {
		padding:60px 10px;
		text-align:center;
	}
	.contacts, .organizator {
		text-align:left;
	}
	.footer_block .contacts {
	    display:none;
	}
	.footer_menu {
	    padding:0px;
	}
	.tizers_head_image img {
		width:100%;
	}
	.price {
		font-size:11px !important;
	}
	.price td {
		padding:10px 10px !important;
	}
	.fa.fa-rub {
		font-size:11px !important;
	}
	.partners {
		padding:10px 20px 30px 20px;
	}
	.its .blocks_3 {
		width:100%;
		margin:40px 0px;
	}
	.reviews .contacts {
		font-size:40px;
	}
	.congress_block.arrow {
		display:none;
	}
	.congress_block.prog {
		margin:20px;
	}
	.programms {
		padding:80px 10px;
	}
	.programms_block {
		width:98%;
		display:inline-block;
		margin:10px 0px;
	}
	.programms_block_link a {
		padding:15px 20px;
	}
	.banners .banner {
		width:100% !important;
	}
	.partners .exhibitor  {
		left: 0px;
		}
}
@media all and (max-width:320px) {
	.reviews_buy-link a {
		font-size:16px;
		padding:10px 20px;
	}
	.moment_buy-link a {
		font-size:16px;
	}
	.spikers .spiker {
		margin:10px 0px;
	}
}
@media (min-width:768px) and (max-width:1220px) {
	.nav.navbar-nav.navbar-right li {
		padding:20px 10px;
	}
	.footer_block {
		margin:0px 5px;
	}
	.header {
		position:relative;
	}
	.programms_block_link a {
		padding:15px 20px;
	}
	.partners .exhibitor  {
		left: 0px;
		}

}
@media all and (min-width:1068px) {
	.dropdown {
		display:none;
	}
}
@media all and (max-width:1067px) {
	.nav.navbar-nav.navbar-right {
		display:none !important;
	}
	.dropdown {
		position:absolute;
		right:20px;
		top:10px;
	}
}
@media all and (max-width:1167px) {
	header .navbar-brand {
		padding:10px 10px;
	}
}
/*начало мобильного меню*/
input {display: none;}
label {cursor: pointer;}

.nav {user-select: none;}

.nav__showmenu {
    z-index: 3;
    display: inline-block;
    margin-left: -10px;
    padding: 5px 10px 10px;
    font-size: 40px;
	color:#fff;
}

.nav__back {
    /*position: fixed;*/
    top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
    transition: background-color .3s;
}

.menu, .menu__submenu{
    list-style: none;
    padding: 0;
    color: #fff;
    overflow: hidden;
  }

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 220px;
    margin: 0;
    padding: 17px 0;
    text-transform: uppercase;
    line-height: 2em;
    background-color: #c71a2c;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    backface-visibility: hidden;
}

.menu__submenu {
    font-size: .8em;
    background-color: #ddd;
    max-height: 0;
    transition: max-height .3s ease-in-out;
}

.menu__showsub {
    position: absolute;
    right: 0;
    margin-top: -34px;
    padding: 10px;
    line-height: normal;
}

.menu__item {  
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.menu__submenu .menu__item {color: #000;}

.nav__check:checked~.nav__back {
    background-color: rgba(0,0,0,.2);
    bottom: 0;
}

.menu__item:hover,.nav__showmenu:hover,.menu__showsub:hover {opacity: 0.7;}
.menu::-webkit-scrollbar {display: none;}
.nav__check:checked+.nav__showmenu {color:#fff;}
.menu__check:checked~.menu__submenu {max-height: 100vh;}
.menu__check:checked+.menu__showsub {transform: rotate(180deg);}
.nav__check:checked~.menu {transform: translateX(0);}
/*конец мобильного меню*/

/*Страница регистрации*/
.price {
	width:100%;
	font-size:33px;
	color:#000;
}

.price td {
	border:1px solid #f1af34;
	padding:10px 20px;
}

.price td span {
	font-weight:800;
}

.price .td_main {
	text-align:left;
}
.fa.fa-rub {
    font-size:25px;   
}
 .no-video-icon .img{ 
	
  vertical-align: middle;
  border-style: none;
  width: 10%;
}
.h3_red {
	font-size:22px;
	color: #b6052c;
}

.h3_red a{
	font-size:22px;
	color: #b6052c;
}	
/* */
.spiker2 {
  border-width: 1px;
  border-color: rgb(228, 228, 228);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-top: 80px;
  left: 342px;
  top: 360px;
  width: 248px;
  height: 484px;
  z-index: 103;
}

.spiker2 h3{
	font-size: 26px;
	color: #e81327;
}

.spiker2 p{
	font-size: 13px;
    margin-bottom: 0rem;
    margin-left: 10px;
    margin-right: 10px;
	height: 20%;
}
.spiker2 a {
  font-size: 13px;
  color: #e81327;
  line-height: 1.2;
  text-align: left;
   padding: 0px 120px 0px 0px;

}

.flag {
  font-size: 14px;
  color: rgb(17, 2, 3);
  line-height: 1.2;
  text-align: center;
  -webkit-transform: matrix( 1.38697275379382,0,0,1.37640058979849,0,-14);
    padding: 0px 100px 0px 0px
}
.flag p {
	font-size: 10px;
}
.flag img {
	width: 25%;
}

/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
 
/* слой затемнения */
 
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */
 
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */


.dm-modal {
    display: inline-block;
    padding: 200px;
    max-width: 50em;
      border-width: 1px;
  border-color: rgb(241, 157, 67);
  border-style: solid;
  background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}
/* изображения в модальном окне */
 
.dm-modal img {
    width: 250%;
    height: auto;
}


/* заголовок в модальном окне */
 .dm-modal h3 {
    font-size: 26px;
	color: #e81327;
	padding: 10px 0px 0px 60px;
    margin: -160px 0px 0px 0px;
    width: 105%;
}

/* заголовок в модальном окне */
 .dm-modal p {
   padding: 0px 0px 0px 60px;
   color: #000000;
   font-size: 18px;
   margin: 10px -120px 0px 0px;
}

/* миниатюры изображений */
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюра справа */
 
.offline {
    background-color: rgb(51, 164, 87);
    position: absolute;

    width: 107px;
    height: 51px;
    z-index: 273;
}

.offline p {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    position: absolute;
	padding: 8%;

}
 
.offline_mob {
    background-color: rgb(51, 164, 87);
    position: fixed;
    left: 0px;
    top: 81px;
    width: 122px;
    height: 51px;
    z-index: 273;
}

.offline_mob p {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    position: fixed;
    left: 20px;
    top: 90px;

}
 
.participant {
	height: 130px;
	border: 1px solid #e4e4e4;
	} 
	
.participant img {
	position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 118px;
	}	
	
.pl-right {
    float: right;
    margin: 5px 160px 5px 15px;
}
/* миниатюра слева */
 
.pl-left {
    float: left;
    margin: -150px 0px 0px -150px;
}
/* встраиваемое видео в модальном окне */
 
.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* рисуем кнопарь закрытия */
 
.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #b6052c;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
	    margin: -200px;
}
.close:after {
    display: block;
   /*  border: 2px solid #b6052c; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #b6052c;
    color: #b6052c;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* варианты фонвой заливки модального блока */
 
.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */
 
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.kak {
	background:url('/images/bachk-kak.png') no-repeat;
	background-size:cover;
}

.kak .blocks_4 {
	display:inline-block;
	width:26%;
	text-align:center;
	vertical-align:top;
	color:#fff;
	margin:40px 35px;
}

.kak .blocks_4 .blocks_4_name {
	font-weight:bold;
	font-size:30px;
	padding:20px 0px;
}

.kak .blocks_4 .blocks_4_txt {
	text-align:justify;
	font-size:20px;
}

.anons {
	background:url('/images/program/back_anons.png') no-repeat;
	background-size:cover;
    padding-top: 140px;

}



.anons_pre {
	background: white;
	background-size: 100%; 



	
}	

.anons_pre h3 {


  font-size: 22px;
  color: rgb(199, 26, 44);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
      height: 84px;
    padding-top: 22px;
    padding-left: 35px;

	
}		
.anons_pre p {
	color: black;
	background-color: rgb(242, 177, 52);
    height: 60px;
    font-size: 22px;
    text-align: center;
    padding-top: 14px;
	}
.anons_pre img {
	width: 100%;
	
	}	
	
.program {
	background:url('/images/program/fon.png') no-repeat;
	background-size:cover;
	padding-top: 78px;
	    margin-top: -92px;
}

.program_m {
	background: url(/images/program/fon.png) no-repeat;
    background-size: cover;
    padding-top: 0px;
    margin-top: -8px;
}

.program .blocks {
	margin: 0px 90px 0px 90px;
	
}
.program_m .blocks_m {
	margin: 0px 0px 0px 0px;
	background: #c71a2c;
	
}
.program .blocks .programma {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 145px;
  font-size: 30px;
  color: rgb(199, 26, 44);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin: 28px 0px 0px 0px;
}
.program_m .blocks_m .programma {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 170px;
  font-size: 30px;
  color: rgb(199, 26, 44);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 20px;
  margin: 28px -22px 0px -16px;
}
.programma p {
font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}
/* стили для всплывающего окна начало*/
.cover {
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}
.blur-in {
-webkit-animation: blur 2s forwards;
-moz-animation: blur 2s forwards;
-o-animation: blur 2s forwards;
animation: blur 2s forwards;
}
.blur-out {
-webkit-animation: blur-out 2s forwards;
-moz-animation: blur-out 2s forwards;
-o-animation: blur-out 2s forwards;
animation: blur-out 2s forwards;
}
@-webkit-keyframes blur {
0% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
}
@-moz-keyframes blur {
0% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
}
@-o-keyframes blur {
0% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
}
@keyframes blur {
0% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
}
@-webkit-keyframes blur-out {
0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
100% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
}
@-moz-keyframes blur-out {
0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
100% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
}
@-o-keyframes blur-out {
0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
100% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
}
@keyframes blur-out {
0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
}
100% {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
}
.content {
width: 650px;
margin: 0 auto;
padding-top: 100px;
}
span {
color: dimgray;
}
.pop-up {
position: fixed;
margin: 5% auto;
left: 0;
right: 0;
z-index: 2;
}
.box {
background-color: whitesmoke;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
position: relative;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}
/*.button {
margin 0 auto;
background-color: #FF8566;
margin-bottom: 33px;
}*/
/*.button:hover {
background-color: #7CCF29;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}*/
/* стили для всплывающего окна конец*/
}
/* */

}
