#delprog2019,
#soprovprog2019 {
    cursor:pointer;
}

/* Деловая программа */
.forum-prog td {
    vertical-align: top;
    padding: 5px;
}
.forum-prog td:first-child {
   width: 10%;
}
.del-prog-date {
	font-weight: bold;
	color: #ff0000;
}
.del-prog-main {
	margin-bottom: -5px;
}

/* Посетителю */
.visitor-top-h2 {
	font-weight: bold;
	line-height: 40px;
}
.visitor-top-h2-span-1 {
	padding-left: 40px;
}
.visitor-top-h2-span-2 {
	padding-left: 80px;
}
@media screen and (max-width: 767px) {
	.visitor-top-h2 {
		text-align: center;
	}
	.visitor-top-h2-span-1,
	.visitor-top-h2-span-2 {
		padding-left: 0;
	}
}
.visitor-top-h1 {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	font-size: 40px;
	margin: 40px 0;
}
.visitor-expo li {
	color: #ff0000;
}
.visitor-expo li span {
	color: #313131;
}
.expo-pics .col-sm-6 {
	padding: 15px;
}
.expo-pics .col-sm-6 img {
	width: 100%;
	max-width: 400px;
}


/* Участнику */
.member-top-h2 {
	font-weight: bold;
	max-width: 650px;
	text-align: center;
	line-height: 40px;
}
.member-top-h1 {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	font-size: 40px;
	margin: 40px 0;
}
.audit-pics .col-sm-6 {
	padding: 15px;
}
.audit-pics .col-sm-6 img {
	width: 100%;
	max-width: 350px;
}
.member-nav-tabs {
	border: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.member-nav-tabs li {
	border: 2px solid #ff0000;
	float: none;
	display: inline-block;
	margin: 5px;
	transition: .5s;
}
.member-nav-tabs li:hover,
.member-nav-tabs li.active {
	background-color: #ff0000;
}
.member-nav-tabs li a {
	border: none !important;
	color: black;
	transition: .5s;
}
.member-nav-tabs li.active a,
.member-nav-tabs li a:hover {
	background: none !important;
	color: white !important;
}
@media screen and (max-width: 767px) {
	.member-nav-tabs {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.autsors li {
	color: #ff0000;
}
.autsors li span {
	color: #313131;
}


/* Поколение NEXT */
.zayavka {
	display: flex;
}
.zayavka h2 {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}
.vozmozhnosti {
	display: flex;
	flex-direction: column;
}
.vozmozhnosti ul {
	margin-top: 45px;
}
.vozmozhnosti li {
	margin-bottom: 30px;
}
.vozmozhnosti .new-fi-bts {
	margin-top: auto;
}
@media screen and (max-width: 767px) {
	.zayavka,
	.vozmozhnosti {
		display: block;
		margin-bottom: 50px;
	}
	.vozmozhnosti ul {
		margin-top: 0;
	}
	.vozmozhnosti li {
		margin-bottom: 0;
	}
}
.jury {
	margin: 15px 0 !important;
	display: flex;
}
.jury h2 {
	text-align: center;
}
.jury > div,
.vinners > div {
	padding: 15px;
	overflow: hidden;
	border-radius: 15px;
	transition: .7s;
}
.jury > div:hover,
.vinners > div:hover {
	color: white;
	background-color: #ff0000;
}
.jury img,
.vinners > div > img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	float: left;
	margin: 10px;
}
.vinners .title {
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
	font-size: 22px;
}
.vinners .name {
	font-weight: bold;
	font-size: 20px;
	color: #001A4C;
}
@media screen and (max-width: 991px) {
	.jury {
		margin: 0 !important;
		display: block;
	}
	.jury h2 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.jury img,
	.vinners > div > img {
		width: 100px;
		height: 100px;
		margin: 5px;
	}
}
.news h2, .press h2 {
	text-align: center;
}
.photo > div {
	padding: 5px;
}
.movie iframe {
	width: 500px;
	height: 360px;
}
@media screen and (max-width: 550px) {
	.movie iframe {
		width: 280px;
		height: 200px;
	}
}
.support > div {
	text-align: center;
	padding-bottom: 50px;
}


/* слайдер */
#slider {
	opacity: 1;
}
#slider .item{
	display: block;
	position: absolute;	
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 2s;
}
#slider .item img {
	width: 100%;
}
#slider .item.active{
	position: relative;
	opacity: 1;
}

/* основной блок */
.main-block {
	padding: 30px 0;
}
.main-block .new-fi-bts.gray {
	float: right;
	margin-right: 5px;
}
.main-block .new-fi-bts.red {
	float: left;
	margin-left: 5px;
}
.main-block .clearfix {
	margin-bottom: 70px;
}
.main-block .left-block h1 {
	color: #ff0000;
	text-align: center;
}
.main-block .left-block h2 {
	text-align: center;
	margin-top: 0;
}
.main-block .stands {
	display: flex;
}
.main-block .stand-item {
	width: 33%;
	margin: 5px;
	display: flex;
	flex-direction: column;
}
.main-block .stand-item p {
	background-color: #313131;
	color: white;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	min-height: 60px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.main-block .stand-item ul {
	list-style-image: url('img/marker.png');
	border: 5px solid #ebebeb;
	border-top: 0;
	flex-grow: 1;
	transition: .3s;
	font-size: 18px;
	padding: 15px 25px 60px;
}
.main-block .stand-item:hover ul {
	border-color: #313131;
}
.main-block .stand-item ul li {
	margin: 5px 0;
}
.main-block .obzor {
	width: 100%;
	max-width: 550px;
	margin: 15px auto;
}
.main-block .obzor h1 {
	color: #313131;
	text-align: center;
}
.main-block .obzor iframe {
	width: 100%;
	height: 310px;
	box-shadow: 1px 2px 5px #313131;
}
.main-block .top-news-wrap {
	width: 85%;
	margin: 0 auto;
}
.main-block .aside {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	background-color: #ebebeb;
	padding: 15px 0;
	margin-top: 10px;
	box-shadow: 1px 2px 5px gray;
}
.main-block .aside h3 {
	text-align: center;
	margin-top: 0;
}
.main-block .aside p {
	margin: 0 35px 10px;
}
.main-block .aside p span {
	color: #ff0000;
	font-weight: bold;
}
.main-block .aside p.date {
	font-size: 20px;
}
.main-block .aside .divider {
	border-top: 1px solid silver;
	margin: 15px 20px 25px;
}
.main-block .katalog {
	color: white;
	text-decoration: none;
}
.main-block .katalog h3 {
	background-color: #ff0000;
	padding: 20px 5px;
	margin: 20px 0 30px;
	transition: .5s;
}
.main-block .katalog h3:hover {
	background-color: #313131;
}
@media screen and (max-width: 650px) {
	.main-block .new-fi-bts.gray,
	.main-block .new-fi-bts.red {
		float: none;
		margin: 10px auto;
	}
	.main-block .clearfix {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 600px) {
	.main-block .stands {
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-block .stand-item {
		width: 250px;
	}
}

/* предложения */
.predlozhenia,
.predlozhenia .col-sm-6 {
	padding: 0;
}
.predlozhenia .col-sm-6 {
	position: relative;
}
.predlozhenia h1 {
	color: #ff0000;
	text-align: center;
	margin-bottom: 0;
}
.predlozhenia h2 {
	text-align: center;
	margin-top: 5px;
}
.predlozhenia .img-responsive {
	width: 100%;
}
.predzakaz,
.sklad {
	position: absolute;
	width: 400px;
	height: 350px;
	box-shadow: 2px 2px 5px #313131;
	bottom: 80px;
	background-color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sklad {
	left: 80px;
}
.predzakaz {
	right: 80px;
}
.predzakaz p:last-child,
.sklad p:last-child {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.predzakaz img,
.sklad img {
	transition: 1s;
}
.predzakaz:hover img,
.sklad:hover img {
	transform: rotateX(180deg) rotateY(180deg);
}
@media screen and (max-width: 1450px) {
	.predzakaz,
	.sklad {
		width: 300px;
		height: 300px;
		font-size: 16px;
		bottom: 40px;
	}
	.sklad {
		left: 50px;
	}
	.predzakaz {
		right: 50px;
	}
}
@media screen and (max-width: 1100px) {
	.predzakaz,
	.sklad {
		width: auto;
		height: auto;
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
	.predzakaz p:last-child,
	.sklad p:last-child {
		height: 100px;
	}
}
@media screen and (max-width: 400px) {
	.predzakaz,
	.sklad {
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	.predzakaz p,
	.sklad p {
		font-size: 14px;
	}
	.predzakaz img,
	.sklad img {
		width: 35px;
	}
}

/* отзывы */
.comments {
	padding: 30px 0;
}
.comments h2 {
	text-align: center;
}
#FI_Carousel {
	margin-top: 45px;
}
#FI_Carousel .item {
	overflow: hidden;
	padding: 0 45px;
}
#FI_Carousel .item .col-sm-4 {
	padding: 0;
}
#FI_Carousel .item img {
	margin: 0 auto;
}
#FI_Carousel .item .name {
	font-style: italic;
	color: #ff0000;
	font-size: 20px;
	margin: 0;
}
#FI_Carousel .item .position {
	font-style: italic;
}
#FI_Carousel .carousel-control {
	background: none;
	width: 45px;
	transition: .3s;
}
#FI_Carousel .carousel-control span {
	display: block;
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#FI_Carousel .carousel-control.left span {
	border-left: 5px solid #313131;
	border-bottom: 5px solid #313131;
	left: 15px;
}
#FI_Carousel .carousel-control.right span {
	border-right: 5px solid #313131;
	border-top: 5px solid #313131;
	right: 15px;
}
#all-comments {
	padding: 5px 25px;
}

/* фото */
.foto {
	background-color: #ebebeb;
	padding: 50px 0 20px;
}
.foto h2 {
	text-align: center;
	margin-bottom: 20px;
}
.foto .row-top,
.foto .row-bottom {
	display: flex;
	justify-content: center;
}
.foto .row-bottom {
	margin-bottom: 40px;
}
.foto .row-top a,
.foto .row-bottom a {
	padding: 5px;
}
.foto img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.foto .row-top {
		flex-wrap: wrap;
	}
	.foto .row-top img {
		width: auto;
		max-width: 100%;
	}
}

/* видео */
.video {
	padding: 50px 0;
}
.video h2 {
	text-align: center;
	margin-bottom: 20px;
}
.video-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.video-wrap iframe {
	margin: 5px;
	width: 550px;
	height: 300px;
}
#archiv .col-md-4 {
	padding: 10px;
}
#archiv img {
	margin: 10px auto;
}
@media screen and (max-width: 1199px) {
	.video {
		width: 100%;
	}
	.video-wrap iframe {
		width: 450px;
		height: 250px;
	}
}

/* место проведения */
.place {
	background-color: #ebebeb;
	overflow: hidden;
}
.place .address h2 {
	margin-bottom: 30px;
}
.place .address p {
	margin-bottom: 15px;
	padding-left: 30px;
}
.place .map {
	padding: 0;
}
.place .map-wrap {
	position: relative;
	width: 200%;
	filter: grayscale(100%);
	padding: 0;
}
.place iframe {
	width: 100%;
	height: 422px;
	margin-bottom: -6px;
}
@media screen and (max-width: 991px) {
	.place .address {
		padding: 0;
	}
	.place .address p {
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.place .container {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.place .map-wrap {
		left: -30px;
	}
}

/* партнеры */
.partners {
	padding: 70px 25px;
}
.offic-line {
	border: 1px solid #ff0000;
	position: relative;
	margin-bottom: 40px;
}
.offic-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.offic-items img {
	align-self: center;
	margin: 10px 5px;
}
.offic-line:after {
	content: 'ПРИ ОФИЦИАЛЬНОЙ ПОДДЕРЖКЕ:';
	display: block;
	background-color: white;
	position: absolute;
	font-size: 30px;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 15px;
	width: 535px;
	text-align: center;
}
.part-line {
	border: 1px solid silver;
	position: relative;
	margin: 100px 0 40px;
}
.part-line:after {
	content: 'ПАРТНЕРЫ ВЫСТАВКИ:';
	display: block;
	background-color: white;
	position: absolute;
	font-size: 30px;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 15px;
	width: 370px;
	text-align: center;
}
.part-slides {
	visibility: hidden;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
.part-slides li {
	padding: 5px 0;
}
.part-slides li img {
	width: 100px;
	height: 100px;
	box-shadow: 1px 2px 5px black;
	display: block;
	margin: 0 auto;
	transition: .3s;
	filter: grayscale(100%);
}
.part-slides li img:hover {
	box-shadow: none;
	filter: grayscale(0%);
}
.partners .slick-prev:before,
.partners .slick-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	transform: rotate(45deg)
}
.partners .slick-prev:before {
	border-bottom: 5px solid black;
	border-left: 5px solid black;
}
.partners .slick-next:before {
	border-top: 5px solid black;
	border-right: 5px solid black;
}
@media screen and (max-width: 1199px) {
	.offic-items {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.offic-line:after {
		font-size: 20px;
		width: 370px;
		top: -16px;
	}
	.part-line:after {
		font-size: 20px;
		width: 260px;
		top: -16px;
	}
}
@media screen and (max-width: 500px) {
	.offic-line:after {
		font-size: 14px;
		width: 255px;
		padding: 0 5px;
		top: -10px;
	}
	.part-line:after {
		font-size: 14px;
		width: 180px;
		padding: 0 5px;
		top: -10px;
	}
}