.red-dot{
	color: #8A0414;
}
.highlight{
	font-size: 18px;
	font-weight: 800;
	padding-left: 16px;
	border-left: 4px solid #7A0F0F;
}
.btn .icon-download,
.btn .icon-arrow{
	width: 32px;
	height: 32px;
}
.hero-section{
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 100vh;
}
.hero-section video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-section .title-1{
/*	color: #8A0414;*/
	position: absolute;
	bottom: 36px;
/*	text-shadow: 0px 10px 40px rgba(255, 255, 255, 0.40);*/
    padding: 25px 35px;
    background: #8A041475;
    color: #fff;
	z-index: 2;
	bottom: 0;
}
.hero-section::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%); /* IE10+ */
	z-index: 1;
}
.kremlin-section .row{
	gap: 40px;
}
.kremlin-section br{
	display: none;
}
.kremlin-photo{
	position: relative;
	margin-top: -40px;
}
.kremlin-photo .target{
	position: absolute;
	left: 0;
	top: 35%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: scale(1);
	box-shadow: 0 0 0 0 rgba(211, 0, 0, 1);
	animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(211, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(255, 82, 82, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.book-photo{
	position: relative;
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 40px;
	padding: 25px;
}
/*.book-photo::after{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: #333;
	z-index: -1;
}*/
.two-column-text{
	margin: 60px 0 120px;
}
.two-column-text .row{
	gap: 18px;
}

@media(min-width: 376px){
	.kremlin-photo .target{
		left: 5%;
		top: 40%;
	}
}

@media(min-width: 768px){
	.kremlin-section .row{
		gap: 0;
	}
	.about-book{
		position: relative;
	}
	.about-book .row{
		align-items: center;
	}
	.book-photo{
		position: static;
		padding: 50px 0;
		margin: 0;
	}
	.book-photo::after{
		width: 65%;
	}
	.book-photo img{
		width: 450px;
		margin: auto;
	}
	.two-column-text .row{
		justify-content: space-between;
		gap: 0;
	}
}

@media(min-width: 992px){
	.highlight{
		font-size: 20px;
		padding-left: 18px;
	}
	.hero-section::after{
		background: linear-gradient(0deg, var(--for-videos, rgba(0, 0, 0, 0.50)) 0%, var(--for-videos, rgba(0, 0, 0, 0.50)) 100%);
	}
	.kremlin-section .row{
		gap: 0;
	}
	.kremlin-section br{
		display: block;
	}
	.book-photo{
		padding: 100px 0;
	}
	.book-photo::after{
		width: 60%;
	}
}

@media(min-width: 1200px){
	.kremlin-photo{
		margin-top: -100px;
	}
	.hero-section .title-1{
		bottom: 64px;
	}
}