/*Bootstrap 5.3.2*/
.container{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}
.row > *{
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 12px;
	padding-left: 12px;
}
@media (min-width: 576px){
	.container{
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 720px;
	}
	.col-md-5{
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7{
		flex: 0 0 auto;
		width: 58.33333333%;
	}
}
@media (min-width: 992px){
	.container{
		max-width: 960px;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-4{
		flex: 0 0 auto;
		width: 33.333333%;
	}
	.col-lg-5{
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-10{
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.offset-lg-1{
		margin-left: 8.33333333%;
	}
	.offset-lg-2{
		margin-left: 16.66666666%;
	}
}
@media (min-width: 1200px){
	body{
		font-size: 16px;
	}
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container{
		max-width: 1220px;
	}
}
/*Bootstrap 5.3.2*/

@font-face{
	src: url('../fonts/Oswald-Regular.ttf') format('truetype');
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face{
	src: url('../fonts/Oswald-Medium.ttf') format('truetype');
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face{
	src: url('../fonts/Oswald-Bold.ttf') format('truetype');
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face{
	src: url('../fonts/OpenSans_Condensed-Regular.ttf') format('truetype');
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face{
	src: url('../fonts/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, ol, ul, li, form, label, footer, header,
section, video, input, button, textarea, figure{
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	scroll-behavior: smooth;
}
body{
	min-width: 320px;
	color: #E9E9E9;
	font-family: 'OpenSans';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	background: #1E1E1E;
	overflow-x: hidden;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4{
	font-family: 'Oswald';
	line-height: 1.1;
	text-transform: uppercase;
}
.mt-18{
	margin-top: 18px;
}
.mt-20{
	margin-top: 20px;
}
.mt-24{
	margin-top: 24px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.m-120{
	margin: 120px 0;
}
.title-1{
	font-size: 64px;
}
.title-2{
	font-size: 40px;
}
.title-3{
	font-size: 40px;
}
.text-center{
	text-align: center;
}
.justify-center{
	justify-content: center;
}
.text-link{
	display: inline;
	color: #8A0414;
	font-weight: 700;
	text-decoration: underline;
}
.btn{
	font-family: 'Oswald';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #E9E9E9;
	background: #8A0414;
	padding: 20px 50px;
	width: 100%;
	text-transform: uppercase;
	transition: background .35s;
}
.btn:hover{
	background: #770311;
}
.get-section{
	color: #000000;
	background: #F3F3F3;
	padding-top: 30px;
	text-align: center;
}
.get-section .social-title{
	color: #8A8A8A;
	font-size: 16px;
	font-weight: 400;
}
.get-section .social{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.social a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: auto;
}
.get-section .social .sep{
	display: block;
	width: 1px;
	height: 32px;
	background: #8A8A8A;
}
.get-section .get-book{
	width: 100%;
	height: auto;
	margin-top: 36px;
}
.social a[title]::before{
	content: '';
	position: absolute;
	top: -21px;
	width: 12px;
	height: 12px;
	background: #E9E9E9;
	z-index: 1;
	transform: rotate(45deg);
	box-shadow: 5px 5px 10px 0px rgba(56, 56, 56, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s;
}
.social a[title]::after{
	content: attr(title);
	position: absolute;
	top: -60px;
	color: #1E1E1E;
	font-family: 'Oswald';
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	background: #E9E9E9;
	box-shadow: 0px 4px 10px 0px rgba(56, 56, 56, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s;
	white-space: nowrap;
}
.social .copy-link.copied{
	justify-content: flex-start;
}
.social .copy-link.copied::before{
	visibility: visible;
	opacity: 1;
}
.social .copy-link.copied::after{
	content: 'Ссылка скопирована';
	visibility: visible;
	opacity: 1;
}
.get-book{
	box-shadow: -30px 20px 40px rgba(0,0,0,0.5);
}
.book-photo img{
	box-shadow: -30px 20px 40px rgba(0, 0, 0, 0.57);
}

@media(min-width: 768px){
	body{
		font-size: 20px;
	}
	.title-1{
		font-size: 80px;
	}
	.title-2{
		font-size: 60px;
	}
	.get-section{
		padding: 30px 0;
	}
	.get-section .row{
		align-items: center;
		flex-direction: row-reverse;
	}
}
@media(min-width: 992px){
	.m-120{
		margin: 150px 0;
	}
	.title-1{
		font-size: 120px;
	}
	.title-2{
		font-size: 90px;
	}
	.title-3{
		font-size: 48px;
	}
	.btn{
		width: auto;
		padding: 20px 60px;
	}
	.get-section{
		padding: 50px 0;
		text-align: left;
	}
	.get-section .social{
		justify-content: flex-start;
	}
	.get-section .get-book{
		margin-top: 0;
	}
	.social a[title]:hover::before,
	.social a[title]:hover::after{
		visibility: visible;
		opacity: 1;
	}
	.social a[title] img{
		opacity: 1;
		transition: opacity .35s;
	}
	.social a[title]:hover img{
		opacity: .65;
	}
	.social .copy-link.copied{
		justify-content: center;
	}
}
@media (max-width: 575px){
	.title-1 {
	    font-size: 56px;
	}
}