html, body{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	color: #1E4061;
	overflow-x: hidden;
}

h2, h3, a, button{
	font-family: Montserrat;
}

p{
	font-family: Open Sans;
}

header, footer, main{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wrapper{
	display: flex;
	flex: auto;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.parallax-window {
    
}

header{
	background: url('../images/top-bg.png');
	background-size: cover;
}

header .wrapper{
	flex-direction: column;
}

.header-top-line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
	position: relative;
}
.header-logo{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-logo a{
	color: #fff;
	margin: 0 0 0 15px;
	text-decoration: none;
}

.header-menu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}
.header-menu ul li a{
	padding: 0 15px;
	font: 400 14px "Open Sans", sans-serif;
	color: #939393;
	text-decoration: none;
	transition: .3s color;
}
.header-menu ul li.active a, .header-menu ul li a:hover{
	color: #fff;
}

.header-main-block{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 60px 0;
}
.header-main-block-title{
	color: #ffffff;
	text-align: left;
	font: 800 48px/122.7% "Montserrat", sans-serif;
	position: relative;
}
.header-main-block-text{
	color: #ffffff;
	text-align: left;
	font: 400 16px "Open Sans", sans-serif;
	position: relative;
	padding: 30px 0 60px 0;
}

.header-main-block-buttons{
	display: flex;
	align-items: center;
	margin: 0 0 180px 0;
}

.language-switcher{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 15px;
}

.language-switcher a{
	color: #939393;
	transition: .3s color;
	text-decoration: none;
}
.language-switcher a:hover{
	color: #fff;
}


.page-btn{
	background: transparent;
	padding: 15px 60px;
	margin: 0 30px 0 0;
	color: #fff;
	font: 600 16px "Open Sans", sans-serif;
	text-decoration: none;
	transition: .3s all;
	border: 1px solid transparent;
}
.page-btn.white{
	background: #bdbdbd;
	padding: 15px 60px;
	color: #09090b;
	font: 600 16px "Open Sans", sans-serif;
}
.page-btn.white:hover{
	background: #fff;
}
.page-btn:hover{
	border: 1px solid #fff;
}

.page-btn.black{
	background: #09090B;
	padding: 15px 60px;
	color: #fff;
	font: 600 16px "Open Sans", sans-serif;
	margin: 15px 0 0 0;
}
.page-btn.black:hover{
	background: #fff;
	border: 1px solid #09090B;
	color: #09090B;
}


.breadcrumb{
	list-style: none;
	font-size: 11px;
	color: #0A090C;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 15px 0;

}
.breadcrumb li{
	margin: 0 15px 0 0;
}
.breadcrumb li:after{
	content: '>';
	color: #000;
	margin: 0 0 0 15px;
}
.breadcrumb li:nth-last-child(1):after{
	content: '';
}
.breadcrumb li a{
	font-size: 11px;
	color: #0A090C;
}

main{
	flex: auto;
}

main .wrapper{
	flex-direction: column;
	padding: 30px 15px;
}

.page{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pageImages-wrapper{
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 0;
}
.sp-thumbnail-container{
	opacity: .6;
	transition: opacity .3s;
	border: 3px solid transparent;
}
.sp-thumbnail-container:hover{
	opacity: 1;
}
.sp-selected-thumbnail{
	opacity: 1;
	border: 3px solid #222224;
}

.page .page_title h1{
	color: #09090C;
	font-family: Montserrat;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
}
.page .page_title .date{
	color: #A3A3A3;
	font-family: Open Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 15px 0;
}
.page .page_content h2, .page h2{
	color: #09090C;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	margin: 15px 0;
}
.page .page_content p{
	color: #0A090C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 0 0 30px 0;
}

.page .page_content ul, .page .page_content ol{
	margin: 0 0 30px 30px;
}

.page.page-list{
	margin: 0 0 10px 0;
}

.page.page-list a::first-letter{
	font-weight: bold;
	font-size: 18px;
}

.page a{
	color: #0A090C;
	margin: 0 0 15px 0;
}

.page_content_youtube{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background-color: #bebebe;
	flex-wrap: wrap;
}
.page_content_youtube p{
	display: block;
	width: calc(33% - 10px);
	margin: 5px;
}
.page_content_youtube iframe{
	display: block;
	width: 100%;
}

.alphabet{
	background: #1B1B1B;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.alphabet .wrapper{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.alphabet p{
	color: #FFF;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 15px 0;
}
.alphabet ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.alphabet ul li a{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	text-decoration: none;	
	text-transform: uppercase;
	margin: 0 5px;
}

.about-block{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 120px 0;
}
.about-block-text{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: flex-start;
}
.about-block-text h2{
	color: #09090C;
	font-family: Montserrat;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	margin: 0 0 30px 0;
}
.about-block-text p{
	color: #0A090C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 0 15px 0;
}

.about-block-images{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
	justify-content: center;
}
.about-block-images .about-block-images-front{
	width: 280px;
    position: absolute;
    margin: 150px 0 0 180px;
    z-index: 1;
}
.about-block-images .about-block-images-back{
	width: 240px;
    position: absolute;
    margin: -150px 0 0 -280px;
}

.main-author-block{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 120px 0;
	background: url('../images/midle-bg.png');
	background-size: cover;
}
.main-author-block .wrapper{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.main-author-block .wrapper h2{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	margin: 0 0 30px 0;
}
.main-author-block .wrapper p{
	color: #FFF;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 15px 0;
	width: 70%;
}
.main-author-block .wrapper .page-btn{
	margin: 30px 0 0 0;
}

footer{
	background-color: #1b1b1b;
	padding: 60px 0 30px 0;
}
footer .wrapper{
	flex-direction: column;
}

footer .copyring{
	color: #ffffff;
    font: 300 14px "Open Sans", sans-serif;
    position: relative;
    padding: 30px 0;
    text-align: center;
}
footer .copyring a{
	color: #fff;
	font-weight: bold;
}