/* Generated by Font Squirrel (https://www.fontsquirrel.com) */
@font-face {
    font-family: 'Chevin-Cyrillic-Light';
    src: url('../fonts/chevin-cyrillic-light.eot');
    src: url('../fonts/chevin-cyrillic-light.woff2') format('woff2'),
         url('../fonts/chevin-cyrillic-light.woff') format('woff'),
		 url('../fonts/Chevin-Cyrillic-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a {
	color: rgba(255,255,255,.75);
}
a:hover {
	opacity: .85;
}
a:active {
	opacity: .65;
}
a:visited {
	opacity: .55;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Chevin-Cyrillic-Light', Fallback, sans-serif;
}

/*BEGIN: Parallax elements*/
#parallax-clouds1, #parallax-clouds2, #parallax-text {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: scroll-position;
}
#parallax-clouds1 {
	bottom: -10%;
	width: 3840px;
	z-index: 1;
	opacity: .85;
}
#parallax-clouds2 {
	bottom: -10%;
	width: 2500px;
	z-index: 2;
	opacity: .75;
}
#parallax-text {
	top: 0;
	width: 3000px;
	height: 30%;
	z-index: 3;
	background: -webkit-linear-gradient(90deg, transparent, white);
	background: linear-gradient(to bottom, white, transparent);
	opacity: .9;
}
#parallax-text h1 {
	width: 10%;
	margin-left: 5%;
	font-family: 'Chevin-Cyrillic-Light', Fallback, sans-serif;
	border-bottom: 3px solid red;
}
#parallax-text div {
	position: absolute;
	width: 25%;
	height: 300%;
	background: url(../images/text-cloud.png) no-repeat;
	background-size: 70%;
	color: rgba(255,255,255,.75);
	padding: 5px;
	opacity: 0.5;
	transition: opacity .4s linear;
}
#parallax-text div:hover {
	opacity: 0.9 !important;
	transition: opacity .4s linear;
}
#parallax-text div img {
	position: relative;
	width: 10%;
	max-width: 100px;
	border-radius: 5px;
	float: left;
	left: 8%;
	top: 2%;
	background: black;
	padding: 5px;
}
#parallax-text div h3 {
	margin: 5% 0 3% 20%;
	width: 30%;
	text-align: right;
	border-bottom: 3px solid red;
	color: white;
	position: relative;
}
#parallax-text div h3::before {
	position: absolute;
	content: ' ';
	width: 40px;
	height: 40px;
	left: 0;
	border: 3px solid red;
	border-radius: 40px;
	background-color: black;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
#about h3::before {
	background-image: url(../images/author-symbol-min.png);
}
#about p {
	width: 45% !important;
	margin-left: 15% !important;
}
#books h3::before {
	background-image: url(../images/books-symbol-min.png);
}
#reviews h3::before {
	background-image: url(../images/reviews-symbol-min.png);
}
#contacts h3::before {
	background-image: url(../images/contacts-symbol-min.png);
}
#parallax-text div h4 {
	margin: 0 auto;
	width: 40%;
	color: white;
	position: absolute;
	clear: both;
	left: 15%;
}
#parallax-text div h4:last-of-type {
	left: 40%;
}
#parallax-text div p {
	margin-left: 10%;
	width: 50%;
}
#parallax-text div p::first-letter {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}
#parallax-text ul {
	margin-left: 15%;
	padding: 10px;
	list-style: none;
	width: 25%;
	counter-reset: li;
	position: absolute;
}
#parallax-text ul:last-of-type {
	left: 25%;
}
#parallax-text ul li {
    margin-right: 30px;
    font-weight: bold;
    padding: 2px;
    border-left: 2px solid transparent;
    font-size: 0.8em;
}
#parallax-text ul li:hover {
	border-left: 2px solid white;
}
#parallax-text ul li::before {
	content: counter(li);
    counter-increment: li;
    background: black;
    width: 5%;
    position: absolute;
    margin-left: -7%;
    text-align: center;
    font-size: 1em;
}
#parallax-text p a, #parallax-text ul a {
	text-decoration: none;
	color: darkgray;
}
#parallax-text h3 a {
	text-decoration: none;
}
#parallax-text a:hover {
	color: white;
}
.text-about {
	top: 20%;
	left: 20%;
}
.text-books {
	top: 60%;
	left: 40%;
}
.text-reviews, .text-contacts {
	left: 60%;
	width: 20% !important;
}
.text-reviews ul, .text-contacts ul {
	left: 5% !important;
	padding: 0 !important;
	width: 50% !important;
}
.text-reviews ul li, .text-contacts ul li {
	float: left !important;
	font-size: 1em !important;
}
.text-contacts {
	width: 22% !important;
}
.text-contacts {
	top: 40%;
	left: 80%;
}
/*END: Parallax elements*/

.avatar {
	position: absolute;
    max-width: 70px;
    left: 2%;
    top: 10%;
    border: 3px solid red;
    border-radius: 10px;
}
.background {
	background: url(../images/background-min.jpg) 50% 100%;
}
.eyes-background {
	background: url(../images/eyes_background-min.png) fixed 50%;
	transition: opacity .5s ease-out;
	opacity: 0;
}
.background, .eyes-background {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
	background-size: cover;
}
.side-navigation {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
	background: black;
	height: 100%;
	width: 5%;
	max-width: 50px;
	color: white;
	z-index: 5;
}
.side-navigation div {
	position: relative;
	width: 100%;
	height: 25%;
	transition: background .3s linear;
	cursor: pointer;
}
.side-navigation img {
	width: 100%;
	top: 20%;
	position: relative;
	transition: all .3s linear;
}
.side-navigation:hover img{
	will-change: transform;
}
.side-navigation .active {
	background: gray;
	transition: background .3s linear;
}
.side-navigation .active img {
	top: 40%;
	transform: rotateY(180deg);
	transition: all .3s linear;
}
.copyright-main {
	position: fixed;
	right: 45%;
	bottom: 0;
	opacity: .5;
	z-index: 999;
}
.copyright-main a {
	text-decoration: none;
}
.footer {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom: 0;
	width: 100%;
	height: 12%;
	max-height: 130px;
	background: black;
	z-index: 5;
	color: rgba(255,255,255, .75);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -70px;
	transition: margin .3s linear;
}
.footer:hover {
	margin-bottom: 0;
	transition: margin .3s linear;
}
.footer h4 {
	width: 100%;
	margin: 0;
	margin-top: 5px;
	text-align: center;
}
.footer a {
	color: rgba(255,255,255, .75);
}
.footer div {
	margin-right: 5%;
	padding: 5px;
	width: 25%;
	min-width: 20%;
}
.footer img {
	position: relative;
	float: left;
	width: 30px;
	padding: 5px
}
.footer .navigation ul {
	margin: 0;	
	list-style: none;
}
.footer .navigation ul li {
	margin-right: 15px;
	float: left;
}
.footer .contacts {
	padding: 5px;
}

/*BEGIN: Stories settings*/
.font-change, .width-change, .align-type {
	color: rgba(255,255,255, .75);
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 2%;
	top: 5%;
	font-size: 16px;
	font-weight: bold;
}
.width-change {
	top: 25%;
}
.align-type {
	top: 45%;
}
.font-change a, .width-change a, .align-type a {
	font-size: 30px;
	text-decoration: none;
	color: white;
}
.font-change a:active, .width-change a:active, .align-type a:active {
	color: gray;
}
/*END: Stories settings*/

.story-body {
	background: rgba(0,0,0, .7);
	padding: 10px;
	position: relative;
	width: 70%;
	right: -20%;
	margin-bottom: 60px;
	clear: both;
}
.story-text {
	color: rgba(255,255,255, .75);
	width: 80%;
	font-size: 16px;
	margin: 0 auto;
}
.story-text p {
	text-indent: 7px;
}
.story-text p:first-of-type::first-letter {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}
.story-text h2 {
	border-bottom: 3px solid red;
}
.story-header {
	position: relative;
	text-align: center;
	color: white;
}
.stories-flex {
	background: rgba(0,0,0, .7);
	padding: 10px;
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	clear: both;
	color: rgba(255,255,255,.75);
	display: flex;
    flex-wrap: wrap;
}
.stories-flex img {
	position: relative;
	width: 100%;
}
.stories-flex-div {
	width: 30%;
	margin: 0 auto;
	min-width: 200px;
}
.stories-flex-div h3 {
	border-bottom: 3px solid red;
	text-align: right;
	transition: color .2s linear;
}
.story-book {
	width: auto;
}
.reviews-body {
	background: rgba(0,0,0, .7);
	padding: 10px;
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	clear: both;
	color: rgba(255,255,255,.75);
}
.reviews-div {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.reviews-div img {
	position: relative;
	max-width: 100%;
}
.reviews-div h3 {
	border-bottom: 3px solid red;
	text-align: right;
}
.reviews-div h4 {
	text-align: center;
}
.reviews-div p {
	text-align: justify;
	text-indent: 7px;
}
.animation {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom: 35%;
	right: 0;
	width: 25%;
	height: 60%;
	z-index: 999;
	display: none !important;
}
.animation img {
	position: relative;
	width: 100%;
}
.up-button {
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 999;
	color: white;
	font-size: 1.5em;
	cursor: pointer;
	transition: font-size .3s linear;
	width: 30px;
	text-align: center;
}
.up-button:hover {
	font-size: 1.9em;
	transition: font-size .3s linear;
	font-weight: bold;
}

/*mobile, baby!*/
@media only screen and (max-width:480px) {
    .side-navigation {
		height: 5%;
		width: 100%;
		bottom: 0;
		max-width: 100%;
	}
	.side-navigation div {
		float: left;
		width: 25%;
		height: 100%;
	}
	.side-navigation img {
		top: 10%;
		left: 20%;
		width: 25%;
	}
	.side-navigation .active img {
		left: 40%;
		top: 10%;
	}
	#parallax-clouds1 {
		opacity: .45;
	}
	#parallax-clouds2 {
		display: none;
	}
	#parallax-text div {
		opacity: 0.9;
	}
	#parallax-text h1 {
		margin-left: 3%;
		width: 7%;
	}
	#parallax-text ul {
		width: 27%;
	}
	#parallax-text ul li {
		padding: 5px;
		font-size: 1em;
	}
	.avatar {
		max-width: 50px;
		left: 1%;
	}
	.animation {
		display: block;
	}
	.font-change, .width-change, .align-type {
		display: none;
	}
	.story-body {
		width: 90%;
		right: -3%;
	}
	.footer {
		height: 160px;
		max-height: 160px;
		margin-bottom: -125px;
	}
	.footer div {
		font-size: 0.7em;
		width: 100%;
		margin: 0;
	}
	.footer img {
		width: 20px;
		padding: 3px;
	}
	.footer h4 {
		font-size: 0.9em;
		margin: 0;
	}
	.footer .navigation ul {
		padding: 0;
	}
	.up-button {
		right: 0;
	}
	.copyright-main {
		display: none;
	}
}
@media only screen and (min-width:480px) and (max-width:680px) {
    .animation {
		display: block;
	}
	#parallax-clouds1 {
		opacity: .45;
	}
	#parallax-clouds2 {
		display: none;
	}
	#parallax-text div {
		opacity: 0.9;
	}
	.font-change, .width-change, .align-type {
		display: none;
	}
	.story-body {
		width: 90%;
		right: -3%;
	}
	.footer {
		height: 100px;
		margin-bottom: -75px;
	}
	.footer div {
		font-size: 0.9em;
		width: 30%;
		margin-right: 0;
	}
	.footer h4 {
		margin: 0;
	}
	.footer .navigation ul li {
		float: none;
		width: 100%;
	}
	.up-button {
		right: 1%;
	}
}
@media only screen and (min-width:680px) and (max-width:959px) {
	.animation {
		display: block;
	}
	.footer {
		height: auto;
		margin-bottom: -60px;
	}
	.footer div {
		font-size: 0.95em;
		width: 30%;
		margin-right: 1%
	}
	.footer .navigation ul li {
		float: none;
		width: 100%;
	}
}