.show-intro{
	background: #F8F9FA;
	position: relative;
	padding: 75px 0 0;
}

.show-intro:before{
	content: '';
	position: absolute;
	width: 900px;
	height: 600px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	top: 23px;
	z-index: 1;
}

.show-intro .container{
	display: flex;
	flex-wrap: wrap;
}

.show-intro__info{
	padding-right: 99px;
	z-index: 2;
	position: relative;
	width: 50%;
}

.show-intro__image{
	z-index: 2;
	position: relative;
	flex-shrink: 0;
	width: 50%
}

.show-intro__title{
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 2.33px;
	color: #212529;
	margin: 0 0 23px;
}

.show-intro__video-title{
	display: flex;
	align-items: center;
	margin: 0 0 60px;
	cursor: pointer;
}

.show-intro__video-title svg{
	margin-right: 11px;
}

.show-intro__video-name{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1.33px;
	color: #212529;
}

.show-intro__video-name div:first-child{
	font-weight: bold;
}

.show-intro__contacts{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1.33px;
	color: #212529;
}

.show-intro__contacts:before{
	content: '';
	width: 95px;
	height: 1px;
	background: #212529;;
	margin-bottom: 18px;
	display: block;
}

.show-intro__address div:first-child,
.show-intro__time div:first-child,
.show-intro__link a{
	text-decoration: none;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #212529;
}

.show-intro__link{
	margin: 15px 0 0;
}

.show-intro__link a{
	text-decoration: underline;
}

.show-about{
	margin: 70px 0;
}

.show-about-block{
	border: 1px solid #212529;
	width: 100%;
	padding: 22px 122px 39px;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2.33px;
	color: #212529;
}

.show-about-block span{
	text-transform: uppercase;
	font-size: 32px;
	line-height: 60px;
}

.show-gellery-bl{
	display: flex;
}


/*.show-gellery-block{
	flex-shrink: 0;
}*/

.show-gellery-block__list{
	width: 1000px;
}


.show-gellery-block__item{
	margin-bottom: 19px;
	width: 261px;
	cursor: pointer;
}

.show-gellery-block__item-wide{
	width: 528px;
}

.show-gellery-block__item img{
	display: block;
}

/*.show-gellery-block__item:first-child{
	width: 234px;
}

.show-gellery-block__item:nth-child(2),
.show-gellery-block__item:nth-child(3){
	width: 251px;
}

.show-gellery-block__item:nth-child(4){
	width: 528px;
}*/

.show-direct{
	background: #F8F9FA;
	padding: 50px 0;
}

.show-direct__title{
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1.33px;
	color: #212529;
	margin: 0 0 30px;
}

.show-direct__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.show-direct__item{
	width: calc(33% - 20px);
	margin-right: 20px;
	margin-bottom: 46px;
	cursor: pointer;
}

.show-direct__item:nth-child(3n){
	margin-right: 0;
}

.show-gellery-info-list__image{
	position: relative;
}

.show-gellery-info-list__image:before{
	content: '';
	position: absolute;
	top: -11px;
	left: -11px;
	width: 48px;
	height: 48px;
	background: #F8F9FA;
	z-index: -1;
}

.show-gellery-info-list__text{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #212529;
}

.show-direct__item-title{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #212529;
	margin: 5px 0 0;
}

.show-direct__item-subtitle{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #212529;
	margin: 5px 0 0;
}

.show-gellery-info-list__item{
	margin: 0 0 42px;
}

@media screen and (max-width: 1370px){
	.show-intro__title{
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 25px;
	}

	.show-intro__info{
		padding-right: 40px;
	}

	.show-intro{
		overflow: hidden;
	}
}

@media screen and (max-width: 768px){
	.show-intro__info{
		width: 100%;
	}

	.show-intro__image{
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.show-intro__image:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}

	.show-intro__image img{
		object-fit: cover;
		display: block;
		width: 100%;
	}

	.show-intro__address div:first-child,
	.show-intro__time div:first-child,
	.show-intro__link a,
	.show-intro__video-name,
	.show-intro__contacts,
	.show-intro__title{
		color: #fff;
	}

	.show-about-block span{
		font-size: 24px;
		line-height: 30px;
	}

	.show-about-block{
		font-size: 16px;
		line-height: 20px;
	}

	.show-about-block{
		padding: 22px 40px 25px;
	}

	.show-gellery-block__list{
		display: none;
	}

	.show-gellery-info-list__item{
		margin-bottom: 42px;
	}

	.show-gellery-info-list__image{
		margin-bottom: 5px;
	}

	.show-direct__item{
		width: 100%;
		text-align: center;
	}

	.show-direct__item-title{
		font-size: 14px;
		line-height: 20px;
	}

	.show-direct__item-subtitle{
		font-size: 12px;
	}
}